﻿
body {
    background: #F4F4F4;
}

* {
    padding: 0;
    margin: 0;
}

html {
    font-size: 16px;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.teacherContainer {
    width: 100%;
}

.teacherIntro {
    width: 100%;
}

.honor {
    width: 62.5%;
    margin: 0 auto;
    padding-top: 2.62rem;
}

.title {
    width: 100%;
    height: 35px;
    font-family: MicrosoftYaHei-Bold;
    font-family: "微软雅黑";
    font-weight: bold;
    font-size: 2.25rem;
    color: #22ac38;
    margin-bottom: 2.62rem;
}

.honor img {
    margin-bottom: 2.62rem;
}

.video {
    width: 62.5%;
    margin: 0 auto;
    overflow: hidden;
    /*	overflow: auto;*/
}

.moreVideo {
    float: right;
    width: 15%;
    height: 31px;
    border: solid 1px #22ac38;
    text-align: center;
    line-height: 31px;
    font-family: MicrosoftYaHei-Bold;
    font-family: "微软雅黑";
    font-size: 0.87rem;
    letter-spacing: 1px;
    color: #22ac38;
}

.teacherVideo {
    margin-top: 2.62rem;
}

.brand_video {
    width: 100%;
    padding-top: 84px;
    padding-bottom: 84px;
    overflow: hidden;
}

.current-pages {
    margin-top: 50px;
    width: 100%;
}

.poster-box {
    text-align: left;
    margin: 0 auto;
    width: 62.5%;
}

.poster-item {

    width: 32%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 1%;
}

.video-img {
    width: 100%;
    height: auto;
    cursor: pointer
}

.play {
    position: absolute;
    cursor: pointer;
    right: 50%;
    bottom: 50%;
}

.video-desc {
    width: 100%;
    height: 26px;
    font-size: 1rem;
    text-align: center;
    color: #474747;
    font-family: SourceHanSansCN-Normal;
    padding-top:20px;
}
.boxy-wrapper.fixed {
    position: fixed;
}

.coverDiv {
    position: relative;
  
}

.cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.play-icon {
    position: absolute;
    right: 65px;
    bottom: 130px;
    cursor: pointer
}

.cover img {
    width: 25%;
    height: auto;
}

.video_box_close {
    position: absolute;
    right: -14px;
    top: -10px;
    display: block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 99999;
    background-image: url(https://static.okii.com/static/img/btn_close_video.png);
}

.video_box {
    position: relative;
}

.backBanner {
    width: 100%;
    height: 56px;
    padding-bottom: 2.62rem;
    padding-top: 2.62rem;
}

    .backBanner a {
        display: block;
        width: 15%;
        height: 100%;
        margin: 0 auto;
        background-color: #22ac38;
        border-radius: 10px;
        text-decoration: none;
        font-family: MicrosoftYaHei;
        font-size: 1.5rem;
        letter-spacing: 2px;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }


