* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "微软雅黑";
}
html, body {
    height: 100%;
    background: #F7F7F7;
}
a,
a:hover {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

input {
    outline: none;
}

.campustalk {
    overflow: hidden;
    background: #F7F7F7;
}

    .campustalk .container {
        width: 1200px;
        margin: 0 auto;
        padding: 0;
    }

.campustalk .container .banner {
    width: 100%;
    margin-top: 20px;
}

.campustalk .container .search {
    width: 881px;
    margin: 20px auto 0;
}

.campustalk .container .search .main {
    height: 40px;
}

.campustalk .container .search .main input {

    width: 780px;
    height: 40px;
    float: left;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 19px 1px rgba(85, 70, 240, 0.11);
    border-radius: 2px;
    border: 1px solid rgba(238, 238, 238, 1);
    padding-left: 13px;
    border-right: none;
}

.campustalk .container .search .main input::-webkit-input-placeholder{
		font-size: 14px;
	}

.campustalk .container .search .main .searchBtn {
    width: 87px;
    height: 39px;
    display: inline-block;
    background: #5E4FFF;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    cursor: pointer;
    margin-top: 1px;
}

.campustalk .container .search .main .searchBtn img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 2px 0 0;
}

.campustalk .container .search .hotText {
    margin-top: 8px;
    height: 30px;
    line-height: 30px;
}

.campustalk .container .search .hotText .title {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-right: 20px;
}

.campustalk .container .search .hotText .text {
    float: left;
}

.campustalk .container .search .hotText .text a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    /*color: rgba(94, 79, 255, 1);*/
    margin-right: 35px;
}
.campustalk .container .search .hotText .text a:hover{
    color:#5E4FFF;
}
.condition.pc {
    background: rgba(255, 255, 255, 1);
    border-radius: 2px 4px 4px 4px;
    margin-top: 10px;
    padding: 0 30px;
}

.condition.pc .list {
    height: 45px;
    border-bottom: 1px solid #F1F1F1;
    line-height: 44px;
    position: relative;
}

.condition.pc .list.active {
    border: none;
}

.condition.pc .list .title {
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin-right: 16px;
}

.condition.pc .list .unlimited {
    float: left;
    margin-right: 40px;
    font-size: 14px;
    font-weight: 400;

}

    .condition.pc .list .li {
        float: left;
        width: 900px;
        height: 45px;
        overflow: hidden;
    }

.condition.pc .list .li span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-right: 40px;
    cursor: pointer;
}

.condition.pc .list .more {
    float: right;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: rgba(94, 79, 255, 1);
}

.condition.pc .list .more img {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -3px 0 0 2px;
    transition: all 0.3s;
}

.condition.pc .alertBox {
    display: none;
    position: absolute;
    left: 75px;
    bottom: -117px;
    height: 116px;
    width: 1046px;
    padding:6px 16px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 9px 1px rgba(21, 12, 113, 0.1);
    border: 1px solid rgba(238, 238, 238, 1);
    z-index: 9;
    overflow-y: auto;
    line-height: 32px;
}


/*修改滚动条样式*/

.condition.pc .alertBox::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    /**/
}

.condition.pc .alertBox::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 2px;
}

.condition.pc .alertBox::-webkit-scrollbar-thumb {
    background: #D8D8D8;
    border-radius: 10px;
}

.condition.pc .alertBox::-webkit-scrollbar-thumb:hover {
    background: #D8D8D8;
}

.condition.pc .alertBox::-webkit-scrollbar-corner {
    background: #D8D8D8;
}

.condition.pc .alertBox span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 40px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
	white-space: nowrap;
}

.condition.pc .list .more img.active {
    transition: all 0.3s;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari and Chrome */
}

.campustalkMain {
    overflow: hidden;
    margin-top: 21px;
}

.campustalkMain ._list {
    float: left;
    width: 860px;
    margin-right: 10px;
}

.campustalkMain ._list .item {
    background: #FFF;
    border-radius: 2px;
    height: 100px;
    margin-bottom: 12px;
    cursor:pointer;
}

.campustalkMain ._list .item .itemLogo {
    float: left;

    margin: 25px 12px 0 30px;
}

    .campustalkMain ._list .item .itemLogo img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .campustalkMain ._list .item .sub-li {
        float: left;
    }

        .campustalkMain ._list .item .sub-li .name {
            font-size: 18px;
            font-weight: 500;
            margin: 26px 0 7px;
        }


.campustalkMain ._list .item .sub-li .name span, .campustalkMain ._list .item .sub-li .name a{
    color: rgba(51, 51, 51, 1);
    height:20px;
    max-width: 680px;
    display:inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
               
}

.campustalkMain ._list .item .sub-li .name img {
    width: auto;
    height:auto;
    display: inline-block;
    vertical-align: middle;
    margin: -7px 0 0 4px;
}

    .campustalkMain ._list .item .sub-li .bottom {
        font-size: 12px;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        max-width:760px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .campustalkMain ._list .item .sub-li .bottom-addr {
        padding-left: 24px;
      
    }
    .campustalkMain ._list .item .sub-li .bottom span:first-child {
        padding-right:24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        position:relative;
        top:2px;
        line-height:14px;
    }

    .campustalkMain ._list .item .sub-li .bottom span img {
        width: 14px;
        height: 14px;
        display: inline-block;
        vertical-align: middle;
        margin: -3px 2px 0 0;
    }

.campustalkMain ._list .item .curs {
    float: left;
    margin-left: 46px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-top: 29px;
}

.campustalkMain ._list .item .curs  .cur:last-child{
	margin-top: 6px;
}

.campustalkMain ._list .signUpBtn {
    float: right;
    margin-right: 20px;
}

.campustalkMain ._list .signUpBtn .btn {
    width: 86px;
    height: 30px;
	 line-height: 30px;
    background: rgba(94, 79, 255, 1);
    border-radius: 2px;
    float: right;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
    margin: 23px 0 5px 0;
	padding: 0;
}

.campustalkMain ._list .signUpBtn .btn.active {
    display:none;
    background: #C4C4C4;
    color: #FFF;
}

.campustalkMain ._list .signUpBtn .text {
    padding:30px 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.campustalkMain ._list .signUpBtn .text span {
    color: #5E4FFF;
}

.campustalkMain .itemImg {
    float: right;
}

.campustalkMain .itemImg img {
    margin-bottom:12px;
    width: 300px;
    height: 140px;
}
.item-apply {
    margin-top: 20px;
    padding-right: 20px;
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: url(../img/campustalk/apply-icon.png) no-repeat right 70px center/24px 24px #5E4FFF;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.banner {
    overflow: hidden;
    z-index: 1;
}

.flexslider {
    width: 100%;

    position: relative;
    height: 140px;
    overflow: hidden;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}


.flex-control-nav {
    display: none;
}

.campustalk-state {
    padding: 0 3px;
    height: 18px !important;
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid;
    border-radius: 2px;
}
.campustalk-state1 {
    color: #00C48E !important;
    border-color: #00C48E55;
}

.campustalk-state2 {
    color: #FF7400 !important;
    border-color: #FF740055;
}

.campustalk-state3 {
    color: #999999 !important;
    border-color: #99999955;
}