.main-menu .navigation > li > a {
    color: #333333;
}

header .area {
    line-height: 0.56rem;
    margin: 0 0.2rem;
    font-size: 0.18rem;
    color: #333;
    padding-left: 34px;
    background: url(../images/xf-pos1.png)no-repeat left center;
    background-size: 24px 31px;
}

header {
    padding: 0.12rem 1.15rem 0.18rem 1.15rem;
}

    header .search {
        background: #eaeaea;
    }

.pos-line {
    width: 100%;
    background: #d20303;
    color: #fff;
    height: 0.9rem;
    padding-top: 0.17rem;
    line-height: 0.56rem;
}

    .pos-line h1 {
        line-height: 0.56rem;
        padding-left: 0.16rem;
        font-size: 0.3rem;
        position: relative;
    }

        .pos-line h1:after {
            left: 0;
            top: 0.13rem;
            height: 0.3rem;
            width: 0.04rem;
            position: absolute;
            content: "";
            background: #fff;
        }

    .pos-line .pos {
        line-height: 0.56rem;
        padding-left: 33px;
        font-size: 0.17rem;
        background: url(../images/pos-icon.png)no-repeat left center;
    }

        .pos-line .pos a {
            color: #fff;
            padding: 0 6px;
        }

.ne-nav {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 0.64rem 0.45rem 0.44rem 0.45rem;
}

    .ne-nav li {
        list-style: none;
        float: left;
        position: relative;
    }

        .ne-nav li a {
            padding: 0 0.32rem;
            line-height: 0.42rem;
            height: 0.42rem;
            font-size: 0.2rem;
            color: #333333;
            display: inline-block;
        }

            .ne-nav li a:hover {
                color: #d20303;
                font-weight: bold;
            }

        .ne-nav li .ts {
            border-radius: 0.5rem;
            color: #fff;
            background: #d20303;
            font-weight: bold;
        }

            .ne-nav li .ts:hover {
                color: #fff;
                background: #d20303;
                font-weight: bold;
            }

        .ne-nav li:after {
            content: "";
            position: absolute;
            right: 0;
            top: 0.11rem;
            height: 0.2rem;
            width: 1px;
            background: #ebebeb;
        }


/* 课程 */

.home-zxkc {
    width: 100%;
    margin-top: 0.42rem;
}

    .home-zxkc dl {
        width: 23%;
        float: left;
        border-radius: 0.08rem;
        border: 1px solid #f0f0f0;
        margin-right: 2.66666%;
        margin-bottom: 0.48rem;
        overflow: hidden;
    }

        .home-zxkc dl:nth-child(4n) {
            margin-right: 0;
        }

        .home-zxkc dl dt {
            width: 100%;
            overflow: hidden;
        }

            .home-zxkc dl dt img {
                width: 100%;
                display: block;
                height: 2.49rem;
            }

        .home-zxkc dl dd {
            padding: 0.05rem 0.15rem;
            font-size: 0.19rem;
            color: #333333;
            line-height: 0.32rem;
            position: relative;
        }

            .home-zxkc dl dd p {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                line-clamp: 1;
                -webkit-box-orient: vertical;
            }

            .home-zxkc dl dd span {
                display: inline-block;
                width: 100%;
                font-size: 0.23rem;
                color: #d30000;
                font-weight: bold;
            }

            .home-zxkc dl dd .dw {
                width: 0.25rem;
                height: 0.23rem;
                position: absolute;
                right: 0.2rem;
                bottom: 0.1rem;
            }

.ne-padd {
    padding-bottom: 0.85rem;
}

.ne-padd1 {
    padding: 0.4rem 0 0.85rem 0;
}

.class-detail {
    padding-bottom: 0.6rem;
    border-bottom: 1px dashed #d1d1d1;
    display: flex;
    margin-top: 0.5rem;
    margin-bottom: 0.4rem;
}

    .class-detail .left {
        width: 47.7%;
        position: relative;
        border-radius: 0.2rem 0.2rem 0 0;
        /*    overflow: hidden; */
        margin-right: 2.3%;
    }

        .class-detail .left .pic {
            text-align: center;
        }

            .class-detail .left .pic img {
                display: block;
                width: 100%;
            }

        .class-detail .left .dw {
            text-align: center;
            line-height: 0.74rem;
            color: #fff;
            background: #2567b3;
            font-size: 0.28rem;
            display: none;
        }

    .class-detail .right {
        width: 50%;
    }

        .class-detail .right h1 {
            border-bottom: 1px solid #e5e5e5;
            display: flex;
            align-items: center;
            font-size: 0.3rem;
            height: 1.1rem;
            color: #333333;
            margin-bottom: 0.35rem;
        }

        .class-detail .right .price {
            background: #f1f6fc;
            padding: 0.28rem 0.3rem;
            line-height: 0.74rem;
            clear: both;
            font-size: 0.18rem;
            zoom: 1;
        }

            .class-detail .right .price span {
                display: inline-block;
                font-weight: bold;
                font-size: 0.34rem;
                color: #d30000;
            }

            .class-detail .right .price .num {
                padding-left: 0.4rem;
                background: url(../images/se.png)no-repeat left center;
                color: #555555;
            }

.class-buy {
    margin-top: 0.6rem;
}

    .class-buy a {
        display: inline-block;
        width: 1.4rem;
        line-height: 0.42rem;
        border-radius: 0.5rem;
        margin-right: 0.23rem;
        text-align: center;
        color: #fff;
        font-size: 0.18rem;
    }

        .class-buy a:nth-child(1) {
            background: #155ba6;
        }

        .class-buy a:nth-child(2) {
            background: #d7e9ff;
            color: #333333;
        }

.class-intro {
    width: 100%;
}

.ne-warp {
    width: 75%;
    margin: 0 auto;
}

.Menubox2 {
    width: 100%;
    position: relative;
    z-index: 2;
    border-bottom: 2px solid #155ba6;
}

    .Menubox2 ul {
        height: auto;
    }

    .Menubox2 li {
        display: inline-block;
        cursor: pointer;
        height: 0.44rem;
        line-height: 0.44rem;
        font-size: 0.2rem;
        transition-duration: .5s;
        width: 1.95rem;
        text-align: center;
        position: relative;
        background: #e4e4e4;
        border-radius: 0.08rem 0.08rem 0 0;
    }

        .Menubox2 li.hover {
            position: relative;
            background: #165da8;
            color: #fff;
        }

.class-list dl {
}

    .class-list dl dt {
        line-height: 0.54rem;
        font-weight: bold;
        color: #333333;
        font-size: 0.26rem;
        margin-top: 0.25rem;
    }

    .class-list dl dd {
        line-height: 0.8rem;
        border-bottom: 1px dashed #e4e4e4;
        font-size: 0.2rem;
        color: #333333;
    }

        .class-list dl dd span {
            font-size: 0.19rem;
            color: #6e6e6e;
        }

.class-intro-bit {
    text-align: center;
    line-height: 0.68rem;
    font-size: 0.26rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    margin-top: 0.4rem;
}

.class-intro-neir p {
    line-height: 0.4rem;
    font-size: 0.18rem;
}

.pay-nav {
    width: 100%;
    margin-bottom: 0.15rem;
}

    .pay-nav li {
        width: 50%;
        position: relative;
        float: left;
    }

        .pay-nav li a {
            width: 100%;
            display: inline-block;
            border-top: 3px solid #c4c4c4;
            line-height: 0.62rem;
            text-align: center;
            font-size: 0.2rem;
            position: relative;
        }

            .pay-nav li a:after {
                width: 0.24rem;
                height: 0.24rem;
                position: absolute;
                content: "";
                background: url(../images/pay-icon.png)no-repeat;
                background-size: 0.24rem 0.24rem;
                left: 48%;
                top: -0.12rem;
            }

        .pay-nav li .ts {
            border-top: 3px solid #d20303;
        }

            .pay-nav li .ts:after {
                width: 0.24rem;
                height: 0.24rem;
                position: absolute;
                content: "";
                background: url(../images/pay-icon1.png)no-repeat;
                background-size: 0.24rem 0.24rem;
                left: 48%;
                top: -0.12rem;
            }

.pay-box {
    border-top: 3px solid #155ba6;
    background: #fff;
    box-shadow: 0 0 10px #eaeaea;
    padding: 0.7rem 0 1.3rem 0;
    text-align: center;
}

.pay-bit {
    line-height: 0.56rem;
    font-size: 0.2rem;
    display: table;
    margin: 0 auto;
    background: url(../images/attention.png)no-repeat left center;
    padding-left: 30px;
    background-size: 19px 19px;
}

    .pay-bit span {
        display: inline-block;
        font-size: 0.24rem;
        font-weight: bold;
    }

.pay-price {
    display: table;
    font-size: 0.2rem;
    color: #2e2e2e;
    line-height: 0.56rem;
    margin: 0 auto;
}

    .pay-price span {
        display: inline-block;
        font-weight: bold;
        color: #d20303;
        font-size: 0.3rem;
    }

.pay-intro {
    display: table;
    margin: 0 auto;
    line-height: 0.54rem;
    color: #999999;
    font-size: 0.16rem;
    padding-bottom: 0.2rem;
}

.pay-ewm {
    width: 3.3rem;
    margin: 0 auto;
    border: 2px solid #155ba6;
}

    .pay-ewm .pic img {
        width: 100%;
        display: block;
    }

    .pay-ewm .text {
        line-height: 0.62rem;
        background: #155ba6;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.pay-select {
    margin: 0 auto;
    display: table;
    padding-right: 0.2rem;
    color: #d20303;
    font-size: 0.18rem;
    padding: 0.3rem 0;
}

.Menubox3 {
    margin: 0 auto;
    display: table;
    position: relative;
}

    .Menubox3 ul {
        height: auto;
    }

    .Menubox3 li {
        display: inline-block;
        cursor: pointer;
        height: 0.42rem;
        line-height: 0.42rem;
        font-size: 0.17rem;
        width: 1.15rem;
        margin: 0 8px;
        text-align: center;
        position: relative;
        background: #fff;
        border: 1px solid #c4c4c4;
    }

        .Menubox3 li.hover {
            position: relative;
            background: url(../images/pay-icon3.png) no-repeat right bottom;
            background-size: 15px 19px;
            color: #d20303;
            border: 1px solid #d20303;
        }

.pay-ok {
    width: 100%;
    padding-left: 30%;
    text-align: left;
}

.pay-ok-pri {
    line-height: 0.54rem;
    background: url(../images/ok.png)no-repeat left center;
    background-size: 0.33rem 0.33rem;
    padding-left: 0.65rem;
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
    color: #333333;
}

.pay-ok-num {
    font-size: 0.2rem;
    color: #2e2e2e;
    line-height: 0.54rem;
}

    .pay-ok-num span {
        display: inline-block;
        font-weight: bold;
        font-size: 0.36rem;
        color: #d20303;
    }

.pay-ok-order {
    font-size: 0.2rem;
    color: #2e2e2e;
    line-height: 0.54rem;
}

    .pay-ok-order span {
        color: #d20303;
    }

.pay-ok-order1 {
    line-height: 0.54rem;
    color: #999999;
    font-size: 0.16rem;
}

.pay-ok-order a {
    width: 1.4rem;
    line-height: 0.42rem;
    border: 1px solid #155ba6;
    border-radius: 0.5rem;
    color: #333333;
    display: inline-block;
    text-align: center;
    font-size: 0.18rem;
}

    .pay-ok-order a:nth-child(1) {
        width: 1.4rem;
        line-height: 0.42rem;
        border: 1px solid #155ba6;
        border-radius: 0.5rem;
        color: #fff;
        background: #155ba6;
    }

.book-list {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.5rem;
}

    .book-list dl {
        width: 23%;
        float: left;
        margin-right: 2.6666%;
        margin-bottom: 0.5rem;
        border: 1px solid #edeeef;
        padding: 0.33rem 0.22rem;
        box-shadow: 0 0 5px #f8f8f8;
    }

        .book-list dl:nth-child(4n) {
            margin-right: 0;
        }

        .book-list dl dt {
            width: 100%;
            background: url(../images/book-bg.jpg)no-repeat center bottom;
            min-height: 1.88rem;
            padding-bottom: 0.37rem;
            text-align: center;
            margin-top: 0.2rem;
        }

            .book-list dl dt img {
                display: inline-block;
                height: 3.2rem;
            }

        .book-list dl dd h1 {
            line-height: 0.30rem;
            font-weight: normal;
            font-size: 0.18rem;
            margin-top: 15px;
            height: 60px;
        }

        .book-list dl dd .buy {
            display: table;
            line-height: 0.32rem;
            font-weight: bold;
            color: #d90101;
        }

        .book-list dl dd .buy-but {
            width: 1rem;
            line-height: 0.32rem;
            border-radius: 0.08rem;
            text-align: center;
            background: #155ba6;
            color: #fff;
            font-size: 0.16rem;
        }


/* 分页 */

.jianT {
    width: 100%;
    text-align: center;
    margin-top: 0.3rem;
}

    .jianT li {
        background: #fff;
        border: 1px solid #ddd;
        line-height: 34px;
        height: 36px;
        min-width: 40px;
        display: inline-block;
        margin: 0 6px;
        width: 40px;
        padding: 0;
    }




        .jianT li a {
            font-size: 14px;
            color: #474747;
            display: block
        }

            .jianT li a:hover {
                text-decoration: none;
                background: #0073bc;
                color: #fff;
            }

        .jianT li .on {
            background: #ad0000;
            color: #fff;
            display: block;
        }


/* 热门推荐 */

.hot-rec li {
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    line-height: 0.76rem;
    padding-left: 0.32rem;
    position: relative;
}

    .hot-rec li .dw {
        width: 0.32rem;
        height: 0.76rem;
        background: url(../images/hot.png) no-repeat left center;
        background-size: 0.19rem 0.25rem;
        position: absolute;
        left: 0;
        top: 0;
    }

    .hot-rec li p {
        width: 85%;
        font-size: 0.2rem;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .hot-rec li span {
        width: 10%;
        text-align: right;
        font-size: 0.18rem;
        color: #666666;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .hot-rec li p:hover,
    .hot-rec li p a:hover {
        color: #d20303;
    }

.topic-select {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #e1e1e1;
    padding: 0.25rem 0.35rem;
    margin-top: 0.22rem;
    margin-bottom: 0.35rem;
}

    .topic-select li {
        width: 6.25%;
        float: left;
        line-height: 0.64rem;
        text-align: center;
        font-size: 0.18rem;
    }

        .topic-select li .ts {
            font-weight: bold;
            color: #d20303;
        }


/* 个人中心 */

.personal-left {
    width: 15.88%;
    height: 100vh;
    background: url(../images/per-left-bg.jpg) no-repeat left bottom #105dc3;
    background-size: cover;
    color: #fff;
}

.personal-right {
    width: 84.12%;
    height: 100vh;
    background: #efefef;
}

    .personal-right .pos {
        width: 100%;
        background: #fff;
        padding: 0 0.43rem;
        line-height: 0.84rem;
        color: #333333;
    }

    .personal-right .location {
        padding-left: 0.37rem;
        background: url(../images/pos-icon6.png) no-repeat left center;
        font-size: 0.17rem;
    }

    .personal-right .close {
        padding-left: 0.48rem;
        line-height: 0.84rem;
        background: url(../images/r-icon2.png)no-repeat left center;
        font-size: 0.16rem;
        color: #000000;
        background-size: 0.34rem 0.34rem;
    }

    .personal-right .welcome {
        padding-left: 0.48rem;
        line-height: 0.84rem;
        background: url(../images/r-icon1.png)no-repeat left center;
        font-size: 0.16rem;
        color: #000000;
        margin-right: 0.5rem;
        background-size: 0.34rem 0.34rem;
    }

        .personal-right .welcome span {
            color: #306bed;
        }

    .personal-right .neir-box {
        width: 96%;
        margin: 0 auto;
        height: calc(97vh - 0.84rem);
        background: #fff;
        margin-top: 3vh;
        padding: 0.2rem 0.45rem;
        overflow-y: auto;
    }

.per-logo {
    margin: 0.3rem 0 0.5rem 0;
    text-align: center;
}

    .per-logo img {
        display: inline-block;
        width: 1.81rem;
        height: 0.52rem;
    }

.per-nav li {
    width: 100%;
    height: 0.66rem;
    margin-bottom: 0.15rem;
}

    .per-nav li a {
        width: 100%;
        display: inline-block;
        padding-left: 0.9rem;
        line-height: 0.66rem;
        font-size: 0.2rem;
        position: relative;
        color: #fff;
    }

        .per-nav li a:after {
            width: 0.1rem;
            height: 0.15rem;
            position: absolute;
            right: 10%;
            content: "";
            background: url(../images/nav-jt.png)no-repeat;
            background-size: 0.1rem 0.15rem;
            top: 0.25rem;
        }

        .per-nav li a:before {
            position: absolute;
            width: 0.38rem;
            left: 0.46rem;
            height: 100%;
            content: "";
            top: 0
        }

    .per-nav li:nth-child(1) a:before {
        background: url(../images/per-icon1.png)no-repeat left center;
    }

    .per-nav li:nth-child(2) a:before {
        background: url(../images/per-icon2.png)no-repeat left center;
    }

    .per-nav li:nth-child(3) a:before {
        background: url(../images/per-icon3.png)no-repeat left center;
    }

    .per-nav li:nth-child(4) a:before {
        background: url(../images/per-icon4.png)no-repeat left center;
    }

    .per-nav li:nth-child(5) a:before {
        background: url(../images/per-icon5.png)no-repeat left center;
    }

    .per-nav li:nth-child(6) a:before {
        background: url(../images/per-icon6.png)no-repeat left center;
    }

    .per-nav li:nth-child(7) a:before {
        background: url(../images/per-icon7.png)no-repeat left center;
    }

    .per-nav li .ts {
        background: rgba(255, 255, 255, 0.2);
    }

    .per-nav li:hover {
        background: rgba(255, 255, 255, 0.2);
    }

.per-neir-bit {
    line-height: 0.55rem;
    display: table;
    padding-left: 0.23rem;
    position: relative;
    font-weight: bold;
    font-size: 0.24rem;
    color: #111111;
}

    .per-neir-bit:after {
        width: 0.07rem;
        height: 0.25rem;
        left: 0;
        top: 0.15rem;
        content: "";
        background: #ed3838;
        position: absolute;
    }

.order-selet {
    width: 100%;
    border: 1px solid #eeeeee;
    padding: 0.18rem 0.4rem 0.18rem 0.26rem;
}

    .order-selet .select-box {
        width: 40%;
        display: flex;
        float: left;
        margin-right: 4%;
    }

        .order-selet .select-box p {
            width: 18%;
            float: left;
            line-height: 0.36rem;
            font-size: 0.19rem;
            color: #555555;
            text-align: right;
            padding-right: 3%;
        }

        .order-selet .select-box select {
            width: 82%;
            outline: none;
            border: none;
            background: #e4e4e4;
            line-height: 0.36rem;
            float: left;
            font-size: 0.17rem;
        }

    .order-selet .an {
        width: 12%;
        border-radius: 0.5rem;
        background: #d90101;
        text-align: center;
        line-height: 0.36rem;
        font-size: 0.19rem;
        color: #fff;
    }

.order-list {
    margin-top: 0.2rem;
}

.order-tbody {
    width: 100%;
    background: #107ad0;
    color: #fff;
    height: 0.56rem;
}

    .order-tbody li {
        border-right: 1px solid #88bde8;
        text-align: center;
        line-height: 0.56rem;
        font-size: 0.18rem;
        font-weight: bold;
        list-style: none;
        float: left;
    }

        .order-tbody li:nth-child(1) {
            width: 8%;
        }

        .order-tbody li:nth-child(2) {
            width: 30%;
        }

        .order-tbody li:nth-child(3) {
            width: 47%;
        }

        .order-tbody li:nth-child(4) {
            width: 15%;
        }

.order-th {
    width: 100%;
    color: #555555;
    border: 1px solid #e5e5e5;
}

    .order-th dl {
        width: 100%;
        height: 0.54rem;
        line-height: 0.54rem;
    }

        .order-th dl:nth-child(2n) {
            background: #f5f9fd;
        }

        .order-th dl dt {
            border-right: 1px solid #ededed;
            text-align: center;
            line-height: 0.54rem;
            font-size: 0.18rem;
            float: left;
        }

            .order-th dl dt:nth-child(1) {
                width: 8%;
            }

            .order-th dl dt:nth-child(2) {
                width: 30%;
            }

            .order-th dl dt:nth-child(3) {
                width: 47%;
                text-align: left;
                padding-left: 0.35rem;
            }

            .order-th dl dt:nth-child(4) {
                width: 15%;
            }

    .order-th .del {
        width: 0.54rem;
        line-height: 0.26rem;
        border-radius: 0.1rem;
        text-align: center;
        background: #fff;
        box-shadow: 0 0 10px #e2e2e2;
        margin: 0.14rem auto 0;
        color: #ed3838;
        font-size: 0.15rem;
    }


/* class */

.class-tbody {
    width: 100%;
    background: #107ad0;
    color: #fff;
    height: 0.56rem;
}

    .class-tbody li {
        border-right: 1px solid #88bde8;
        text-align: center;
        line-height: 0.56rem;
        font-size: 0.18rem;
        font-weight: bold;
        list-style: none;
        float: left;
    }

        .class-tbody li:nth-child(1) {
            width: 8%;
        }

        .class-tbody li:nth-child(2) {
            width: 44%;
        }

        .class-tbody li:nth-child(3) {
            width: 12%;
        }

        .class-tbody li:nth-child(4) {
            width: 12%;
        }

        .class-tbody li:nth-child(5) {
            width: 12%;
        }

        .class-tbody li:nth-child(6) {
            width: 12%;
        }

.class-th {
    width: 100%;
    color: #555555;
    border: 1px solid #e5e5e5;
}

    .class-th dl {
        width: 100%;
        height: 0.54rem;
        line-height: 0.54rem;
    }

        .class-th dl:nth-child(2n) {
            background: #f5f9fd;
        }

        .class-th dl dt {
            border-right: 1px solid #ededed;
            text-align: center;
            line-height: 0.54rem;
            font-size: 0.18rem;
            float: left;
        }

            .class-th dl dt:nth-child(1) {
                width: 8%;
            }

            .class-th dl dt:nth-child(2) {
                width: 44%;
                text-align: left;
                padding-left: 0.35rem;
            }

            .class-th dl dt:nth-child(3) {
                width: 12%;
            }

            .class-th dl dt:nth-child(4) {
                width: 12%;
            }

            .class-th dl dt:nth-child(5) {
                width: 12%;
            }

            .class-th dl dt:nth-child(6) {
                width: 12%;
            }

            .class-th dl dt:nth-child(7) {
                width: 12%;
            }

    .class-th .del {
        width: 0.54rem;
        line-height: 0.26rem;
        border-radius: 0.1rem;
        text-align: center;
        background: #fff;
        box-shadow: 0 0 10px #e2e2e2;
        margin: 0.14rem auto 0;
        color: #ed3838;
        font-size: 0.15rem;
    }


/* class */

.infor-box {
    width: 65%;
    margin-top: 0.2rem;
}

    .infor-box dl {
        width: 100%;
        margin-bottom: 0.26rem;
        display: flex;
        color: #333;
    }

        .infor-box dl dt {
            width: 15%;
            float: left;
            line-height: 0.54rem;
            text-align: right;
            padding-right: 0.1rem;
            font-size: 0.19rem;
            position: relative;
        }

            .infor-box dl dt span {
                color: #d30000;
            }

        .infor-box dl dd {
            width: 87%;
            float: left;
        }

            .infor-box dl dd input {
                width: 100%;
                border-radius: 0.1rem;
                background: #f8fafe;
                height: 0.54rem;
                line-height: 0.54rem;
                border: 1px solid #e7e7e7;
                padding: 0 0.15rem;
                font-size: 0.19rem;
                outline: none;
            }

            .infor-box dl dd select {
                width: 31%;
                float: left;
                margin-right: 2%;
                border-radius: 0.1rem;
                background: #f8fafe;
                height: 0.54rem;
                line-height: 0.54rem;
                border: 1px solid #e7e7e7;
                padding: 0 0.15rem;
                font-size: 0.18rem;
                outline: none;
            }

.per-but {
    margin-top: 0.25rem;
}

    .per-but a {
        display: inline-block;
        width: 1.7rem;
        border-radius: 0.5rem;
        text-align: center;
        line-height: 0.5rem;
        color: #fff;
        font-size: 0.19rem;
        background: #888888;
        margin-right: 0.2rem;
    }

        .per-but a:nth-child(1) {
            background: #d30000;
        }

.password-text {
    line-height: 0.32rem;
    background: url(../images/password-icon.png) no-repeat left center;
    padding-left: 0.25rem;
    font-size: 0.18rem;
    color: #848484;
}

.cont-box {
    width: 100%;
    height: 6.12rem;
    margin-top: 0.5rem;
}

#map {
    width: 100%;
    height: 6.12rem;
}

.cont-box1 {
    width: 90%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    box-shadow: 0 5px 8px #ebebeb;
}

    .cont-box1 h1 {
        line-height: 0.88rem;
        font-size: 0.24rem;
        color: #333333;
        position: relative;
        background: #fff;
        border-bottom: 1px solid #eaeaea;
        padding: 0 0.35rem;
    }

    .cont-box1 .neir {
        width: 94%;
        margin: 0 auto;
        padding-bottom: 0.32rem;
    }

        .cont-box1 .neir dl {
            width: 48%;
            float: left;
            margin-right: 4%;
            margin-bottom: 0.4rem;
            border-radius: 0.01rem;
            border: 1px solid #e6e6e6;
            background: #fbfbfc;
            padding: 0 0.3rem;
            display: flex;
            border-radius: 0.1rem;
            overflow: hidden;
        }

            .cont-box1 .neir dl:nth-child(2n) {
                margin-right: 0;
            }

            .cont-box1 .neir dl dt {
                width: 70%;
                font-size: 0.18rem;
                line-height: 0.36rem;
                padding-top: 0.5rem;
                color: #333333;
            }

                .cont-box1 .neir dl dt span {
                    line-height: 0.4rem;
                    font-weight: bold;
                    font-size: 0.24rem;
                    display: inline-block;
                    margin-bottom: 0.15rem;
                    width: 100%;
                }

            .cont-box1 .neir dl dd {
                width: 30%;
                padding: 0.2rem 0;
                display: -webkit-box;
                display: -ms-fslexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
            }

.about-box {
    padding-top: 0.5rem;
    width: 90%;
    margin: 0 auto;
}

.ne-bit {
    text-align: center;
    padding-top: 0.45rem;
    position: relative;
    line-height: 0.56rem;
    font-size: 0.32rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.4rem;
}

    .ne-bit .dw {
        position: absolute;
        content: "";
        width: 100%;
        text-align: center;
        top: 0;
        left: 0;
        color: #efefef;
        font-size: 0.7rem;
        text-transform: uppercase;
        font-weight: normal;
    }

.about-box .left {
    width: 50%;
    background: #175ca7;
    min-height: 4.4rem;
    position: relative;
    margin-bottom: 0.3rem;
}

    .about-box .left .pic {
        position: absolute;
        width: 100%;
        height: 100%;
        left: -0.2rem;
        top: -0.2rem;
    }

        .about-box .left .pic img {
            display: block;
            width: 100%;
            height: 100%;
        }

.about-box .right {
    width: 50%;
    background: #f1f7fe;
    min-height: 4.4rem;
    padding: 0.3rem 0.4rem 0.4rem 0.4rem;
    margin-bottom: 0.3rem;
}

    .about-box .right .intro-list {
        width: 100%;
        border-bottom: 1px solid #e9eff6;
        height: 36px;
    }

        .about-box .right .intro-list dl.hover {
            font-weight: bold;
        }

        .about-box .right .intro-list dl {
            width: 25%;
            float: left;
            text-align: left;
            color: #175ca7;
            border-right: 2px solid #175ca7;
            font-size: 0.17rem;
            text-align: center;
            cursor: pointer;
        }

            .about-box .right .intro-list dl:nth-child(4) {
                border-right: none;
            }

    .about-box .right .intro-neir {
        margin-top: 0.2rem;
        height: 3rem;
        overflow-y: auto;
    }

        .about-box .right .intro-neir .bit1 {
            line-height: 0.5rem;
            font-size: 0.24rem;
            color: #333333;
            text-align: center;
            margin-bottom: 0.15rem;
        }

.about-box .neir {
    font-size: 0.17rem;
    line-height: 0.3rem;
    color: #333333;
    margin-bottom: 0.15rem;
    text-indent: 2em;
}

    .about-box .neir span {
        display: inline-block;
        font-size: 0.2rem;
        color: #d30000;
        text-indent: 0;
    }

.about-honor {
    width: 100%;
    padding: 1.05rem 0;
    background: url(../images/honor-bg.jpg)no-repeat;
    background-size: 100% 100%;
}


/* 资质荣誉 */

.zy-warp {
    width: 96%;
    margin: 0 auto;
    padding-bottom: 1rem;
}

.zzry-list {
    position: relative;
    display: block;
}

    .zzry-list .ne-bit {
        margin-bottom: 1rem;
    }

.mobile-zzry-list {
    display: none;
}

.zzry-list .swiper-slide {
    height: 4rem;
    position: relative;
}

.zzry-list .Fthree .zzry-img,
.zzry-list .three .zzry-img {
    width: 30%;
    left: 40%;
}

.zzry-list .Fthree .zzry-img {
    left: auto;
    right: 0;
}

.zzry-list .three .zzry-img {
    left: 0;
}

.zzry-list .Ftwo .zzry-img,
.zzry-list .two .zzry-img {
    text-align: center;
    width: 50% !important;
    bottom: 0;
}

    .zzry-list .Ftwo .zzry-img img,
    .zzry-list .two .zzry-img img {
        display: inline-block;
    }

.zzry-list .Ftwo .zzry-img {
    left: auto;
    right: 0;
}

.zzry-list .two .zzry-img {
    left: 0;
}

.zzry-list .Fone .zzry-img,
.zzry-list .one .zzry-img {
    width: 50% !important;
    left: 17%;
}

.zzry-list .swiper-slide-active .zzry-img {
    width: 150% !important;
    left: -24%;
}

.zzry-list .swiper-slide-next {
    left: 5%;
}

.zzry-list .swiper-slide-prev {
    right: 2%;
}

.zzry-list .Fone .zzry-img {
    left: auto;
    right: 28%;
}

.zzry-img {
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
    background: url(../images/kuang.png) no-repeat;
    background-size: 100% 100%;
    transition-duration: 0.3s;
}

    .zzry-img img {
        display: block;
        width: 100%;
    }

.zzry-contorl {
    margin-top: 0.35rem;
    text-align: center;
}

.zzry-next,
.zzry-prev {
    display: inline-block;
    width: 0.42rem;
    height: 0.42rem;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
    margin: 0 0.15rem;
    cursor: pointer;
    transition-duration: 0.3s;
}

.zzry-next {
    background: url(../images/hon-jt.png) no-repeat center center #175ca7;
    background-size: 0.12rem 0.22rem;
    transform: rotateY(180deg);
}

    .zzry-next:hover {
        box-shadow: 0 0 10px #d4d4d4;
    }

.zzry-prev {
    background: url(../images/hon-jt.png) no-repeat center center #175ca7;
    background-size: 0.12rem 0.22rem;
}

    .zzry-prev:hover {
        box-shadow: 0 0 10px #d4d4d4;
    }

.mo-zzry {
    display: none;
}

/* 资质荣誉 */

.news-padd {
    padding: 0.9rem 0;
}

.new-list2 {
    margin-top: 0.4rem;
}

    .new-list2 li {
        padding: 0.35rem 0;
        border-bottom: 1px solid #e1e1e1;
        cursor: pointer;
        transition-duration: 0.5s;
        position: relative;
    }

        .new-list2 li:after {
            position: absolute;
            border-radius: 100%;
            content: "";
            width: 45px;
            height: 45px;
            background: url(../images/news-jt.png) no-repeat center center #f7f7f7;
            right: 3%;
            top: 50%;
            transform: translateY(-50%);
        }

.new-list2-nav {
    zoom: 1;
}

    .new-list2-nav:after {
        display: block;
        content: '';
        clear: both;
    }

.new-time {
    float: left;
    width: 7%;
    color: #35b9b3;
    text-align: center;
    transition-duration: 0.5s;
    font-family: "Arial";
}

    .new-time h1 {
        font-size: 0.36rem;
        color: #333333;
        font-weight: normal;
        line-height: 0.36rem;
    }

    .new-time span {
        font-size: 16px;
        line-height: 32px;
        display: inline-block;
        color: #666666;
    }

.new-list2-fc {
    float: left;
    width: 85%;
    padding-left: 3%;
}

    .new-list2-fc h3 {
        font-size: 0.24rem;
        font-weight: normal;
        color: #333333;
        transition-duration: 0.5s;
        text-align: left;
        line-height: 0.4rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .new-list2-fc a {
        color: #333;
        transition-duration: 0.5s;
    }

.dj-fx {
    opacity: 0.8;
}

.new-list2-nav p {
    width: 100%;
    color: #999999;
    line-height: 0.32rem;
    font-size: 16px;
    transition-duration: 1s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.new-list2 li:hover {
    background: #155ba6;
}

    .new-list2 li:hover .new-time h1,
    .new-list2 li:hover .new-time span {
        color: #fff;
    }

    .new-list2 li:hover .new-list2-fc h3,
    .new-list2 li:hover .new-list2-nav p {
        color: #fff;
    }


/*  */

.hxys-box {
    margin-top: 0.8rem;
}

    .hxys-box dl {
        width: 22%;
        float: left;
        margin: 0 1.5%;
        border: 1px solid #e3e3e3;
        border-radius: 0.05rem;
        padding-top: 0.38rem;
        min-height: 4.1rem;
        cursor: pointer;
    }

        .hxys-box dl dt .pic {
            width: 100%;
            min-height: 0.92rem;
            display: -webkit-box;
            display: -ms-fslexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            transition-duration: .5s;
        }

            .hxys-box dl dt .pic img {
                display: block;
            }

        .hxys-box dl dt .text {
            margin: 0 auto;
            line-height: 0.56rem;
            text-align: center;
            font-weight: bold;
            color: #175ca7;
            font-size: 0.26rem;
        }

        .hxys-box dl dd {
            width: 80%;
            font-size: 0.17rem;
            line-height: 0.3rem;
            padding-top: 0.24rem;
            margin: 0 auto;
        }

        .hxys-box dl:hover dt .pic {
            transform: rotateY(180deg);
        }


/* login */

.login-padd {
    padding: 1.5rem 1.4rem 0 1.4rem;
    position: relative;
}

.login-logo {
    width: 181px;
    position: absolute;
    left: 1.4rem;
    top: 0.7rem;
}

.login-box {
    width: 5.75rem;
    height: 6.3rem;
    border-radius: 0.15rem;
    background: #fff;
    box-shadow: 0 0 10px #e4e4e4;
    padding: 0.45rem 0.35rem 0 0.35rem;
}

.login-box-tab ul {
    width: 100%;
    height: 0.68rem;
}

.login-box-tab li {
    width: 46%;
    float: left;
    text-align: center;
    cursor: pointer;
    height: 0.68rem;
    line-height: 0.68rem;
    text-align: center;
    font-size: 0.3rem;
    color: #888888;
    position: relative;
}

    .login-box-tab li:nth-child(2) {
        width: 54%;
    }

        .login-box-tab li:nth-child(2):after {
            position: absolute;
            content: "";
            width: 1px;
            height: 0.3rem;
            background: #e2e2e2;
            left: 0;
            top: 0.19rem;
        }

    .login-box-tab li.hover {
        color: #d30000;
        font-weight: bold;
    }

.Contentbox1 {
    width: 100%;
}

.CbContainer1 {
    position: relative;
}

.login-box-input {
    width: 100%;
    margin-top: 0.25rem;
}

    .login-box-input dl {
        width: 100%;
        margin-bottom: 0.4rem;
        position: relative;
    }

        .login-box-input dl .dw {
            width: 0.7rem;
            height: 0.86rem;
            position: absolute;
            left: 0.16rem;
            display: -webkit-box;
            display: -ms-fslexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            z-index: 2;
        }

        .login-box-input dl:nth-child(1) .dw {
            top: 0;
        }

        .login-box-input dl:nth-child(2) .dw {
            top: 0;
        }

        .login-box-input dl input {
            width: 100%;
            border-radius: 0.08rem;
            outline: none;
            background: #f8f8f8;
            height: 0.86rem;
            line-height: 0.86rem;
            border: none;
            outline: none;
            font-size: 0.28rem;
            padding-left: 0.97rem;
            position: relative;
            z-index: 1;
        }

.login-box-an {
    width: 100%;
    line-height: 0.74rem;
    border-radius: 0.5rem;
    text-align: center;
    color: #fff;
    background: #d30000;
    font-size: 0.28rem;
    margin-bottom: 0.7rem;
    margin-top: 0.15rem;
}

    .login-box-an a {
        color: #fff;
    }

.fore-pass {
    line-height: 0.54rem;
    color: #888888;
    font-size: 0.22rem;
}

    .fore-pass a {
        color: #888;
    }

.reg {
    line-height: 0.54rem;
    font-size: 0.22rem;
    color: #d30000;
}

    .reg a {
        color: #d30000;
    }

.code {
    width: 1.2rem;
    height: 0.4rem;
    border-radius: 0.1rem;
    background: #d30000;
    color: #fff;
    position: absolute;
    right: 0.1rem;
    top: 0.23rem;
    font-size: 0.17rem;
    z-index: 9;
    text-align: center;
    line-height: 0.4rem;
}

.reg-padd {
    padding: 0.7rem 1.4rem 0 1.4rem;
}

.reg-logo {
    margin-bottom: 0.4rem;
}

.reg-box {
    width: 100%;
    background: #fff;
    border-radius: 0.1rem;
    padding: 0.45rem;
}

    .reg-box h1 {
        text-align: center;
        line-height: 0.54rem;
        color: #d30000;
        font-size: 0.32rem;
        margin-bottom: 0.4rem;
    }

.reg-box-list {
    margin-bottom: 0.45rem;
}

    .reg-box-list dl {
        width: 49%;
        float: left;
        margin-right: 2%;
        margin-bottom: 0.25rem;
        display: flex;
        font-size: 0.19rem;
        color: #333333;
    }

        .reg-box-list dl:nth-child(2n) {
            margin-right: 0;
        }

.reg-an {
    text-align: center;
}

    .reg-an a {
        width: 1.9rem;
        height: 0.5rem;
        border-radius: 0.5rem;
        text-align: center;
        line-height: 0.5rem;
        display: inline-block;
        margin: 0 0.1rem;
        font-size: 0.2rem;
        color: #fff;
        transition-duration: .5s;
        top: 0;
        position: relative;
    }

        .reg-an a:hover {
            box-shadow: 0 0 5px #c4c4c4;
            top: -2px;
        }

        .reg-an a:nth-child(1) {
            background: #d30000;
        }

        .reg-an a:nth-child(2) {
            background: #888888;
        }

.reg-box-list dl dt {
    width: 1.2rem;
    line-height: 0.54rem;
    text-align: right;
    position: relative;
}

    .reg-box-list dl dt span {
        color: #d30000;
    }

.reg-box-list dl dd {
    width: calc(100% - 1.2rem);
    position: relative;
}

.reg-box-list dl:nth-child(2) dd input:nth-child(3) {
    margin-right: 0;
}

.reg-box-list dl dd input {
    width: 100%;
    border: 1px solid #e7e7e7;
    outline: none;
    background: #e7e7e7;
    line-height: 0.54rem;
    border-radius: 0.1rem;
    padding: 0 0.15rem;
    font-size: 0.19rem;
}

.reg-box-list dl dd select {
    width: 31.333%;
    float: left;
    margin-right: 2%;
    border: 1px solid #e7e7e7;
    outline: none;
    background: #e7e7e7;
    height: 0.54rem;
    border-radius: 0.1rem;
    padding: 0 0.15rem;
    font-size: 0.19rem;
    outline: none;
    color: #333333;
}

.reg-box-list dl dd .dw {
    width: 100%;
    position: absolute;
    left: 0;
    line-height: 0.3rem;
    background: url(../images/attention.png) no-repeat left center;
    background-size: 0.16rem 0.16rem;
    padding-left: 0.25rem;
    color: #848484;
    font-size: 0.15rem;
    bottom: -0.3rem;
}

.reg-login {
    text-align: center;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.18rem;
    color: #999999;
    margin-top: 0.25rem;
}

    .reg-login a {
        color: #999;
    }


/* 上岸喜报 */

.saxb {
    margin-top: 0.85rem;
}

    .saxb dl {
        width: 20%;
        float: left;
        margin: 0 2.5% 0.15rem 2.5%;
        background: url(../images/xb-bg.jpg) no-repeat bottom center;
        padding-bottom: 0.45rem;
        position: relative;
        background-size: 3.78rem 0.86rem;
    }

        .saxb dl dt {
            width: 2.1rem;
            height: 4.23rem;
            margin: 0 auto;
            text-align: center;
            position: relative;
        }

            .saxb dl dt .dw {
                width: 100%;
                height: 100%;
                position: absolute;
                z-index: 2;
                content: "";
                left: 0;
                top: 0;
                background: url(../images/mobile.png) no-repeat bottom center;
                background-size: cover;
            }

            .saxb dl dt img {
                display: inline-block;
                max-width: 100%;
                height: 4.1rem;
                position: relative;
                z-index: 1;
            }

        .saxb dl dd {
            text-align: center;
            line-height: 0.43rem;
            font-size: 0.2rem;
            color: #333333;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }


/* service */

.service-box {
    padding: 0.8rem 0 1.5rem 0;
}

.service-bit {
    text-align: center;
    width: 100%;
    margin-bottom: 0.55rem;
}

    .service-bit img {
        display: inline-block;
    }

.service-list {
    width: 90%;
    margin: 0 auto;
}

    .service-list dl {
        width: 20%;
        float: left;
        margin: 0 2.5%;
        border-radius: 0.15rem;
        background: url(../images/ser-bg.jpg) no-repeat top left #fff;
        background-size: 100%;
        box-shadow: 0 0 10px #e1e1e1;
        min-height: 4.1rem;
        position: relative;
        padding-top: 0.2rem;
    }

        .service-list dl .dw1 {
            width: 0.66rem;
            height: 0.39rem;
            position: absolute;
            left: 40%;
            top: 0.7rem;
        }

        .service-list dl .grade {
            display: table;
            margin: 0 auto;
            padding-left: 0.53rem;
            line-height: 0.44rem;
            font-size: 0.25rem;
            color: #333333;
            margin-bottom: 0.65rem;
            background-size: 0.45rem 0.44rem !important;
        }

        .service-list dl .price {
            line-height: 0.6rem;
            color: #d30000;
            font-size: 0.22rem;
            text-align: center;
        }

        .service-list dl .s-price {
            line-height: 0.46rem;
            color: #929292;
            font-size: 0.17rem;
            text-align: center;
            margin-bottom: 0.15rem;
            text-decoration: line-through;
        }

        .service-list dl .price span {
            font-size: 0.56rem;
            font-weight: bold;
        }

        .service-list dl .dw {
            width: 2.02rem;
            line-height: 0.44rem;
            border-radius: 0.5rem;
            position: absolute;
            text-align: center;
            color: #fff;
            background: #175ca7;
            font-size: 0.18rem;
            left: 15%;
            bottom: -0.22rem;
        }

            .service-list dl .dw a {
                color: #fff;
            }

        .service-list dl .time {
            display: table;
            margin: 0 auto;
            line-height: 0.38rem;
            background: #f7f7fa;
            width: 2.1rem;
            font-size: 0.18rem;
            color: #333333;
            text-align: center;
        }

        .service-list dl .moth {
            text-align: center;
            line-height: 0.44rem;
            font-size: 0.26rem;
            color: #d30000;
            text-align: center;
            margin-top: 0.1rem;
        }


/* contrast */

.in-warp3 {
    width: 70%;
    margin: 0 auto;
}

.contrast-box {
    width: 100%;
    background: #fff;
    padding: 0.65rem 0.4rem 0.95rem 0.4rem;
}

.contrast-list {
    width: 100%;
    border-left: 1px solid #eeeff2;
    border-top: 1px solid #eeeff2;
    margin-bottom: 0.85rem;
}

    .contrast-list dl {
        width: 17%;
        float: left;
        border-right: 1px solid #eeeff2;
        font-size: 0.19rem;
        color: #333333;
        position: relative;
    }

        .contrast-list dl:nth-child(1) {
            width: 15%;
            text-align: left;
        }

            .contrast-list dl:nth-child(1) dt,
            .contrast-list dl:nth-child(1) dd {
                padding-left: 0.3rem;
            }

            .contrast-list dl:nth-child(1) dt {
                font-weight: bold;
                color: #d20303;
            }

        .contrast-list dl:nth-child(2) dt {
            color: #333;
        }

        .contrast-list dl:after {
            width: 98.7%;
            height: 100%;
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            border: 2px solid #2f83e5;
            opacity: 0;
        }

        .contrast-list dl:hover:after {
            opacity: 1;
        }

        .contrast-list dl dt,
        .contrast-list dl dd {
            display: flex;
            justify-content: center;
            align-items: center;
            border-bottom: 1px solid #eeeff2;
            line-height: 0.66rem;
        }

            .contrast-list dl dt img {
                width: 0.31rem;
                height: 0.3rem;
                margin-right: 0.1rem;
            }

        .contrast-list dl dt {
            width: 100%;
            height: 0.66rem;
            border-bottom: 1px solid #eeeff2;
            background: #fbfdff;
            font-weight: bold;
            color: #d20303;
        }

        .contrast-list dl dd {
            background: #fbfdff;
            height: 0.66rem;
        }

            .contrast-list dl dd:nth-child(2n) {
                background: #fff;
            }

.hyqy-list dl {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0.18rem;
    display: flex;
    justify-content: center;
    border-radius: 0.1rem;
    min-height: 1.4rem;
    align-items: center;
    padding-left: 0.38rem;
    background: #fff;
    box-shadow: 0 0 10px #eaeaea;
}

    .hyqy-list dl:nth-child(3n) {
        margin-right: 0;
    }

    .hyqy-list dl dt {
        width: 100%;
        display: flex;
    }

        .hyqy-list dl dt .pic {
            width: 0.73rem;
            float: left;
            padding-top: 0.1rem;
            transition-duration: .5s;
        }

        .hyqy-list dl dt .neir {
            font-size: 0.18rem;
            color: #555555;
            float: left;
        }

            .hyqy-list dl dt .neir span {
                width: 100%;
                display: inline-block;
                font-weight: bold;
                color: #333;
            }


/*  */

.free-class-padd {
    padding: 0.5rem 0 0.8rem 0;
}


/* detail */

.detail-box {
    width: 100%;
    position: relative;
}

.news-back-detail {
    position: absolute;
    right: 0;
    top: 0.7rem;
    padding: 0 10px;
    border-radius: 0.08rem;
    color: #fff;
    background: #c11802;
    line-height: 0.4rem;
    font-size: 0.18rem;
}

    .news-back-detail a {
        color: #fff;
    }

.detail-box .bit {
    font-size: 0.26rem;
    line-height: 0.64rem;
    text-align: center;
    line-height: 0.64rem;
    border-bottom: 1px solid #f2f2f2;
}

    .detail-box .bit span {
        display: inline-block;
        margin-top: 0.1rem;
        line-height: 0.34rem;
        color: #9a9997;
        margin-bottom: 0.2rem;
        font-size: 0.16rem;
    }

.detail-box .neir-box {
    padding: 0.3rem 0.5rem 0.5rem 0.5rem;
    border-bottom: 1px solid #f2f2f2;
}

    .detail-box .neir-box table tr td {
        border: 1px solid #d1d1d1;
    }

    .detail-box .neir-box h1 {
        font-size: 0.22rem;
        line-height: 0.5rem;
        margin-bottom: 0.15rem;
    }

    .detail-box .neir-box .text {
        font-size: 0.18rem;
        line-height: 0.36rem;
        margin-bottom: 0.35rem;
    }

        .detail-box .neir-box .text span {
            display: inline-block;
            width: 100%;
            font-size: 0.22rem;
        }

.vip-login {
    width: 100%;
    margin-top: 0.7rem;
}

    .vip-login .bit {
        text-align: center;
    }

        .vip-login .bit img {
            display: inline-block;
            width: 3.93rem;
        }

    .vip-login .ewm {
        display: table;
        margin: 0 auto;
        padding: 0.7rem 0;
    }

        .vip-login .ewm ul {
            text-align: center;
        }

        .vip-login .ewm li {
            padding: 0 0.75rem;
            display: inline-block;
        }

            .vip-login .ewm li img {
                width: 160px;
            }

            .vip-login .ewm li p {
                text-align: center;
                line-height: 0.66rem;
                font-size: 0.22rem;
                color: #333333;
            }

    .vip-login .vip-img {
        text-align: center;
        margin-bottom: 0.5rem;
    }

        .vip-login .vip-img img {
            display: inline-block;
            width: 5.23rem;
        }


/*  */

.mo-member {
    display: none;
}

.Menu1 {
    width: 100%;
    height: 34px;
    position: relative;
    margin-bottom: 20px;
    z-index: 9;
}

    .Menu1 ul {
        height: 34px;
    }

    .Menu1 li {
        width: 22%;
        float: left;
        text-align: center;
        cursor: pointer;
        height: 34px;
        line-height: 34px;
        font-size: 16px;
        color: #fff;
        background: #175ca7;
        position: relative;
        border-radius: 0.5rem;
        margin: 0 1.5%;
    }

        .Menu1 li.hover {
            background: #d30000;
            color: #fff;
            font-weight: bold;
        }

.me-neir {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.me-neir-box {
    min-height: 400px;
}


/*领导团队*/

.bstd {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.3rem;
}

    .bstd dl {
        width: 100%;
        margin-bottom: 0.32rem;
        background: #f7f9fb;
        padding: 0.25rem 0.3rem;
        cursor: pointer;
        transition-duration: 1s;
        border-top: 3px solid #175ca7;
    }

        .bstd dl dt {
            width: 12%;
            float: left;
        }

            .bstd dl dt img {
                display: block;
                width: 100%;
            }

        .bstd dl dd {
            width: 85%;
            float: right;
            padding-top: 0.15rem;
        }

            .bstd dl dd .bit {
                font-size: 0.18rem;
                color: #333333;
                line-height: 0.44rem;
            }

                .bstd dl dd .bit span {
                    font-size: 0.26rem;
                    font-weight: bold;
                    color: #175ca7;
                    display: inline-block;
                    padding-right: 0.15rem;
                }

        .bstd dl:hover {
            box-shadow: 0 0 15px #e1e1e1;
        }

        .bstd dl a:hover {
            color: #175ca7;
        }

        .bstd dl dd .neir {
            margin: 0.2rem 0;
        }

            .bstd dl dd .neir li {
                line-height: 0.32rem;
                font-size: 0.18rem;
            }

        .bstd dl dd .more {
            margin-top: 0.2rem;
            font-size: 0.18rem;
            color: #888888;
        }

/*  */
.bstd1 {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.3rem;
}

    .bstd1 dl {
        width: 100%;
        margin-bottom: 0.32rem;
        background: #f7f9fb;
        padding: 0.25rem 0.3rem;
        cursor: pointer;
        transition-duration: 1s;
        border-top: 3px solid #175ca7;
    }

        .bstd1 dl dt {
            width: 17%;
            float: left;
        }

            .bstd1 dl dt img {
                display: block;
                width: 100%;
            }

        .bstd1 dl dd {
            width: 80%;
            float: right;
            padding-top: 0.15rem;
        }

            .bstd1 dl dd .bit {
                font-size: 0.18rem;
                color: #333333;
                line-height: 0.44rem;
            }

                .bstd1 dl dd .bit span {
                    font-size: 0.26rem;
                    font-weight: bold;
                    color: #175ca7;
                    display: inline-block;
                    padding-right: 0.15rem;
                }

        .bstd1 dl:hover {
            box-shadow: 0 0 15px #e1e1e1;
        }

        .bstd1 dl dd .neir {
            margin: 0.2rem 0;
        }

            .bstd1 dl dd .neir li {
                line-height: 0.32rem;
                font-size: 0.18rem;
            }

        .bstd1 dl dd .more {
            width: 1.2rem;
            line-height: 0.42rem;
            margin-top: 0.2rem;
            font-size: 0.18rem;
            color: #fff;
            border-radius: 0.5rem;
            text-align: center;
            background: #155ba6;
        }
/*领导团队*/
.news-back {
    width: 100%;
    line-height: 0.6rem;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0.5rem;
}

    .news-back .b1 {
        width: 40%;
        line-height: 0.6rem;
        padding-left: 30px;
        background: url(../images/b-bg.png)no-repeat left center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
    }

    .news-back .b2 {
        width: 40%;
        line-height: 0.6rem;
        padding-right: 30px;
        background: url(../images/b-bg1.png)no-repeat right center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: right;
    }
/* 11-27 news-detail*/
.detail-left {
    width: 75%;
    border-radius: 0.1rem;
    background: #fff;
    padding: 0.35rem;
    box-shadow: 0 0 15px #eaeaea;
}

    .detail-left p, .detail-left p {
        text-overflow: initial !important;
    }

.neir-box section {
    text-overflow: initial !important;
}

.detail-right {
    width: 23%;
    border-radius: 0.1rem;
    background: #fff;
    padding: 0.3rem;
    box-shadow: 0 0 15px #eaeaea;
    background: #fff;
}

.det-bit {
    line-height: 0.3rem;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0.3rem;
    display: flex;
    justify-content: space-between;
}

    .det-bit h1 {
        color: #333333;
        line-height: 0.3rem;
        display: table;
        text-transform: uppercase;
        position: relative;
        padding-left: 0.4rem;
        font-size: 0.26rem;
        color: #333333;
        background: url(../images/news-icon12.png)no-repeat left center;
    }

    .det-bit .news-more {
        line-height: 0.3rem;
        position: relative;
        font-size: 0.16rem;
        color: #888888;
    }

.ne-active dl {
    width: 100%;
    padding: 0.25rem 0 0.1rem 0;
    border-bottom: 1px dashed #e5e5e5;
}

    .ne-active dl dt {
        width: 100%;
        border-radius: 0.2rem;
        overflow: hidden;
    }

        .ne-active dl dt img {
            display: block;
            width: 100%;
            margin-bottom: 0.1rem;
        }

    .ne-active dl dd {
        width: 100%;
        font-size: 0.17rem;
        line-height: 0.28rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.fkfs-padd {
    padding: 0.45rem 0;
}

.flex-row-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.kg {
    width: 1.5rem;
}

.text_left {
    width: 4px;
    height: 0.2rem;
    background: #d30000;
}

.text_right {
    font-size: 0.26rem;
    font-weight: 600;
    color: #d30000;
    margin-left: 0.1rem;
}

.text_bottom {
    font-size: 0.2rem;
    font-weight: 400;
    color: #333333;
    margin-top: 0.2rem;
    margin-left: 0.15rem;
    line-height: 0.32rem;
}

.fgx {
    /* width: 1420px; */
    height: 1px;
    border: 1px solid #EFEFEF;
    margin: 0.3rem auto;
}

.flex-row-between {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex-column-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*   -webkit-justify-content: center;
    justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.pd {
    padding: 0.35rem 0.45rem;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #d30000;
    margin-top: 0.35rem;
    min-height: 3.5rem;
}

.text_content {
    font-size: 0.18rem;
    font-weight: 400;
    color: #333333;
    background: #F6F6F6;
    border-radius: 2px;
    padding: 0.25rems;
    line-height: 40px;
    width: 100%;
    margin-top: 0.3rem;
    margin-left: 15px;
}

.font-zfb {
    font-size: 0.24rem;
    font-weight: bold;
    color: #2565FC;
    margin-left: 10px;
}

.font-wx {
    font-size: 0.24rem;
    font-weight: bold;
    color: #4EC65D;
    margin-left: 10px;
}
/* 2023-12-8 */
.news-back-detail1 {
    width: 100%;
    position: relative;
    text-align: right;
    padding-bottom: 15px;
}

    .news-back-detail1 a {
        padding: 0 10px;
        border-radius: 0.08rem;
        color: #fff;
        background: #c11802;
        line-height: 0.4rem;
        font-size: 0.18rem;
        color: #fff;
        display: inline-block;
    }
/* 2023-12-8 */
.class-detail .left .middle {
    position: relative;
}

.class-detail .left .large {
    width: 500px;
    height: 500px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 600px;
    top: 0;
    z-index: 999;
    background-color: #fff;
    display: none;
    background: no-repeat;
}

.class-detail .left .middle .layer {
    display: none;
    width: 200px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
}
/* 2024-1-15 */
.m-pay {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.m-pay-bit {
    width: 100%;
    text-align: center;
    background: #d30000;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
}

.pay-time {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #323232;
}

    .pay-time span {
        color: #d97b1f;
    }

.m-pay-box {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
}

.m-class-box {
    width: 37%;
}

.m-class-price {
    width: 58%;
}

.m-class-bit {
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
}

.m-class-price1 {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}

    .m-class-price1 span {
        display: inline-block;
    }

.ct1 {
    color: #9a9a9a;
    font-size: 14px;
}

.ct2 {
    color: #e06a2d;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.ct3 {
    font-weight: bold;
}

.m-order {
    line-height: 40px;
    font-size: 16px;
}

.m-pay-box h1 {
    font-size: 15px;
}

.m-Menubox3 {
    width: 100%;
    margin: 0 auto;
    display: table;
    position: relative;
}

    .m-Menubox3 ul {
        height: auto;
    }

    .m-Menubox3 li {
        cursor: pointer;
        height: 1.2rem;
        line-height: 1.2rem;
        font-size: 15px;
        width: 100%;
        text-align: left;
        position: relative;
        padding-left: 50px;
        font-weight: bold;
        background: url(../images/pay-icon5.jpg) no-repeat right center;
        background-size: 0.38rem 0.38rem;
    }

        .m-Menubox3 li .dw {
            position: absolute;
            width: 0.62rem;
            height: 0.6rem;
            left: 0;
            top: 0.3rem;
            display: flex;
        }

        .m-Menubox3 li.hover {
            position: relative;
            background: url(../images/pay-icon6.jpg) no-repeat right center;
            background-size: 0.38rem 0.38rem;
            color: #d20303;
        }

        .m-Menubox3 li:nth-child(1):after {
            width: 32px;
            height: 32px;
            position: absolute;
            left: 0;
            top: 17px;
            content: "";
            background: url(../images/pay-icon4.jpg) no-repeat;
            background-size: 100% 100%;
        }

        .m-Menubox3 li:nth-child(2):after {
            width: 32px;
            height: 32px;
            position: absolute;
            left: 0;
            top: 17px;
            content: "";
            background: url(../images/pay-icon3.jpg) no-repeat;
            background-size: 100% 100%;
        }

.m-foot-pay {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #e3e3e3;
    padding: 15px 5%;
    position: absolute;
    left: 0;
    bottom: 0;
}

    .m-foot-pay .pir {
        color: #f75d2b;
        font-size: 16px;
        font-weight: bold;
        line-height: 40px;
    }

    .m-foot-pay .pay-but {
        border-radius: 0.5rem;
        background: #f75d2b;
        color: #fff;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        padding: 0 15px;
    }


/* 2024-1-15 */
.infor-box dl dd .in-dw1 {
    width: 100%;
    border-radius: 0.1rem;
    background: #f8fafe;
    height: 0.54rem;
    line-height: 0.54rem;
    border: 1px solid #e7e7e7;
    padding: 0 0.15rem;
    font-size: 0.19rem;
    outline: none;
}
/* 2025-6-23 */
.search-box2 {
    width: 30%;
        border: 1px solid #cfcfcf;
        display: inline-table;
        justify-content: space-between;
        margin-top: 0.64rem;
		height: 0.52rem;
}

.search-box2 input {
    width: 80%;
    line-height: 0.52rem;
    padding: 0 0.4rem;
    background: #fff;
    font-size: 0.18rem;
    outline: none;
    border: none;
}

.search-box2 .button {
    width: 20%;
    line-height: 0.52rem;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    background: #d20303;
    outline: none;
    border: none;
}


@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1080px) {
}

@media only screen and (max-width:1100px) {
    .neir-box iframe {
        position: relative !important;
        height: 350px !important;
    }
}

@media only screen and (max-width:768px) {
    .neir-box iframe {
        position: relative !important;
        height: 260px !important;
    }
}

@media only screen and (max-width: 760px) {
    .login-padd {
        padding: 120px 5% 80px 5%;
    }

    .reg-padd {
        padding: 50px 5% 80px 5%;
    }

    .login-box {
        width: 100%;
        height: auto;
        padding: 0.45rem 0.35rem;
    }

    .fore-pass,
    .reg {
        font-size: 15px;
    }

    .reg-box-list dl {
        width: 100%;
        margin-bottom: 10px;
        font-size: 15px;
    }

    html,
    body {
        overflow: auto !important;
    }

    .reg-box-list dl dt {
        width: 90px;
        line-height: 40px;
    }

    .reg-box-list dl dd {
        width: calc(100% - 90px);
    }

        .reg-box-list dl dd input,
        .reg-box-list dl dd select {
            height: 40px;
            line-height: 40px;
            font-size: 15px;
        }

        .reg-box-list dl dd .dw {
            line-height: 22px;
            font-size: 13px;
            bottom: 0;
            position: relative;
            background: url(../images/attention.png) no-repeat left 5px;
            background-size: 16px 16px;
            padding-left: 25px;
            margin-top: 5px;
        }

    .reg-an a {
        width: 130px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }

    .reg-login {
        font-size: 14px;
    }

    .login-box-an {
        font-size: 18px;
    }

    .login-box-tab li {
        font-size: 20px;
    }

    .code {
        width: 100px;
        height: 30px;
        top: 8px;
        font-size: 15px;
        line-height: 30px;
    }

    .login-logo {
        left: 5%;
    }

    header {
        padding: 12px 15px 40px 15px;
    }

    .pos-line {
        padding: 0 15px;
    }

        .pos-line h1 {
            line-height: 0.9rem;
            font-size: 20px;
        }

            .pos-line h1:after {
                top: 0.3rem;
            }

        .pos-line .pos {
            line-height: 0.9rem;
            padding-left: 31px;
            font-size: 15px;
        }

    .ne-nav li a {
        padding: 0 15px;
        line-height: 32px;
        height: 32px;
        font-size: 17px;
    }

    .ne-nav {
        padding: 15px;
    }

    .home-zxkc dl,
    .book-list dl {
        width: 46%;
        margin: 0 2% 15px 2%;
    }

        .home-zxkc dl dd,
        .home-zxkc dl dd span,
        .book-list dl dd h1 {
            font-size: 16px;
            line-height: 28px;
        }

    .ne-warp {
        width: 94%;
        margin: 0 auto;
    }

    .ne-padd1 {
        padding: 30px 0 50px 0;
    }

    .class-detail {
        display: block;
    }

        .class-detail .left,
        .class-detail .right {
            width: 100%;
            margin-right: 0;
        }

            .class-detail .right .price .num {
                padding-left: 40px;
                font-size: 16px;
            }

    .class-buy a {
        width: 120px;
        line-height: 32px;
        font-size: 16px;
    }

    .Menubox2 li,
    .per-but a {
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        width: 140px;
    }

    .class-list dl dd {
        line-height: 42px;
        font-size: 15px;
    }

        .class-list dl dd p {
            width: 100%;
        }

        .class-list dl dd span {
            font-size: 14px;
            display: inline-block;
            width: 100%;
            text-align: left;
        }

    .class-intro-bit {
        line-height: 46px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .class-intro-neir p {
        line-height: 28px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .pay-nav li a {
        line-height: 42px;
        font-size: 17px;
    }

    .pay-bit,
    .pay-price,
    .pay-intro,
    .pay-select,
    .pay-ok-num,
    .pay-ok-order,
    .pay-ok-order1,
    .pay-ok-order {
        font-size: 16px;
    }

    .Menubox3 li {
        height: 34px;
        line-height: 34px;
        font-size: 16px;
        width: 115px;
        margin: 0 8px;
    }

    .pay-ok {
        padding-left: 10%;
    }

    .pay-ok-pri {
        line-height: 46px;
        font-size: 20px;
    }

    .topic-select li {
        width: 16.666%;
        line-height: 32px;
        font-size: 15px;
    }

    .in-warp1 {
        width: 94%;
        margin: 0 auto;
    }

    .hot-rec li p {
        width: 75%;
        font-size: 16px;
        height: 0.76rem;
        line-height: 0.76rem;
    }

    .hot-rec li span {
        width: 24%;
        font-size: 13px;
    }

    .detail-box .bit {
        font-size: 18px;
    }

    .detail-box .neir-box {
        padding: 15px 0;
    }

        .detail-box .neir-box h1 {
            font-size: 16px;
            line-height: 32px;
        }

        .detail-box .neir-box .text span,
        .detail-box .neir-box .text {
            font-size: 15px;
            line-height: 28px;
        }

    .about-box .left {
        width: 100%;
    }

    .about-box .right {
        width: 100%;
        padding: 15px;
    }

        .about-box .right .intro-neir .bit1 {
            line-height: 32px;
            font-size: 18px;
        }

        .about-box .right .intro-neir .neir {
            font-size: 15px;
            line-height: 26px;
        }

    .new-list2 li:after {
        display: none;
    }

    .new-time {
        float: left;
        width: 20%;
        padding-top: 6px;
    }

    .new-list2-fc {
        width: 77%;
    }

        .new-list2-fc h3 {
            font-size: 16px;
            line-height: 30px;
        }

    .new-list2-nav p {
        line-height: 26px;
        font-size: 16px;
    }

    .hxys-box dl {
        width: 100%;
        margin-bottom: 15px;
        min-height: auto;
        padding-bottom: 20px;
    }

        .hxys-box dl dt .text {
            line-height: 38px;
            font-size: 20px;
        }

        .hxys-box dl dd {
            width: 90%;
            font-size: 16px;
            line-height: 30px;
        }

    .cont-box1 .neir dl {
        width: 100%;
        margin-right: 0;
    }

        .cont-box1 .neir dl dt {
            padding-top: 10px;
        }

            .cont-box1 .neir dl dt span {
                line-height: 28px;
                font-size: 18px;
            }

        .cont-box1 .neir dl dt {
            font-size: 15px;
            line-height: 24px;
        }

    .cont-box1 {
        width: 100%;
    }

    .service-list dl {
        width: 46%;
        margin: 0 2% 50px 2%;
        padding-bottom: 30px;
    }

        .service-list dl .grade {
            padding-left: 50px;
            line-height: 40px;
            font-size: 18px;
        }

        .service-list dl .dw1 {
            width: 60px;
            height: 34px;
            left: 30%;
            top: 50px;
        }

        .service-list dl .s-price,
        .service-list dl .moth {
            line-height: 30px;
            font-size: 16px;
        }

        .service-list dl .time {
            line-height: 34px;
            font-size: 15px;
        }

        .service-list dl .dw {
            width: 80%;
            line-height: 32px;
            font-size: 16px;
            left: 10%;
        }

    .pos-line .pos {
        display: none;
    }

    .service-box {
        padding: 40px 0;
    }

    .hyqy-list dl {
        width: 100%;
        float: left;
        margin: 0 1% 10px 1%;
    }

        .hyqy-list dl:nth-child(3n) {
            margin-right: 1%;
        }

        .hyqy-list dl dt .neir span {
            font-size: 16px
        }

        .hyqy-list dl dt .neir {
            font-size: 15px;
            padding-left: 10px;
        }

    .personal-left {
        width: 100%;
        height: auto;
    }

    .per-logo {
        width: 150px;
        margin: 0 auto;
        padding: 20px 0;
    }

        .per-logo img {
            display: block;
            width: 100%;
            height: auto;
        }

    .per-nav {
        margin-bottom: 10px;
    }

        .per-nav li {
            width: 33.333%;
            height: 42px;
            margin-bottom: 0;
            float: left;
        }

            .per-nav li a {
                padding-left: 35px;
                line-height: 42px;
                font-size: 16px;
            }

                .per-nav li a:before {
                    left: 7px;
                }

    .personal-right {
        width: 100%;
        height: auto;
    }

        .personal-right .pos {
            padding: 0 10px;
        }

        .personal-right .welcome,
        .personal-right .close {
            font-size: 15px;
            margin-right: 10px;
        }

        .personal-right .location {
            width: 100%;
            padding-left: 37px;
            font-size: 15px;
        }

    .per-neir-bit {
        line-height: 42px;
        padding-left: 15px;
        font-size: 18px;
    }

        .per-neir-bit:after {
            height: 20px;
            top: 11px;
        }

    .infor-box {
        width: 100%;
        margin-top: 15px;
    }

        .infor-box dl dt {
            width: 34%;
            line-height: 40px;
            font-size: 16px;
        }

        .infor-box dl dd {
            width: 66%;
        }

            .infor-box dl dd input {
                height: 40px;
                line-height: 40px;
                font-size: 15px;
            }

    .personal-right .neir-box {
        padding: 0.2rem 2%;
        ;
    }

    .password-text {
        width: 67%;
        padding-left: 25px;
        font-size: 13px;
        margin-left: 32%;
    }

    .per-but {
        margin-top: 0.25rem;
        padding-left: 32%;
    }

    .order-selet .select-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

        .order-selet .select-box p {
            width: 27%;
            line-height: 32px;
            font-size: 16px;
            padding-right: 3%;
        }

        .order-selet .select-box select {
            width: 72%;
            line-height: 32px;
            font-size: 15px;
        }

    .order-list {
        overflow: auto;
    }

    .order-selet .an {
        width: 25%;
        line-height: 30px;
        font-size: 15px;
    }

    .order-tbody,
    .order-th {
        width: 700px;
    }

    .class-tbody,
    .class-th {
        width: 850px;
    }

    .order-tbody li {
        font-size: 16px;
    }

    .order-th dl dt,
    .class-tbody li {
        line-height: 44px;
        font-size: 15px;
    }

        .order-th dl dt:nth-child(3),
        .class-th dl dt:nth-child(2) {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
        }

    .order-th dl,
    .class-th dl,
    .class-th dl dt {
        width: 100%;
        height: 44px;
        line-height: 44px;
        font-size: 15px;
    }

    .class-tbody {
        height: auto;
    }

    .zzry-list {
        display: none;
    }

    .mo-member {
        display: block;
    }

    .pc-member {
        display: none;
    }

    .contrast-list dl:nth-child(1),
    .contrast-list dl {
        width: 33.333%;
    }

    .contrast-list dl {
        font-size: 15px;
    }

        .contrast-list dl:nth-child(1) dt,
        .contrast-list dl:nth-child(1) dd {
            padding-left: 0;
        }

    .text_right {
        font-size: 20px;
    }

    .text_bottom {
        font-size: 15px;
        line-height: 28px;
    }

    .text_content {
        font-size: 15px;
        padding: 15px;
        line-height: 30px;
        width: 100%;
        margin-left: 0;
    }

    .flex-row-between {
        display: block;
    }

    .detail-left {
        width: 100%;
    }

    .detail-right {
        display: none;
    }

    .detail-box .neir-box table {
        width: 100%;
    }

    .mo-zzry {
        display: block;
    }

    .home-zxkc dl dt img {
        height: 2rem;
    }

    .saxb dl {
        width: 48%;
        margin: 0 1% 0.15rem 1%;
        padding-bottom: 0.45rem;
    }

        .saxb dl dd {
            line-height: 36px;
            font-size: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
        }

    .book-list dl dt img {
        height: auto;
    }

    .book-list dl dd h1 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .about-box {
        width: 100%;
    }

        .about-box .neir span {
            font-size: 15px;
        }
		.search-box2 {
		    width: 100%;
		    margin-top: 0px;
		}
		.search-box2 .button {
		    line-height: 36px;
		    font-size: 16px;
			}
			.search-box2 input {
			    line-height: 36px;
			    font-size: 16px;
				}
}
