.definitions{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
.common_title{
    color: #000000;
    font-size: 0.4rem;
    text-align: center;
    letter-spacing: 0;
}
.common_title.left{
    text-align: left;
}
.definition_text{
    width: 79%;
    margin: 0 auto;
}
.definition_text>p{
    margin-top: 20px;
    color: #000000;
    font-size: 0.24rem;
}
.definition_icon{
    width: 0.4rem;
    height: 0.3rem;
}
.definition_icons_ma{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.proportions{
    width: 100%;
    position: relative;
    margin-top: -35px;
}
.proportion_text{
    width: 100%;
    color: #34353A;
    font-size: 0.2rem;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: 35px;
}
@media only screen and (max-width: 350px) {
    .proportion_text {
        display: none;
    }
}
.applys{
    width: 100%;
    position: relative;
}
.apply_bg{
    width: 100%;
    height: 4.55rem;
    background: linear-gradient(180deg, #E7FFEE 0%, #FFFFFF 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.apply_box{
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 30px;
}
.apply_inner{
    width: 100%;
    margin-top: 30px;
    position: relative;
    display: flex;
    align-items: center;
}
.apply_list{
    padding-left: 1.1rem;
}
.apply_item{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.apply_icon{
    width: 0.26rem;
    height: 0.25rem;
    margin-right: 10px;
    margin-top: 0.04rem;
}
.apply_text{
    color: #34353A;
    font-size: 0.24rem;
}
.apply_text h4{
    color: #000000;
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-bottom: 2px;
    letter-spacing: 0;
}
.apply_title{
    width: 1.04rem;
    height: 5.82rem;
    background-image: url(https://imgs.sfkedu.com/artdesign/img/works/m/circle_bg.png);
    background-size: cover;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    padding-left: 15px;
    box-sizing: border-box;
}
.apply_title h3{
    color: #34353A;
    font-size: 0.3rem;
}
.requirements{
    margin-top: 20px;
}
.requirement_list{
    width: 100%;
    margin-top: 20px;
}
.requirement_list .swiper-container{
    width: 100%;
}
.swiper-pagination{
    margin-top: 20px;
}
.swiper-container{
    height: auto;
}
.requirement_item{
    width: 100%;
    height: 100%;
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 5px 5px 10px;
    display: flex;
    flex-direction: column;
}
.requirement_item_img{
    width: 100%;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    flex-shrink: 0;
}
.requirement_item_img>img{
    height: 100%;
}
.requirement_item_infos{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.requirement_item_titles{
    width: 100%;
    margin-top: 5px;
    text-align: center;
    position: relative;
}
.requirement_item_title_en{
    width: 100%;
    color:rgba(99, 198, 151, 0.2);
    font-size: 0.6rem;
    line-height: 0.72rem;
    font-family: Helvetica-Bold, Helvetica;
    position: absolute;
    overflow: hidden;
}
.requirement_item_title_en.other{
    font-size: 0.48rem;
}
.requirement_item_title{
    line-height: 0.72rem;
    color: #000000;
    font-size: 0.32rem;
}
.requirement_item_desc{
    color: #34353A;
    font-size: 0.28rem;
    margin-top: 5px;
    letter-spacing: 0;
}
.requirement_item_btn{
    width: 88%;
    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: 15px auto 0;
}
.requirement_item_btn.big{
    width: 180px;
    margin-top: 40px;
}
.application_inner{
    margin-top: 30px;
}
.application_title{
    color: #000000;
    font-size: 0.32rem;
}
.application_title.other{
    font-size: 0.24rem;
}
.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_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: 10px 0 10px 10px;
    box-sizing: border-box;
    color: #000000;
    font-size: 0.24rem;
    display: flex;
    align-items: center;
}
.application_btns{
    width: 100%;
    margin-top: 20px;
}
.application_btn{
    width: 5.1rem;
    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;
    margin: 0 auto;
}
.application_btn.other{
    background: #FFFFFF;
    margin-top: 20px;
}
.application_btn.new{
    margin-top: 20px;
}
.application_table_icon{
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.1rem;
}
.schools{
    width: 100%;
    padding-top: 40px;
    background: linear-gradient(180deg, rgba(116, 211, 249, 0.4) 0%, #FFFFFF 100%);
}
.school_tabs{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 15px;
    box-sizing: border-box;
}
.school_tab{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}
.school_tab_front{
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    border: 0.05rem solid transparent;
}
.school_tab_title{
    color: #34353A;
    font-size: 0.2rem;
    font-weight: bold;
    margin-top: 4px;
    border-bottom: 2px solid transparent;
    padding: 0 2px;
}
.school_tab.active .school_tab_front{
    border-color: rgba(99, 198, 151, 0.4);
}
.school_tab.active .school_tab_title{
    color: #63C697;
    border-color: #63C697;
}
.school_lists{
    margin-top: 5px;
    padding-left: 15px;
}
.school_box{
    width: 100%;
    background-color: #74D3F9;
    border-radius: 30px 0 0 30px;
    padding: 20px 0 20px 15px;
    box-sizing: border-box;
}
.school_list{
    width: 100%;
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
}
.school_list::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.school_item{
    width: 5.9rem;
    height: 1.4rem;
    background-color: #FFFFFF;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 8px;
    box-sizing: border-box;
    margin-right: 15px;
    margin-top: 10px;
}
.school_item_img{
    width: 50px;
    height: 50px;
    border: 1px solid #000000;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 10px;
    box-sizing: border-box;
}
.school_item_infos{
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.24rem;
    flex: 1;
    overflow: hidden;
}
.school_item_infos h4{
    color: #000000;
    font-size: 0.28rem;
    letter-spacing: 0;
}
.school_item_infos p{
    letter-spacing: 0;
}
.school_applys{
    width: 100%;
    margin-top: 20px;
}
.school_apply{
    color: #000000;
    font-size: 0.24rem;
    margin-top: 10px;
}
.portfolio_boxs{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.portfolio_box{
    width: 100%;
    flex-shrink: 0;
    position: relative;
}
.portfolio_slide{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 20px 15px 0;
    box-sizing: border-box;
}
.portfolio_slide_names{
    min-width: 3.45rem;
    height: 1rem;
    background: linear-gradient(270deg, #B7F9CC 0%, rgba(255,255,255,0) 100%);
    padding-right: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
}
.portfolio_slide_name{
    color: #000000;
    font-size: 0.28rem;
    margin-bottom: 2px;
}
.portfolio_slide_majors{
    color: #000000;
    font-size: 0.24rem;
}
.portfolio_slide_infos{
    width: 100%;
    position: relative;
}
.portfolio_slide_imgs{
    width: 100%;
    box-shadow: 0px 2px 10px 0px rgba(198,198,198,0.6000);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.portfolio_slide_info{
    color: #34353A;
    font-size: 0.24rem;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.portfolio_slide_info h3{
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.portfolio_slide_info h3::after{
    content: '';
    flex: 1;
    border-bottom: 1px solid #000000;
    margin-left: 15px;
}
.news{
    margin-top: 40px;
}
.news_lists{
    margin-top: 20px;
}
.news_list{
    width: 100%;
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    box-sizing: border-box;
}
.news_item_big{
    width: 100%;
    height: 4.54rem;
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.news_item_big>img{
    border-radius: 10px 10px 0 0;
    display: block;
}
.news_item_big_title{
    width: 100%;
    height: 0.8rem;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 0.8rem;
    color: #FFFFFF;
    font-size: 0.28rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
}
.news_item{
    width: 100%;
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
    color: #000000;
    font-size: 0.24rem;
    margin-bottom: 20px;
}
.faq{
    padding-bottom: 40px;
}
.faq_list{
    margin-top: 20px;
}
.faq_item{
    width: 100%;
    background-color: #F2F3F8;
    border-radius: 20px;
    padding-right: 15px;
    padding-bottom: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.faq_item_left{
    padding-bottom: 20px;
}
.faq_item_titles{
    width: 94%;
    height: 0.6rem;
    background-image: url(https://imgs.sfkedu.com/artdesign/img/works/m/7-1.png);
    background-size: cover;
}
.faq_item_title{
    height: 100%;
    margin-right: 10px;
    background-color: #63C697;
    border-radius: 10px 0 10px 0;
    color: #FFFFFF;
    font-size: 0.28rem;
    font-weight: bold;
    padding-left: 15px;
    line-height: 0.6rem;
    box-sizing: border-box;
}
.faq_item_contents{
    display: flex;
    color: #34353A;
    font-size: 0.28rem;
    margin-top: 10px;
    padding-left: 15px;
}
.faq_item_contents h4{
    color: #000000;
    font-size: 0.28rem;
    margin-right: 10px;
}
.faq_item_btn{
    width: 3.82rem;
    height: 0.8rem;
    display: flex;
    margin-left: 0.9rem;
}