.banner{
    width: 100%;
    height: 4.32rem;
    background-image: url(https://imgs.sfkedu.com/artdesign/img/country/m/banner_us.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 0.32rem;
    font-weight: bold;
}
.banner.uk{
    background-image: url(https://imgs.sfkedu.com/artdesign/img/country/m/banner_uk.png);
}
.banner.japan{
    background-image: url(https://imgs.sfkedu.com/artdesign/img/country/m/banner_japan.png);
}
.banner.au{
    background-image: url(https://imgs.sfkedu.com/artdesign/img/country/m/banner_au.png);
}
.banner.canada{
    background-image: url(https://imgs.sfkedu.com/artdesign/img/country/m/banner_canada.png);
}
.banner h3{
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-bottom: 0.38rem;
}
.application_tabs, .timeline_tabs{
    width: 100%;
    border-bottom: 0.06rem solid #F5F5F5;
    display: flex;
    margin-top: 20px;
}
.application_tab, .timeline_tab{
    color: #000000;
    font-size: 0.28rem;
    font-weight: bold;
    flex: 1;
    line-height: 0.4rem;
    padding-bottom: 4px;
    display: flex;
    justify-content: center;
    position: relative;
}
.application_tab.active::after, .timeline_tab.active::after{
    content: '';
    width: 100%;
    height: 0.18rem;
    background-image: url(https://imgs.sfkedu.com/artdesign/img/country/m/tab_line.png);
    background-size: cover;
    position: absolute;
    bottom: -0.18rem;
    left: 0;
}
.application_tab.active::before{
    content: '';
    width: 0.45rem;
    height: 0.4rem;
    background-image: url(https://imgs.sfkedu.com/artdesign/img/country/m/ba_icon.png);
    background-size: cover;
    position: absolute;
    right: 0.7rem;
}
.application_tab.ma.active::before{
    background-image: url(https://imgs.sfkedu.com/artdesign/img/country/m/ma_icon.png);
}
.application_title{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.application_title.fixed{
    width: 100%;
    height: 70px;
    background-color: #F2F3F8;
    justify-content: center;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 100;
}
.application_title.fixed .common_title{
    font-size: 18px;
    font-weight: normal;
    margin-right: 60px;
}
.application_title.fixed .application_nav{
    width: 134px;
    height: 50px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
}
.common_title{
    color: #000000;
    font-size: 0.4rem;
    font-weight: normal;
}
.application_navs{
    display: flex;
    align-items: center;
}
.application_nav{
    color: #000000;
    font-size: 18px;
    margin-left: 60px;
    display: block;
}
.application_title.fixed .application_nav.active{
    width: 134px;
    height: 50px;
    background-color: #FFFFFF;
    border-radius: 25px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.application_table{
    margin-top: 40px;
}
.application_table_line{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #F5F5F5;
}
.application_table_line.title{
    height: 0.6rem;
    border-bottom: none;
}
.application_table_title{
    width: 1.8rem;
    flex-shrink: 0;
    background-color: #F5F5F5;
}
.application_table_title.other{
    text-align: center;
    color: #000000;
    font-size: 0.28rem;
    font-weight: bold;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.application_table_ba{
    width: 100%;
    height: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    color: #000000;
    font-size: 0.24rem;
    font-weight: bold;
    position: relative;
}
.application_table_text{
    flex: 1;
    padding: 15px 0 15px 15px;
    box-sizing: border-box;
    color: #000000;
    font-size: 0.24rem;
    display: flex;
    align-items: center;
}
.application_btns{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.application_btn{
    width: 3.3rem;
    height: 0.8rem;
    border-radius: 0.5rem;
    background: #63C697 linear-gradient(90deg, #74D3F9 0%, #B5EA9D 100%);
    color: #000000;
    font-size: 0.28rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.application_btn.big{
    width: 220px;
    font-size: 14px;
    margin: 0;
}
.school_navs{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: linear-gradient(180deg, #74D3F9 0%, rgba(181, 234, 157, 0) 100%);    
    padding: 30px 20px 100px 15px;
    box-sizing: border-box;
}
.school_searchs{
    width: 100%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    display: flex;
    margin-bottom: 20px;
}
.school_search_input{
    flex: 1;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    color: #000000;
    border-radius: 20px;
    font-size: 0.28rem;
}
.school_search_btn{
    width: 70px;
    height: 40px;
    background-color: #000000;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 0.28rem;
    font-weight: bold;
    flex-shrink: 0;
}
.school_search_input::placeholder{
    font-size: 0.28rem;
    color: rgba(0, 0, 0, 0.6);
}
.school_nav_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.school_nav{
    width: 47%;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 0.28rem;
    margin-bottom: 10px;
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
}
.school_nav:hover{
    background-color: rgba(255, 255, 255, 0.2);
    color: #000000 !important;
}
.school_nav.small{
    width: 114px;
}
.school_titles{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 5px;
    box-sizing: border-box;
}
.school_title_more{
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    color: #000000;
}
.more_icon{
    width: 0.2rem;
    height: 0.2rem;
    background-image: url(https://imgs.sfkedu.com/artdesign/img/country/m/more_icon.png);
    background-size: cover;
    margin-left: 5px;
}
.school_title_more:hover .more_icon{
    background-image: url(https://imgs.sfkedu.com/artdesign/img/index/pc/more_active_icon.png);
}
.school_box{
    width: 100%;
    margin-top: -60px;
}
.school_title{
    color: #000000;
    font-size: 0.32rem;
}
.school_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}
.school_slide{
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 0.25rem;
    border: 1px solid #F5F5F5;
    padding: 15px 70px 15px 15px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
}
.school_slide_box{
	flex: 1;
	overflow: hidden;
}
.school_slide_infos{
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #F5F5F5;
}
.school_slide_logo{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}
.school_slide_logo>img{
    border-radius: 50%;
}
.school_slide_info{
	overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.school_slide_info>h4{
    color: #34353A;
    font-size: 0.28rem;
    line-height: 0.3rem;
    margin-bottom: 5px;
}
.school_slide_info>p{
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.24rem;
    white-space: nowrap;
    letter-spacing: 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.school_slide_desc{
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-top: 10px;
}
.school_slide_more{
    width: 0.6rem;
    height: 1.66rem;
    border: 1px solid #C6C6C6;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
}
.qs_rank_inner{
    width: 100%;
    margin-top: 25px;
    background-color: #F5F5F5;
    padding-bottom: 1px;
}
.qs_rank_box{
    width: 100%;
    height: 2.5rem;
    background-image: url(https://imgs.sfkedu.com/artdesign/img/country/m/qs_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 0.4rem;
    box-sizing: border-box;
}
.qs_rank_title{
    color: #000000;
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.45rem;
}
.qs_rank_tabs{
    margin: 0 0.73rem;
    box-sizing: border-box;
    margin-top: 0.36rem;
    border-bottom: 0.06rem solid #FFFFFF;
    padding-bottom: 0.08rem;
    display: flex;
    justify-content: space-between;
}
.qs_rank_tab{
    width: 1.4rem;
    color: #000000;
    font-size: 0.28rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.qs_rank_tab.active::after{
    content: '';
    width: 100%;
    height: 0.18rem;
    background-image: url(https://imgs.sfkedu.com/artdesign/img/index/m/rank_line.png);
    background-size: cover;
    position: absolute;
    bottom: -0.26rem;
}
.qs_rank_lists{
    width: 100%;
    margin-top: -0.45rem;
}
.qs_rank_item{
    width: 100%;
    height: 0.9rem;
    background-color: #FFFFFF;
    border-radius: 0.45rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 5px;
    box-sizing: border-box;
    margin-bottom: 1px;
}
.qs_rank_item_infos{
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
}
.qs_rank_item_num{
    width: 1rem;
    height: 0.7rem;
    color: #000000;
    font-size: 0.28rem;
    font-weight: bold;
    padding-right: 0.28rem;
    box-sizing: border-box;
    text-align: right;
    line-height: 0.7rem;
    margin-right: 10px;
    flex-shrink: 0;
}
.qs_rank_item_num.top{
    background-image: url(https://imgs.sfkedu.com/artdesign/img/index/m/top_bg.png);
    background-size: cover;
}
.qs_rank_item_country{
    width: 1rem;
    color: #000000;
    font-size: 0.28rem;
    text-align: center;
    margin-right: 0.5rem;
	flex-shrink: 0;
}
.qs_rank_item_school{
    color: #000000;
    font-size: 0.28rem;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.qs_rank_item_test{
    color: #63C697;
    font-size: 0.2rem;
    flex-shrink: 0;
}
.qs_rank_more{
    width: 5.1rem;
    height: 0.8rem;
    background: #63C697 linear-gradient(90deg, #74D3F9 0%, #B5EA9D 100%);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 0.28rem;
    margin: 20px auto 0;
}
.major_inner{
    width: 100%;
    margin-top: 20px;
}
.top_school_swiper{
	width: 100%;
}
.top_school_swiper .swiper-pagination{
    display: flex;
    justify-content: flex-start;
    padding-left: 12px;
}
.top_school_line{
	width: 100%;
	height: 0.9rem;
	color: #000000;
	font-size: 0.2rem;
	display: flex;
	align-items: center;
	padding: 0 5px 0 10px;
	box-sizing: border-box;
	border: 1px solid #F5F5F5;
	border-radius: 45px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	margin-top: 10px;
}
.top_school_line:nth-child(2n+1){
	background-color: #F5F5F5;
}
.top_school_line>div{
	margin-right: 10px;
    letter-spacing: 0.15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}
.top_school_line>div:last-child{
	margin-right: 0;
}
.top_school_line.title{
	font-weight: bold;
	font-size: 0.24rem;
	border-radius: 10px 10px 0 0;
	background-color: #F5F5F5;
	margin-top: 0;
}
.top_school_type{
    flex: 1;
    text-align: center;
}
.top_school_line .top_school_require{
    flex: 1;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_school_school{
	width: 100px;
}
.top_school_major{
	flex: 3;
}
.top_school_require_btn{
	width: 0.72rem;
	height: 0.72rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(0, 0, 0, 0.6);
	font-size: 0.2rem;
    line-height: 1;
    text-align: center;
    position: relative;
    z-index: 2;
    background-color: #FFFFFF;
    border-radius: 50%;
}
.top_school_require::after{
	content: '';
	width: 0.76rem;
	height: 0.76rem;
    border-radius: 50%;
	overflow: hidden;
    background: linear-gradient(180deg, #74D3F9 0%, #B5EA9D 100%);
	position: absolute;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px rgba(218, 218, 218, 0.5);
}
.top_school_require.title::after{
    content: '';
    width: 0;
    height: 0;
}
.major_slide_more{
    width: 160px;
    height: 40px;
    border: 1px solid #63C697;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #63C697;
    font-size: 14px;
    font-weight: bold;
    margin: 20px auto 0;
}
.cost_inner{
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.cost_tabs{
	width: 2.1rem;
	height: 3.82rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.cost_tab{
	width: 100%;
	height: 0.8rem;
	border: 1px solid #B5EA9D;
	border-radius: 0.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	font-size: 0.28rem;
	box-sizing: border-box;
}
.cost_tab.active{
	background: #FFFFFF linear-gradient(180deg, #74D3F9 0%, #B5EA9D 100%);
}
.cost_boxs{
	width: 4.62rem;
	height: 3.82rem;
	background-image: url(https://imgs.sfkedu.com/artdesign/img/country/m/cost_bg.png);
	background-size: cover;
}
.cost_box{
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.cost_box_top{
	width: 100%;
	height: 68%;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
	color: #000000;
	font-size: 0.24rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-sizing: border-box;
	line-height: 1.2;
	text-align: center;
}
.cost_box_top.noBorder{
	border-bottom: none;
	height: 100%;
}
.cost_box_bot{
	flex: 1;
	font-size: 0.2rem;
	color: #000000;
	line-height: 1.2;
	display: flex;
	align-items: center;
}
.cost_box_title{
	font-weight: bold;
}
.news_swiper{
    width: 100%;
    margin-top: 20px;
}
.news_slide{
    width: 100%;
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    border-radius: 0.2rem;
    padding: 15px 10px;
    margin-bottom: 10px;
}
.news_item_big{
    width: 100%;
    margin-bottom: 0.45rem;
    display: block;
}
.news_item_big h4{
    color: #000000;
    font-size: 0.28rem;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
    margin-bottom: 10px;
}
.news_item_big_infos{
    display: flex;
    align-items: center;
}
.news_item_big_img{
    width: 1.96rem;
    height: 1.3rem;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 0.2rem;
}
.news_item_big_infos>p{
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_item{
    color: #000000;
    font-size: 0.24rem;
    display: block;
    margin-bottom: 0.45rem;
}
.news_item:last-child{
    margin-bottom: 0;
}
.timeline_list{
    width: 100%;
    margin-top: 20px;
}
.timeline_item{
    width: 100%;
    height: inherit;
    display: flex;
    flex-direction: column;
}
.timeline_item_contents{
    width: 100%;
    border-radius: 20px;
}
.timeline_item_content{
    width: 100%;
}
.timeline_item_line{
    display: flex;
    margin-bottom: 20px;
}
.timeline_item_circle{
    width: 16px;
    height: 16px;
    border: 1px solid #63C697;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    box-sizing: border-box;
    margin-top: 2px;
}
.timeline_item_circle::after{
    content: '';
    width: 12px;
    height: 12px;
    background-color: #63C697;
    border-radius: 50%;
}
.timeline_item_circle.small::after{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #63C697;
    border-radius: 50%;
}
.timeline_item_text{
    color: #000000;
    font-size: 14px;
}
.timeline_item_text>span{
    font-weight: bold;
    margin-right: 10px;
}
.timeline_item_tips{
    width: 100%;
    background-color: #F5F5F5;
    padding: 10px 10px 10px 15px;
    box-sizing: border-box;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 0.2rem;
    margin-top: 20px;
}
.timeline_item_tip_icon{
    width: 0.26rem;
    flex-shrink: 0;
    margin-right: 10px;
}
.timeline_item_tips .orange{
    color: #EF6A60;
    font-weight: bold;
}
/* 表单 */
.form{
    width: 100%;
    padding: 25px 15px 30px;
    background-image: url(https://imgs.sfkedu.com/artdesign/img/index/m/form_bg.png);
    background-size: cover;
    box-sizing: border-box;
}
.form_title{
    color: #000000;
    font-size: 0.32rem;
    text-align: center;
}
.form_lists{
    width: 100%;
    box-sizing: border-box;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_item{
    width: 48.5%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.form_item.big{
    width: 100%;
}
.form_item_inputs{
    width: 100%;
    height: 0.8rem;
    background-color: #FFFFFF;
    border-radius: 0.5rem;
}
.form_item_input{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 0.28rem;
    border-radius: 0.5rem;
    text-align: center;
}
.form_item_input.select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(https://imgs.sfkedu.com/artdesign/img/index/pc/down_icon.png) no-repeat scroll 130px;
    background-size: 16px 8px;
    padding: 0 31%;
    text-align-last: center;
}
.form_item_input.btn{
    background-color: #3DB8E9;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 0.28rem;
    padding-left: 0;
}
.form_item_input.btn.dis{
    background-color: #BCD1C7;
}
.form_item_input::-webkit-input-placeholder{
    color: rgba(0, 0, 0, 0.6);
}
.form_item_input::-moz-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.form_item_input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.form_btn{
    width: 100%;
    height: 0.8rem;
    background-color: #63C697;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 0.28rem;
    font-weight: bold;
}