/* 成绩 start */
.class_title{
    width: 12rem;
    margin: 0.5rem auto 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.class_school{
    width: 3rem; 
}
.class_school_title{
    width: 100%;
    text-align: center;
    font-size: 0.14rem;
    color: rgb(0,46,89);
    font-weight: bold;
}
.class_school_yuan{
    width: 2rem;
    margin: 0.1rem auto 0;
    position: relative;
}
.class_school_yuan img{
    width: 100%;
    height: auto;
}
.class_school_fen{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.class_school_fen p:nth-child(1){
    font-size: 0.14rem;
    font-weight: 500;
    color: rgb(0,46,89);
}
.class_school_fen p:nth-child(2){
    font-size: 0.16rem;
    color: #ffffff;
}
.class_school_fen span{
    font-size: 1rem;
    color: #ffffff;
    font-weight: bold;
    line-height: 0.9rem;
}

.class_detail{
    width: 12rem;
    margin: 0 auto;
}
.ex_tab{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-top: 0.42rem; */
}
.ex_tab img{
    width: 0.2rem;
    height: auto;
}
.ex_tab_flex{
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.ex_tab_flex_btn{
    padding: 0.05rem 0.5rem;
    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: 11rem;
    padding: 0.3rem 0.4rem;
    margin: 0.3rem auto 0;
    background-color: rgb(217,217,217);
    display: flex;
}
.class_card img{
    width: 4rem;
    height: auto;
}
.class_card_block{
    padding-left: 0.2rem;
}
.class_card_title{
    font-size: 0.2rem;
    color: #000000;
    font-weight: bold;
    margin-top: 0.15rem;
}
.class_card_text{
    width: 6rem;
    display: flex;
    margin-top: 0.1rem;
    font-size: 0.12rem;
    color: #000000;
}
.class_card_text p:nth-child(1){
    font-size: 0.12rem;
    color: rgb(124,124,124);
    margin-right: 0.1rem;
}
.class_card_text p:nth-child(2){
    font-size: 0.12rem;
    color: rgb(124,124,124);
}
.banner6_flex{
    width: 12rem;
    display: flex;
    align-items: flex-end;
    margin: 0.2rem auto 0;
}
.banner6_flex img{
    width: 0.2rem;
    height: auto;
}
.banner6 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.ex_tab_flex_btn{
    padding: 0.08rem 0;
    border-radius: 50px;
    background-color: #ffffff;
    font-size: 0.18rem;
    font-weight: bold;
    color: rgb(12,47,84);
    text-align: center;
    border: 0.02rem solid rgb(254,198,1);
}
.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 */
/* 历年成绩展示 start */
.record{
    width: 100%;
}
.ex_header{
    width: 100%;
}
.ex_header_img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.3rem 0 0.2rem;
}
.ex_header_img img{
    width: 3rem;
    height: auto;
}
.record_card{
    width: 10rem;
    margin: 0rem auto 0;
}
.record_card img{
    width: 2rem;
    height: auto;
    display: inline-block;
    margin: 0.4rem 0.2rem 0 0;
}
.record_card img:nth-child(4n){
    margin-left: 0;
}
.ex_btn_flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.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;
}
.class_introduce_teachers{
    width: 100%;
    text-align: center;
    padding: 0.16rem 0;
    background-color: rgb(0,46,89);
    margin-top: 0.22rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.class_introduce_teachers_title{
    width: 0.6rem;
    font-size: 0.14rem;
    font-weight: bold;
    color: #ffffff;
}
.class_introduce_teachers form{
    display: flex;
    align-items: center;
}
.signUp_inputs{
    display: flex;
    align-items: center;
}
.signUp_inputs input{
    width: 1.6rem;
    height: 0.28rem;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    margin-left: 0.3rem;
}
.submits{
    width: fit-content;
    font-size: 0.14rem;
    font-weight: bold;
    color: rgb(0,46,89);
    padding: 0.04rem 0.22rem;
    margin-left: 0.3rem;
    background-color: rgb(254,198,1);
}
input::-webkit-input-placeholder {
/* WebKit browsers */
    color: #ffffff;
    text-align: left;
}
input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
    color: #ffffff;
    text-align: left;
}
input::-moz-placeholder {
/* Mozilla Firefox 19+ */
    color: #ffffff;
    text-align: left;
}
input:-ms-input-placeholder {
/* Internet Explorer 10+ */
    color: #ffffff;
    text-align: left;
}
    
/* 历年成绩展示 end */