.zx-container {
    height: 100vh;
    min-width: 16rem;
    background-color: #efeff1;
}

.logLeft {
    width: 2.39rem;
    height: 1.5rem;
    background: url(http://www.jiajiaoban.com/z2019/ceshi1/img/logLeft.png) no-repeat;
    background-size: 100% 99.9%;
    position: absolute;
    left: 0;
    top: 0;
}

/* 左边布局开始 */
.zx-left {
    width: 7.68rem;
    height: 100%;
    float: left;
    background-image: linear-gradient(#4d575e,
            #4d575e),
        linear-gradient(#eb4a46,
            #eb4a46);
    background-blend-mode: normal, normal;
    position: relative;
}

.zx-left img {
    position: absolute;
    bottom: 0;
}

.zx-left .xiushi1 {
    width: 100%;
    height: 1.0rem;
    background-color: #ffffff;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0%;
}

.zx-left .xiushi2 {
    width: 3.85rem;
    height: 2.14rem;
    position: absolute;
    bottom: 0;
    left: 0%;
    background-image: url("../img/teacher/leftbottom.png");
}

/* 左边布局结束 */


/* 导航栏部分开始 */
.zx-right {
    margin-left: 7.68rem;
    position: relative;
    height: 100%;
}

.nav {
    height: 1.5rem;
    position: relative;
}

.navLeft {
    width: 2.6rem;
    height: 0.44rem;
    position: absolute;
    background-image: url("../img/logImg.png");
    background-size: 100% 99.9%;
    left: 1.55rem;
    top: 0.66rem;
}

.navRight {
    position: absolute;
    top: 0.6rem;
    min-width: 10rem;
}

.navRight li {
    float: left;
    width: 1.75rem;
}

.navRight li a {
    display: block;
    text-align: center;
    font-size: .24rem;
    width: 1.56rem;
    height: .57rem;
    line-height: .57rem;
    color: #666666;
    border-radius: 6px;
}

.navRight li a:hover {
    color: #ffffff;
    background: #eb4a46;
}

.nav_index {
    color: #ffffff !important;
    background: #eb4a46 !important;
}



/* 导航栏部分结束 */

/* 右边内容部分开始 */
.xiushir1 {
    position: absolute;
    right: 0;
    width: 2.01rem;
    height: 2.47rem;
    background-image: url("../img/teacher/xiushir1.png");
    background-repeat: no-repeat;
    background-size: 100% 99.9%;
    opacity: 0.3;
}

.xiushir2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5.33rem;
    height: 2.39rem;
    background-image: url("../img/teacher/xiushir2.png");
    background-repeat: no-repeat;
    background-size: 100% 99.9%;
}

.zx-content {
    width: 8.53rem;
    margin-left: 1.4rem;
    height: 8rem;
    position: relative;
}

.zx-content h1 {
    font-family: PingFangSC-Semibold;
    font-size: 0.36rem;
    line-height: 0.36rem;
    color: #eb4a46;
    position: relative;
    margin-bottom: 1rem;
}

.zx-content h1::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 3.38rem;
    height: 0.7rem;
    background-image: linear-gradient(-90deg,
            #eb494600 0%,
            #eb4a46 100%);
    opacity: 0.3;
    left: 0;
    bottom: -0.52rem;
}

.zx-content h2 {
    padding: 0.05rem;
    width: 0.89rem;
    height: 1.15rem;
    border: solid 0.01rem #eb4a46;
    font-weight: normal;
    font-size: 0.36rem;
    line-height: 0.48rem;
    color: #eb4a46;
    text-align: center;
    position: relative;
}

.zx-content h2::after {
    content: "";
    position: absolute;
    width: 0.03rem;
    height: 0.28rem;
    background-color: #eb4a46;
    bottom: -0.15rem;
    left: 0.12rem;
}

.zx-content h2:nth-child(2) {
    float: left;
    width: 0.89rem;
    height: 1.15rem;
    border: solid 0.01rem #eb4a46;
}

.zx-content h2:nth-child(4) {
    position: absolute;
    left: 0;
    top: 4.14rem;
    border: solid 0.01rem #eb4a46;
}

.zx-content ul li {
    font-family: PingFangSC-Regular;
    position: relative;
    font-size: 0.20rem;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
    color: #666666;
    max-width: 6.5rem;
}

.zx-content ul li::after {
    position: absolute;
    top: 0.08rem;
    left: -0.2rem;
    content: "";
    width: 0.14rem;
    height: 0.14rem;
    background-color: #eb4a46;
    border-radius: 50%;

}

.zx-content h3 {
    font-family: AdobeHeitiStd-Regular;
    font-size: 0.3rem;
    color: #eb4a46;
}

.zx-content h3:nth-child(7) {
    position: absolute;
    top: 3rem;
    left: 1.7rem;
}

.zx-content h3:nth-child(5) {
    position: absolute;
    top: 5.16rem;
    left: 1.7rem;
}


.zx-content ul:nth-child(3) {
    position: absolute;
    left: 1.46rem;
    top: 1.19rem;
}

.zx-content ul:nth-child(6) {
    position: absolute;
    left: 1.46rem;
    top: 3.43rem;
}

.zx-content ul:nth-child(8) {
    position: absolute;
    left: 1.46rem;
    top: 5.62rem;
}

/* 右边内容区域结束 */