.banner{
    width: 100%;
    height: 4.32rem;
    position: relative;
}
.banner_canvas{
    width: 100%;
    height: 100%;
    background-color: rgb(234, 255, 225);
    position: absolute;
}
.banner_texts{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.banner_title{
    width: 100%;
    height: 1.26rem;
    background: linear-gradient(232deg, rgba(253,238,208,0) 0%, rgba(0,0,0,0.2) 100%);
    color: #000000;
    font-size: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.banner_en{
    color: #000000;
    font-size: 0.3rem;
    font-weight: bold;
}
.common_title{
    color: #000000;
    font-size: 0.4rem;
    font-weight: normal;
}
.application_tabs{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
    box-sizing: border-box;
    margin-top: 20px;
}
.application_tab_icons{
    width: 0.9rem;
    height: 0.9rem;
    border: 1px solid #C6C6C6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.application_tab_icon{
    width: 0.8rem;
    height: 0.8rem;
}
.application_tab_name{
    text-align: center;
    margin-top: 10px;
    line-height: 0.4rem;
    color: #000000;
    font-size: 0.24rem;
    border-bottom: 2px solid transparent;
}
.application_tab.active .application_tab_name{
    color: #63C697;
    font-weight: bold;
    border-color: #63C697;
}
.application_tab.active .application_tab_icons{
    border-color: transparent;
    background: linear-gradient(180deg, #74D3F9 0%, #B5EA9D 100%);
}
.application_table{
    margin-top: 20px;
}
.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 4.2rem 15px;
    box-sizing: border-box;
}
.school_nav_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.school_tabs{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.school_tab{
    width: 30.4%;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 20px;
    color: #000000;
    font-size: 0.28rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.school_tab.active{
    background-color: #000000;
    color: #FFFFFF;
}
.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_box{
    width: 100%;
    margin-top: -4.2rem;
}
.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%;
    display: flex;
}
.major_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.major_item{
    width: 47.8%;
    display: block;
    margin-bottom: 20px;
}
.major_item_img{
    width: 100%;
    height: 2.18rem;
}
.major_item_titles{
    width: 100%;
    height: 0.67rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 3px;
}
.major_item_title_en{
    width: 100%;
    height: 0.67rem;
    color: rgba(99, 198, 151, 0.2);
    font-size: 0.56rem;
    font-weight: bold;
    line-height: 0.67rem;
    text-align: center;
    font-family: Helvetica-Bold, Helvetica;
    position: absolute;
    letter-spacing: 0;
}
.major_item_title_en.small{
    font-size: 0.44rem;
}
.major_item_title{
    line-height: 0.67rem;
    color: #000000;
    font-size: 0.32rem;
    font-weight: bold;
}
.major_item_content{
    width: 100%;
    padding: 0 3px;
    box-sizing: border-box;
    color: #34353A;
    font-size: 0.24rem;
    margin-top: 7px;
}
.cost_list{
    width: 100%;
}
.cost_item{
    width: 100%;
    height: 3.82rem;
    background-image: url(https://imgs.sfkedu.com/artdesign/img/country/m/ba/cost_bg.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.cost_item_top{
    height: 1.5rem;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cost_item_title{
    width: fit-content;
    height: 0.46rem;
    padding: 0 0.2rem;
    background: linear-gradient(180deg, #74D3F9 0%, #B5EA9D 100%);
    color: #000000;
    font-size: 0.24rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
}
.cost_item_text{
    color: #000000;
    font-size: 0.24rem;
    font-weight: bold;
    margin-top: 10px;
}
.cost_item_content{
    color: #000000;
    font-size: 0.2rem;
    letter-spacing: 0;
    padding-top: 10px;
}
.cost_list .swiper-slide{
    width: 67%;
}
.cost_list .swiper-pagination{
    justify-content: flex-start;
}
.news_tabs{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.news_tab{
    width: 1.22rem;
    height: 0.8rem;
    border: 1px solid #F5F5F5;
    border-radius: 0.4rem;
    color: #000000;
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.news_tab.active{
    background: #FFFFFF linear-gradient(180deg, #74D3F9 0%, #B5EA9D 100%);
    /* border-color: transparent; */
}
.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_tabs{
    width: 100%;
    border-bottom: 0.06rem solid #F5F5F5;
    display: flex;
    margin-top: 20px;
}
.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;
}
.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;
}
.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_tips{
    color: #999999;
    margin-top: 10px;
    text-align: center;
    font-size: 0.2rem;
}
.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: 0.3rem 0.3rem 0.6rem;
    box-sizing: border-box;
    background-image: url(https://imgs.sfkedu.com/artdesign/img/index/m/form_bg.png);
    background-size: cover;
}
.form_title{
    width: 6.75rem;
    display: block;
    margin: 0 auto;
}
.form_lists{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.5rem;
}
.form_item{
    width: 48.5%;
    height: 0.8rem;
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    margin-bottom: 0.4rem;
}
.form_item_input{
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    border: 1px solid rgba(52, 53, 58, 0.3);
    text-align: center;
    color: #34353A;
    font-size: 0.28rem;
    box-sizing: border-box;
}
.form_item_input.select{
    text-align-last: center;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(https://imgs.sfkedu.com/artdesign/img/index/m/down_icon.png) no-repeat scroll 90% transparent;
    background-size: 15px 8px;
    padding: 0 31%;
}
.form_item_input:focus::-webkit-input-placeholder {
    color: transparent;
}
.form_item_input:focus:-moz-placeholder {
    color: transparent;
}
.form_item_input:focus::-moz-placeholder {
    color: transparent;
}
.form_item_input:focus:-ms-input-placeholder {
    color: transparent;
}
.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;
}