img{
    display: flex;
}
/* 首图 start */
.huaban{
    width: 100%;
    height: auto;
    position: relative;
}
.huaban_img_bj{
    width: 100%;
    height: auto;
}

.huaban_text_blue{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
}
.huaban_text_blue p{
    font-size: 0.3rem;
    color: rgb(0,46,89);
}
.huaban_text_blue p:nth-child(1){
    font-size: 1.2rem;
    color: rgb(0,46,89);
    font-weight: bold;
}
/* 首图 end */
/* 班型 start */
.class_introduce{
    width: 12rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.class_introcuce_left{
    width: 9.5rem;
}
.weizhi{
    font-size: 0.12rem;
    color: #000000;
    margin-top: 0.1rem;
}
.class_jieshao{
    width: 100%;
}
.class_jieshao_title{
    width: 100%;
    font-size: 0.24rem;
    color: rgb(0,46,89);
    margin-top: 0.15rem;
    font-weight: bold;
}
.class_jieshao_shuju{
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
}
.class_jieshao_shuju p{
    font-size: 0.12rem;
    color: rgb(180,180,180);
    margin-right: 0.05rem;
}
.class_jieshao_content{
    width: 100%;
    font-size: 0.14rem;
    color: #000000;
    margin-top: 0.2rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgb(0,46,89);
}
.wenzhangqiehuan{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0.2rem;
}
.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;
}
.qiehuanpage{
    width: 2rem;
    margin-left: 0.5rem;
}
.sypian{
    width: 5rem;
    display: flex;
}
.sypian p:nth-child(1){
    font-size: 0.14rem;
    color: rgb(0,46,89);
    font-weight: bold;
    white-space: nowrap;
}
.sypian p:nth-child(2){
    width: 3rem;
    font-size: 0.14rem;
    color: rgb(0,46,89);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wenzhangtuijian{
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
.wenzhangtuijian_left{
    width: 100%;
}
.wenzhangtuijian_title{
    width: 100%;
    display: flex;
    align-items: center;
}
.wenzhangtuijian_title img{
    width: 0.2rem;
    height: auto;
}
.wenzhangtuijian_title p{
    font-size: 0.18rem;
    color: rgb(0,46,89);
    font-weight: bold;
    margin-left: 0.1rem;
}
.wenzhangtuijian_left ul li{
    width: 90%;
    font-size: 0.13rem;
    color: rgb(0,46,89);
    margin-top: 0.05rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    list-style-position: inside;
}




.class_introduce_right{
    width: 2rem;
    padding-top: 0.2rem;
    /* background-color: aqua; */
}
.class_introduce_teacher{
    width: 1.8rem;
    text-align: center;
    padding: 0.2rem 0.1rem 0.1rem;
    background-color: rgb(217,217,217);
}
.class_introduce_teacher img{
    width: 100%;
    height: auto;
}
.class_introduce_teacher p:nth-child(2){
    font-size: 0.18rem;
    font-weight: bold;
    color: rgb(0,46,89);
}
.class_introduce_teacher p:nth-child(3){
    font-size: 0.14rem;
    font-weight: bold;
    color: rgb(0,46,89);
}
.class_introduce_teacher div{
    width: fit-content;
    font-size: 0.1rem;
    font-weight: bold;
    color: rgb(0,46,89);
    padding: 0.03rem 0.3rem;
    border-radius: 50px;
    margin: 0.12rem auto 0;
    background-color: rgb(241,241,241);
}
.class_introduce_teachers{
    width: 1.8rem;
    text-align: center;
    padding: 0.2rem 0.1rem 0.1rem;
    background-color: #ffffff;
    border: 1px solid #f7f7f7;
    margin-top: 0.22rem;
}
.class_introduce_teachers_title{
    font-size: 0.14rem;
    font-weight: bold;
    color: rgb(0,46,89);
    width: 100%;
    text-align: left;
}
.class_introduce_teacher form{
    width: 100%;
}
.signUp_inputs{
    width: 100%;
    display: flex;
    align-items: center;
    background-color: rgb(235,235,235);
    margin-top: 0.1rem;
}
.signUp_inputs label{
    font-size: 0.1rem;
    color: #000000;
    font-weight: 500;
    display: flex;
    white-space: nowrap;
    margin-left: 0.05rem;
}
.signUp_inputs input{
    width: 0.8rem;
    height: 0.24rem;
    background-color:transparent;
    border: none;
}
.submits{
    width: fit-content;
    font-size: 0.1rem;
    font-weight: bold;
    color: rgb(0,46,89);
    padding: 0.03rem 0.3rem;
    border-radius: 50px;
    margin: 0.18rem auto 0;
    background-color: rgb(235,235,235);
}
/* 班型 end */