.banner{
    width: 100%;
    height: 4.32rem;
}
.banner_item{
    width: 100%;
    height: 100%;
    background-image: url('https://imgs.sfkedu.com/artdesign/img/index/m/banner.gif');
    background-size: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    display: block;
}
.banner_item_text{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-size: 0.6rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_list{
    width: 100%;
    padding: 0.6rem 0.46rem 0.4rem;
    box-sizing: border-box;
}
.nav_line{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.nav_item_icons{
    width: 0.9rem;
    height: 0.9rem;
    background: linear-gradient(180deg, #74D3F9 0%, #B5EA9D 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.nav_item_icon{
    width: 0.8rem;
    height: 0.8rem;
}
.nav_item_name{
    color: #000000;
    font-size: 0.24rem;
    text-align: center;
    margin-top: 5px;
    line-height: 0.4rem;
}
.schools{
    width: 100%;
    position: relative;
}
.school_bg{
    width: 100%;
    height: 7.44rem;
    background: linear-gradient(180deg, #74D3F9 0%, rgba(181, 234, 157, 0) 100%);
    position: absolute;
    top: 0;
}
.school_inner{
    width: 100%;
    padding: 30px 20px 0 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.school_titles{
    width: 100%;
    padding-right: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    color: #000000;
}
.school_title{
    font-size: 0.4rem;
}
.school_title_more{
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    color: #000000;
}
.more_icon{
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 5px;
}
.school_searchs{
    width: 100%;
    height: 0.8rem;
    padding-left: 5px;
    box-sizing: border-box;
    margin-top: 20px;
    display: flex;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0.4rem;
}
.school_search_input{
    flex: 1;
    padding-left: 15px;
    box-sizing: border-box;
    border-radius: 0.4rem;
}
.school_search_btn{
    width: 1.4rem;
    height: 100%;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 0.28rem;
    font-weight: bold;
    border-radius: 0.4rem;
    flex-shrink: 0;
}
.school_swiper{
    margin-top: 40px;
}
.school_swiper .swiper-slide{
    margin-bottom: 10px;
    margin-top: 0 !important;
}
.school_sub_title{
    color: #000000;
    font-size: 0.32rem;
    margin-bottom: 10px;
}
.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{
    width: 100%;
}
.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{
    flex: 1;
    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;
    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/index/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;
}
.school_bgs{
    width: 100%;
    background-color: #f5f5f5;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(https://imgs.sfkedu.com/artdesign/img/index/m/B.png);
    margin-top: 40px;
}
.school_bgs.major{
    background-image: url(https://imgs.sfkedu.com/artdesign/img/index/m/A.png);
}
.school_bg_inner{
    width: 100%;
    height: 3rem;
}
.hot_majors{
    margin-top: 40px;
}
.hot_major_title{
    padding-left: 5px;
    display: flex;
    align-items: center;
}
.hot_major_title>h4{
    color: #000000;
    font-size: 0.32rem;
}
.arrow_icon{
    width: 0.37rem;
    margin-right: 5px;
}
.hot_major_swiper{
    margin-top: 20px;
}
.hot_major_slide{
    margin-bottom: 10px;
}
.hot_major_titles{
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #F5F5F5;
    border-radius: 0.2rem 0.2rem 0 0;
    color: #000000;
    font-size: 0.24rem;
    font-weight: bold;
    display: flex;
    padding-left: 0.26rem;
    box-sizing: border-box;
    text-align: center;
}
.hot_major_country{
    flex: 3;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hot_major_degree{
    flex: 6;
}
.hot_major_school{
    flex: 6;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hot_major_major{
    flex: 6;
}
.hot_major_btn{
    flex: 3;
}
.hot_major_major.other{
    height: 100%;
    overflow: hidden;
    line-height: 1.2;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 0.2rem;
}
.hot_major_major.other>p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.hot_major_line{
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 0.24rem;
    padding-left: 0.26rem;
    padding-right: 0.06rem;
    box-sizing: border-box;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #F5F5F5;
    border-radius: 0.45rem;
    margin-top: 5px;
}
.hot_major_line:nth-child(2n+1){
    background-color: #F5F5F5;
}
.hot_major_btn{
    width: 0.76rem;
    height: 0.76rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(218, 218, 218, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.2rem;
    line-height: 1.2;
}
.hot_major_btn.other{
    background-color: transparent;
    box-shadow: none;
}
.adsense_bg{
    margin: 25px 15px 0;
    height: 1.8rem;
    background-image: url(https://imgs.sfkedu.com/artdesign/img/index/m/adsense_bg.png);
    background-size: cover;
    display: block;
}
.majors{
    margin-top: 40px;
}
.major_tabs{
    width: 100%;
    padding: 0 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.major_tab{
    width: 31%;
    height: 0.8rem;
    border: 1px solid #F5F5F5;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 0.28rem;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.major_tab.active{
    background: #FFFFFF linear-gradient(180deg, #74D3F9 0%, #B5EA9D 100%);
}
.major_swiper{
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 0.2rem;
    margin-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #F5F5F5;
}
.major_slide{
    width: 100%;
    box-sizing: border-box;
    border-radius: 0.2rem;
}
.major_box{
    width: 100%;
    border-radius: 0.2rem;
    box-sizing: border-box;
    padding: 10px;
    background-color: #FFFFFF;
}
.major_icon{
    width: 100%;
}
.major_title{
    height: 0.72rem;
    color: #000000;
    font-size: 0.32rem;
    font-weight: bold;
    position: relative;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.major_title::after{
    color: rgba(99, 198, 151, 0.2);
    font-size: 0.6rem;
    font-weight: bold;
    position: absolute;
    white-space: nowrap;
}
.major_title.first::after{
    content: 'ARCHITECTURE';
}
.major_title.second::after{
    content: 'FASHION DESIGN';
}
.major_title.third::after{
    content: 'ILLUSTRATION';
}
.major_title.forth::after{
    content: 'GRAPHIC DESIGN';
}
.major_title.fifth::after{
    content: 'JEWELRY DESIGN';
}
.major_title.sixth::after{
    content: 'INTERACTIVE DESIGN';
}
.major_prospect_title{
    color: #63C697;
    font-size: 0.24rem;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    margin-right: 3px;
}
.major_prospect_title::after{
    content: '';
    flex: 1;
    height: 1px;
    background-color: rgba(99, 198, 151, 0.4);
    margin-bottom: 0.1rem;
    margin-left: 4px;
}
.major_prospect_content{
    color: #34353A;
    font-size: 0.28rem;
    margin-top: 10px;
}
.major_rank{
    width: 100%;
    margin-top: 1px;
    height: 0.8rem;
    background-color: #FFFFFF;
    border-radius: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #63C697;
    font-size: 0.28rem;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 15px;
    box-sizing: border-box;
}
.major_rank_icon{
    width: 0.25rem;
}
.major_btns{
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.major_btns .swiper-pagination{
    width: auto;
}
.major_btn{
    width: 2.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;
}
.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;
}
.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;
    margin-top: 25px;
}
.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;
}