.zx-container {
    height: 100vh;
    min-width: 16rem;
    background-image: linear-gradient(270deg,
            rgba(255, 138, 91, 0.63) 0%,
            rgba(235, 74, 70, 0.63) 69%),
        linear-gradient(#eb4a46,
            #eb4a46);
    background-blend-mode: normal, normal;
}

.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;
}

/* 导航栏部分开始 */

.nav {
    width: 100%;
    min-width: 16rem;
    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;
    right: 1.19rem;
    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: #fff;
    border-radius: 6px;
}

.navRight li a:hover {
    color: #eb4a46 !important;
    background: #fff;
}

.nav_index {
    color: #eb4a46 !important;
    background: #fff;
}

.topBack a:hover {
    color: #eb4a46 !important;
    background: #fff !important;
}

.topBack .nav_indexa {
    background: #fff !important;
    color: #eb4a46 !important;
}

/* 导航栏部分结束 */

.zx-left {
    width: 3.25rem;
    height: 8rem;
    background-color: #fff;
    float: left;
    margin-left: 0.9rem;
    padding-top: 0.5rem;
    padding-left: 0.3rem;
}

.zx-left .search {
    width: 2.8rem;
    height: 0.57rem;
    box-shadow: inset 0.01rem 0.02rem 0.03rem 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.04rem;
    border: solid 0.01rem #eb4a46;
    margin: 0 auto;
    margin-top: 0.18rem;
    margin-bottom: 0.15rem;
    position: relative;
}

.search input::-webkit-input-placeholder {
    opacity: 0.5;
}

.search input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    padding-left: 0.1rem;
    font-family: PingFangSC-Regular;
    font-size: 0.2rem;
}

.search button {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    right: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    background-image: url("../img/teacher/search.png");
    background-repeat: no-repeat;
    background-size: 100% 99.9%;
}

/* 左边的筛选栏目 开始*/
.dropbtn {
    margin-left: 0.43rem;
    font-family: PingFangSC-Regular;
    font-size: 0.24rem;
    line-height: 0.48rem;
    color: #eb4a46;
    background-color: transparent;
}

.dropdown::after {
    content: "";
    display: block;
    width: 0.09rem;
    height: 0.14rem;
    background-image: url("../img/teacher/arrow.png");
    position: absolute;
    background-size: 100% 99.9%;
    background-repeat: no-repeat;
    left: 0.2rem;
    top: 0.2rem;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-right: 1rem;
}

/* 下拉内容 (默认隐藏) */
.dropdown-content {
    display: block;
    width: 2rem;
    display: none;
    margin-left: 0.65rem;
}

.dropdown-content a {
    display: block;
    font-family: PingFangSC-Regular;

    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.48rem;
    color: #666666;
}


.dropdown-content a:hover {
    text-decoration: underline;
}

.dropdown.active .dropdown-content {
    display: block;
}

.dropdown.acitve::after {
    transform: rotate(90deg);
}

/* 左边的筛选栏结束 */
.zx-right {
    position: relative;
    margin-left: 0.22rem;
    width: 14.7rem;
    height: 8rem;
    background-color: #fff;
    float: right;
    margin-right: 0;
}

.teacher_lists {
    margin: 0 auto;
    width: 13.38rem;
    height: 6.6rem;
    margin-top: 0.46rem;
}

.teacher_lists .listItem:nth-child(5n) {
    
}

.teacher_lists .listItem {
    margin-bottom: 0.45rem;
    width: 2.35rem;
    height: 2.9rem;
    float: left;
    margin-right: 0.28rem;
    background-color: #b6bdc7;
    box-shadow: 2px 3px 15px 0px rgba(104, 104, 104, 0.2);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.teacher_lists .listItem:hover {
    transform: scale(1.05);
}

.teacher_lists .listItem .image {
    display: block;
    width: 85%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 0.15rem;
}

.xiushiRb {
    width: 0.35rem;
    height: 2.33rem;
    background-image: linear-gradient(180deg,
            #2973fc00 0%,
            #2974fc 100%);
    position: absolute;
    bottom: 0;
    right: 0.32rem;

}

.teacher_lists .listItem .name {
    display: block;
    width: 100%;
    height: 0.68rem;
    font-family: PingFangSC-Regular;
    font-size: 0.19rem;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    line-height: 0.68rem;
    text-align: center;
    color: #333333;
}

/* 分页部分样式开始 */
.pages {
    width: 5.6rem;
    height: 0.46rem;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.41rem;
}

.pages a,
b {
    display: inline-block;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 0.05rem;
    border: solid 0.01rem #b5b5b5;
    font-family: PingFangSC-Regular;
    font-size: 0.24rem;
    line-height: 0.46rem;
    color: #b5b5b5;
    text-align: center;
}

.pages a:first-child {
    font-size: 0.2rem;
    width: 0.8rem;
    overflow: hidden;
}

.pages a:last-child {
    font-size: 0.2rem;
    width: 0.8rem;
    overflow: hidden;
}

.home-pages {
    width: 5.6rem;
    height: 0.46rem;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.41rem;
}

.home-pages button {
    width: 1.5rem;
    border-radius: 0.06rem;
}

.home-pages .prev {
    background-color: #2b75fc;
	color:#fff;
}

/* 分页部分样式结束 */