.clearfix:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.fixed-in-top {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99
}

.fixed-in-bottom {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99
}

.cp {
    cursor: pointer
}

.tll {
    text-align: left
}

.tlc {
    text-align: center
}

.tlr {
    text-align: right
}

.inline-block {
    display: inline-block;
    vertical-align: middle
}

.border-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.content-box {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.teacher-banner {
    padding: 80px 0;
    background: #1c6e35
}

.teacher-banner h2 {
    background: url(../../../dist/img/p/teacher/Teacher-profile.png) no-repeat center/577px 44px;
    font-size: 33px;
    font-weight: 700;
    color: #fefefe;
    line-height: 44px;
    text-align: center
}

.teacher-content {
    background: #f7f7f7;
    padding-top: 77px
}

.teacher-content .order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.teacher-content .order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.teacher-content .content {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden
}

.teacher-content .hash {
    height: 200px;
    margin-top: -200px
}

.teacher-content .teacher {
    margin-bottom: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: #fff;
    min-height: 330px;
    overflow: initial
}

.teacher-content .teacher .box {
    position: relative;
    width: 307px;
    height: 213px;
    background: #126736;
    border: 1px solid #cecece;
    border-radius: 20px
}

.teacher-content .teacher .box .img {
    margin: -106px auto 0;
    width: 186px;
    height: 184px;
    border-radius: 50%;
    text-align: center;
    background: #4a4a4a
}

.teacher-content .teacher .box .img img {
    width: 100%
}

.teacher-content .teacher .box .line {
    margin: 24px auto 10px;
    width: 58px;
    height: 5px;
    background: #fff
}

.teacher-content .teacher .box .name {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 26px;
    text-align: center
}

.teacher-content .teacher .box .style {
    margin-top: 25px;
    padding: 0 26px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.teacher-content .teacher .box .hover:hover+.style-hover {
    opacity: 1
}

.teacher-content .teacher .box .style-hover {
    position: absolute;
    padding: 1px;
    width: 495px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 103, 54, .9)), to(rgba(18, 103, 54, .9))), -webkit-gradient(linear, left top, left bottom, from(#f5f97f), to(#55cc7c));
    background: linear-gradient(rgba(18, 103, 54, .9), rgba(18, 103, 54, .9)), linear-gradient(to bottom, #f5f97f, #55cc7c);
    background-clip: content-box, padding-box;
    -webkit-box-shadow: 0 6px 16px 1px rgba(74, 74, 74, .46);
    box-shadow: 0 6px 16px 1px rgba(74, 74, 74, .46);
    opacity: .9;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 19px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.teacher-content .teacher .box .style-hover p {
    padding: 25px 30px 20px
}

.teacher-content .teacher .box .position1 {
    left: 220px;
    bottom: -26px
}

.teacher-content .teacher .box .position2 {
    right: 220px;
    bottom: -26px
}

.teacher-content .teacher .info {
    padding: 60px 47px 40px;
    width: 761px;
    background: #f7f7f7;
    border: 1px solid #cecece;
    opacity: .96;
    border-radius: 12px
}

.teacher-content .teacher .info .name {
    font-size: 22px;
    font-weight: 700;
    color: #454545
}

.teacher-content .teacher .info .main {
    margin-top: 5px;
    font-size: 18px;
    color: #454545
}

.teacher-content .teacher .info .line {
    margin: 30px 0;
    width: 58px;
    height: 5px;
    background: #126736
}

.teacher-content .teacher .info p {
    font-size: 16px;
    color: #777;
    line-height: 28px
}