.red{
    border: 1px red solid;
}
.header_height {
    height: 50px !important;
    /* z-index: 1000; */
    border-bottom: 1px #eee solid;
    /* -webkit-transform: translateZ(0); */
    /* transform: translateZ(0); */
}

.titlebar {
    -webkit-transform: translateZ(1);
}

.fix {
    position: fixed;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    z-index: 1000;
}

.classleft {
    z-index: 101;
}

.classNav {
    height: 35px;
    background: #fff;
    margin-right: 30px;
}

.classNavEn {
    margin-right: 5px;
}
.SAclass_title_en{
    font-size:16px;
}

.classNav .swiper-slide {
    text-align: center;
    overflow-x: auto;
}

.classNav span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 4px;
    background: #f8f8f8;
    color: #323332;
}

.classNav .classActive span {
    background: #e6f8ea;
    color: #336437;

}

.swiperWrap {
    padding-right: 25px;
}

.classContent {
    width: 100%;
    min-height: 200px;
}

.scrollFixed {
    /* position: fixed; */
    /* width: 100%; */
    height: 40px;
    /* top: 50px; */
    /* left: 0; */
    /* z-index: 888; */
    background: #fff;
    /* -webkit-transform: translateZ(0); */
}

.content_wrap {
    padding-top: 0px;
}

.swiperNarr {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0px;
    z-index: 2;
    width: 59px;
    height: 32px;
    background: url(../image/classNav.png) no-repeat center right;
    background-size: 100%;
}

.swiperNarr i {
    display: block;
    float: right;
    margin-right: 10px;
    width: 12px;
    height: 32px;
    background: url(../image/icon/classNarrD2.png) no-repeat center center;
    background-size: 100%;
}

.narrActive i {
    background: url(../image/icon/classNarrT2.png) no-repeat center center;
    background-size: 100%;
}

.classUl {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 99;
    top: 85px;
    left: 0;
    background: #fff;
    padding-top: 4px;
    padding-bottom: 5px;
    display: none;
    border-bottom: 0px;
}

.classUl ul {
    border-top: 0px;
}

.classUl li {
    float: left;
    list-style: none;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 4px;
    background: #f8f8f8;
    color: #323332;
    width: 23%;
    margin: 1%;
    text-align: center;
}

.classUl li.liActive {
    background: #e6f8ea;
    color: #336437;
}

.narrMask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .3);
    display: none;
}

.ipS1Add {
    background: none !important;
    border: none !important;
    padding-left: 15px !important;
}

.catelog_box {
    position: absolute;
    left: 0;
    height: calc(100% - 42px);
    overflow-y: auto;
    top: 50px;
    z-index: 999;
}

.catelog_box .current {
    /* background: #fff url(../image/icon/leftline.png) repeat-y left top !important; */
    background: #fff !important;
    color: #336437 !important;
    border-left:2px solid #336437 !important;
}

.cright_title {
    border-bottom: 1px #eee solid;
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    height: 40px;
    /* border: 1px red solid; */
}

.cright_title h4 {
    display: inline-block;
    font-size: 16px;
    color: #323332;
    line-height: 1.8;
    position: relative;
    top: 2px;
    font-weight: normal !important;
}

.cright_title span {
    float: right;
    font-size: 14px;
    color: #323332;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    position: relative;
    top: 2px;
    width: auto;
    margin-right: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.cright_title .spanActive {
    color: #336437;
}

.content_wrap {
    min-height: 100%;
    width: 100%;
}

.cright_ul {
    position: relative;
    overflow: hidden;
    /* border: 1px red solid; */
}

.cright_ul li {
    border-bottom: 1px #eee solid;
}
.class_info_wrap{
    display: flex;
}
.class_info_left{
    display: block;
    width: 130px;
    height: 130px;
}
.class_info_right{
    flex: 1;
}


@media(min-width:800px) {
    .class_info_wrap{
        display: flex;
    }
    .class_info_left{
        display: block;
        width: 150px;
        min-height: 150px;
    }
    .class_info_right{
        flex: 1;
    }
    

    .classNavIpad span {
        display: block;
        height: 30px;
        line-height: 30px;
        font-size: 17px;
        border-radius: 4px;
        background: #f8f8f8;
        color: #323332;
    }

    .classUl li {
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        border-radius: 4px;
        background: #f8f8f8;
        color: #323332;
        width: 18%;
        margin: 5px;
        text-align: center;
        font-weight: normal !important;
    }

    .classNav span {
        color: #323332;
    }

    .cright_title {
        border-bottom: 1px #eee solid;
        overflow: hidden;
        /* padding-top: 5px; */
        padding-bottom: 5px;
        padding-left: 20px;
        /* border: 1px red solid; */
        height: 40px;
    }

    .cright_title h4 {
        display: inline-block;
        font-size: 19px;
        color: #323332;
        line-height: 1.8;
        position: relative;
        top: 2px;
        font-weight: normal !important;
    }

    .cright_title span {
        float: right;
        font-size: 17px;
        color: #323332;
        display: inline-block;
        height: 32px;
        line-height: 32px;
        position: relative;
        top: 2px;
        width: auto;
        margin-right: 5px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .SAclass_title {
        display: inline-block;
        float: left;
        padding: 15px 3px 15px 43px;
        background: url(../image/icon/class_list1.png) no-repeat 13px 15px;
        background-size: 24px 24px;
        font-size: 21px;
        display: block;
    }
    .class_narr{
        position: relative;
        top:3px
    }
    .classNav {
        z-index: 99999;
    }

}
