.teacher_header {
    width: 100%;
    /* height: 480px; */
	height: 336px;
    background: linear-gradient(180deg, rgba(229, 107, 26, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    border-radius: 0px;
    display: inline-block;
}

.teacher_main {
    /* width: 1170px; */
	width: 1189px;
    margin: 0 auto;
}

.t_h_m{
	height: 436px;
    display: flex;
    justify-content: space-between;
}
.t_title {
    font-size: 32px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: 6px;
    opacity: 1;
}

.t_tag {
    width: 231px;
    height: 19px;
    font-size: 14px;

    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 2px;
    opacity: 1;
    margin-top: 24px;
}

.t_hg {
    width: 26px;
    height: 3px;
    background: #863032;
    opacity: 1;
    margin-top: 19px;
}

.t_h_left {
    width: 231px;
    position: relative;
    display: flex;
    /* align-items: center; */
	height: 208px;
	margin-top: 72px;
	
}

.t_h_left_l {
    width: 231px;
}

/* .t_h_left_r {
    width: 82px;
    height: 386px;
    background-image: url(../img/teacher/members-bg.png);
    position: absolute;
    right: 24px;
} */

.t_h_right {
    width: 864px;
    height: 208px;
    margin-top: 30px;
}

.t_h_right img {
    width: 100%;
}

.teacher-bg-wrap{
    width: 1170px;
    height: 1170px;
    background: url(../img/teacher/z_bg.png) no-repeat center;
	/* background: url(../img/round-point.png) no-repeat center; */
  /*  background-size: 94%;
    position: absolute; */
	background-size: contain;
	position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    animation: zhuandong 200s linear infinite;
}
@keyframes zhuandong{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.t_type {
    width: 100%;
}

.t_type ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.t_type ul li {
    padding: 8px 16px;
    margin: 0 4px 8px 4px;
    cursor: pointer;
}

.t_type_one {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
}

.t_type_one .active {
    background: #863032;
    border-radius: 22px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}


.t_type_two {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 24px;
}

.t_type_two .active {
    background: rgba(134, 48, 50, 0.08);
    border-radius: 20px;
    color: #863032;
}

.t_type_three {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 98px;
    margin-top: 20px;
}

.t_type_three .active {
    background: rgba(134, 48, 50, 0.08);
    border-radius: 20px;
    color: #863032;
    padding: 0 16px 0 16px;

}

.t_top {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 56px;
}

.t_top .t-cont {
    width: 276px;
    height: 406px;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 20px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.t-img-box{
    width: 192px;
    height: 240px;
    box-sizing: border-box;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}
.num-bg-1{
    background: url(../img/teacher/m_1.png) no-repeat bottom center;
}
.num-bg-2{
    background: url(../img/teacher/m_2.png) no-repeat bottom center;
}
.num-bg-3{
    background: url(../img/teacher/m_3.png) no-repeat bottom center;
}

.t-img-span{
    width: 147px;
    height: 220px;
    overflow: hidden;
    display: block;
	border-radius: 0 0 110px 110px;
}

.t_img{
    width: 147px;
    position: relative;
    z-index: -1;
}

.t-word-box{
    width: 100%;
    padding: 32px 24px;
    background-color: #F5F5F5;
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    z-index: -10;
    box-sizing: border-box;
    transition: all 0.3s linear;
}
.t_name{
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: rgba(0,0,0,0.8);
    margin-top: 65px;
}
.t-text{
    width: 100%;
    height: 84px;
    font-size: 14px;
    color: rgba(0,0,0,0.3);
    margin-top: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    word-break: break-all;
}

.t_top .t-cont:hover{
    transform: translateY(-2px);
}

.t_top .t-cont:hover .t-word-box{
    box-shadow: 0 8px 16px rgba(134,48,50,0.2);
}

.t_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
}

.t_list .t-cont {
    width: 276px;
    height: 352px;
    position: relative;
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s linear;
    margin: 12px;
}
.t_list .t-img-span{
    border-radius: 0 0 48px 0;
}
.t_list .t_name{
    width: auto;
    text-align: inherit;
    margin-top: 0;
}
.t_list .t-img-box{
    width: 100%;
    justify-content: left;
    align-items: end;
}
.t_list .t-img-span{
    margin: 0 16px 0 24px;
}
.t_list .t-word-box{
    padding: 24px;
}
.t_list .t-text{
    margin-top: 45px;
}
.t_list .t-cont:hover{
    transform: translateY(-2px);
}
.t_list .t-cont:hover .t-word-box{
    box-shadow: 0 8px 16px rgba(134,48,50,0.2);
}

.zb_moer_btn {
    width: 100%;
    height: 42px;
    background: #f5f5f5;
    margin: 28px 0 12px;
    opacity: 1;
    border-radius: 8px;
    text-align: center;
    line-height: 42px;
}
.zb_moer_btn:hover {
    cursor: pointer;
    color: var(--main_color);
}

.zb_boxs {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    border-radius: 0px;
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zb_boxs .box {
    width: 654px;
    height: 375px;
    background: #ffffff;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    opacity: 1;
    border-radius: 8px;
}

.zb_boxs .box .box_top .tit {
    float: left;
    margin: 8px 16px;
}

.zb_boxs .box .box_left {
    margin: 52px 0 0 -40px;
    width: 216px;
    height: 323px;
    float: left;
    overflow: hidden;
}

.zb_boxs .box .box_right {
    margin: 55px 40px 32px 32px;
    width: 315px;
    float: right;
}

.zb_boxs .box .box_right .text-blank {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
}

.zb_boxs .box .box_right .text-img {
    width: 18px;
    height: 18px;
}

.zb_boxs .box .box_right .text-con {
    margin-top: 18px;
    width: 326px;
    height: 187px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    word-break: break-all;
}

.box .box_left img {
    width: 100%;
}

.closes i {
    margin: 8px !important;
    font-size: 20px;
}

.closes{
    cursor: pointer;
    float: right;
}



.mem{
	width: 256px;
	height: 52px;
	/* background: salmon; */
	  background-image: url(../img/teacher/members-bg.png);
	  background-size: 100%;
}