/* 班型 start */
.ex_tab{
    width: 100%;
    padding-top: 0.42rem;
    padding-bottom: 0.3rem;
}
.ex_tab_flex{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.ex_tab_flex_btn{
    padding: 0.05rem 0.3rem;
    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);
}
/* 班型 start */
.class_introduce{
    width: 12rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.class_introduce_left{
    width: 9.5rem;
    display: flex;
    margin-top: 0.16rem;
    padding-bottom: 0.16rem;
    border-bottom: 1px solid rgb(217,217,217);
}
.weizhi{
    width: 0.5rem;
    font-size: 0.16rem;
    color: rgb(254,198,1);
    text-shadow:-1px 0 #333,		/* 向左阴影 */
			0 -1px #333,				/* 向上阴影 */
			1px 0 #fff,					/* 向右阴影 */
			0 1px #fff;					/* 向下阴影 */
}
.weizhi p:nth-child(1){
    text-align: left;
}
.weizhi p:nth-child(2){
    text-align: right;
}
.class_jieshao{
    width: 8rem;
    margin-left: 0.2rem;
}
.class_jieshao_title{
    width: 100%;
    font-size: 0.22rem;
    color: rgb(0,46,89);
    font-weight: bold;
}
.class_jieshao:hover{
    color: rgb(255,179,60);
}
.class_text_xian{
    width: 3rem;
    height: 1px;
    background-color: rgb(0,46,89);
    margin-top: 0.15rem;
}
.class_content{
    font-size: 0.13rem;
    color: rgb(0,46,89);
    margin-top: 0.2rem;
}
.class_more{
    width: 0.7rem;
    padding: 0.04rem 0;
    border-radius: 8px;
    background-color: rgb(254,198,1);
    font-size: 0.15rem;
    font-weight: bold;
    color: rgb(0,46,89);
    margin-top: 0.15rem;
    text-align: center;
}





.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;
    margin-left: 0.1rem;
    width: 100%;
}
.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 */