html,
body {
    margin-top: 96px;
    font-family:Microsoft YaHei;
    color: #383838;
    width: fit-content;
    /*background-color: #F5F5F5;*/
}
.bannerImage{
    width: 100%;
    overflow: hidden;
    display: block;
    object-fit: cover;
    margin-top: 90px;
}
.banner{
    position: relative;
    width: 100%;

    clear: both;

}

.search_model{
    position: absolute;
    bottom:44px;
    /*left: 26%;*/
    width: 770px;
    /*height: 60px;*/
}
.form_select{
    width:513px;
    height: 55px;
    background-color: #fff;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}
.search_btn{
    width: 220px;
    height: 55px;
    float: left;
    background-color: #2C3CD1;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 5px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}
.form_select_input{
    float: left;
    margin-left: 20px;
    padding-right: 20px;
    margin-top: 11px;
    height: 32px;
    line-height: 32px;
}
.form_select_input:nth-child(1),.form_select_input:nth-child(2){
    border-right: 1px solid #E4E4E4;
}
.form_select_input input{
    /*margin-top: 11px;*/
    border:none;
    width: 140px;
    outline: none;
}
.form_select_input img{
    width:15px;
    transform: rotate(-88deg);
}
.form_select_input:nth-child(2) input,.form_select_input:nth-child(3) input{
    width: 89px;
}

.search_value{
    width: 513px;
    position: absolute;
    top: 55px;
    background-color: #FFF;
    z-index: 2;
    box-shadow: 0px 3px 14px 0px rgba(162, 154, 154, 0.8);
}
.search-o{
    width:100%;
    float:left;
    border-bottom: 1px solid #E4E4E4;
    height: 43px;
    line-height: 9px;
}
.search-o ul{
    list-style-type:none;
    padding-left: 20px;
}

.search-o ul li {
    float: left;
    padding-right:29px;
    color: #626262;
    cursor: pointer;
    font-size:14px;
}

.search-o ul li:hover {
    color: #F93177;
}
.country .search-o ul li:nth-child(1){
    color: #ABABAB;
    width: 50px;
}
.country .search-o:nth-child(4),
.profession .search-o:nth-child(7){
    border: none;
}

.profession .search-o ul li:nth-child(1){
    color: #ABABAB;
    width: 56px;
}






.content{
    width: 100%;
    background-color: #F5F5F5;
}
.model{
    width: 1170px;
    background-color: #fff;
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    margin-top:37px;
    padding:0px 40px;
    font-size: 24px;
    font-weight: bold;



}
.active1{
    margin-top:100px;
    clear: both;
    overflow: hidden;
    opacity: 0;
    transform: translateY(100);
    transition: all 1s ease-out;
}

.active1.active {
    opacity: 1;
    transform: translateY(0);
    margin-top:37px;
}





.active2{
    margin-top:100px;
    clear: both;
    overflow: hidden;
    opacity: 0;
    transform: translateY(100);
    transition: all 1s ease-out;
}

.active2.active {
    opacity: 1;
    transform: translateY(0);
    margin-top:30px;
}


.content{
    margin-top:100px;
    clear: both;
    overflow: hidden;
    opacity: 0;
    transform: translateY(100);
    transition: all 1s ease-out;
}

.content.active {
    opacity: 1;
    transform: translateY(0);
    margin-top:0px;
}



.active4{
    margin-top:100px;
    clear: both;
    overflow: hidden;
    opacity: 0;
    transform: translateY(100);
    transition: all 1s ease-out;
}

.active4.active {
    opacity: 1;
    transform: translateY(0);
    margin-top:30px;
}


.active5{
    margin-top:100px;
    clear: both;
    overflow: hidden;
    opacity: 0;
    transform: translateY(100);
    transition: all 1s ease-out;
}

.active5.active {
    opacity: 1;
    transform: translateY(0);
    margin-top:30px;
}
.active6{
    margin-top:100px;
    clear: both;
    overflow: hidden;
    opacity: 0;
    transform: translateY(100);
    transition: all 1s ease-out;
}

.active6.active {
    opacity: 1;
    transform: translateY(0);
    margin-top:30px;
}



.model_tool{
    margin-bottom: 40px;
}
.model_title{
    margin-bottom: 10px;
}
.model_title img{
    margin-right:10px;
    margin-bottom: -5px;
    height: 25px;
    width: 4px;
}
.model_title small{
    font-size: 14px;
    font-weight: normal;
    margin-left: 24px;
}
.hr{
    border: 1px solid #E4E4E4;
}



/*留学工具箱*/
.profile_bottom{
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 40px;
}

.advantage{
    height: 100px;
    float: left;
    margin-top:10px;
    margin-left: 10px;
}
.advantage:nth-child(1),
.advantage:nth-child(2),
.advantage:nth-child(3),
.advantage:nth-child(4),
.advantage:nth-child(5){
    margin-right: 107px;

}


.advantage a >img{
    width:95px;
    text-align: center;
    padding-bottom: 15px;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.advantage:hover img{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}





.manual{
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 15px;
    font-size: 14px;
}


.manual-o{
    width: 275px;
    float: left;
    margin-bottom: 10px;
}
.manual-o:nth-child(1),
.manual-o:nth-child(2),
.manual-o:nth-child(3),
.manual-o:nth-child(5),
.manual-o:nth-child(6),
.manual-o:nth-child(7){
    margin-right: 23px;
}



.manual_book{
    width: 275px;
    height: 172px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    cursor: pointer;
}
.students-o .manual_book{
    height: 155px;
}

.manual_book img{
    width:100%;
}
.dec_wrap{
    width: 275px;
    /*height: 270px;*/
    left: 0;
    top: 0;
    position: absolute;
}
.dec_wrap_bg{
    width: 275px;
    height: 172px;
    top: 270px;
    position: absolute;
    background: #000;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
}
.dec_wrap_desc{
    width: 275px;
    height: 270px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    position: absolute;
    top: 270px;
    padding-top: 90px;
    -webkit-transition: all 0.5s;
}

.manual-o:hover .dec_wrap_bg {
    transform: translateY(-270px) ;
}

.manual-o:hover .dec_wrap_desc{
    transform: translateY(-270px) ;
}
.dec_wrap_desc span{
    line-height: 30px;
}
.dec_wrap_desc span img{
    width:15px;
}
.free_lead{
    width: 100px;
    /*padding-left: 57px;*/
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    background: #FA3E7F;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: relative;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    margin-top:-20px;
}


.handbookTxt{
    height: 80px;
    border: 1px solid #e7e7e7;
    padding: 16px 15px 14px;
    margin-top: -4px;
    text-align: center;
}

.handbookTxt ul li:nth-child(1),
.handbookTxt ul li:nth-child(3){
    margin-right: 68px;
}




.students-o .handbookTxt{
    height: 55px;
}

.handbookTxt b{
    font-size: 16px;
    display: block;
    text-align: center;
    padding-bottom: 6px;
}

.handbookTxt span img{
    margin-right: 5px;
}
.line-clamp-1{
    font-size: 16px;
    color: #F93177;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.handbookTxt ul{
    margin-top: 5px;
    margin-left: 0px;
    line-height: 23px;
}
.handbookTxt ul li{
    float: left;
    font-weight: normal;
    font-size: 14px;

}
.clearfix{
    display: block;
}





.students{
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
    font-size: 14px;
}
.students-o{
    width: 275px;
    float: left;
    margin-bottom: 10px;
}
.students-o:nth-child(1),
.students-o:nth-child(2),
.students-o:nth-child(3),
.students-o:nth-child(5),
.students-o:nth-child(6),
.students-o:nth-child(7){
    margin-right: 23px;
}



.students-o .manual_book img:hover{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.course-o .course-left img:hover{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.activity-o .manual_book img:hover{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}


.students_title{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.num{
    color: #8BF2F0;
    vertical-align: -1px;
}






.course{
    margin: 0 auto;
    overflow: hidden;
    font-size: 14px;
}

.course-o{
    width: 553px;
    float: left;
    margin-bottom: 30px;
    border: 1px solid #E4E4E4;
}
.course-o:nth-child(1),
.course-o:nth-child(3),
.course-o:nth-child(5){
    margin-right: 60px;
}
.course-left{
    width:300px;
    float: left;
    height: 168px;
    cursor: pointer;
    overflow: hidden;
}
.course-left img{
    width: 100%;
}
.course-right{
    width: 217px;
    float: left;
    padding: 26px 18px;
    text-align: justify;
}
.course_title{
    height: 95px;
    font-size: 16px;
}
.red-color{
    color:#F93177;
}
.course_bottom{
    font-weight: normal;
}





/*评估*/
.evaluate{

    color: #fff;
    position: relative;
}
.evaluate img{
    width:100%;
}
.evaluate_btn{
    width: 200px;
    height: 38px;
    line-height: 38px;
    border-radius: 8px;
    background: #2C3CD1;
    text-align: center;
    position: absolute;
    bottom: 53px;
    right: 321px;
    color: #fff;
    cursor: pointer;
}
.evaluate_btn:hover{
    background-color: #000;
}


.activity{
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
    font-size: 14px;
    display:block;
}


.c{
    color: #F93177;
}


.activity-o{
    width: 275px;
    float: left;
    margin-bottom: 10px;
}
.activity-o:nth-child(1),
.activity-o:nth-child(2),
.activity-o:nth-child(3),
.activity-o:nth-child(5),
.activity-o:nth-child(6),
.activity-o:nth-child(7){
    margin-right: 23px;
}



.activity_title{
    height: 120px;
    border: 1px solid #e7e7e7;
    padding: 16px 20px 14px;
    margin-top: -2px;
    position: relative;
    text-align: justify;
}

.activity_title b{
    font-size: 16px;
    display: block;
    padding-bottom: 6px;
}
.activity_title span{
    font-weight: normal;
}
.book_name{
    width: 80px;
    height: 25px;
    line-height: 24px;
    border-radius: 5px;
    background: #FA3E7F;
    text-align: center;
    position: absolute;
    bottom: 13px;
    right: 21px;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
}

.book_name:hover{
    background: #000;
}


.dow{
    position: absolute;
    bottom: 14px;
    left: 20px;
}



.lauvideo {
    width: 800px;
    object-fit: cover;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    position: fixed;
    inset: 0px;
    margin: auto;

}

.video-play{
    display: block;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    position: fixed;
    inset: 0px;
    margin: auto;
}
.video-play img{
    position: absolute;
    right: 30px;
    top: 100px;
}












.c-dtop {
    margin-top: 30px;
}

.s-dot{
    width: 72px;
    height:20px;
    display: block;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}


.s-dotc{
    width: 8px;
    height:8px;
    float: left;
    background:rgba(230,230,230,1);
    border-radius: 6px;
    margin-left: 26px;
    line-height: 12px;
    margin-bottom: 3px;
    cursor: pointer;
}
.s-dotc2 {
    background:rgba(137,242,240,1);
}




/*测试录取几率*/
.test_admission_top{
    background-color:#321982;
    width: 100%;
    overflow: hidden;
    clear: both;
    text-align: center;
    height: 60px;
    position: relative;
    vertical-align: middle;
    line-height: 60px;
}
.test_admission_top .span2{
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
}

.test_admission_input{
    height: 42px;
    width: 94%;
    margin: 0 auto;
}
.test_admission_input input{
    height: 25px;
    display: inline-block;
    width: 62%;
    outline: none;
    border-radius: 30px;
    border: 1px solid #dcd1ff;
    padding-left: 10px;
}
.test_admission_input label{

    display: inline-block;
    /*text-align: right;*/
    width: 30%;
}
.test_admission_close{
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    cursor: pointer;
}

.competitiveness_result{
    text-align: center;
    color: #919194;
    line-height: 28px;
    margin-bottom: 20px;
}

.look_more{
    width: 1170px;
    margin-bottom: 20px;
}
.look_more_btn{
    margin:0 auto;
    width: 200px;
    height: 38px;
    line-height: 38px;
    border-radius: 8px;
    background: #2C3CD1;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}

