.banner{
    width: 100%;
}
.banner img{
    width: 100%;
    display: block;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.img{
    width: 100%;
    height: 100%;
}
p{
    letter-spacing: 1px;
    line-height: 22px;
}
.common_title{
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
}
.common_title h3{
    color: #000000;
    font-size: 36px;
}
.application{
    width: 100%;
    height: 590px;
    padding-top: 60px;
    box-sizing: border-box;
    position: relative;
}
.application_container{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.application_slide{
    width: 100%;
    height: 350px;
    background-image: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/v2021/application/application_img1.png);
    background-size: cover;
    display: flex;
    align-items: center;
}
.application_slide.two{
    background-image: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/v2021/application/application_img2.png);
}
.application_slide.three{
    background-image: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/v2021/application/application_img3.png);
}
.application_slide.four{
    background-image: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/v2021/application/application_img4.png);
}
.application_slide.five{
    background-image: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/v2021/application/application_img5.png);
}
.application_infos{
    width: 410px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 30px 20px 20px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
}
.application_infos h3{
    color: #892FDF;
    font-size: 16px;
    border-bottom: 4px solid #892FDF;
    display: inline-block;
    margin-bottom: 10px;
}
.application_infos p{
    letter-spacing: 1px;
    line-height: 22px;
}
.application_swiper{
    position: relative;
}
.swiper-pagination{
    width: 100%;
    position: initial;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    opacity: 1;
    background-color: #E6E6E6;
    margin: 0 3px;
}
.swiper-pagination-bullet-active{
    background-color: #892FDF;
}
.swiper-button-next.one{
    width: 40px;
    height: 40px;
    background-color: #34353A;
    border-radius: 50%;
    right: -60px;
    background-image: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/v2021/application/arrow_next.png);
    background-size: 11px 16px;
}
.swiper-button-prev.one{
    width: 40px;
    height: 40px;
    background-color: #34353A;
    border-radius: 50%;
    left: -60px;
    background-image: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/v2021/application/arrow_prev.png);
    background-size: 11px 16px;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background-color: #892FDF;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0.6;
}
.selection{
    width: 100%;
    padding: 100px 0;
}
.selection_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.selection_tabs{
    width: 380px;
}
.selection_tab{
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(137,47,223,0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
}
.selection_tab.active{
    background: #34353A;
    color: #FFFFFF;
}
.selection_tab:last-child{
    margin-bottom: 0;
}
.selection_info{
    width: 790px;
    height: 380px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(137,47,223,0.14);
    display: none;
}
.selection_info_img{
    width: 100%;
    height: 255px;
    position: relative;
    overflow: hidden;
}
.selection_info_img img:hover{
    transform: scale(1.05);
    transition: all 1s;
}
.selection_info_text{
    width: 100%;
    padding: 30px 40px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
}
.selection_info_btn{
    width: 210px;
    height: 40px;
    background: linear-gradient(90deg, #BE5CF1 0%, #892FDF 100%);
    border-radius: 30px;
    opacity: 0.8;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    right: 30px;
}
.selection_info_btn:hover{
    color: #FFFFFF;
}
.common_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #EFEFEF;
}
.common_linear_bg{
    width: 100%;
    height: 238px;
    background: linear-gradient(180deg, #E1D4ED 0%, #EFEFEF 100%);;
}
.promotion{
    width: 100%;
    padding: 60px 0 40px;
    position: relative;
    /* background: linear-gradient(180deg, #E1D4ED 0%, #EFEFEF 100%); */
}
.promotion_container, .services_container{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.promotion_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.promotion_list.service{
    margin-bottom: 60px;
    height: auto;
    background: none;
}
.promotion_list.service .promotion_item{
    margin-top: 20px;
}
.promotion_item{
    width: 278px;
    height: 208px;
    position: relative;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.promotion_item_img{
    width: 100%;
    height: 100%;
}
.promotion_item_title{
    width: 238px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promotion_item_modal{
    width: 238px;
    height: 128px;
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 40px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    display: none;
}
.promotion_item_btn{
    width: 120px;
    height: 40px;
    background-image: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/v2021/application/consult_btn.png);
    background-size: cover;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    color: #FFFFFF;
}
.promotion_item_btn:hover{
    color: #FFFFFF;
}
.case_item_img_modal{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.enlarge_icon{
    width: 20px;
    height: 20px;
}
.cases_btn{
    width: 210px;
    height: 40px;
    background: linear-gradient(90deg, #BE5CF1 0%, #892FDF 100%);
    border-radius: 30px;
    opacity: 0.8;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
}
.cases_btn:hover{
    color: #FFFFFF;
    background: #34353A;
    opacity: 1;
}
.cases_btn.process_btn{
    margin-top: 30px;
}
.pic_container{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #34353A;
    display: none;
    z-index: 200;
    overflow-y: scroll;
}
.pic_container_inner{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.pic_container_inner>img{
    width: 100%;
    cursor: url('https://imgs.sfkedu.com/yiyiarts/pc/home/img/v2021/application/narrow.png'), default;
}
.interview{
    width: 100%;
    padding: 60px 0 100px;
}
.interview_list{
    display: flex;
    justify-content: space-between;
}
.interview_item{
    width: 380px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(137,47,223,0.14);
}
.interview_item_img{
    width: 100%;
    height: 214px;
    overflow: hidden;
}
.interview_item_img img:hover{
    transform: scale(1.05);
    transition: all 1s;
}
.interview_item_infos{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.interview_item_infos h4{
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}
.interview_item_infos p{
    line-height: 25px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
}
.services{
    width: 100%;
    padding: 60px 0 40px;
    position: relative;
    /* background: linear-gradient(180deg, #E1D4ED 0%, #EFEFEF 100%); */
}

.services_title{
    color: #892FDF;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.services_title_icon{
    width: 102px;
    height: 21px;
    margin-right: 10px;
    margin-top: -4px;
}
.services_title_desc{
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    margin-top: 10px;
}
.services_title_desc>span{
    color: #892FDF;
}
.services_steps{
    margin-top: 40px;
    display: flex;
    margin-bottom: 60px;
}
.services_step{
    flex: 1;
}
.services_step_title{
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.services_step_circle{
    width: 20px;
    height: 20px;
    background-color: #892FDF;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.services_step_circle::after{
    content: '';
    width: 185px;
    height: 1px;
    background-color: #892FDF;
    position: absolute;
    left: 20px;
}
.services_step_circle.noline::after{
    width: 0;
}
.services_step_text{
    width: 150px;
    height: 50px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
}
.services_examine_img{
    width: 380px;
    height: 248px;
    position: relative;
    cursor: pointer;
}
.services_examine{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.process{
    width: 100%;
    padding: 100px 0;
}
.process_infos{
    height: 285px;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(137,47,223,0.14);
}
.process_img{
    width: 380px;
    height: 100%;
    overflow: hidden;
    flex-shrink: 0;
}
.process_img img:hover{
    transform: scale(1.05);
    transition: all 1s;
}
.process_info{
    flex: 1;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
}
.process_labels{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.process_label{
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
    font-size: 16px;
    width: 150px;
    height: 60px;
    background-image: url(https://imgs.sfkedu.com/yiyiarts/pc/home/img/v2021/application/process_label.png);
    background-size: cover;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
}
.diamond_icon{
    width: 30px;
    height: 26px;
    margin-right: 8px;
}
.process_text{
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 25px;
}