﻿@charset "UTF-8";
/* 首页 */
。rd-navbar-brand brand img {
    width: 359px;
    height: 22px;
}

.container {
    width: 100%;
}

#content-container {
    margin: 70px auto;
    width: 1200px;
    position: relative;
    min-height:600px;
}

.tabs-wrapper {
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    background-color: #ffffff;
}

    /*.tabs-wrapper .tabs-mark-group {
        border-bottom: 1px dashed #e4ecf3;
    }*/

    .tabs-wrapper .tabs-mark-group .title {
        width: 90px;
        margin-top: 8px;
        float: left;
        margin-left: 15px;
        color: #333;
    }

    .tabs-wrapper .tabs-mark-group .content {
        margin-left: 100px;
    }

    .tabs-wrapper .tabs-mark-group .classify {
        margin-top: 3px;
    }

.content-list .classify {
    display: inline-block;
    padding-right: 5px;
    padding-left: 15px;
    /*padding-top: 5px;*/
}

    .content-list .classify a {
        padding: 5px 10px;
    }

.tabs-wrapper .tabs-group {
    padding: 0 35px 0 25px;
    position: relative;
    overflow-y: hidden;
}

    .tabs-wrapper .tabs-group .title {
        float: left;
        padding: 15px 0;
        width: 100px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        color: #333;
    }

    .tabs-wrapper .tabs-group .content {
        list-style: none;
        padding: 0;
        margin: 0 0 0 100px;
    }

        .tabs-wrapper .tabs-group .content > li {
            float: left;
            padding: 10px 12px;
        }

            .tabs-wrapper .tabs-group .content > li > a {
                display: block;
                padding: 5px 10px;
                border: none;
                border-radius: 4px;
                color:black;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

    .tabs-wrapper .tabs-group + .tabs-group {
        border-top: 1px dashed #e4ecf3;
    }

    .tabs-wrapper .tabs-group .content {
        list-style: none;
        padding: 0;
        margin: 0 0 0 100px;
    }

        .tabs-wrapper .tabs-group .content > li {
            float: left;
            padding: 10px 5px;
            height: 42px;
        }

            .tabs-wrapper .tabs-group .content > li:hover > a, .tabs-wrapper .tabs-group .content > li:focus > a, .tabs-wrapper .tabs-group .content > li.active > a {
                /*color: #217ED3;*/
                color: white;
                background: #217ED3;
            }

/*课程资源*/
<!-- 排序 销量 最新 -->
.dzsTips {
    height: 35px;
    background: #f1f1f1;
    border: 1px solid #dddddd;
    width: 1024px;
    position: absolute;
    z-index: 1;
}

.mt20 {
    margin-top: 25px;
    height: 50px;
    background: #FFF;
    border: 2px solid #dddddd;
    z-index: 1;
}

.dzsTips span {
    float: left;
    margin-top: 6px;
    width: 65px;
    text-align: center;
    line-height: 32px;
    margin-left: 5px;
    font-size: 15px;
    color: blue;
}

.dzsTips ul {
    float: left;
    margin-top: 11px;
    line-height: 22px;
    /* border: 1px solid #ccc; */
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(204, 204, 204);
    border-right: none;
    margin-left: 10px;
}

.dzsTips .on {
    background-position: 34px -128px;
}

.dzsTips li {
    float: left;
    /*border-right: 1px solid #ccc;*/
    font-size: 12px;
    background: #fff;
    /*background: url(../images/icon.png) 34px -101px no-repeat;*/
    /*background-position-x: 34px;
    background-position-y: -101px;*/
    list-style: none;
}

ul, li {
    padding: 0px;
    list-style: none;
}

.dzsTips .on a {
    color: #f76120;
}

.dzsTips li a {
    padding: 0 13px 0 7px;
    display: block;
    line-height: 22px;
    color: #666;
}


<!-- 课程列表 -->
.index-a .three {
    background-color: #f7f7f7;
}

.index-a .three .three-box {
    display: block;
    margin-top: 30px;
    padding-top: 9px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.index-a .three .three-box .three-b {
    padding-left: 15px;
    padding-right: 15px;
    height: 256px;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}

.index-a .three .three-box .three-box1 {
    width: 100%;
    height: 230px;
    margin: 0 auto 20px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
    transition: 0.5s;
    padding-bottom: 10px;
}

    .index-a .three .three-box .three-box1:hover {
        box-shadow: 1px 1px 5px #888888;
    }

    .index-a .three .three-box .three-box1 .three-box1-f {
        overflow: hidden;
        position: relative;
    }

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.index-a .three .three-box .three-box1 .three-box1-f img {
    display: block;
    height: 135px;
    width: 100%;
}

img {
    border: none;
}
    .index-a .three .three-box .three-box1 p:nth-child(2) {
        font-size: 14px;
        color: #333;
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 8px;
        padding-right: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .index-a .three .three-box .three-box1 .three-content {
        padding-left: 11px;
        padding-right: 10px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

        .index-a .three .three-box .three-box1 .three-content p {
            color: #f35242;
            font-size: 18px;
            line-height: 24px;
        }

    .pull-left {
        float: left !important;
    }

    .index-a .three .three-box .three-box1 .three-content span {
        margin-left: 20px;
        font-size: 14px;
        color: #999999;
    }

    .index-a .three .three-box .three-box1 .three-content a {
        display: inline-block;
        width: 71px;
        height: 24px;
        line-height: 22px;
        box-sizing: border-box;
        border-radius: 12px;
        border: 1px solid #0081e6;
        font-size: 12px;
        color: #0081e6;
        text-align: center;
    }

    .index-a .three .three-box .three-box1 .three-content span {
        right: 10px;
        top: 9px;
        padding-left: 15px;
        line-height: 26px;
        color: #999;
        font-size: 12px;
        background: url(../images/icon.png) 0 -172px no-repeat;
        cursor: pointer;
    }

    .dzsImginfo {
        padding: 0 10px;
        font-size: 12px;
        color: #999;
        line-height: 22px;
        margin-bottom: 7px;
    }

    .pull-right {
        float: right !important;
    }

    .dzs-two {
        padding-left: 11px;
        padding-right: 10px;
    }

        .dzs-two a {
            display: inline-block;
            width: 71px;
            height: 24px;
            line-height: 22px;
            box-sizing: border-box;
            color: #FFF;
            text-align: center;
            float: right;
            /*课程资源购买按钮*/
            background-color: #ccc;
        }
    <!-- 分页 -->
    .sqPage {
        text-align: center;
        height: 38px;
        padding-top: 50px;
    }

    .mb20 {
        margin-bottom: 10px;
    }

    .sqPage a {
        font-family: arial;
        font-size: 14px;
        color: #7f7f7f;
        font-weight: normal;
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        vertical-align: middle;
        background: url(../images/kc_dicon.png) -39px -185px no-repeat;
        margin: 0 5px;
    }

    a, input, button {
        outline: none;
    }

    a {
        text-decoration: none;
        cursor: pointer;
    }

    .sqPage {
        text-align: center;
    }

        .sqPage a {
            font-family: arial;
            font-size: 14px;
            color: #7f7f7f;
            font-weight: normal;
            line-height: 36px;
        }

            .sqPage a:hover, .sqPage a.pageOn {
                background-position: 0 -185px;
                color: #fff;
            }

        .sqPage a {
            font-family: arial;
            font-size: 14px;
            color: #7f7f7f;
            font-weight: normal;
            display: inline-block;
            width: 36px;
            height: 36px;
            line-height: 36px;
            vertical-align: middle;
            background: url(../img/index/kc_dicon.png) -39px -185px no-repeat;
        }

    .mt21 {
        margin-top: 10px;
        width: 540px;
        height: 35px;
        margin-left: 290px;
        position: absolute;
        z-index: 1;
    }

    <!-- 课程详情-- > .kco-title {
        width: 1200px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

    .kco-title a {
        margin: 0 12px;
    }

    .kco-title span {
        color: #999;
        margin-left: 12px;
    }

    .kcBuy-clear {
        height: 320px;
        margin-top: 95px;
        margin-bottom: 40px;
    }

    .kcBuy-content {
        width: 60%;
        margin: auto;
        position: relative;
    }

    .kcVideo {
        float: left;
        width: 50%;
        background: #000;
        height: 262px;
    }

    .videobuy {
        display: none;
        position: absolute;
        top: 70px;
        left: 13.5%;
    }

    .kcBuyR {
        float: right;
        width: 40%;
    }

    .kcTit {
        color: #333;
        font-size: 20px;
        font-weight: bold;
        position: relative;
        line-height: 31px;
        overflow: hidden;
        height:60px;
    }

    label {
        cursor: default;
    }

    .kcTit span {
        float: right;
        right: 0;
        bottom: 0;
        font-size: 12px;
        color: #999;
        font-weight: normal;
    }

        .kcTit span a {
            color: #999;
        }

        .kcTit span i {
            font-style: normal;
            color: #fc8900;
            font-size: 18px;
            padding-left: 8px;
            font-family: arial;
        }

    .kcIco {
        padding: 10px 0 18px;
        font-size: 12px;
        color: #999;
        height: 17px;
        line-height: 17px;
        margin-top: 0px;
    }

        .kcIco a {
            color: #555;
            float: left;
            height: 17px;
            margin-right: 10px;
        }

            .kcIco a i {
                display: inline-block;
                height: 17px;
                margin-right: 5px;
                vertical-align: middle;
                background: url(../images/kc_dicon.png) no-repeat;
            }

                .kcIco a i.i01 {
                    background-position: -2px 0;
                    width: 16px;
                }

                .kcIco a i.i02 {
                    background-position: -60px 0;
                    width: 14px;
                }

        .kcIco span {
            display: inline-block;
            width: 85px;
            height: 17px;
            text-align: center;
            background: url(../images/kc_dicon.png) no-repeat -102px 0;
        }

    .kcBuyM {
       /* height: 124px;
        border: 1px solid #e5e5e5;*/
        color: #666;
        cursor: pointer;
        margin: 0px;
    }

        .kcBuyM p {
            width: 438px;
            height: 38px;
            /*padding: 6px 20px 0;*/
            font-size: 14px;
        }

            .kcBuyM p i {
                font-style: normal;
                display: inline-block;
                font-size: 28px;
                padding-left: 8px;
            }

            .orange, .kcBuyM p span.orange, .kcBuyM div span.orange {
                color: #e85308;
            }

    .kcBuyBtn {
        padding-top: 14px;
        height: 46px;
    }

        .kcBuyBtn a.a01 {
            color: #fff;
            background-color: #fc8900;
        }

            .kcBuyBtn a.a01:hover {
                color: #fff;
                background-color: #f76120;
            }

        .kcBuyBtn a {
            float: left;
            width: 40%;
            height: 46px;
            margin-right: 10px;
            color: #fff;
            text-align: center;
            line-height: 46px;
            font-size: 18px;
            border-radius: 50px;
        }

            .kcBuyBtn a.a02 {
                color: #039ae3;
                border: 1px solid #039ae3;
            }

                .kcBuyBtn a.a02:hover {
                    background-color: #039ae3;
                    color: #fff;
                }

    .kcCont {
        padding: 30px 0;
        background: #f3f3f3;
    }

    .kcCont-content {
        margin-top: 10px;
        background: #fff;
        position: relative;
        width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }

    .kcMenu {
        height: 60px;
        line-height: 60px;
    }

        .kcMenu li {
            line-height: 55px;
            width: 144px;
            float: left;
            text-align: center;
            list-style: none;
        }

            .kcMenu li a {
                font-size: 16px;
                color: #333;
                display: block;
            }

            .kcMenu li.on a {
                border-bottom: 5px solid #039ae3;
                color: #039ae3;
                height: 55px;
                line-height: 52px;
            }

    .kcMentD {
        padding: 20px 51px;
        overflow: hidden;
    }

    .kcMentC p {
        color: #333;
        font-size: 14px;
        line-height: 28px;
    }

    .kcMenuList li {
        height: 40px;
        line-height: 40px;
        background: #f3f3f3;
        font-size: 16px;
        margin-bottom: 10px;
    }

        .kcMenuList li i {
            float: left;
            width: 75px;
            text-align: center;
            background: #666;
            font-style: normal;
            color: #fff;
        }

        .kcMenuList li span {
            float: left;
            width: 820px;
            color: #333;
            height: 40px;
            overflow: hidden;
            padding-left: 20px;
        }

        .kcMenuList li em {
            float: left;
            width: 200px;
            font-style: normal;
            font-size: 12px;
            color: #666;
        }



    /* 学习中心 */


    .stepper .price {
        font-size: 46px;
        font-family: Impact;
    }

    #product-nav {
        margin-top: 17px;
    }

    #progressbar {
        position: relative;
        left: 233px;
        margin-left: -164px;
        width: 180px;
        height: 13px;
        border: 1px solid darkgray;
        color: #000;
        margin-top: -16px;
    }

    .baifenbi {
        z-index: 2;
        position: absolute;
        width: 180px;
        text-align: right;
        margin-left: 60px;
        margin-top: -4px;
    }

    #fill {
        animation: move 2s;
        text-align: center;
        background-color: #1B94FC;
        height: 13px;
        width: 20%;
        top: 0px;
        position: absolute;
        z-index: 1;
    }

    .item-w8 .baifen {
        position: absolute;
        top: 40px;
        left: 200px;
    }

        .item-w8 .baifen #progressbar {
            position: absolute;
            margin-left: -170px;
            width: 180px;
            height: 13px;
            border: 1px solid darkgray;
            color: #000;
            margin-top: -16px;
        }

    .tt .w-w1-left .w-chkbox-over {
        margin-left: 20px;
    }

    .tt .w-w1-left .w-chkbox .w-chkbox-s {
        color: #e36844;
    }

    .tt .w-w1-left .w-chkbox-over .w-chkbox-s {
        color: #e36844;
    }

    .rd-navbar-nav {
        min-width: 698px;
    }

    /*.product-body {
    min-width: 700px;
}*/
    /* 视频课程 */
    .page-content .head-title {
        color: #bbb;
        font-size: 16px;
        margin: 30px auto;
        width: 60%;
    }

    .pb30 {
        padding-bottom: 30px;
    }

    .maincontent {
        position: relative;
        width: 1024px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
    }

    .white {
        background: #fff;
    }

    .kcMenuList {
        overflow: hidden;
    }

        .kcMenuList li .keshi {
            width: 520px;
        }

    .kcMentC .kcMenuList li img {
        margin-top: -25px;
    }
    /*考试*/
    .head-title .head-title-now {
        color: #000;
    }

    .exam-lin {
        position: relative;
        width: 1110px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
        margin-bottom: 50px;
    }

        .exam-lin table {
            width: 1110px;
        }

            .exam-lin table a {
                text-decoration: underline;
            }

            .exam-lin table .noexam {
                color: red;
            }

            .exam-lin table .finishedexam {
                color: green;
            }

    .exam-new {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        background-color: rgba(242, 242, 242, 1);
        padding-top: 20px;
    }

    .examtitle ul {
        margin-left: 80px;
        font-size: 20px;
        padding-top: 30px;
    }

        .examtitle ul li label {
            font-size: 15px;
        }

        .examtitle ul li p {
            color: red;
        }

    .exam-new .examtitle .markitem .resultbtn a {
        clear: both;
        width: 220px;
        text-align: center;
        margin-bottom: 20px;
        margin-left: 110px;
        height: 35px;
        line-height: 35px;
        margin-top: 30px;
        background-color: #217ED3;
        color: #fff;
        margin-right: 10px;
    }

    .exam-new .examtitle .markitem .resultbtn-cancel a {
        clear: both;
        width: 220px;
        text-align: center;
        margin-bottom: 20px;
        margin-left: 110px;
        height: 35px;
        line-height: 35px;
        margin-top: 30px;
        background-color: #fe4a21;
        color: #fff;
        margin-right: 10px;
    }

    .examcontent {
        position: relative;
        width: 1118px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .yqTitline {
        position: relative;
        font-size: 20px;
        color: #333;
        border-bottom: 2px solid #e3e2e2;
        line-height: 52px;
    }

        .yqTitline a {
            color: #039ae3;
            padding: 0 5px;
        }

        .yqTitline i {
            position: fixed;
            right: 20%;
            color: red;
            font-size: 14px;
            font-style: normal;
        }

    .ksCon {
        color: #333;
        padding-top: 10px;
    }

        .ksCon h3 {
            font-size: 16px;
            font-weight: 700;
            line-height: 46px;
        }

    .ksConbox, .ksConbox ul {
        padding-left: 50px;
        line-height: 32px;
        overflow: hidden;
        clear: both;
    }

        .ksConbox p {
            margin-top: 8px;
        }

        .ksConbox ul {
            width: 950px;
        }

        .ksConbox li {
            float: left;
            width: 900px;
            margin-right: 10px;
        }

        .ksConbox input {
            vertical-align: middle;
            margin-right: 10px;
        }

        .ksConbox .label_radio img {
            width: 18px;
            vertical-align: middle;
            padding-bottom: 3px;
        }

    .line {
        height: 20px;
        border-top: 1px dotted #e3e2e2;
        margin-top: 20px;
    }

    .ksConbox .label_check img {
        width: 18px;
        height: 18px;
        vertical-align: middle;
        padding-bottom: 3px;
    }

    .ksConbox .label_check input, .label_radio input {
        position: absolute;
        left: -9999px;
    }

    .ksbtn {
        text-align: center;
        padding-bottom: 50px;
    }

        .ksbtn input {
            width: 220px;
            text-align: center;
            height: 35px;
            background-color: #217ED3;
            color: #fff;
        }

    .exam-report .examtitle .markitem .resultbtn a {
        clear: both;
        width: 220px;
        text-align: center;
        margin-bottom: 20px;
        margin-left: 110px;
        height: 35px;
        line-height: 35px;
        margin-top: 30px;
        background-color: #217ED3;
        color: #fff;
        margin-right: 10px;
    }

    .exam-report .examtitle .markitem .resultbtn-cancel a {
        clear: both;
        width: 220px;
        text-align: center;
        margin-bottom: 20px;
        margin-left: 110px;
        height: 35px;
        line-height: 35px;
        margin-top: 30px;
        background-color: #fe4a21;
        color: #fff;
        margin-right: 10px;
    }

    .exam-report {
        position: relative;
        width: 850px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
        margin-bottom: 50px;
        background-color: rgba(242, 242, 242, 1);
        height: 500px;
        padding-top: 30px;
    }

    .ksConbox ul li .wronganswer {
        color: red;
    }

    .ksConbox ul li .rightanswer {
        color: green;
    }

    /* 购物车 */


    .m-cart {
        padding-bottom: 40px;
        margin-top: 10px;
    }

        .m-cart .m {
            position: relative;
        }
    /*#j-cart-body div{
    display:block;
}*/
    .tt {
        margin-bottom: 20px;
        padding: 12px 0;
        border: 1px solid #ddd;
        background-color: #f5f5f5;
        display: table;
        width: 100%;
    }

        .tt .w-w1-left {
            text-align: left;
            /*width: 159px;*/
            float: left;
        }

            .tt .w-w1-left .w-chkbox {
                margin-left: 20px;
            }

                .tt .w-w1-left .w-chkbox input {
                    background-position: 0 -56px;
                    position: relative;
                }

        .tt .w-w2-left {
            text-align: left;
            float: left;
            width: 300px;
        }

        .tt .w-w4 {
            float: left;
            text-align: center;
            font-size: 13px;
            width: 25%;
        }

        .tt .w-w-2-w5 {
            text-align: center;
            float: left;
            font-size: 13px;
            width: 25%;
        }

    .l {
        display: block;
    }

        .l .cart-group-cart-group-1 {
            background-color: #f0faff;
            border: 1px solid #ddd;
            margin-bottom: 10px;
            box-sizing: border-box;
            display: block;
        }

    .cart-group-cart-group-1 .promotion-wrap {
        padding-left: 60px;
        padding-right: 30px;
        position: relative;
    }

        .cart-group-cart-group-1 .promotion-wrap .promotion-promotion-1 {
            line-height: 42px;
            color: #666;
            height: 43px;
            border-bottom: none;
        }

    .promotion-promotion-1 .u-promotion-tag {
        display: inline-block;
        height: 20px;
        line-height: 20px;
        color: #fff;
        padding: 0 5px;
        font-size: 12px;
        background-color: #e36844;
        float: left;
        margin: 11px 10px 0 0;
    }

    .promotion-promotion-1 .desc-f-size-middle {
        margin-right: 20px;
        line-height: 42px;
        display: block;
        color: #666;
    }

    .desc-f-size-middle .link-f-size-middle {
        color: #69c;
        text-decoration: underline;
    }

    .cart-group-cart-group-1 .cart-item-f-cb-cart-item-last {
        border-bottom: none !important;
        padding: 10px 0;
        position: relative;
        height: 45px;
    }

        .cart-group-cart-group-1 .cart-item-f-cb-cart-item-last .item-w7 {
            float: left;
            width: 59px;
            text-align: center;
            position: relative;
            color: #999;
        }

            .cart-group-cart-group-1 .cart-item-f-cb-cart-item-last .item-w7 .ck {
                color: #999;
                text-align: center;
            }

        .cart-group-cart-group-1 .cart-item-f-cb-cart-item-last .item-w8 {
            float: left;
            text-align: center;
            position: relative;
            color: #999;
            width: 400px;
            left: 20px;
        }

            .cart-group-cart-group-1 .cart-item-f-cb-cart-item-last .item-w8 .pic {
                position: relative;
                float: left;
                height: 100px;
                width: 180px;
                /*border: 1px solid #eaeaea;*/
            }

            .cart-group-cart-group-1 .cart-item-f-cb-cart-item-last .item-w8 .nameCon {
                position: relative;
                top: 7px;
                text-align: left;
                width: 250px;
                padding-left: 20px;
                /*line-height: 1;*/
                margin-left: 180px;
            }

                .cart-group-cart-group-1 .cart-item-f-cb-cart-item-last .item-w8 .nameCon .pname-f-word-break-f-text-overflow {
                    font-size: 14px;
                    display: block;
                    max-width: 248px;
                    word-wrap: break-word;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

        .cart-group-cart-group-1 .cart-item-f-cb-cart-item-last .item-item-2-w4 {
            float: left;
            text-align: center;
            position: relative;
            color: #999;
            padding-top: 9px;
            width: 26%;
        }

            .cart-group-cart-group-1 .cart-item-f-cb-cart-item-last .item-item-2-w4 .price {
                text-align: center;
                line-height: 1;
                margin-bottom: 10px;
                font-size: 14px;
            }

                .cart-group-cart-group-1 .cart-item-f-cb-cart-item-last .item-item-2-w4 .price .aprice {
                    color: #333;
                }

        .cart-group-cart-group-1 .cart-item-f-cb-cart-item-last .item-item-3-w5 {
            float: left;
            text-align: center;
            position: relative;
            color: #999;
            width: 24%;
            padding-top: 9px;
        }

            .cart-group-cart-group-1 .cart-item-f-cb-cart-item-last .item-item-3-w5 .price-sprice {
                line-height: 1;
                margin-bottom: 10px;
                font-size: 14px;
            }
    /*结算*/
    .cart-total {
        font-size: 14px;
        position: relative;
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        height: 70px;
        display: block;
    }

        .cart-total .w-chkbox {
            position: absolute;
            top: 24px;
            left: 22px;
        }

            .cart-total .w-chkbox input {
                background-position: 0 -56px;
                position: relative;
            }

            .cart-total .w-chkbox .selected {
                margin-left: 14px;
                font-size: 14px;
            }

            .cart-total .w-chkbox .total {
                margin-left: 24px;
                font-size: 14px;
            }

        .cart-total .info-f-fr {
            float: right;
            display: inline;
        }

    .w-button-w-button-xl-w-button-primary {
        border-radius: 0;
        width: 140px;
        height: 70px;
        margin-top: -1px;
        margin-right: -1px;
        color: #fff;
        border: 1px solid #b4a078;
        background-color: #f76120;
        line-height: 50px;
        font-size: 18px;
    }

    /*订单确认*/

    .cart-group-cart-group-1 .cart-item-f-cb-cart-item-learnorder {
        border-bottom: none !important;
        padding: 20px 0;
        position: relative;
        height: 150px;
        padding-left: 60px;
    }

        .cart-group-cart-group-1 .cart-item-f-cb-cart-item-learnorder .item-w7 {
            float: left;
            width: 59px;
            text-align: center;
            position: relative;
            color: #999;
        }

            .cart-group-cart-group-1 .cart-item-f-cb-cart-item-learnorder .item-w7 .ck {
                color: #999;
                text-align: center;
            }

        .cart-group-cart-group-1 .cart-item-f-cb-cart-item-learnorder .item-w8 {
            float: left;
            text-align: center;
            position: relative;
            color: #999;
            width: 400px;
        }

            .cart-group-cart-group-1 .cart-item-f-cb-cart-item-learnorder .item-w8 .pic {
                position: relative;
                float: left;
                height: 100px;
                width: 150px;
                border: 1px solid #eaeaea;
            }

            .cart-group-cart-group-1 .cart-item-f-cb-cart-item-learnorder .item-w8 .nameCon {
                padding-top: 10px;
                text-align: left;
                width: 250px;
                padding-left: 20px;
                float: left;
                line-height: 1;
            }

                .cart-group-cart-group-1 .cart-item-f-cb-cart-item-learnorder .item-w8 .nameCon .pname-f-word-break-f-text-overflow {
                    font-size: 14px;
                    display: block;
                    max-width: 248px;
                    word-wrap: break-word;
                    /*overflow: hidden;*/
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

        .cart-group-cart-group-1 .cart-item-f-cb-cart-item-learnorder .item-item-2-w4 {
            float: left;
            text-align: center;
            position: relative;
            color: #999;
            padding-top: 9px;
            width: 26%;
        }

            .cart-group-cart-group-1 .cart-item-f-cb-cart-item-learnorder .item-item-2-w4 .price {
                text-align: center;
                line-height: 1;
                margin-bottom: 10px;
                font-size: 14px;
            }

                .cart-group-cart-group-1 .cart-item-f-cb-cart-item-learnorder .item-item-2-w4 .price .aprice {
                    color: #333;
                }

        .cart-group-cart-group-1 .cart-item-f-cb-cart-item-learnorder .item-item-3-w5 {
            float: left;
            text-align: center;
            position: relative;
            color: #999;
            width: 24%;
            padding-top: 9px;
        }

            .cart-group-cart-group-1 .cart-item-f-cb-cart-item-learnorder .item-item-3-w5 .price-sprice {
                line-height: 1;
                margin-bottom: 10px;
                font-size: 14px;
            }
    /*支付*/
    .gwcInfo {
        padding: 5px 30px 25px 20px;
        font-weight: 400;
        line-height: 24px;
        border: 1px solid #e3e2e2;
        border-bottom: none;
        color: #333;
    }

        .gwcInfo h4 {
            line-height: 1.21212;
            font-size: 20px;
        }

        .gwcInfo .on {
            width: 98px;
            height: 28px;
            color: #fc8900;
            border: 1px solid #fc8900;
            line-height: 28px;
            margin-right: 10px;
            display: inline-block;
            text-align: center;
        }

        .gwcInfo p a {
            margin-right: 10px;
            display: inline-block;
            width: 98px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            border: 1px solid #e3e2e2;
            color: #666;
        }

    #replace {
        display: block;
        font-weight: 400;
        line-height: 24px;
    }

        #replace h3 {
            line-height: 64px;
            font-size: 20px;
        }

    .pay-replace {
        width: 300px;
        border: 1px solid #e3e2e2;
        height: 35px;
        margin-top: 10px;
    }


        .pay-replace input {
            outline: none;
            border: none;
            background: none;
            height: 35px;
            text-indent: 5px;
        }
    /*成功选课*/
    .choice-success {
        background-color: #f0faff;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        box-sizing: border-box;
        display: block;
    }

    .choice-success-border {
        position: relative;
        height: 450px;
        text-align: center;
        padding: 200px;
        border-bottom: none !important;
    }

        .choice-success-border p {
            font-size: 34px;
        }


    /*注册*/
    .acataf {
        margin: 0 auto;
        padding-top: 10px;
        padding-bottom: 100px;
        border-radius: 5px;
    }

    .acataf-im {
        padding-bottom: 40px;
        margin: 0 auto;
        width: 110px;
    }

        .acataf-im ul li {
            float: left;
        }

    .regdiv {
        margin: 0 auto;
        width: 400px;
    }

    .acText {
        text-indent: 10px;
        width: 288px;
        height: 40px;
        line-height: 40px;
        color: #979696;
    }

    .txtdiv {
        padding-bottom: 20px;
        margin: 10px;
    }



    .fullYZ {
        width: 102px;
        margin-top: 3px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        color: #333;
        border: none;
        background-position: 12px -223px;
        background-color: #FFF;
        border-radius: 5px;
        position: relative;
        left: 23px;
    }

    .yqBtn {
        width: 288px;
        height: 46px;
        line-height: 46px;
        background: #039ae3;
        color: #fff;
        font-size: 16px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
    }

    .fullYZ:hover {
        width: 102px;
        margin-top: 3px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        color: #FFF;
        /*background: url(../images/kc_dicon.png) no-repeat;*/
        border: none;
        background-position: 12px -223px;
        background-color: #039ae3;
        border-radius: 5px;
        position: relative;
        left: 23px;
    }

    .yqYzmp input {
        width: 180px;
        height: 40px;
        line-height: 40px;
        color: #979696;
    }

    .fullYZ {
        cursor: pointer;
        display: inline-block;
    }

    .yq-xy {
        padding-bottom: 20px;
        padding-top: 20px;
    }

        .yq-xy span {
            color: #333;
        }

            .yq-xy span a {
                #1395e0;
            }

    /*帮助*/
    .hotQuestion-questionList p {
        font-size: 24px;
    }

    .help-cn b {
        color: #666;
    }



    /*个人中心*/
    .myleft-fav {
        width: 1024px;
        margin: 30px auto;
    }

    .myLeft {
        width: 170px;
        float: left;
    }

    .myLtop {
        border: 1px solid #e3e2e2;
        height: 185px;
        background: #fff;
        text-align: center;
    }

    .myPhoto {
        display: inline-block;
        width: 90px;
        height: 90px;
        margin: 20px 0 10px;
    }

        .myPhoto img {
            width: 90px;
            height: 90px;
            -moz-border-radius: 90px;
            -webkit-border-radius: 90px;
        }

    .myTit {
        color: #006286;
        font-size: 16px;
    }

        .myTit a {
            color: #006286;
        }

    .myIco a {
        margin-left: 15px;
        font-size: 12px;
        color: #555;
        display: inline-block;
        height: 14px;
        line-height: 14px;
        vertical-align: middle;
    }

        .myIco a i.i01 {
            background-position: 0 -93px;
        }

        .myIco a i {
            display: inline-block;
            width: 15px;
            margin-right: 5px;
            height: 14px;
            background: url(../images/my_icon.gif) no-repeat;
        }

            .myIco a i.i02 {
                background-position: 0 -79px;
            }

    .myLbot {
        border: 1px solid #e3e2e2;
        background: #fff;
        margin-top: 10px;
    }

    .myList li {
        font-size: 14px;
        position: relative;
    }

        .myList li a.on {
            background: #f2f2f2 url(../images/my_line.jpg) no-repeat left top;
        }

        .myList li a i.i01 {
            background-position: 0 0;
        }

        .myList li a i.i02 {
            background-position: 0 -20px;
        }

        .myList li a i.i03 {
            background-position: 0 -61px;
        }

        .myList li a i.i04 {
            background-position: 0 -41px;
        }

        .myList li a i.i05 {
            background-position: 0 -155px;
        }

        .myList li a i.i06 {
            background-position: 0 -140px;
        }

        .myList li a i.i07 {
            background-position: 0 -93px;
        }

        .myList li a i.i08 {
            background-position: 0 -119px;
        }

        .myList li a i.i09 {
            background-position: 0 -79px;
        }

        .myList li a {
            padding-left: 42px;
            display: block;
            height: 45px;
            color: #333;
            line-height: 45px;
        }

            .myList li a i {
                display: inline-block;
                background: url(../images/my_icon.gif) no-repeat;
                background-position-x: 0%;
                background-position-y: 0%;
                position: absolute;
                top: 15px;
                left: 16px;
                width: 17px;
                height: 14px;
                vertical-align: middle;
                margin-right: 10px;
            }

                .myList li a i.i01 {
                    background-position: 0 0;
                }

    .myMoney {
        color: #f76120;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 12px;
    }

    .myMess {
        border-top: 1px solid #e3e2e2;
    }

    .myList li .myMess a {
        border-bottom: 1px solid #e3e2e2;
        padding-left: 50px;
    }

    .myList li a {
        border-bottom: 1px solid #e3e2e2;
        padding-left: 50px;
    }

    .myRight {
        float: right;
        width: 830px;
        font-size: 14px;
        padding: 20px 20px;
        border: 1px solid #e3e2e2;
        background: #fff;
    }

.myRightTitle {
    height: 50px;
    line-height: 35px;
    font-size: 23px;
    width: 100%;
    border-bottom: 1px solid #C7C7C7;
}

    .lie ul {
        border-bottom: 1px solid #ddd;
        background-color: #f1f1f1;
        margin-bottom: 5px;
        margin-top: 15px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .lienav li {
        list-style: none;
        line-height: 30px;
        padding-left: 65px;
    }

        .lienav li label {
            padding-left: 50px;
        }

    .myPhoto {
        display: inline-block;
        width: 90px;
        height: 90px;
        margin: 20px 0 10px;
    }


        .myPhoto img {
            width: 90px;
            height: 90px;
        }

    .set {
        margin-left: -350px;
        margin-bottom: 30px;
    }

    .selFull {
        width: 75px;
        height: 30px;
        border: 1px solid #eee;
        margin-left: 10px;
    }

    .passBtn {
        clear: both;
        text-align: center;
        margin-bottom: 20px;
        height: 35px;
        line-height: 35px;
        margin-top: 30px;
        background-color: #f76120;
        color: #fff;
        margin-right: 10px;
    }

    .myRightAmount {
        width: 683px;
        height: 40px;
        line-height: 35px;
        margin-bottom: 20px;
        margin-top: 20px;
        margin-left: 160px;
    }

    .amountLeft {
        width: 100px;
        float: left;
        margin-left: 10px;
    }

    .amountRight {
        width: 200px;
        float: left;
        border: 1px solid #e3e2e2;
        height: 35px;
        margin-right: 10px;
    }

        .amountRight input {
            border: none;
            background: none;
            width: 200px;
            height: 35px;
            text-indent: 5px;
        }

    .error {
        color: #ff0000;
        font-size: 11px;
    }

    .passBtn {
        clear: both;
        width: 120px;
        text-align: center;
        margin-bottom: 20px;
        margin-left: 110px;
        height: 35px;
        line-height: 35px;
        margin-top: 30px;
        background-color: #217ED3;
        color: #fff;
        margin-right: 10px;
    }

    .myRightmethod p {
        border-top: 1px solid #e3e2e2;
        line-height: 80px;
        padding-left: 10px;
    }

    .method.on {
        cursor: pointer;
        width: 150px;
        height: 25px;
        color: #fc8900;
        border: 2px solid #f76120;
        text-align: center;
        line-height: 25px;
        margin-left: 18px;
        float: left;
    }

    .method {
        cursor: pointer;
        width: 150px;
        height: 25px;
        border: 1px solid #e3e2e2;
        text-align: center;
        line-height: 25px;
        margin-left: 18px;
        float: left;
    }

    .FPay {
        clear: both;
        margin: 0px auto;
        min-height: 100px;
    }

    .paymethod {
        cursor: pointer;
        float: left;
        margin-left: 20px;
        border: 1px solid #e3e2e2;
        width: 150px;
        height: 40px;
        line-height: 25px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .paynext {
        clear: both;
        width: 120px;
        text-align: center;
        margin-bottom: 20px;
        float: right;
        height: 35px;
        line-height: 35px;
        margin-top: 30px;
        background-color: #217ED3;
        color: #fff;
        margin-right: 10px;
    }


    .anotherpay li {
        position: relative;
        float: left;
        height: 60px;
        line-height: 60px;
        font-size: 22px;
        border-bottom: 1px solid #e3e2e2;
        width: 100%;
    }

        .anotherpay li:hover {
            background: #f7f7f7;
        }

        .anotherpay li a .atitle {
            float: left;
            width: 530px;
            height: 60px;
            overflow: hidden;
            color: #333;
            font-size: 16px;
            padding-left: 10px;
        }

        .anotherpay li a .detailPrice {
            float: left;
            font-size: 12px;
            color: #666;
            line-height: 60px;
            height: 60px;
            overflow: hidden;
        }

    .stnav {
        height: 25px;
    }

        .stnav li {
            float: left;
            margin-right: 30px;
            min-width: 100px;
            line-height: 42px;
            color: #555;
            text-align: center;
            cursor: pointer;
            list-style: none;
        }

            .stnav li.on {
                color: #333;
                font-weight: 700;
                background: url(../images/studylibg.gif) left bottom no-repeat;
                font-size: 15px;
            }

    .passBtn {
        margin-left: 300px;
    }

    .details li {
        float: left;
        height: 88px;
        padding: 20px 0;
        line-height: 4px;
        font-size: 22px;
        border-bottom: 1px solid #e3e2e2;
    }

        .details li a h2 {
            float: left;
            width: 142px;
            height: 26px;
            overflow: hidden;
            color: #333;
            font-size: 14px;
            margin-left: 10px;
            line-height: 36px;
            margin: 0px;
        }

    .details .detailPrice {
        color: #fc8900;
        font-size: 14px;
        margin-left: 10px;
    }

    .details li a span {
        float: left;
        width: 120px;
        line-height: 10px;
        height: 38px;
    }

    .details .newsTime01 {
        margin-left: 140px;
    }

    .details li:hover {
        background: #f7f7f7;
    }

    .Daichong {
        width: 300px;
        border: 1px solid #e3e2e2;
        height: 35px;
        margin-top: 10px;
    }

        .Daichong input {
            border: none;
            background: none;
            width: 300px;
            height: 35px;
            text-indent: 5px;
        }

    .DaichongAdd {
        width: 80px;
        height: 25px;
        line-height: 25px;
        border: 1px solid #e3e2e2;
        text-align: center;
        float: right;
        margin-right: 250px;
        margin-top: -30px;
    }

    .DaichongC {
        width: 663px;
        height: auto;
        border-bottom: none;
        margin-top: 30px;
        z-index: 1;
    }

    .paynext {
        margin-bottom: 20px;
        background-color: #217ED3;
        color: #fff;
        width: 120px;
        text-align: center;
        height: 35px;
        line-height: 35px;
        margin-right: 290px;
        margin-top: 30px;
    }

    .dc {
        display: block;
        margin-left: 160px;
    }

    .dR {
        padding-left: 50px;
    }

    .ddelete {
        position: absolute;
        background: url(../images/icon_daichong.png) no-repeat;
        background-size: 80%;
        padding: 12px;
        margin-top: 2px;
    }

    table {
        width: 850px;
        margin-top: 50px;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .b {
        border-bottom: 1px solid #e7e7e7;
    }

        .b th {
            height: 40px;
            padding: 0 5px;
            border-top: 1px solid #e7e7e7;
            border-bottom: 1px solid #e7e7e7;
            background: #f2f2f2;
            text-align: left;
        }

    .b01 {
        border-bottom: 1px solid #e7e7e7;
        width: 700px;
    }

        .b01 td {
            padding: 5px;
            height: 40px;
            white-space: normal;
            word-wrap: break-word;
            word-break: break-all;
            position: relative;
        }

    .gwc {
        position: relative;
        padding: 10px 20px 30px 10px;
        background: #f3f3f3;
        border: 1px solid #e3e2e2;
        line-height: 20px;
    }

    .gwcCheck {
        float: left;
        font-size: 12px;
        vertical-align: middle;
        color: #666;
    }

        .gwcCheck span {
            vertical-align: middle;
        }

    .gwcDelete {
        float: right;
        width: 14px;
        height: 20px;
    }

        .gwcDelete a {
            display: block;
            height: 18px;
            line-height: 18px;
            background: url(../images/icon.png) 0 -198px no-repeat;
        }


    .details li {
        position: relative;
        float: left;
        height: 78px;
        padding: 20px 0;
        line-height: 34px;
        font-size: 22px;
        border-bottom: 1px solid #e3e2e2;
        width: 100%;
    }

    .myRight .label_check img {
        width: 18px;
        /*height: 18px;*/
        vertical-align: middle;
        padding-bottom: 3px;
    }

    .myRight .label_check input, .label_radio input {
        position: absolute;
        left: -9999px;
    }

    .newsTime01 {
        position: absolute;
        left: 500px;
    }

    .details .newsTime01 {
        position: color: #999;
        font-size: 12px;
    }

    .clear {
        zoom: 1;
    }

    /*新闻*/


    .new-pull-left {
        font-size: 16px !important;
        color: #333 !important;
        height: 100%;
        width: 155px;
        padding-right: 20px;
        text-align: right;
        padding-top: 30px;
        float: left !important;
    }

    .pull-leftrightnr {
        width: 955px;
        padding: 30px;
        border-left: 1px solid #DDDDDD;
        float: left !important;
    }

    .f16 {
        position: relative;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .pull-leftrightnr .f16:before {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #fe4a21;
        left: -38px;
        top: 4px;
    }

    .f999 {
        color: #999 !important;
    }

    .newsCon h3 {
        text-align: center;
        line-height: 36px;
        padding-top: 36px;
        font-size: 26px;
        color: #333;
        border-bottom: 1px dotted #dbdbdb;
    }
    /*通知公告*/
    .list-info li {
        float: left;
        width: 100%;
    }

    .list-info-big li {
        line-height: 56px;
        border-bottom: 1px dashed #dcdcdc;
    }

    .list-info span {
        float: right;
    }

    /*关于我们*/
    .myleft-about {
        margin: 30px auto;
        width: 60%;
    }

    .myLbot-about {
        border: 1px solid #e3e2e2;
        background: #fff;
    }

    .myRightTitle-about {
        background-color: #f2f2f2;
        height: 35px;
        line-height: 35px;
        font-size: 26px;
    }
    /*专家*/
    .zjList li {
        position: relative;
        margin: 18px 0 0 18px;
        float: left;
        width: 135px;
        height: 162px;
        display: inline;
        white-space: nowrap;
        overflow: hidden;
    }

        .zjList li img {
            width: 135px;
            height: 162px;
        }

        .zjList li span {
            padding: 0 8px;
            width: 135px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            display: block;
            height: 30px;
            line-height: 30px;
            background: #2A88C9;
            opacity: 0.80;
        }

        .zjList li a {
            color: #fff;
        }

    .zjDetail .zjImg {
        float: left;
        margin-right: 30px;
    }

        .zjDetail .zjImg img {
            width: 184px;
            height: 221px;
        }

    .zjDetail .zjTxt {
        float: left;
        width: 570px;
        color: #666;
        line-height: 24px;
    }

        .zjDetail .zjTxt p {
            padding: 0 0 8px 0;
        }
    /*技术合作*/
    .moshi li {
        font-size: 16px;
        line-height: 40px;
        font-family: 微软雅黑;
        width: 370px;
        list-style: none;
    }

    .moshi img {
        height: 250px;
        width: 400px;
        float: right;
        position: relative;
        padding-top: 15px;
    }

    .moshi .er {
        font-size: 12px;
    }

    .myList li a .i00 {
        display: inline-block;
        background: url(../images/about.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-position-x: 0%;
        background-position-y: 0%;
        position: absolute;
        top: 15px;
        left: 16px;
        width: 17px;
        height: 14px;
        vertical-align: middle;
        margin-right: 10px;
    }
    /*我的收藏*/
    .md20 {
        margin-top: 10px;
        height: 35px;
        background: #f1f1f1;
        border: 1px solid #dddddd;
        width: 100%;
        z-index: 1;
    }

    .mygwcCon ul {
        border: 1px solid #e3e2e2;
        border-bottom: none;
    }

    .mygwcCon li {
        /*position: relative;
        float: left;
        width: 770px;
        padding: 15px 10px 10px 10px;
        border-bottom: 1px solid #e3e2e2;*/
    }

    .mygwcCon .gwcInp {
        float: left;
        margin-right: 20px;
        width: 15px;
        height: 15px;
    }

    .myRight .label_check img {
        width: 18px;
        height: 18px;
        vertical-align: middle;
        padding-bottom: 3px;
    }

    .mygwcCon .gwcImg {
        float: left;
        margin-right: 15px;
        border: 1px solid #e4e3e3;
    }

        .mygwcCon .gwcImg img {
            /*width: 80px;*/
            height: 63px;
        }

    .mygwcCon .gwcTxt {
        float: left;
        font-size: 12px;
        line-height: 22px;
    }

    .mygwcCon .gwcPrice {
        position: absolute;
        right: 30px;
        top: 15px;
        line-height: 20px;
        color: #fc8900;
        font-size: 12px;
    }

    .mygwcCon .dzsStar {
        position: absolute;
        right: 10px;
        top: 19px;
        padding-left: 15px;
        line-height: 26px;
        color: #999;
        font-size: 12px;
        background: url(../images/icon.png) 0 -172px no-repeat;
        background-position: 0 -148px;
    }

    .gwcTxt h3 {
        font-size: 14px;
    }
    /*客服*/
    .kf {
        font-size: 12px;
        background: #29a7e2;
        position: fixed;
        top: 270px;
        right: 0px;
        _position: absolute;
        z-index: 1500;
        border-radius: 6px 0px 0 6px;
    }

        .kf .floatL {
            width: 36px;
            float: left;
            position: relative;
            z-index: 1;
            margin-top: 21px;
            height: 180px;
        }

            .kf .floatL a {
                font-size: 0;
                text-indent: -999em;
                display: block;
            }

        .kf .floatR {
            float: left;
            padding: 5px;
            overflow: hidden;
        }

            .kf .floatR .cn {
                background: #F7F7F7;
                border-radius: 6px;
                margin-top: 4px;
                text-align: center;
            }

        .kf .cn .titZx {
            font-size: 14px;
            color: #333;
            font-weight: 600;
            line-height: 24px;
            padding: 5px;
            text-align: center;
        }

        .kf .cn ul li {
            line-height: 38px;
            height: 38px;
            border-bottom: solid 1px #E6E4E4;
            overflow: hidden;
            text-align: center;
        }

        .kf .cn ul li {
            line-height: 38px;
            height: 38px;
            overflow: hidden;
            text-align: center;
        }

        .kf .btnOpen, .kf .btnCtn {
            position: relative;
            z-index: 9;
            top: 25px;
            left: 0;
            background-image: url(../images/zxkf.png);
            background-repeat: no-repeat;
            display: block;
            height: 146px;
            padding: 8px;
        }
