/* 班型 start */
.class_title{
    width: 100%;
}
.class_title_name{
    width: 100%;
    text-align: center;
    font-size: 0.3rem;
    color: rgb(254,198,1);
    font-weight: bold;
    padding: 0.15rem 0 0.3rem;
}
.class_title img{
    width: 1.5rem;
    height: auto;
    margin: 0 auto 0.16rem;
}
.class_title_js{
    width: 100%;
    color: rgb(0,46,89);
    font-weight: 500;
    font-size: 0.16rem;
    text-align: center;
}
.class_detail{
    width: 12rem;
    margin: 0 auto;
}
.ex_tab{
    width: 100%;
    padding-top: 0.42rem;
}
.ex_tab_flex{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.ex_tab_flex_btn{
    padding: 0.05rem 0.8rem;
    border-radius: 50px;
    background-color: #ffffff;
    font-size: 0.18rem;
    font-weight: bold;
    color: rgb(12,47,84);
    border: 0.02rem solid rgb(254,198,1);
}
.class_list{
    width: 100%;
}
.class_card{
    width: 100%;
    background-color: rgb(217,217,217);
    margin-top: 0.3rem;
    display: flex;
}
.class_card img{
    width: 4.71rem;
    height: 3.05rem;
}
.class_card_block{
    padding-left: 0.2rem;
}
.class_card_title{
    font-size: 0.24rem;
    color: rgb(0,46,89);
    font-weight: bold;
    margin-top: 0.15rem;
}
.class_card_text{
    display: flex;
    margin-top: 0.1rem;
}
.class_card_text p:nth-child(1){
    font-size: 0.14rem;
    color: rgb(0,46,89);
    font-weight: bold;
    margin-right: 0.05rem;
}
.class_card_text p:nth-child(2){
    max-width: 6rem;
    font-size: 0.14rem;
    color: rgb(0,46,89);
}
.class_card_gd{
    width: 0.15rem;
    height: auto;
    margin: 0.3rem auto 0;
    transform: rotate(-90deg);
}
/* 班型 end */
/* 校考优秀战绩 start */
.record{
    width: 100%;
}
.ex_header{
    width: 100%;
}
.ex_header_img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 0.2rem;
}
.ex_header_img img{
    width: 3rem;
    height: auto;
}
.record_card{
    width: 10rem;
    margin: 0 auto;
}
.record_card img{
    width: 2rem;
    height: auto;
    display: inline-block;
    margin: 0 0.2rem 0.2rem 0;
}
.record_card img:nth-child(4n){
    margin-left: 0;
}
/* 校考优秀战绩 end */
/* 学习生活 start */
.life{
    width: 100%;
}
.life_card{
    width: 12rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.life_card img{
    width: 0.2rem;
    height: auto;
}
.swiper img{
    width: 100%;
    height: auto;
}
.ex_btn_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
}
.ex_btn_flex_d{
    padding: 0.06rem 0.12rem;
    border-bottom: 0.05rem solid rgb(0,46,89);
    font-size: 0.18rem;
    font-weight: bold;
    color: rgb(0,46,89);
    background-color: rgb(255,173,0);
}
.ex_btn_flex img{
    width: 0.34rem;
    height: auto;
    margin-left: 0.2rem;
}
.zidingyi{
    position: relative !important;
}
.zidingyi img{
    width: 0.2rem;
    height: auto;
}
.zidingyi:nth-child(1){
    margin-right: 0.5rem;
}
.zidingyi:nth-child(3){
    margin-left: 0.5rem;
}
.swiper-button-prev:after{
    content: "" !important;
}
.swiper-button-next:after{
    content: "" !important;
}
/* 学习生活 end */