.logo,
.touxiang {
    margin: 25px 0px;
}

.head-btn-new,
.head-btn-new-black {
    /* width: 56px; */
    height: 55px;
    line-height: 55px;
    /*padding: 0px 20px;*/
    cursor: pointer;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #fff;
    min-width: 100px;
    transition: all 0.3s linear;
}


    /* .head-btn-new:hover .cur-bottm,
.head-btn-new-black:hover .cur-bottm {
    display: block;
} */

    .head-btn-new:hover,
    .head-btn-new.active {
        background: #9e1f24;
    }

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    transition: all 0.3s ease-in;
}

.head-btn-new .head-btn-new-ab {
    position: absolute;
    top: 18px;
    right: -4px;
    position: absolute;
    z-index: 9;
    color: #cf272d;
    border-radius: 8px 8px 8px 0px;
    background: yellow;
    /* font-weight: bold; */
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 6px;
    transform: scale(0.8);
}

@keyframes topgif {
    from {
        top: 4px;
    }

    to {
        top: 8px;
    }
}

@-webkit-keyframes topgif
/*SafariÂ andÂ Chrome*/
{
    from {
        top: 4px;
    }

    to {
        top: 8px;
    }
}

.head-log-regist-new {
    height: 100px;
    line-height: 100px;
    padding: 0px 20px;
    cursor: pointer;
    font-size: 16px;
}

.head-regist-btn {
    width: 120px;
    height: 36px;
    background: rgb(207, 39, 45);
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    margin-left: 15px;
}

.dropdown-menu-item.new-dropdown-menu {
    top: 55px;
}

#flash .btn-div {
    max-width: 1200px !important;
}

.index-container,
.index-sec-title,
.index-content {
    /* width: 1200px; */
    width: 100%;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.flex-between {
    justify-content: space-between;
}

.flex-v-center {
    align-items: center;
}

.flex-center {
    justify-content: center;
}

.slideMessage {
    height: 36px;
    font-size: 12px;
}

    .slideMessage .title {
        color: #B0B0B0;
        line-height: 36px;
    }

    .slideMessage ul.line {
        width: 500px;
        height: 36px;
        overflow: hidden;
        margin: 0px 0px 0px 0px;
        padding: 0px;
    }

        .slideMessage ul.line li {
            height: 36px;
            font-size: 12px;
            line-height: 36px;
            list-style: none;
            cursor: pointer;
            color: #B0B0B0;
        }

.xl-text {
    color: #fff;
    font-size: 37px;
    line-height: 37px;
}

.bg-l-text {
    font-size: 25px;
    line-height: 25px;
    color: #262626;
    font-weight: bold;
}

.bg-text {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
}

.ab-div {
    height: 85px;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 85px;
    position: absolute;
    bottom: 0;
}

.item-div {
    position: relative;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    border-radius: 4px;
    height: auto;
    text-align: left;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 15px;
}

    .item-div:nth-child(4n+4) {
        margin-right: 0;
    }

    .item-div:hover {
        border-color: #aaa;
        /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1); */
    }


    /* .item-div img {
    width: 100%;
} */

    .item-div .item-bg {
        position: relative;
        background-size: 100%;
        transition: all 0.3s linear;
        background-position-x: center;
        background-position-y: center;
        background-repeat-x: no-repeat;
        background-repeat-y: no-repeat;
        height: 126px;
    }

        .item-div .item-bg:hover {
            background-size: 110%;
        }

    .item-div .tip-top-red {
        height: 22px;
        background: rgba(255, 51, 51, 1);
        line-height: 22px;
        padding: 0px 10px;
        font-size: 12px;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
    }

    .item-div .tip-bottom-time {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        position: absolute;
        bottom: 10px;
        left: 5px;
        padding: 0px 8px;
    }

    .item-div .item-title {
        margin: 12px 10px;
        font-size: 14px;
        font-weight: bold;
        color: #333;
        line-height: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
    }

        .item-div .item-title:hover {
            text-decoration: underline;
        }

    .item-div .item-sm-tip {
        margin: 10px;
        color: #999999;
        font-size: 12px;
    }

.changeBatch-div {
    background: rgba(255, 51, 51, 0.05);
    border-radius: 12px;
    color: #ff3333;
    height: 24px;
    line-height: 24px;
    padding: 0 9px;
}

.zl-list-item {
    /* display: inline-block; */
    position: relative;
    background: #fff;
    border-radius: 4px;
    width: 24%;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 6px;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-right: 2%;
    /* padding: 10px; */
    transition: all .3s ease;
}

    .zl-list-item:nth-child(4n+4) {
        margin-right: 0;
    }

    .zl-list-item:hover {
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
        border: solid 1px #dddddd;
        margin-top: 15px;
        margin-bottom: 10px;
    }

.zl-fengmian {
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    /* width: 220px; */
    /* height: 124px; */
    /* padding: 10px 0px 0px 10px; */
    position: relative;
    color: #fff;
}

.fengmian-mask:after {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(../images/mask.png) no-repeat;
    width: 100%;
    height: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    border-radius: 4px;
}

.download-btn {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 34px;
    width: 120px;
    height: 36px;
    background-image: linear-gradient(-102deg, #ff8701 0%, rgba(255, 174, 0, 0) 100%), linear-gradient(#ff3333, #ff3333);
    border-radius: 4px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
}

.zl-download-btn-n {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background-image: linear-gradient(-102deg, #ff8701 0%, rgba(255, 174, 0, 0) 100%), linear-gradient(#ff3333, #ff3333);
    border-radius: 4px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    transition: all .3s ease;
}

.zl-download-btn {
    opacity: 0;
    transition: opacity 0.3s linear;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 36px;
    background-image: linear-gradient(-102deg, #ff8701 0%, rgba(255, 174, 0, 0) 100%), linear-gradient(#ff3333, #ff3333);
    border-radius: 4px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    transition: all .3s ease;
}

.zl-fengmian:hover .fengmian-mask:after {
    display: block;
}

.zl-fengmian:hover .zl-download-btn {
    opacity: 1;
}

.zl-item-title {
    max-width: 84%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zl-item-tip {
    width: 27px;
    height: 14px;
    margin: 15px 0px 0px 4px;
}

.zl-type-icon {
    width: 16px;
    height: 16px;
    padding-left: 22px;
    color: #333333;
    line-height: 22px;
}

a.zl-type-icon:hover {
    color: #ff3333;
    text-decoration: underline;
}

.zl-sm-icon {
    /* width: 16px; */
    height: 16px;
    color: #b4b4b4;
    line-height: 16px;
    padding-left: 18px;
    transform: scale(0.82);
}

.zl-line {
    border-bottom: 1px solid #eee;
    margin: 12px -10px 0px -10px;
}

.zl-item-person {
    height: 40px;
    font-size: 12px;
    color: #666666;
}

.zl-item-person-img {
    border-radius: 50%;
    height: 24px;
    margin: 14px 10px 0px 0px;
}

.zl-item-time {
    color: #b4b4b4;
    line-height: 50px;
}


/* .m-r-p1 {
    margin-right: 1%;
} */


/* .w-p-19 {
    width: 19%;
} */

.icon-tongzhi {
    background: url(./images/tongzhi_icon.png) 0 50% no-repeat;
    padding-left: 26px;
}

.icon-location {
    background: url(./images/pos_icon.png) 0 50% no-repeat;
    padding-left: 24px;
}

.icon-call {
    background: url(./images/tel_icon.png) 0 50% no-repeat;
    padding-left: 27px;
}

.icon-triggle {
    background: url(./images/triangle.png) 0 50% no-repeat;
    padding-left: 22px;
}

.icon-triggle-sm {
    background: url(./images/triangle_sm.png) 0 50% no-repeat;
    padding-left: 20px;
    line-height: 40px;
    font-size: 12px;
    color: #b3b3b3;
}

a:hover .icon-triggle-sm {
    text-decoration: underline;
}

.icon-lesson {
    background: url(./images/lesson.png) 0 50% no-repeat;
    padding-left: 18px;
}

.icon-playnum {
    background: url(./images/playnum.png) 0 50% no-repeat;
    padding-left: 18px;
}

.icon-changebatch {
    background: url(./images/changebatch.png) 0 50% no-repeat;
    padding-left: 19px;
}

.zl-sm-browse {
    background: url(/images/source/browse.png) no-repeat 0 50%;
}

.zl-sm-comment {
    background: url(./images/source/comment.png) no-repeat 0 50%;
}

.zl-sm-collection {
    background: url(./images/source/collection.png) no-repeat 0 50%;
}

.zl-sm-d_small {
    background: url(./images/source/d_small.png) no-repeat 0 50%;
}

.icon-beian {
    background: url(./images/ba.png) no-repeat 0 50%;
    color: #fff;
    font-size: 12px;
    padding-left: 27px;
    line-height: 20px;
    padding-left: 27px;
    width: 145px;
}

.bg-white-title-bg {
    font-size: 38px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.05);
    line-height: 38px;
}

.bg-white-title {
    font-size: 36px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
    margin-bottom: 40px;
    margin-top: -20px;
}

.l-white-title {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 20px;
}

.bg-black-title {
    font-size: 36px;
    font-weight: bold;
    color: #28282A;
    line-height: 36px;
    margin-bottom: 40px;
    margin-top: -20px;
}

.bg-black-title-bg {
    font-size: 38px;
    font-weight: bold;
    color: rgba(40, 40, 42, 0.1);
    line-height: 38px;
}

.l-black-title {
    font-size: 14px;
    color: rgba(102, 102, 102, 0.7);
    line-height: 20px;
}

.font-25 {
    font-size: 25px;
}

.index-four .div-title {
    margin-top: 24px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    line-height: 18px;
}

.index-four .top-content {
    margin-top: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 14px;
}

.index-four {
    border-right: 1px solid rgba(221, 221, 221, 0.2);
    width: 25%;
    height: 100px;
    padding: 0 40px;
    cursor: pointer;
}

    .index-four:last-child {
        border-right: none;
    }

.lhm-info {
    padding-bottom: 190px;
}

    .lhm-info > div {
        padding: 80px 0px;
        border: 1px solid rgba(221, 221, 221, 1);
        width: 25%;
        margin-right: 20px;
        text-align: center;
    }

        .lhm-info > div:last-child {
            margin-right: 0px;
        }

        .lhm-info > div .darkred-title {
            color: #9E1F24;
            font-size: 70px;
            font-weight: bold;
            line-height: 70px;
        }

        .lhm-info > div .black-introduce {
            margin-top: 40px;
            font-size: 18px;
            font-weight: bold;
            color: rgba(40, 40, 42, 1);
            line-height: 18px;
        }

.examples {
    position: relative;
    width: 1200px;
    height: 500px;
    overflow-x: hidden;
    overflow-y: hidden;
}

    .examples .example-div .example-item {
        display: inline-block;
        width: 363px;
        /* background: rgba(255, 255, 255, 1); */
        /* box-shadow: 0px 0px 9px 1px rgba(65, 65, 65, 0.1); */
        border-radius: 12px;
        margin-left: 27px;
    }

        .examples .example-div .example-item .example-bg-div {
            position: relative;
            height: 240px;
            background-size: 100%;
            transition: all 0.3s linear;
            background-position-x: center;
            background-position-y: center;
            background-repeat-x: no-repeat;
            background-repeat-y: no-repeat;
        }

            .examples .example-div .example-item .example-bg-div:hover {
                background-size: 105%;
            }

        .examples .example-div .example-item .ab-title {
            /* opacity: 0; */
            position: absolute;
            height: 30px;
            background: rgba(0, 0, 0, 0.6);
            color: #fff;
            text-align: center;
            line-height: 30px;
            bottom: 0;
            width: 100%;
            transition: all 0.3s linear;
        }

    .examples .example-item .example-content {
        padding: 25px 24px;
        background: rgba(238, 238, 238, 1);
        text-align: left;
    }

        .examples .example-item .example-content .example-intro {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 6;
            -webkit-box-orient: vertical;
            color: rgba(119, 119, 119, 1);
            line-height: 20px;
        }

.examples-list .img-left-ab {
    position: absolute;
    left: -55px;
    top: 140px;
}

.examples-list .img-right-ab {
    position: absolute;
    right: -55px;
    top: 140px;
}

.examples ul {
    position: absolute;
    left: 45%;
    top: 370px;
    bottom: 10px;
    list-style: none;
}

    .examples ul li {
        float: left;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #F3F3F3;
        border: 1px solid #AAAAAA;
        margin-left: 10px;
        cursor: pointer;
    }

    .examples ul .li_first {
        background-color: #AAAAAA;
    }


/* ------------------------------ */

.examples-sm {
    position: relative;
    width: 1150px;
    height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: auto;
}

    .examples-sm .example-div .example-item {
        display: inline-block;
        width: 320px;
        padding: 40px 20px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 1px 2px 8px 0px rgba(28, 31, 33, 0.1);
        border-radius: 20px;
        margin-right: 30px;
        text-align: center;
    }

        .examples-sm .example-div .example-item:nth-child(3n) {
            margin-right: 0px;
        }


    /*.examples-sm .example-div .example-item:nth-child(4n+4) {
    margin-left: 30px;
} */

    .examples-sm .example-item .example-name {
        margin: 15px auto 20px;
        font-size: 16px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    .examples-sm .example-item .example-intro {
        font-size: 14px;
        color: rgba(153, 153, 153, 1);
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

.examples-list .img-left {
    position: absolute;
    left: 0px;
    top: 140px;
}

.examples-list .img-right {
    position: absolute;
    right: 0px;
    top: 140px;
}


/* ------------------------------- */

.examplelist {
    position: relative;
    width: 1200px;
    height: 490px;
    overflow-x: hidden;
    overflow-y: hidden;
}

    .examplelist .example-div {
        height: 352px;
        overflow: hidden;
    }

        .examplelist .example-div .example-item {
            display: inline-block;
            width: 363px;
            background: rgba(255, 255, 255, 1);
            box-shadow: 0px 0px 9px 1px rgba(65, 65, 65, 0.1);
            border-radius: 12px;
            margin-left: 27px;
            margin-bottom: 15px;
        }

            .examplelist .example-div .example-item .example-bg-div {
                position: relative;
                height: 240px;
                background-size: 100%;
                transition: all 0.3s linear;
                background-position-x: center;
                background-position-y: center;
                background-repeat-x: no-repeat;
                background-repeat-y: no-repeat;
            }

                .examplelist .example-div .example-item .example-bg-div:hover {
                    background-size: 110%;
                    ;
                }

            .examplelist .example-div .example-item .ab-title {
                /* opacity: 0; */
                position: absolute;
                height: 30px;
                background: rgba(0, 0, 0, 0.6);
                color: #fff;
                text-align: center;
                line-height: 30px;
                bottom: 0;
                width: 100%;
                transition: all 0.3s linear;
            }

    .examplelist .example-item .example-content {
        padding: 30px 24px 30px 24px;
        background: rgba(238, 238, 238, 1);
        text-align: left;
    }

        .examplelist .example-item .example-content .example-intro {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 6;
            -webkit-box-orient: vertical;
            color: rgba(119, 119, 119, 1);
            line-height: 26px;
        }

    .examplelist .img-left-ab {
        position: absolute;
        left: 0px;
        top: 140px;
    }

    .examplelist .img-right-ab {
        position: absolute;
        right: 0px;
        top: 140px;
    }

    .examplelist ul {
        position: absolute;
        left: 45%;
        top: 370px;
        bottom: 10px;
        list-style: none;
    }

        .examplelist ul li {
            float: left;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #F3F3F3;
            border: 1px solid #AAAAAA;
            margin-left: 10px;
            cursor: pointer;
        }

        .examplelist ul .li_first {
            background-color: #AAAAAA;
        }

.new-right-div {
    width: 130px;
    padding: 15px 28px;
    background-color: white;
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 99;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 6px 0px 0px 6px;
}

    .new-right-div .shouqi-div {
        height: 32px;
        background: rgba(184, 184, 184, 1);
        border-radius: 4px;
        line-height: 32px;
        color: #fff;
        cursor: pointer;
    }

    .new-right-div .red-connect-btn {
        height: 28px;
        background: rgba(255, 51, 51, 1);
        border-radius: 4px;
        line-height: 28px;
        font-size: 12px;
        color: #fff;
        cursor: pointer;
    }

.fixed-right-div {
    position: fixed;
    right: 0;
    width: 50px;
    top: 680px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 6px 0px 0px 6px;
    z-index: 2;
    padding: 5px 0;
    transition: all .3s ease;
}

    .fixed-right-div img {
        margin: 15px 7px;
        cursor: pointer;
    }

    .fixed-right-div div {
        width: 20px;
        border-top: 1px solid rgba(229, 229, 229, 1);
        margin: auto;
    }


/*ä½¿å›¾ç‰‡åœ¨æµè§ˆå™¨ä¸­å±…ä¸­æ˜¾ç¤º*/

.bigImg {
    position: absolute;
    top: 50%;
    left: 50%;
    /*å›¾ç‰‡å‘å·¦ç§»åŠ¨è‡ªèº«å®½åº¦çš„50%, å‘ä¸Šç§»åŠ¨è‡ªèº«é«˜åº¦çš„50%ã€‚*/
    transform: translate(-50%, -50%);
}


/*é®ç½©å±‚*/

.opacityBottom {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    top: 0;
    left: 0;
}

ul.applist-ullist {
    list-style: none;
    width: 260px;
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently

not supported by any browser */
}

    ul.applist-ullist > li {
        position: relative;
        padding-top: 20px;
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 22px;
        cursor: pointer;
        white-space: nowrap;
        border-bottom: 1px solid #5e5e5e;
        color: #fff;
    }

        ul.applist-ullist > li .liitem-logoimg {
            width: 48px;
            height: 48px;
        }

        ul.applist-ullist > li .liitem-name {
            margin-left: 25px;
        }

        ul.applist-ullist > li.active {
            color: #DF4A43;
            border-bottom: none;
        }

        ul.applist-ullist > li .right-a-n {
            width: 22px;
            height: 22px;
            text-align: center;
        }

            ul.applist-ullist > li .right-a-n img:nth-child(1) {
                display: block;
                padding: 6px 7px;
            }

            ul.applist-ullist > li .right-a-n img:nth-child(2) {
                display: none;
            }

        ul.applist-ullist > li.active .right-a-n img:nth-child(1) {
            display: none;
        }

        ul.applist-ullist > li.active .right-a-n img:nth-child(2) {
            display: block;
        }

        ul.applist-ullist > li:after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -7px;
            width: 0;
            height: 4px;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-transition: width .3s ease;
            transition: width .3s ease;
            background-color: #DF4A43;
        }

        ul.applist-ullist > li.active:after {
            width: 100%;
        }

.five-t-item {
    height: 429px;
    width: 20%;
    overflow: hidden;
    transition: all .3s ease;
}

    .five-t-item .item-mc {
        height: 429px;
        padding: 152px 20px;
        text-align: center;
        transition: all .3s ease;
    }

    .five-t-item:hover .item-mc {
        padding: 105px 20px 0 20px;
        text-align: center;
    }

    .five-t-item:hover .item-mc {
        background: rgba(255, 0, 0, 0.5);
    }

    .five-t-item .item-bottom-detail {
        margin-top: 255px;
        text-align: left;
        transition: all .3s ease;
    }

    .five-t-item:hover .item-bottom-detail {
        transform: translateY(-235px);
        /* display: block; */
    }

    .five-t-item .detail-btn {
        margin: auto;
        width: 100px;
        height: 34px;
        line-height: 34px;
        border: 1px solid #fff;
        color: #fff;
        margin-top: 30px;
        text-align: center;
    }

.start-section {
    display: flex;
    position: relative;
    height: 134px;
    background-image: url(./images/red-bgimg.png);
    justify-content: center;
    align-items: center;
    margin-top: 86px;
}

    .start-section::before {
        content: '';
        position: absolute;
        left: 0;
        top: -71px;
        width: 100%;
        height: 72px;
        background-image: url(./images/red-before.png);
        background-size: 100% 100%;
    }

    .start-section p {
        display: inline;
        font-size: 30px;
        color: #fff;
        margin: 0 30px 0 0;
        font-weight: 300;
    }

    .start-section .large-btn {
        margin: 0;
        background: #fff;
        color: #9E1F24;
        text-shadow: none;
        height: 55px;
        width: 150px;
        text-align: center;
        line-height: 55px;
        border-radius: 4px;
        font-size: 18px;
    }


/* .video-play:after {
    margin: auto;
    width: 60px;
    height: 60px;
    content: "æ’­æ”¾";
} */

.line-circle-list {
    width: 10px;
    border-left: 2px solid #CF4540;
    position: relative;
    padding: 10px 5px;
    height: 120px;
    margin-top: 20px;
}

    .line-circle-list div:nth-child(1) {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: 3px solid #CF4540;
        background: #0a0e23;
        left: -7px;
        top: 0;
    }

    .line-circle-list div:nth-child(2) {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: 3px solid #CF4540;
        background: #0c1125;
        left: -7px;
        margin-top: 77px;
    }

    .line-circle-list div:nth-child(3) {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: 3px solid #CF4540;
        background: #0a0e23;
        left: -7px;
        margin-top: 98px;
    }

    .line-circle-list div:nth-child(4) {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: 3px solid #CF4540;
        background: #0a0e23;
        left: -7px;
        margin-top: 120px;
    }

a:hover .text-dero {
    text-decoration: underline;
}

.dsr-item {
    position: relative;
    width: 50%;
    height: 210px;
    background: linear-gradient(125deg, rgba(186, 145, 255, 0.41), rgba(255, 51, 51, 0), rgba(255, 51, 51, 0), rgba(255, 255, 255, 1));
    box-shadow: 8px 6px 18px 0px rgba(35, 25, 7, 0.05);
    border-radius: 10px;
    transition: all .3s ease;
}

    .dsr-item:hover {
        transform: translateY(-10px);
    }

        .dsr-item:hover .dsr-video {
            transform: scale(1.1);
        }

    .dsr-item .dsr-video {
        position: absolute;
        bottom: 10px;
        left: 20px;
        transition: all .25s ease-in;
    }

    .dsr-item .dsr-name {
        font-size: 24px;
        font-weight: bold;
        color: rgba(0, 0, 0, 1);
        transition: all .3s ease;
    }

    .dsr-item .dsr-type {
        line-height: 26px;
        width: 80px;
        height: 26px;
        font-weight: bold;
        text-align: center;
        border-radius: 13px;
        margin: 10px 0 25px 0;
    }

        .dsr-item .dsr-type.primary {
            color: rgba(77, 130, 240, 1);
            border: 1px solid rgba(77, 130, 240, 1);
        }

        .dsr-item .dsr-type.intermediate {
            color: rgba(255, 156, 0, 1);
            border: 1px solid rgba(255, 156, 0, 1);
        }

        .dsr-item .dsr-type.senior {
            color: rgba(255, 51, 51, 1);
            border: 1px solid rgba(255, 51, 51, 1);
        }

    .dsr-item .dsr-detail {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        min-height: 75px;
    }

.dsj-item {
    position: relative;
    width: 50%;
    height: 233px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    transition: all .3s ease;
}

    .dsj-item:hover {
        transform: translateY(-10px);
    }

        .dsj-item:hover .dsj-detail-btn,
        .dsj-item:hover .dsj-detail-btn a {
            background: #cf272d;
            color: #fff !important;
            transition: all 0.3s ease-in-out;
        }

    .dsj-item .dsj-name {
        font-size: 18px;
        color: rgba(0, 0, 0, 1);
        transition: all .3s ease;
    }

    .dsj-item .dsj-detail-content {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        min-height: 75px;
    }

    .dsj-item .dsj-detail-btn {
        font-size: 12px;
        text-align: center;
        line-height: 34px;
        color: #666;
        width: 100px;
        height: 34px;
        border: 1px solid rgba(238, 238, 238, 1);
    }

#index-four_n {
    display: none;
    margin-top: -6px;
    height: 100px;
    background: rgba(44, 47, 60, 1);
    position: fixed;
    top: 0;
    z-index: 98;
}

.classes-bg-title {
    padding: 65px 0 50px 0;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.classes-item {
    background: rgba(255, 255, 255, 1);
    box-shadow: 5px 9px 12px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 30px 30px 25px 30px;
    width: 44%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

    .classes-item:hover {
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    }

    .classes-item .classes-name {
        font-size: 24px;
        font-weight: bold;
        color: #333;
    }

    .classes-item .classes-red-line {
        height: 6px;
        width: 32px;
        background: rgba(255, 51, 51, 1);
        border-radius: 3px;
        margin-top: 15px;
    }

    .classes-item .classes-content {
        margin-top: 15px;
        font-size: 14px;
        color: #666;
        overflow: hidden;
        min-height: 70px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 24px;
    }

    .classes-item .classes-info {
        margin-top: 25px;
        color: #999;
    }

    .classes-item .classes-btn {
        width: 120px;
        height: 36px;
        background: rgba(255, 51, 51, 1);
        border-radius: 4px;
        text-align: center;
        font-size: 14px;
        line-height: 36px;
        color: #fff;
        margin-top: 25px;
    }

    .classes-item img {
        margin-left: 30px;
    }

.classes-app-item {
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 8px;
    width: 20%;
    text-align: center;
    padding: 28px 22px;
}

    .classes-app-item .classes-app-name {
        font-size: 16px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        margin-top: 10px;
        margin-bottom: 15px;
        line-height: 16px;
    }

    .classes-app-item .classes-app-content {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        font-size: 12px;
        line-height: 20px;
        text-align: left;
        color: #999;
    }

.classes-app-tip {
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    text-align: center;
}

.classes-app-btn {
    width: 214px;
    height: 50px;
    background: rgba(255, 51, 51, 1);
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    margin: 25px auto 0 auto;
}

.classes-lears .classes-lear-item {
    width: 25%;
    text-align: center;
    margin-right: 100px;
}

    .classes-lears .classes-lear-item:last-child {
        margin-right: 0px;
    }

.classes-lear-item .classes-lear-name {
    margin-top: 20px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
}

.classes-vips .classes-vip-item {
    width: 20%;
    text-align: center;
    padding: 56px 0 40px 0;
    border-right: 1px solid #F1F2F6;
    border-bottom: 1px solid #F1F2F6;
}

.classes-vips .classes-vip-name {
    font-size: 20px;
    color: #000;
    margin-top: 25px;
    margin-bottom: 10px;
}

.classes-vips .classes-vip-name-sm {
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
}

.classes-result-item {
    padding: 0 40px 30px 40px;
    box-shadow: 1px 2px 8px 0px rgba(28, 31, 33, 0.1);
    border-radius: 20px;
    width: 33.3%;
    background: rgba(237, 239, 243, 1);
    margin-right: 40px;
}

    .classes-result-item:last-child {
        background: rgba(255, 236, 236, 1);
        margin-right: 0px;
    }

    .classes-result-item .classes-types {
        height: 90px;
        border-bottom: 1px solid rgba(51, 51, 51, 1);
        line-height: 90px;
        font-weight: bold;
        font-size: 22px;
        text-align: center;
    }

    .classes-result-item:last-child .classes-types {
        border-bottom: 1px solid rgba(255, 51, 51, 1);
    }

    .classes-result-item .results-ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .classes-result-item .results-ul li {
            padding-left: 25px;
            border-bottom: 1px solid rgba(51, 51, 51, 0.15);
            height: 55px;
            line-height: 55px;
            font-size: 16px;
        }

.icon-good {
    background: url(./images/tip-g.png) 0 50% no-repeat;
    padding-left: 36px;
}

.icon-bad {
    background: url(./images/tip-b.png) 0 50% no-repeat;
    padding-left: 36px;
}

#topbanner {
    position: relative;
    width: 100%;
    height: 300px;
    display: none;
}

    #topbanner .close-btn {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 10px;
        height: auto;
        width: 1200px;
        cursor: pointer;
    }

        #topbanner .close-btn .close-n,
        #topbanner .close-btn .close-h {
            position: absolute;
            top: 0px;
            right: 0px;
            transition: all 0.6s linear;
        }

        #topbanner .close-btn .close-n {
            display: block;
        }

        #topbanner .close-btn .close-h {
            display: none;
        }

        #topbanner .close-btn:hover .close-n {
            display: none;
        }

        #topbanner .close-btn:hover .close-h {
            display: block;
        }

.darkred-bg-btn {
    width: 124px;
    height: 40px;
    border: 1px solid rgba(207, 39, 45, 1);
    background: rgba(207, 39, 45, 1);
    border-radius: 4px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

.darkred-b-btn {
    width: 124px;
    height: 40px;
    border: 1px solid rgba(207, 39, 45, 1);
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    line-height: 40px;
    color: rgba(207, 39, 45, 1);
    cursor: pointer;
}

.icon-qqconnect {
    background: url(./images/qq.png) 0 0 no-repeat;
    padding-left: 22px;
}

#vedio-model .model-top {
    display: none;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    border: none;
    color: #fff;
    transition: all 0.3s linear;
    margin: 0px;
}

#vedio-model:hover .model-top {
    display: block;
}

.bk-search-red-box {
    position: relative;
    display: block;
    width: 428px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid rgba(221, 221, 221, 1);
}

input.bk-search-red-input {
    width: 310px;
    height: 36px;
    border-radius: 20px 0 0 20px;
    background: #ffffff;
    padding-left: 20px;
}

.bk-search-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px 22px;
    line-height: 20px;
    background-color: #CF272D;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all .3s linear;
}

    .bk-search-btn:hover {
        background-color: #9E1F24;
    }

.icon-bk-search-white {
    background: url(./images/search.png) no-repeat 0px 50%;
    padding: 0px 0px 0px 20px;
    /* background-color: #ff3333; */
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}

.bk-list-type {
    width: 79px;
    height: 32px;
    background: rgba(127, 127, 140, 1);
    border-radius: 16px 0px 16px 16px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    margin-right: 30px;
}

.bk-list-items {
    width: 1042px;
    height: 80px;
    border-bottom: 1px solid #eee;
}

.bk-lists:nth-child(3) .bk-list-items {
    border-bottom: none;
}

.bk-list-item {
    color: rgba(153, 153, 153, 1);
    line-height: 28px;
    margin-right: 25px;
    padding: 0 15px;
    border-radius: 14px;
    transition: all .2s linear;
    cursor: pointer;
}

    .bk-list-item:hover,
    .bk-list-item.active {
        background: rgba(251, 228, 229, 1);
        color: #CF272D;
        font-weight: bold;
    }

.mod-live {
    width: 100%;
    margin-top: 30px
}

.live-schedule-screen {
    width: 620px;
    height: 348px;
    float: left;
    position: relative;
    background-color: #eee;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset -1px -1px 0 rgba(0, 0, 0, .07)
}

    .live-schedule-screen .screen-img {
        width: 100%;
        height: 100%
    }

    .live-schedule-screen .screen-mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .7;
        filter: alpha(opacity=70)
    }

    .live-schedule-screen .screen-infos {
        margin-top: 64px
    }

    .live-schedule-screen .screen-bd {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center
    }

        .live-schedule-screen .screen-bd .course-name {
            margin: 0 auto;
            width: 482px;
            font-size: 24px;
            line-height: 24px;
            text-shadow: 0 0 20px rgba(102, 102, 102, .5)
        }

            .live-schedule-screen .screen-bd .course-name a {
                color: #fff;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                word-wrap: normal;
                display: block
            }


        /* .live-schedule-screen .screen-bd .course-info {
    position: absolute;
    width: 100%;
    height: 70px;
    line-height: 70px;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    text-align: left
}

.live-schedule-screen .screen-bd .teacher-info {
    font-size: 18px;
    padding-left: 15px;
    color: #fff;
    max-width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal
}

.live-schedule-screen .screen-bd .teacher-info img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    border-radius: 50%
} */


        /* .live-schedule-screen .screen-bd .course-link {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 16px;
    color: #fff
}

.live-schedule-screen .screen-bd .course-link:hover {
    color: #CF272D
}

.live-schedule-screen .screen-bd .course-link span {
    float: left;
    max-width: 334px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal
} */

        .live-schedule-screen .screen-bd .course-status {
            width: 100%;
            margin-top: 30px;
            line-height: 30px
        }

            .live-schedule-screen .screen-bd .course-status .text {
                width: 340px;
                margin: 0 auto;
                font-size: 16px;
                color: #fff;
                border-radius: 20px;
                background-color: rgba(0, 0, 0, .69)
            }


        /* .live-schedule-screen .screen-bd .course-status .text span {
    color: #CF272D;
    padding: 0 6px;
    font-weight: 700
} */

        .live-schedule-screen .screen-bd .course-apply {
            display: block;
            margin: 30px auto 0;
            border-radius: 2px;
            width: 180px;
            height: 50px;
            line-height: 50px;
            font-size: 20px;
            color: #fff;
            background: linear-gradient(25deg, rgba(207, 39, 45, 1), rgb(255, 82, 0));
        }


        /* .live-schedule-screen .screen-bd .course-apply:hover {
    background-color: #12a7ff
} */


        /* .live-schedule-screen .screen-bd .course-apply:active {
    background-color: #099bff
} */

        .live-schedule-screen .screen-bd .icon-live {
            display: inline-block;
            vertical-align: text-bottom;
            width: 24px;
            height: 24px;
            margin-right: 10px;
            background: url(//8.url.cn/edu/modules/category/live-courses/img/linux-live.c1ff3138.gif)
        }

.live-schedule-list {
    position: relative;
    width: auto;
    height: 348px;
    margin-left: 620px;
    background-color: #262626;
    border: 1px solid #eee;
    border-left: 0;
    top: -1px
}

    .live-schedule-list .time-axis {
        position: absolute;
        border-left: 2px dotted rgba(255, 255, 255, 0.1);
        height: 100%;
        left: 43px;
        z-index: 1
    }


    /* .live-schedule-list .nano-pane {
       
    }

        .live-schedule-list .nano-pane .nano-slider {
            margin: 0;
            background: #ddd !important
        } */

    .live-schedule-list .list-it {
        height: 72px;
        line-height: 72px;
        padding: 0 48px;
        position: relative;
        font-size: 16px
    }

        .live-schedule-list .list-it .item-wrap {
            line-height: 16px;
            padding-top: 18px;
        }

        .live-schedule-list .list-it .item-detail-time {
            line-height: 12px;
            padding-left: 25px;
            font-size: 12px;
            margin-top: 12px;
            color: rgba(255, 255, 255, 0.2);
        }

        .live-schedule-list .list-it .item-time {
            float: left;
            width: 70px;
            padding-left: 25px;
            color: rgba(255, 255, 255, 0.2)
        }

        .live-schedule-list .list-it .item-time--classing {
            color: #CF272D
        }

        .live-schedule-list .list-it .item-time-point {
            width: 6px;
            height: 6px;
            background: #ccc;
            border: 1px solid #ccc;
            border-radius: 100%;
            position: absolute;
            left: 40px;
            top: 20.85714px;
            z-index: 2
        }

        .live-schedule-list .list-it .item-time-icon-live {
            position: absolute;
            left: 32px;
            top: 24px;
            width: 24px;
            height: 24px;
            background: url(./images/live.gif) no-repeat;
            z-index: 2
        }

        .live-schedule-list .list-it .item-time-icon-nolive {
            position: absolute;
            left: 34px;
            top: 26px;
            width: 18px;
            height: 18px;
            background: url(./images/live_time.png) no-repeat;
            z-index: 2
        }

        .live-schedule-list .list-it .item-info {
            margin-left: 95px;
            color: rgba(255, 255, 255, 0.2);
        }

    .live-schedule-list .slash-item .item-time {
        float: none;
        display: block;
        width: auto
    }

    .live-schedule-list .slash-item .item-time-point {
        background: #f4f4f4
    }

    .live-schedule-list .task-item .item-link {
        display: block
    }

    .live-schedule-list .task-item .item-name {
        /* color:rgba(255,255,255,0.2); */
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-wrap: normal
    }

    .live-schedule-list .task-item--active,
    .live-schedule-list .task-item:hover {
        background-color: rgba(255, 255, 255, 0.05);
    }

        .live-schedule-list .task-item--active .item-time,
        .live-schedule-list .task-item:hover .item-time {
            color: #fff;
        }

        .live-schedule-list .task-item--active .item-time--classing,
        .live-schedule-list .task-item:hover .item-time--classing {
            color: #CF272D;
        }

        .live-schedule-list .task-item--active .item-time-point,
        .live-schedule-list .task-item:hover .item-time-point {
            background-color: #CF272D;
            border-color: #CF272D
        }

        .live-schedule-list .task-item--active .item-info,
        .live-schedule-list .task-item:hover .item-info,
        .live-schedule-list .task-item--active .item-detail-time,
        .live-schedule-list .task-item:hover .item-detail-time {
            color: #fff;
        }

        .live-schedule-list .task-item--active:after,
        .live-schedule-list .task-item:hover:after {
            content: '';
            position: absolute;
            width: 5px;
            height: 100%;
            background-color: #CF272D;
            left: 0;
            top: 0
        }

.icon-livclasses {
    background: url(./images/live.gif) 0 50% no-repeat;
    padding-left: 30px;
}

.bread-nav {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 14px;
    margin: 32px 0px 16px 0px;
}

    .bread-nav span {
        color: #999999;
    }

.classes_detail {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    padding: 20px;
}

    .classes_detail > div > p {
        font-size: 26px;
        font-weight: bold;
        color: rgba(0, 0, 0, 1);
        margin: 20px 0;
    }

    .classes_detail > div > .detail-msg {
        display: flex;
        align-items: center;
        color: #666666;
        margin-bottom: 30px;
    }

        .classes_detail > div > .detail-msg > div {
            padding: 0 20px;
            text-align: right;
            border-right: 1px solid #DDDDDD;
        }

            .classes_detail > div > .detail-msg > div:first-child {
                text-align: left;
                padding: 0 20px 0 0;
            }

            .classes_detail > div > .detail-msg > div:last-child {
                border-right: none;
            }

.classes-price {
    background: url(./images/c_bg.png) no-repeat;
    padding: 15px;
}

    .classes-price > p {
        font-size: 12px;
        color: #525252;
        margin: 0;
    }

        .classes-price > p:nth-child(2) {
            margin: 8px 0 5px 0;
        }

        .classes-price > p > .now_price {
            color: #CF272D;
            font-size: 24px;
            font-weight: bold;
            margin-left: 15px;
        }

        .classes-price > p > .old_price {
            color: #333;
            text-decoration: line-through;
            margin-left: 15px;
        }

.classes-btn {
    border-radius: 4px;
    color: #fff;
    text-align: center;
    padding: 0 30px;
}

    .classes-btn.red {
        background-color: rgba(207, 39, 45, 1);
    }

    .classes-btn.yellow {
        background: rgba(255, 153, 51, 1);
    }

.tuijiankecheng {
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 16px;
    margin-bottom: 18px;
}

.classes-menu {
    width: 960px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 225, 225, 1);
}

    .classes-menu .title {
        padding-left: 20px;
        line-height: 60px;
        height: 60px;
        font-size: 16px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        border-bottom: 1px solid #E1E1E1;
    }

.classes-menu-item {
    margin-top: 10px
}

    .classes-menu-item:first-child {
        margin-top: 0;
    }

.firstLevel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
    padding: 0 30px;
    background: rgba(246, 246, 246, 1);
}

    .firstLevel + div.no {
        display: none;
    }

    .firstLevel > .right-folds {
        font-size: 12px;
        display: none;
        cursor: pointer;
    }

        .firstLevel > .right-folds:last-child {
            display: block;
        }

    .firstLevel.active > .right-folds {
        display: block;
    }

        .firstLevel.active > .right-folds:last-child {
            display: none;
        }

    .firstLevel.active + div.no {
        display: block;
    }

.secondLevel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
    padding: 0 50px 0 30px;
}

    .secondLevel.bg-black {
        padding: 0 10px;
        background: rgba(47, 47, 47, 1);
        color: #fff;
        height: 48px;
        line-height: 48px;
    }

    .secondLevel:hover {
        background: rgba(251, 251, 251, 1);
    }

    .secondLevel.bg-black:hover {
        background: rgba(47, 47, 47, 1);
    }

    .secondLevel .c_num {
        background: rgba(150, 150, 150, 1);
        width: 17px;
        height: 17px;
        text-align: center;
        font-size: 12px;
        line-height: 17px;
        color: #fff;
        margin-right: 10px;
        font-weight: normal;
    }

ul.no {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.no > li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        color: #666666;
        padding-left: 45px;
    }

.secondLevel.bg-black + ul.no > li {
    color: #fff;
    border-bottom: 1px solid rgba(58, 58, 63, 0.3);
    padding-left: 10px;
}

    .secondLevel.bg-black + ul.no > li:hover {
        background: #1f1f1f;
    }

ul.no > li:hover {
    background: rgba(251, 251, 251, 1);
}

ul.no > li > div {
    margin-right: 50px;
}

.secondLevel + ul.no {
    display: none;
}

.secondLevel > .right-folds {
    font-size: 12px;
    display: none;
    cursor: pointer;
}

.secondLevel.bg-black > .right-folds {
    color: #fff;
}

.secondLevel > .right-folds:last-child {
    display: block;
}

.secondLevel.active > .right-folds {
    display: block;
}

    .secondLevel.active > .right-folds:last-child {
        display: none;
    }

.secondLevel.active + ul.no {
    display: block;
}

.vv-item {
    text-align: center;
    width: 50%;
    line-height: 27px;
    height: 27px;
    cursor: pointer;
}

    .vv-item.active {
        background: rgba(58, 58, 63, 1);
    }

.lt-content {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    padding: 10px;
    display: flex;
}

    .lt-content .lt-lun {
        width: 1235px;
        height: 230px;
        position: relative;
    }

        .lt-content .lt-lun .bg-banner {
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .lt-content .lt-lun .ab-bg {
            width: 100%;
            position: absolute;
            bottom: 0;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            font-weight: bold;
            color: rgba(255, 255, 255, 1);
            background: rgba(0, 0, 0, .7);
        }

            .lt-content .lt-lun .ab-bg div {
                padding-left: 10px;
            }

        .lt-content .lt-lun ul {
            list-style: none;
            padding: 0;
            margin: 0;
            position: absolute;
            bottom: 15px;
            right: 10px;
            display: flex;
            align-items: center;
        }

            .lt-content .lt-lun ul li {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background-color: rgba(255, 255, 255, 0.4);
                margin-left: 5px;
                cursor: pointer;
            }

                .lt-content .lt-lun ul li.active {
                    background: rgba(207, 39, 45, 1);
                }

    .lt-content .lt-title {
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        margin: 20px 0px 15px 0;
    }

    .lt-content .lt-title-detail {
        font-size: 12px;
        color: rgba(102, 102, 102, 1);
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .lt-content .lt-title .hot-red {
        font-size: 12px;
        font-weight: normal;
        height: 20px;
        line-height: 20px;
        padding: 0 8px;
        color: #fff;
        background: #F13F40;
        border-radius: 8px 8px 0px 8px;
        margin-right: 5px;
    }

    .lt-content .lt-type {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #eee;
        height: 60px;
        line-height: 60px;
    }

        .lt-content .lt-type .lt-type-item {
            margin-left: 15px;
            margin-right: 15px;
            position: relative;
            cursor: pointer;
        }

            .lt-content .lt-type .lt-type-item.active {
                font-weight: bold;
                color: #CF272D;
            }

            .lt-content .lt-type .lt-type-item .ab-div-red {
                opacity: 0;
                position: absolute;
                bottom: 0px;
                height: 4px;
                background: #CF272D;
                width: 100%;
            }

            .lt-content .lt-type .lt-type-item.active .ab-div-red {
                opacity: 1;
            }

    .lt-content .lt-list-item {
        padding: 25px 20px;
        border-bottom: 1px solid #eee;
    }

        .lt-content .lt-list-item:nth-last-child(1) {
            border-bottom: none;
        }

        .lt-content .lt-list-item .tz-title {
            font-size: 18px;
            font-weight: bold;
            color: #333;
        }

            .lt-content .lt-list-item .tz-title span {
                width: 38px;
                height: 20px;
                border: 1px solid rgba(207, 39, 45, 1);
                border-radius: 4px;
                line-height: 20px;
                text-align: center;
                color: rgba(207, 39, 45, 1);
                margin-right: 10px;
                font-size: 12px;
                font-weight: normal;
                padding: 2px 6px;
            }

        .lt-content .lt-list-item .tz-content {
            display: flex;
            align-items: center;
            margin: 20px 0 15px 0;
            width: 100%;
        }

            .lt-content .lt-list-item .tz-content img {
                border-radius: 4px;
                margin-right: 20px;
            }

            .lt-content .lt-list-item .tz-content .tz-detail {
                font-size: 14px;
                color: #666666;
                line-height: 24px;
                min-height: 88px;
            }

        .lt-content .lt-list-item .tz-info {
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #B4B4B4;
        }

            .lt-content .lt-list-item .tz-info .tz-type {
                width: 100px;
                height: 32px;
                background: rgba(255, 232, 233, 1);
                border-radius: 4px;
                color: #CF272D;
                line-height: 32px;
                text-align: center;
                margin-right: 25px;
            }


/* ------å‘å¸–---- */

.lt-fatie {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    width: 298px;
}

    .lt-fatie .fatie-btn {
        height: 50px;
        background: rgba(207, 39, 45, 1);
        border-radius: 2px;
        line-height: 50px;
        text-align: center;
        margin: 26px 26px 0 26px;
    }

.lt-msg-list {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    padding: 15px 20px 28px 20px;
    margin-top: 10px;
    width: 258px;
}

    .lt-msg-list .type-title {
        font-size: 14px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        margin-bottom: 3px;
        height: 14px;
        line-height: 14px;
        border-bottom: none;
    }

    .lt-msg-list ul.msg-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .lt-msg-list ul.msg-list li {
            height: 35px;
            line-height: 35px;
            border-bottom: 1px solid #F3F3F3;
            color: #333333;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            cursor: pointer;
            display: flex;
            align-items: center;
            width: 100%;
        }

            .lt-msg-list ul.msg-list li span.text {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 234px;
                color: #333;
            }

                .lt-msg-list ul.msg-list li span.text:hover a {
                    color: #CF272D;
                }

            .lt-msg-list ul.msg-list li span.num {
                width: 14px;
                height: 14px;
                background: #abacac;
                color: #fff;
                font-size: 12px;
                font-style: italic;
                line-height: 14px;
                text-align: center;
                margin-right: 10px;
            }

            .lt-msg-list ul.msg-list li:nth-child(1) span.num {
                background: #f54343;
            }

            .lt-msg-list ul.msg-list li:nth-child(2) span.num {
                background: #ff8645;
            }

            .lt-msg-list ul.msg-list li:nth-child(3) span.num {
                background: #ffae35;
            }

            .lt-msg-list ul.msg-list li:hover span.text {
                color: #CF272D;
                text-decoration: underline;
            }

    .lt-msg-list .tuijianapp-list .tuijianapp-list-item {
        display: flex;
        align-items: flex-start;
        border-bottom: 1px solid #F3F3F3;
        padding: 25px 0;
    }

        .lt-msg-list .tuijianapp-list .tuijianapp-list-item img {
            width: 46px;
            /* height: 46px; */
        }

        .lt-msg-list .tuijianapp-list .tuijianapp-list-item .item-content {
            margin-left: 20px
        }

            .lt-msg-list .tuijianapp-list .tuijianapp-list-item .item-content .title {
                color: #333;
                font-size: 14px;
                margin-bottom: 10px
            }

            .lt-msg-list .tuijianapp-list .tuijianapp-list-item .item-content .intro {
                font-size: 12px;
                color: #999;
                margin-bottom: 10px;
            }

            .lt-msg-list .tuijianapp-list .tuijianapp-list-item .item-content .down-btn {
                width: 74px;
                height: 30px;
                border: 1px solid rgba(187, 187, 187, 1);
                border-radius: 4px;
                color: #333;
                font-size: 12px;
                line-height: 30px;
                text-align: center;
                cursor: pointer;
            }

                .lt-msg-list .tuijianapp-list .tuijianapp-list-item .item-content .down-btn:hover {
                    background: #CF272D;
                    color: #fff;
                }

.lt-detail {
    background: #fff;
    border: 1px solid rgba(238, 238, 238, 1);
    padding: 30px 20px;
    width: 890px;
}

    .lt-detail > .tz-title {
        line-height: 26px;
        font-size: 26px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        text-align: center;
        margin-bottom: 30px;
    }

.lt-sm-icon-n {
    /* width: 16px; */
    height: 16px;
    color: #666;
    line-height: 16px;
    padding-left: 20px;
}

.radio-item {
    cursor: pointer;
    line-height: 15px;
}

.type-label {
    width: 100px;
}

input[type="radio"].red {
    background: url(./images/radio_a.png) no-repeat;
}

input[type="radio"] {
    width: 15px;
    height: 15px;
    padding-left: 0;
    margin: 0 5px 0 0;
    background: url(./images/radio_n.png) no-repeat;
    -webkit-appearance: none;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    position: relative;
    opacity: 1;
}

.sub-btn-red {
    width: 80px;
    height: 35px;
    background: rgba(255, 48, 0, 1);
    border-radius: 4px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.sub-btn-defaultt {
    width: 80px;
    height: 35px;
    background: rgba(238, 238, 238, 1);
    border-radius: 4px;
    color: #666;
    line-height: 35px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}

.new-login-div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

    .new-login-div .new-login-box {
        position: relative;
        background: #fff;
        padding: 35px 25px 45px 25px;
        width: 300px;
        height: 270px;
    }

        .new-login-div .new-login-box .login-type {
            position: absolute;
            top: 5px;
            right: 5px;
            cursor: pointer;
        }

            .new-login-div .new-login-box .login-type > img:first-child {
                display: block;
            }

            .new-login-div .new-login-box .login-type > img:last-child {
                display: none;
            }

            .new-login-div .new-login-box .login-type.active > img:first-child {
                display: none;
            }

            .new-login-div .new-login-box .login-type.active > img:last-child {
                display: block;
            }

            .new-login-div .new-login-box .login-type + .login-type-msg > span:first-child {
                display: block;
            }

            .new-login-div .new-login-box .login-type + .login-type-msg > span:nth-child(2) {
                display: none;
            }

            .new-login-div .new-login-box .login-type.active + .login-type-msg > span:first-child {
                display: none;
            }

            .new-login-div .new-login-box .login-type.active + .login-type-msg > :nth-child(2) {
                display: block;
            }

            .new-login-div .new-login-box .login-type ~ .mimadiv {
                display: block;
            }

            .new-login-div .new-login-box .login-type ~ .codediv {
                display: none;
            }

            .new-login-div .new-login-box .login-type.active ~ .mimadiv {
                display: none;
            }

            .new-login-div .new-login-box .login-type.active ~ .codediv {
                display: block;
            }

        .new-login-div .new-login-box .login-type-msg {
            position: absolute;
            top: 5px;
            right: 60px;
            height: 28px;
            background: rgba(254, 252, 238, 1);
            border: 1px solid rgba(243, 217, 149, 1);
            line-height: 28px;
            padding: 0 15px;
            color: #DF9C1F;
            font-size: 12px;
        }

            .new-login-div .new-login-box .login-type-msg .sanjiao {
                position: absolute;
                top: 37%;
                right: -5px;
                left: auto;
                width: 8px;
                height: 8px;
                background: rgba(254, 252, 238, 1);
                transform: rotate(-45deg);
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                border-bottom: 1px solid rgba(243, 217, 149, 1);
                border-right: 1px solid rgba(243, 217, 149, 1);
            }

.login-type-msg:after {
    width: 12px;
    height: 12px;
    border: 1px solid rgba(243, 217, 149, 1);
}

.new-login-div .new-login-box .type-name {
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.new-login-div .new-login-box .new-account-label {
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}

.new-login-div .new-login-box .new-account {
    border: none;
    border-radius: 0;
    height: 38px;
    width: 240px;
    background: #fff;
}

.new-login-div .login-red-btn {
    width: 300px;
    height: 42px;
    background: rgba(207, 39, 45, 1);
    border-radius: 2px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.new-login-div .other-op {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    color: #666;
    margin-top: 30px;
}

.new-login-div .regist-text:hover {
    color: #CF272D;
    text-decoration: underline;
}

.login-foot-content:nth-child(1) > .h4 {
    color: #2d74c8;
    font-size: 20px;
    margin-bottom: 10px;
}

.login-foot-content:nth-child(2) > .h4 {
    color: #7ead16;
    font-size: 20px;
    margin-bottom: 10px;
}

.login-foot-content:nth-child(3) > .h4 {
    color: #cd9a43;
    font-size: 20px;
    margin-bottom: 10px;
}

.login-foot-content > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .login-foot-content > ul > li,
    .login-foot-content > ul > li > a {
        color: #333;
        line-height: 30px;
        cursor: pointer;
        overflow: hidden;
        width: 280px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .login-foot-content > ul > li > a:hover,
        .login-foot-content > ul > li:hover {
            color: #2062e6;
        }

.login-foot-sm {
    color: #999;
    font-size: 12px;
    margin: 30px auto;
}

    .login-foot-sm a {
        color: #999;
        padding: 0 5px;
    }

.lg-msg-num {
    position: absolute;
    top: 30px;
    left: 8px;
    background: #F1403C;
    color: #fff;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 12px;
    border: 1px solid #fff;
}

.lg-type {
    position: absolute;
    bottom: 26px;
    right: -4px;
}

.dropdown-menu-item-login {
    width: 110px;
    text-align: center;
    float: left;
    margin: auto;
    left: -5000px;
    right: 0;
    position: absolute;
    top: 88px;
    margin: 0 auto;
    z-index: 99;
    border-radius: 4px;
    border: 1px solid rgba(229, 229, 229, 1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.12);
}

.login-menu:hover .dropdown-menu-item-login {
    left: 10px;
}

#messageDropDown:hover .dropdown-menu-item-login {
    left: -48px;
}

.dropdown-menu-item-login .whitesanjiao {
    position: absolute;
    top: -6px;
    left: 50px;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 1);
    transform: rotate(225deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    border-right: 1px solid rgba(229, 229, 229, 1);
}

.lt-detail-content {
    position: relative;
}

.lt-box-detail {
    background-color: #ffffff;
    /* border: solid 1px #eeeeee; */
    padding: 28px 70px 50px 70px;
    text-align: center;
    border-bottom: none;
}

    .lt-box-detail > p {
        text-align: left;
        line-height: 28px;
        text-indent: 2em;
    }

    .lt-box-detail > img {
        margin-top: 10px;
    }

.lt-detail-content .zhezhao-div {
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 70px;
    right: 70px;
    background: url(./images/source/zhezhao.png) no-repeat center;
    height: 300px;
}

.zhezhao-div .zhezhao-box {
    width: 375px;
    height: 170px;
    margin: 65px auto;
    background: #ffffff;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    text-align: center;
}

    .zhezhao-div .zhezhao-box p {
        padding-top: 26px;
        font-size: 16px;
        color: #333333;
        padding-bottom: 15px;
    }

    .zhezhao-div .zhezhao-box .login-btn {
        margin-right: 20px;
        height: 40px;
        line-height: 40px;
        background-image: linear-gradient(-102deg, #ff8701 0%, rgba(255, 174, 0, 0) 100%), linear-gradient(#ff3333, #ff3333);
        background-blend-mode: normal, normal;
        border-radius: 4px;
        color: #ffffff;
        width: 110px;
        cursor: pointer;
        margin: 0 20px 0 0;
    }

    .zhezhao-div .zhezhao-box .regist-btn {
        height: 38px;
        background-color: #ffffff;
        border-radius: 4px;
        border: solid 1px #ff3333;
        line-height: 38px;
        width: 110px;
        color: #ff3333;
        cursor: pointer;
    }

.fuli-div-lt {
    margin-bottom: 10px;
    text-align: center;
    position: static;
    background: #fff;
    /**/
    border-top: none;
}

    .fuli-div-lt .top-div {
        display: inline-block;
        vertical-align: top;
        margin-bottom: -10px;
    }

    .fuli-div-lt .fuli-content {
        border: 1px solid rgb(240, 240, 240);
        margin-top: -3px;
        margin: -2px 10px 15px 10px;
        padding: 15px 10px;
    }

        .fuli-div-lt .fuli-content p {
            text-align: justify;
            line-height: 2em;
            letter-spacing: 1px;
        }

        .fuli-div-lt .fuli-content span {
            white-space: pre-wrap;
            font-size: 16px;
            font-family: Helvetica Neue, Helvetica, Hiragino Sans GB, Apple Color Emoji, Emoji Symbols Font, Segoe UI Symbol, Arial, sans-serif;
        }

.person-nav-list {
    padding: 10px 0;
    border-bottom: 1px solid #f3f3f3;
}

    .person-nav-list .nav-type-name {
        color: #333333;
        line-height: 36px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .person-nav-list ul.nav-list {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }

        .person-nav-list ul.nav-list li.nav-list-item {
            position: relative;
            line-height: 34px;
            color: #333333;
            cursor: pointer;
        }

            .person-nav-list ul.nav-list li.nav-list-item.active {
                background: rgba(207, 39, 45, 0.03);
                color: #CF272D;
            }

                .person-nav-list ul.nav-list li.nav-list-item.active:after {
                    content: '';
                    position: absolute;
                    width: 5px;
                    height: 100%;
                    background-color: #CF272D;
                    left: 0;
                    top: 0;
                }

            .person-nav-list ul.nav-list li.nav-list-item:hover {
                color: #CF272D;
            }

.person-touxiang-img {
}

.ab-level-img {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.edit-img {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 50px;
    width: 100%;
    top: 50px;
    color: #ffffff;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

    .edit-img input[type="file"] {
        position: absolute;
        width: 100%;
        height: 50px;
        left: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
        right: 0;
        padding: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
    }

.person-img:hover + .edit-img {
    display: block;
}

.expireBtn {
    color: #A96F32;
    height: 24px;
    line-height: 24px;
    background: rgba(172, 106, 0, 0.08);
    border-radius: 12px;
    padding: 0 12px;
    white-space: nowrap;
}

.yaoqingmaBtn {
    color: #A84200;
    height: 24px;
    line-height: 24px;
    background: rgba(245, 108, 108, 0.07);
    border-radius: 12px;
    padding: 0 12px;
    white-space: nowrap;
}

.xufeiBtn {
    width: 84px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    background: rgba(244, 202, 58, 1);
    border: 1px solid rgba(215, 186, 89, 1);
    color: rgba(102, 61, 0, 1);
}

    .xufeiBtn:hover {
        color: rgba(102, 61, 0, 0.7);
    }

    .xufeiBtn + a > span:hover {
        text-decoration: underline;
    }

.btnactive {
    background: #CF272D;
    border: 1px solid #CF272D;
    color: #fff;
}

.table {
    border: none;
}

table td,
table th {
    border: 1px solid #f3f3f3;
    border-left: none;
    border-right: none;
    border-top: none;
}

table.table > tbody > tr:nth-child(n) > td {
    background-color: #ffffff;
    color: #333333;
    font-size: 12px;
}

table.table > tbody > tr:hover > td {
    background-color: #F5F5F5;
}

.message-div {
    width: 85%;
    border-bottom: none;
}

.content-text {
    width: 100%;
}

.content-time {
    /* float: right; */
    text-align: right;
    margin-top: 0px;
    padding: 0px;
}

.zl-comment-pname {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.zl-per-info img.per-pic,
.zl-per-conimg {
    height: 44px;
    border: solid 1px #eeeeee;
    border-radius: 50%;
    margin-right: 30%;
}

.zl-per-a-div {
    background-color: #f2f2f5;
    border-radius: 4px;
    padding: 6px 16px;
}

.zl-per-serveredcom-item {
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    margin-bottom: 10px;
    padding: 20px;
}

.zl-per-opera {
    line-height: 45px;
    background: #ffffff;
    border: 1px solid #eee;
    border-top: none;
}

.drown-tips {
    float: right;
    right: 10px;
    background: #A0AAB7;
    color: #fff;
    border-radius: 9px;
    line-height: 18px;
    height: 18px;
    margin: 10px 5px 10px 0px;
    font-size: 12px;
    padding: 0 2px;
}

.list-item-sm.item-b-active {
    border-bottom: 0px solid #ff3333;
}

.icon-edit-pername {
    background: url(./images/person-edit-n.png) no-repeat 0 center;
    padding-left: 14px;
    margin-left: 5px;
    cursor: pointer;
}

    .icon-edit-pername:hover {
        background: url(./images/person-edit-a.png) no-repeat 0 center;
    }

.icon-qrs {
    background: url(./images/qrs.png) no-repeat 0 center;
    padding-left: 38px;
    width: 90px;
    margin: auto;
}

.icon-wechat-sm {
    background: url(./images/wechatsm.png) no-repeat 0 center;
    padding-left: 22px;
}

.icon-phone-sm {
    background: url(./images/phone_sm.png) no-repeat 0 center;
    padding-left: 22px;
}

.icon-acc-num-n {
    background: url(./images/account_new.png) no-repeat;
}

.icon-acc-pwd-n {
    background: url(./images/pwd_new.png) no-repeat;
}

.icon-c_shop {
    background: url(./images/c_shop.png) 0 50% no-repeat;
    padding-left: 20px;
    height: 42px;
    margin: auto;
    line-height: 42px;
}

.icon-c_study {
    background: url(./images/c_study.png) 0 50% no-repeat;
    padding-left: 20px;
    height: 42px;
    margin: auto;
    line-height: 42px;
}

.icon-c_zd {
    background: url(./images/c_zd.png) 0 50% no-repeat;
    padding-left: 5px;
    margin-left: 5px;
}

.icon-c_zk {
    background: url(./images/c_zk.png) 0 50% no-repeat;
    padding-left: 5px;
    margin-left: 5px;
}

.icon-c_play {
    background: url(./images/c_play.png) 0 50% no-repeat;
    padding-left: 25px;
}

.icon-c_onplay {
    background: url(./images/live.gif) 0 50% no-repeat;
    padding-left: 25px;
}

.icon-c_view {
    background: url(./images/c_view.png) 0 50% no-repeat;
    padding-left: 20px;
    margin-left: 70px;
}

.icon-c_time {
    background: url(./images/c_time.png) 0 50% no-repeat;
    padding-left: 16px;
}

.icon-fatie {
    background: url(./images/fatie.png) 0 50% no-repeat;
    padding-left: 32px;
    font-size: 20px;
    color: #fff;
}

.icon-lt-c {
    background: url(./images/lt-c.png) 0 50% no-repeat;
    padding-left: 20px;
    margin: 0 10px 0 0;
}

.icon-lt-p {
    background: url(./images/lt-p.png) 0 50% no-repeat;
    padding-left: 20px;
    margin: 0 10px 0 0;
}

.icon-lt-d {
    background: url(./images/lt-d.png) 0 50% no-repeat;
    padding-left: 20px;
    margin: 0 10px 0 0;
}

.icon-lt-coo {
    background: url(./images/lt-coo.png) 0 50% no-repeat;
    padding-left: 20px;
}

.icon-lt-co {
    background: url(./images/lt-co_n.png) 0 50% no-repeat;
    padding-left: 20px;
}

    .icon-lt-co.active {
        background: url(./images/lt-co-a.png) no-repeat 0 50%;
        animation: shake .3s;
        -o-animation: shake .3s;
        -webkit-animation: shake .3s;
        -moz-animation: shake .3s;
        /* color: #ff8916; */
    }

.icon-lt-zan:hover + span,
.icon-lt-zan.active + span {
    color: #ff3333;
}

.icon-lg-msg {
    background: url(./images/msg_n.png) 0 50% no-repeat;
    width: 16px;
    height: 100px;
    transition: all 0.2s linear;
}

    .icon-lg-msg:hover {
        background: url(./images/msg_a.png) 0 50% no-repeat;
    }

.icon-lt-zann {
    background: url(./images/lt-zan_n.png) 0 50% no-repeat;
    padding-left: 20px;
}

.icon-lt-zan {
    background: url(./images/lt-zan_n.png) 0 50% no-repeat;
    padding-left: 20px;
}

    .icon-lt-zan.active {
        background: url(./images/lt-zan_active.png) no-repeat 0 50%;
        color: #ff3333;
        animation: shake .3s;
        -o-animation: shake .3s;
        -webkit-animation: shake .3s;
        -moz-animation: shake .3s;
    }

.icon-lt-jb {
    background: url(./images/lt-jb.png) 0 50% no-repeat;
    padding-left: 20px;
    margin: 0 10px;
    cursor: pointer;
}

    .icon-lt-jb.active,
    .icon-lt-jb:hover {
        background: url(./images/lt-jb-a.png) 0 50% no-repeat;
        color: #ff3333;
    }

@keyframes shake {
    0%, 100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-o-keyframes shake {
    0%, 100% {
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(1.5);
    }
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.5);
    }
}

.model-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}

.model-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.tbTg {
    border: none;
    border-collapse: collapse;
    margin-top: 15px;
    width: 100%;
}

    .tbTg th {
        background: #ddd;
        padding: 10px 20px;
    }

    .tbTg td {
        padding: 10px;
        text-align: center;
        border-bottom: solid 1px #eee;
    }

.flex-space-between {
    justify-content: space-between;
    align-items: center;
}

.zl-container {
    height: 70px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
}

.zl-content {
    width: 100%;
}

#zl-head,
.zl-content-body {
    max-width: 1200px;
    margin: auto;
}

.zl-search-box {
    position: relative;
    display: block;
    width: 370px;
    height: 38px;
    margin: 16px 0;
}

input.zl-search-input {
    width: 260px;
    height: 36px;
    border-radius: 4px 0px 0px 4px;
    background: #f1f3f4;
    padding-left: 20px;
}

.zl-search-btn {
    width: 98px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    background: #cf272d;
    /*background-image: linear-gradient(-102deg, #ff8701 0%, rgba(255, 174, 0, 0) 100%), linear-gradient(#ff3333, #ff3333);*/
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


/* è½®æ’­å›¾æ ·å¼ */

#zl_flash {
    position: relative;
    width: 100%;
    height: 250px;
    cursor: pointer;
    max-width: 1200px;
    margin: 10px auto 30px auto;
}

    #zl_flash .banner-img {
        width: 100%;
        height: 100%;
        text-align: center;
        position: absolute;
        transition: all 0.3 linear;
    }

        #zl_flash .banner-img img {
            /* width: 100%; */
            height: 100%;
            /* position: absolute;
    display: block;
    left: 0;
    top: 0; */
        }

a.lunbo-div {
    position: relative;
}

#zl_flash ul {
    position: absolute;
    left: 45%;
    bottom: 10px;
    list-style: none;
    /* width: 200px; */
    /* height: 30px; */
}

    #zl_flash ul li {
        float: left;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #fff;
        opacity: 0.3;
        margin-left: 10px;
        cursor: pointer;
        transition: all 0.3s linear;
    }

    #zl_flash ul .li_first {
        opacity: 1;
    }

#zl_flash .flash-float-div {
    position: absolute;
    width: 200px;
    height: 218px;
    padding: 0 10px;
    background-color: #ffffff;
    border-radius: 4px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 15px;
    cursor: auto;
}

.zl-person-top {
    height: 60px;
    border-bottom: 1px solid #eee;
    color: #333;
}

.zl-person-img {
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.zl-person-name {
    font-size: 16px;
    line-height: 40px;
}

    .zl-person-name:hover {
        color: #ff3333;
    }

.zl-person-data {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
}

.zl-num {
    font-weight: bold;
    color: #996c33;
    line-height: 20px;
}

.zl-num-bg {
    font-weight: bold;
    color: #996c33;
    line-height: 20px;
    font-size: 17px;
}

.zl-a-title {
    font-size: 12px;
    color: #333;
    line-height: 20px;
}

.zl-last-visit {
    height: 84px;
    font-size: 12px;
    background-color: #f6f6f6;
    border-radius: 4px;
}

.zl-last-title {
    font-weight: bold;
    color: #666666;
    padding: 12px 8px 0px 8px;
}

.zl-rect-font {
    width: 4px;
    height: 4px;
    background-color: #cccccc;
    margin-right: 6px;
    margin-top: 9px;
}

.zl-last-none {
    padding: 0px 8px;
    line-height: 22px;
    text-align: center;
    color: #999999;
}

.zl-last-list {
    display: flex;
    padding: 0px 8px;
    line-height: 22px;
}

.zl-last-sm-title {
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .zl-last-sm-title:hover,
    .zl-a-title:hover {
        color: #333333;
        text-decoration: underline;
    }

.zl-tab {
    position: relative;
    color: #666666;
    font-weight: bold;
    min-width: 58px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px 10px;
    margin-right: 10px;
    cursor: pointer;
    transition: all .3s ease;
}

    .zl-tab:hover,
    .zl-tab-active {
        color: #ffffff;
        background: #cf272d;
        /*background-image: linear-gradient(-102deg, #ff8701 0%, rgba(255, 174, 0, 0) 100%), linear-gradient(#ff3333, #ff3333);*/
        border-radius: 4px;
    }

.zl-sm-tablist {
    margin-top: 12px;
    background-color: rgba(16, 16, 26, 0.03);
    border-radius: 4px;
    padding: 14px 0;
}

.zl-sm-tab {
    position: relative;
    color: #999999;
    border-right: 1px solid #cfcfcf;
    height: 14px;
    line-height: 14px;
    text-align: center;
    padding: 0px 24px;
    margin-right: 10px;
    cursor: pointer;
    transition: all .3s ease;
}

    .zl-sm-tab:hover,
    .zl-sm-tab-active {
        font-weight: bold;
        color: #ff3333;
    }

.zl-list-item {
    display: inline-block;
    position: relative;
    background: #fff;
    border-radius: 4px;
    width: 22%;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 6px;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 10px;
    transition: all .3s ease;
    margin-right: 18px;
}

    .zl-list-item:nth-child(4n+4) {
        margin-right: 0;
    }

    .zl-list-item:hover {
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
        border: solid 1px #dddddd;
        margin-top: 15px;
        margin-bottom: 10px;
    }

.zl-fengmian {
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    /* width: 220px; */
    /* height: 124px; */
    /* padding: 10px 0px 0px 10px; */
    position: relative;
    color: #fff;
}

.fengmian-mask:after {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    /* background: url(./images/mask.png) no-repeat; */
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 4px;
}

.download-btn {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 34px;
    width: 120px;
    height: 36px;
    background: #cf272d;
    background-image: linear-gradient(-102deg, #ff8701 0%, rgba(255, 174, 0, 0) 100%), linear-gradient(#ff3333, #ff3333);
    border-radius: 4px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
}

.zl-download-btn-n {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: #cf272d;
    background-image: linear-gradient(-102deg, #ff8701 0%, rgba(255, 174, 0, 0) 100%), linear-gradient(#ff3333, #ff3333);
    border-radius: 4px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    transition: all .3s ease;
}

.zl-download-btn {
    opacity: 0;
    transition: opacity 0.3s linear;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 36px;
    background: #cf272d;
    background-image: linear-gradient(-102deg, #ff8701 0%, rgba(255, 174, 0, 0) 100%), linear-gradient(#ff3333, #ff3333);
    border-radius: 4px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    transition: all .3s ease;
}

.zl-fengmian:hover .fengmian-mask:after {
    display: block;
}

.zl-fengmian:hover .zl-download-btn {
    opacity: 1;
}

.zl-rela-level {
    font-size: 12px;
    position: relative;
    height: 20px;
    line-height: 20px;
    border-radius: 4px 0px 4px 0px;
    color: #ffffff;
    margin-left: 10px;
    margin-top: 5px;
}

.zl-level {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 20px;
    padding: 0px 4px;
    font-size: 12px;
    border-radius: 4px 0px 4px 0px;
    color: #ffffff;
}

.zl-level-bg {
    padding: 0px 7px;
}


/* .zl-fengmian:hover .zl-level {
    bottom: -1px;
} */

.zl-item-title {
    max-width: 84%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zl-item-tip {
    width: 27px;
    height: 14px;
    margin: 15px 0px 0px 4px;
}


/* .zl-sm-icon-num-n {
    color: #b4b4b4;
    font-size: 12px;
    margin-left: -4px;
    margin-right: 2px;
}
.zl-sm-icon-num {
    color: #b4b4b4;
    font-size: 12px;
    margin-left: -4px;
    margin-right: 2px;
    transform: scale(0.82);
} */

.zl-all-comment {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    padding-left: 8px;
}

.zl-all-comment-num {
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    padding-left: 5px;
}

.zl-comment-input {
    height: 38px;
    width: 90%;
}

.zl-comment-btn {
    height: 38px;
    line-height: 38px;
    background: #eeeeee;
    color: #b4b4b4;
    text-align: center;
    width: 9%;
    border-radius: 4px;
    cursor: pointer;
}

.zl-comment-btn-active {
    background: #cf272d;
    background: linear-gradient(-102deg, #ff8701 0%, rgba(255, 174, 0, 0) 100%), linear-gradient(#ff3333, #ff3333);
    color: #ffffff;
}

.zl-comment-pimg {
    height: 48px;
    border-radius: 50%;
}

.zl-comment-pname {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.zl-comment-content {
    line-height: 20px;
    margin: 12px 0;
}

.zl-comment-stitle {
    font-size: 12px;
}

    .zl-comment-stitle .time {
        color: #b4b4b4;
    }

    .zl-comment-stitle .numlist {
        color: #999999;
    }

.zl-smline {
    border-top: 1px solid #eee;
    margin: 0px 20px 26px 20px;
}

.zl-line {
    border-bottom: 1px solid #eee;
    margin: 12px -10px 0px -10px;
}

.zl-item-person {
    height: 40px;
    font-size: 12px;
    color: #666666;
}

.zl-item-person-img {
    border-radius: 50%;
    height: 24px;
    margin: 14px 10px 0px 0px;
}

.zl-item-time {
    color: #b4b4b4;
    line-height: 50px;
}

.zl-paging {
    max-width: 1200px;
    margin: 20px auto;
    text-align: right;
    width: 100%;
}

.zl-back,
.zl-back a {
    color: #999999;
    line-height: 70px;
}

    .zl-back:hover,
    .zl-back:hover a {
        color: #333333;
    }

        .zl-back:hover a {
            text-decoration: underline;
        }

.no-data-div {
    margin: 116px auto;
    text-align: center;
}

.zl-bg-title {
    font-size: 22px;
}

.zl-detail-sm {
    font-size: 12px;
    margin-top: 16px;
}

    .zl-detail-sm div {
        padding-right: 15px;
    }

    .zl-detail-sm img {
        margin: auto 15px auto 0px;
    }

.zl-box {
    background-color: #ffffff;
    border: solid 1px #eeeeee;
}

.zl-detail-content {
    position: relative;
    overflow: hidden;
    height: 416px;
}

.zl-box-detail {
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    padding: 28px 70px 50px 70px;
    text-align: center;
    border-bottom: none;
}

    .zl-box-detail > p {
        text-align: left;
        line-height: 28px;
        text-indent: 2em;
    }

    .zl-box-detail > img {
        margin-top: 10px;
    }

.zl-detail-content .zhezhao-div {
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 70px;
    right: 70px;
    background: url(./images/source/zhezhao.png) no-repeat center;
    height: 300px;
}

.zhezhao-div .zhezhao-box {
    width: 375px;
    height: 170px;
    margin: 65px auto;
    background: #ffffff;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    text-align: center;
}

    .zhezhao-div .zhezhao-box p {
        padding-top: 26px;
        font-size: 16px;
        color: #333333;
        padding-bottom: 15px;
    }

    .zhezhao-div .zhezhao-box .login-btn {
        margin-right: 20px;
        height: 40px;
        line-height: 40px;
        background-image: linear-gradient(-102deg, #ff8701 0%, rgba(255, 174, 0, 0) 100%), linear-gradient(#ff3333, #ff3333);
        background-blend-mode: normal, normal;
        border-radius: 4px;
        color: #ffffff;
        min-width: 110px;
        cursor: pointer;
    }

    .zhezhao-div .zhezhao-box .regist-btn {
        height: 38px;
        background-color: #ffffff;
        border-radius: 4px;
        border: solid 1px #ff3333;
        line-height: 38px;
        min-width: 110px;
        color: #ff3333;
        cursor: pointer;
    }

.fuli-div {
    margin-bottom: 10px;
    text-align: center;
    position: static;
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
}

    .fuli-div .top-div {
        display: inline-block;
        vertical-align: top;
        margin-bottom: -10px;
    }

    .fuli-div .fuli-content {
        border: 1px solid rgb(240, 240, 240);
        margin-top: -3px;
        margin: -2px 10px 15px 10px;
        padding: 15px 10px;
    }

        .fuli-div .fuli-content p {
            text-align: justify;
            line-height: 2em;
            letter-spacing: 1px;
        }

        .fuli-div .fuli-content span {
            white-space: pre-wrap;
            font-size: 18px;
            font-family: Helvetica Neue, Helvetica, Hiragino Sans GB, Apple Color Emoji, Emoji Symbols Font, Segoe UI Symbol, Arial, sans-serif;
        }

.zl-opera .bg-text {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    font-weight: bold;
}

.zl-opera .sm-text {
    font-size: 12px;
    line-height: 12px;
    color: #666666;
    margin-top: 8px;
}

.zl-opera:hover .sm-text {
    text-decoration: underline;
}

.zl-ab-tip {
    position: absolute;
    top: -15px;
    right: 0px;
}

.zl-comment-child {
    background-color: #f7f7f7;
    border-radius: 4px;
    position: relative;
    margin-top: 30px;
    padding: 20px 20px 0px 20px;
    /* margin-bottom:26px; */
}

.child-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.comment-item {
    padding-bottom: 30px;
}

.zl-comment-child .child-item:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.sanjiao {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #f7f7f7;
    transform: rotate(45deg);
    top: -9px;
    left: 16px;
}

.zl-comment-more-bg {
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    border-top: none;
    color: #ff3333;
    margin-bottom: 30px;
}

.zl-comment-more-btn {
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}

.zl-comment-more-sm {
    height: 55px;
    line-height: 55px;
    text-align: center;
    position: relative;
    border-top: 1px solid #eeeeee;
    background-color: #f7f7f7;
    color: #999999;
}

.zl-comment-more-sm-btn {
    height: 55px;
    line-height: 55px;
    cursor: pointer;
}

.loading {
    display: none;
    margin-right: 10px;
    height: 15px;
}

.zl-xg-item {
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #eeeeee;
    padding: 18px 20px 20px 20px;
    margin-bottom: 10px;
}

    .zl-xg-item .title {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .zl-xg-item .numlist {
        margin-top: 10px;
        font-size: 12px;
        color: #999999;
    }

#fixed-right {
    width: 100%;
    position: fixed;
    min-width: 960px;
    max-width: 1200px;
    margin: auto;
    left: 0;
    right: 0;
    transition: all .3s ease;
}

#mengceng {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.sm-model {
    display: none;
    width: 380px;
    height: 230px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    position: fixed;
    top: 0%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    border-radius: 4px;
    background: #FFFFFF;
}

    .sm-model .model-top {
        margin: 5px;
        height: 50px;
        border-bottom: 1px solid #dddddd;
    }

        .sm-model .model-top .model-title {
            line-height: 50px;
            margin-left: 10px;
            font-weight: bold;
            font-size: 16px;
            color: #333333;
        }

        .sm-model .model-top .close {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
        }

    .sm-model .model-body {
        margin-top: 15px;
        padding: 0px 25px 25px 25px;
        text-align: center;
    }

.zl-per-name {
    font-size: 16px;
    line-height: 40px;
    color: #6a3906;
}

.zl-per-ab-num {
    position: absolute;
    color: #fff;
    font-size: 12px;
    background-color: #ff8916;
    border-radius: 8px;
    height: 15px;
    line-height: 15px;
    padding: 0 4px;
    margin-left: 4px;
}

.zl-per-ab-num-n {
    position: absolute;
    color: #ff8916;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    padding: 0 4px;
    margin-left: 4px;
    top: 20px;
    right: -15px;
    font-weight: bold;
}

.zl-per-center {
    border: 1px solid #eee;
    background: #ffffff;
}

.zl-per-info {
    height: 80px;
    background: url(../images/info_bg.png) no-repeat;
}

    .zl-per-info img.per-pic,
    .zl-per-conimg {
        height: 44px;
        border: solid 1px #eeeeee;
        border-radius: 50%;
        margin-right: 30%;
    }

.zl-per-tab {
    height: 60px;
}

.zl-per-tab-item {
    font-size: 16px;
    color: #666666;
    min-width: 58px;
    height: 56px;
    line-height: 54px;
    text-align: center;
    padding: 0px 20px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

    .zl-per-tab-item:hover {
        color: #ff3333;
    }

    .zl-per-tab-item .activediv {
        width: 30px;
        height: 4px;
        background-color: #ff3333;
        opacity: 0;
        margin: auto;
    }

    .zl-per-tab-item.active {
        color: #ff3333;
    }

        .zl-per-tab-item.active .activediv {
            opacity: 1;
        }

.zl-per-sm-tab-list {
    height: 40px;
    line-height: 38px;
    background-color: rgba(16, 16, 26, 0.03);
    border-radius: 4px;
    color: #666666;
    width: 100%;
}

    .zl-per-sm-tab-list img {
        height: 14px;
        margin: auto;
    }

.zl-per-sm-tab-item {
    font-size: 14px;
    color: #999999;
    min-width: 58px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding: 0px 20px;
    margin-right: 10px;
    cursor: pointer;
    transition: all .3s ease;
}

    .zl-per-sm-tab-item:hover,
    .zl-per-sm-tab-item.active {
        font-weight: bold;
        color: #ff3333;
    }

.zl-per-serveredcom-item {
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    margin-bottom: 10px;
    padding: 20px;
}

.zl-per-a-div {
    background-color: #f2f2f5;
    border-radius: 4px;
    padding: 6px 16px;
}

    .zl-per-a-div span {
        width: 22px;
        line-height: 20px;
    }

    .zl-per-a-div a:hover {
        text-decoration: underline;
    }

.zl-per-comment {
    background-color: #f2f2f5;
    border: solid 1px #dddddd;
    border-radius: 4px;
    position: relative;
    padding: 20px 20px 0px 20px;
}

    .zl-per-comment .sanjiao {
        position: absolute;
        width: 16px;
        height: 16px;
        background-color: #f2f2f5;
        border: solid 1px #dddddd;
        border-right: none;
        border-bottom: none;
        transform: rotate(45deg);
        top: -9px;
        left: 23.5%;
    }

.zl-per-total {
    margin-left: 20px;
    font-size: 12px;
}

.zl-per-opera {
    line-height: 45px;
    background: #ffffff;
    border: 1px solid #eee;
    border-top: none;
}

.zl-per-square {
    width: 2px;
    height: 10px;
    background-color: #a6937c;
    opacity: 0.3;
    margin: 35px 30px;
}

.zl-download-icon {
    width: 16px;
    height: 16px;
    background: url(./images/source/d_button.png) 0 50% no-repeat;
    padding-left: 22px;
    color: #ffffff;
}

.zl-type-icon {
    width: 16px;
    height: 16px;
    padding-left: 22px;
    color: #333333;
    line-height: 22px;
}

a.zl-type-icon:hover {
    color: #ff3333;
    text-decoration: underline;
}

.zl-type-word,
.zl-type-doc,
.zl-type-docx {
    background: url(./images/source/word.png) no-repeat 0 50%;
}

.zl-type-jpg {
    background: url(./images/source/jpg.png) no-repeat 0 50%;
}

.zl-type-pdf {
    background: url(./images/source/pdf.png) no-repeat 0 50%;
}

.zl-type-png {
    background: url(./images/source/png.png) no-repeat 0 50%;
}

.zl-type-ppt {
    background: url(./images/source/ppt.png) no-repeat 0 50%;
}

.zl-type-txt {
    background: url(./images/source/txt.png) no-repeat 0 50%;
}

.zl-type-xls,
.zl-type-xlsx {
    background: url(./images/source/xls.png) no-repeat 0 50%;
}

.zl-type-zip {
    background: url(./images/source/zip.png) no-repeat 0 50%;
}

.zl-type-xmind {
    background: url(./images/xmind.png) no-repeat 0 50%;
}

.zl-sm-icon-n {
    /* width: 16px; */
    height: 16px;
    color: #666;
    line-height: 16px;
    padding-left: 20px;
}

.zl-sm-icon {
    /* width: 16px; */
    height: 16px;
    color: #b4b4b4;
    line-height: 16px;
    padding-left: 18px;
    transform: scale(0.82);
    width: 40px;
}

.zl-sm-browse {
    background: url(./images/source/browse.png) no-repeat 0 50%;
}

.zl-sm-comment {
    background: url(./images/source/comment.png) no-repeat 0 50%;
}

.zl-sm-collection {
    background: url(./images/source/collection.png) no-repeat 0 50%;
}

.zl-sm-d_small {
    background: url(./images/source/d_small.png) no-repeat 0 50%;
}

.zl-sm-write {
    position: absolute;
    background: url(./images/source/writecomments_n.png) no-repeat 0 50%;
    cursor: pointer;
    color: #999999;
    line-height: 60px;
    height: 60px;
    top: 0px;
    right: 20px;
}

    .zl-sm-write:hover {
        background: url(./images/source/writecomments_h.png) no-repeat 0 50%;
        color: #ff3333;
    }

.zl-sm-zan {
    background: url(./images/source/zan_n.png) no-repeat 0 50%;
    cursor: pointer;
}

.zl-sm-zan-co {
    background: url(./images/source/zan_n.png) no-repeat 0 50%;
    cursor: pointer;
    color: #999999;
}

.zl-sm-collect {
    background: url(./images/source/collection_h.png) no-repeat 0 50%;
    color: #ff8916;
    cursor: pointer;
}

    .zl-sm-collect.active {
        background: url(./images/source/collection_a.png) no-repeat 0 50%;
        animation: shake .3s;
        -o-animation: shake .3s;
        -webkit-animation: shake .3s;
        -moz-animation: shake .3s;
        /* color: #ff8916; */
    }

.opera-icon {
    cursor: pointer;
}

    .opera-icon:hover .num {
        color: #ff3333;
    }

.zl-sm-zan.active,
.zl-sm-zan-co.active {
    background: url(./images/source/zan_active.png) no-repeat 0 50%;
    color: #ff3333;
    animation: shake .3s;
    -o-animation: shake .3s;
    -webkit-animation: shake .3s;
    -moz-animation: shake .3s;
}

@keyframes shake {
    0%, 100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-o-keyframes shake {
    0%, 100% {
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(1.5);
    }
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.5);
    }
}

.zl-sm-zan-co:hover,
.zl-sm-zan:hover {
    /* background: url(../images/zan_h.png) no-repeat 0 50%; */
    color: #ff3333;
}

.zl-sm-reply {
    background: url(../images/reply_n.png) no-repeat 0 50%;
    color: #999999;
    cursor: pointer;
}

    .zl-sm-reply:hover {
        color: #ff3333;
        background: url(../images/reply_h.png) no-repeat 0 50%;
    }

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

div.b-r-n {
    border-right: none;
}

.m-t-b-25 {
    margin: 25px 0;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-p2 {
    margin-right: 2%;
}

.m-l--12 {
    margin-left: -11px;
}

.m-t-12 {
    margin-top: 12px;
}

.bg-free {
    background: #06ac31;
}

.bg-profession {
    background: #ffae00;
}

.bg-qjb {
    background: #FF8916;
}

.bg-qijian {
    background: #ff8916;
}

.bg-zhizun {
    background: #ff3421;
}

.font-b {
    font-weight: bold;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-5 {
    margin-top: 5px;
}

.w-p-50 {
    width: 50%;
}

.w-p-100 {
    width: 100%;
}

.text-center {
    text-align: center;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-b-10 {
    margin-bottom: 10px;
}

.dd-browsers {
    position: relative;
    width: 256px;
    height: 1px;
    background: rgba(207, 169, 114, 1);
    opacity: 0.4;
    margin: 35px auto 30px auto;
}

.dd-browsers-text {
    position: absolute;
    background: rgb(251, 246, 240);
    ;
    color: #B28850;
    font-size: 12px;
    line-height: 12px;
    padding: 0 20px;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.dd-hot-function {
    position: relative;
    width: 410px;
    height: 1px;
    background: rgba(238, 238, 238, 1);
    margin: auto;
}

.dd-hot-function-text {
    position: absolute;
    background: #fff;
    color: #666;
    font-size: 16px;
    line-height: 16px;
    padding: 0 40px;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.mg-auto {
    margin: auto;
}

.dd-btn-red-b {
    height: 34px;
    border: 1px solid rgba(207, 39, 45, 1);
    border-radius: 17px;
    width: 98px;
    font-size: 14px;
    color: rgba(207, 39, 45, 1);
    line-height: 32px;
    text-align: center;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.dd-btn-red-b-sm {
    height: 30px;
    border: 1px solid rgba(207, 39, 45, 1);
    border-radius: 17px;
    width: 80px;
    font-size: 12px;
    color: rgba(207, 39, 45, 1);
    line-height: 28px;
    text-align: center;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.dd-btn-gold-b {
    height: 34px;
    border: 1px solid rgba(224, 155, 62, 1);
    border-radius: 17px;
    width: 98px;
    font-size: 14px;
    color: rgba(153, 108, 51, 1);
    line-height: 32px;
    text-align: center;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.dd-bg-btn {
    width: 150px;
    line-height: 44px;
    height: 46px;
    border-radius: 23px;
    font-size: 16px;
}

.dd-btn-red,
.dd-btn-red-b-sm:hover {
    background: rgba(207, 39, 45, 1);
    color: rgba(255, 255, 255, 1);
}

.dd-btn-red-b:hover {
    border-color: #F54249;
    color: #F54249;
}

.dd-btn-red:hover {
    background: #F54249;
    border-color: #F54249;
    color: #fff;
}

.dd-btn-gold {
    background: rgba(204, 147, 70, 1);
    color: rgba(255, 255, 255, 1);
}

.dd-btn-gold-b:hover {
    border-color: rgba(224, 155, 62, 1);
    color: rgba(224, 155, 62, 1);
}

.dd-btn-gold:hover {
    background: rgba(224, 155, 62, 1);
    border-color: rgba(224, 155, 62, 1);
    color: #fff;
}

.icon-dd-download {
    background: url(./images/down/dd-download.png) no-repeat 0 center;
    padding-left: 20px;
}

    .icon-dd-download:hover {
        background: url(./images/down/dd-download_w.png) no-repeat 0 center;
    }

.icon-dd-more {
    background: url(./images/down/dd-arrow.png) no-repeat right center;
    padding-right: 10px;
}

    .icon-dd-more:hover {
        background: url(./images/down/dd-arrow_h.png) no-repeat right center;
    }

.icon-dd-more-gold {
    background: url(./images/down/dd-arrow_y.png) no-repeat right center;
    padding-right: 10px;
}

.icon-dd-more-gold {
    background: url(./images/down/dd-arrow_y_h.png) no-repeat right center;
}

.index-page {
    position: relative;
    /* background: black; */
    overflow: hidden;
    height: 480px;
    color: #CF272D;
    border-radius: 15px;
}

    .index-page .banner {
        overflow: hidden;
        white-space: nowrap;
        height: 100%
    }

        .index-page .banner:hover .slide1 {
            -webkit-transform: translate3d(-5%, 0, 0);
            -ms-transform: translate3d(-5%, 0, 0);
            transform: translate3d(-5%, 0, 0)
        }

        .index-page .banner:hover .slide2 {
            -webkit-transform: translate3d(5%, 0, 0);
            -ms-transform: translate3d(5%, 0, 0);
            transform: translate3d(5%, 0, 0)
        }

        .index-page .banner:hover .content-wrapper {
            opacity: 0.4;
            filter: progid: DXImageTransform.Microsoft.Alpha(opacity=40)
        }


        /* .index-page .banner:hover .slide .bg-wrapper .mask {
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50)
} */

        .index-page .banner .slide {
            width: 80%;
            height: 100%;
            display: inline-block;
            *display: inline;
            zoom: 1;
            padding: 0;
            position: relative;
            transition: all .8s ease;
            text-align: center
        }

            .index-page .banner .slide .bg-wrapper {
                position: relative;
                height: 100%;
                overflow: hidden;
                -webkit-transform: skew(-5deg) translateZ(0);
                -ms-transform: skew(-5deg) translateZ(0);
                transform: skew(-5deg) translateZ(0);
            }

                .index-page .banner .slide .bg-wrapper .bg {
                    position: absolute;
                    top: 0;
                    background-repeat: no-repeat;
                    background-size: cover;
                    width: 100%;
                    height: 100%;
                    -webkit-transition: all .8s ease;
                    -moz-transition: all .8s ease;
                    -ms-transition: all .8s ease;
                    -o-transition: all .8s ease;
                    transition: all .8s ease;
                    -webkit-transform: skew(-5deg) translateZ(0);
                    -ms-transform: skew(-5deg) translateZ(0);
                    transform: skew(-5deg) translateZ(0)
                }

                .index-page .banner .slide .bg-wrapper .mask {
                    position: absolute;
                    top: 0;
                    width: 150%;
                    height: 100%;
                    background-color: black;
                    opacity: 0;
                    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
                    transition: opacity .8s
                }


            /* .index-page .banner .slide:hover .title {
    -webkit-transform: translate3d(0, -29px, 0);
    -ms-transform: translate3d(0, -29px, 0);
    transform: translate3d(0, -29px, 0)
} */


            /* .index-page .banner .slide:hover .description {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100)
} */

            .index-page .banner .slide:hover .bg-wrapper .mask {
                opacity: 0;
                filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0)
            }

            .index-page .banner .slide:hover .bg-wrapper .bg {
                -webkit-transform: skew(5deg) scale(1.1) translateZ(0);
                -ms-transform: skew(5deg) scale(1.1) translateZ(0);
                transform: skew(5deg) scale(1.1) translateZ(0)
            }

            .index-page .banner .slide:hover .content-wrapper {
                opacity: 1;
                filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100)
            }

            .index-page .banner .slide .content-wrapper {
                position: absolute;
                text-align: center;
                width: 62.5%;
                height: 100%;
                top: 0;
                z-index: 50;
                transition: all .8s ease
            }

                .index-page .banner .slide .content-wrapper .content-inner {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-top: -195px;
                    margin-left: -200px
                }

            .index-page .banner .slide .title {
                font-size: 30px;
                line-height: 30px;
                margin-bottom: 14px;
            }

            .index-page .banner .slide .description {
                color: white;
                font-size: 18px;
                margin-bottom: 65px;
                text-align: center;
                opacity: 0;
                filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
                transition: opacity .8s ease;
                text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5)
            }


        /* .index-page .banner .slide .products {
    white-space: nowrap;
    text-align: center
}

.index-page .banner .slide .products .product {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 100px;
    color: white;
    margin: 0 30px
}

.index-page .banner .slide .products .product .icon {
    width: 82px;
    height: 82px;
    margin: 0 auto 18px;
    background-repeat: no-repeat;
    background-size: 79%;
    background-position: center;
    transition: background-image .25s
}

.index-page .banner .slide .products .product .name {
    text-align: center;
    margin-bottom: 23px;
    font-size: 20px
}

.index-page .banner .slide .products .product .more {
    font-size: 14px;
    text-decoration: underline !important;
    color: #ccc
}

.index-page .banner .slide .products .product .caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #ccc;
    border-style: dashed dashed dashed solid
} */

        .index-page .banner .slide1 {
            margin-left: -30%
        }

            .index-page .banner .slide1 .bg {
                background-image: url('./images/down/dd-khd_bg.png');
                margin-left: 20%
            }

            .index-page .banner .slide1 .bg-wrapper {
                margin-right: -20px
            }

                .index-page .banner .slide1 .bg-wrapper .bg,
                .index-page .banner .slide1 .bg-wrapper .mask {
                    right: -10%
                }

            .index-page .banner .slide1 .content-wrapper {
                right: 0;
                margin-left: 30%;
            }

            .index-page .banner .slide1:hover {
                -webkit-transform: translate3d(5%, 0, 0);
                -ms-transform: translate3d(5%, 0, 0);
                transform: translate3d(5%, 0, 0)
            }

                .index-page .banner .slide1:hover .content-wrapper {
                    width: 75%
                }

                .index-page .banner .slide1:hover .bg {
                    -webkit-transform: translate3d(-3%, 0, 0) skew(-5deg);
                    -ms-transform: translate3d(-3%, 0, 0) skew(-5deg);
                    transform: translate3d(-3%, 0, 0) skew(-5deg)
                }

        .index-page .banner .slide2 .bg {
            margin-left: -20%;
            background-image: url('./images/down/dd-cj_bg.png')
        }

        .index-page .banner .slide2 .bg-wrapper {
            margin-left: -20px;
        }

            .index-page .banner .slide2 .bg-wrapper .bg,
            .index-page .banner .slide2 .bg-wrapper .mask {
                left: -10%
            }

        .index-page .banner .slide2 .content-wrapper {
            left: 0;
            margin-right: 30%;
        }

        .index-page .banner .slide2:hover {
            -webkit-transform: translate3d(-5%, 0, 0);
            -ms-transform: translate3d(-5%, 0, 0);
            transform: translate3d(-5%, 0, 0)
        }

            .index-page .banner .slide2:hover .content-wrapper {
                width: 75%
            }

            .index-page .banner .slide2:hover .bg {
                -webkit-transform: translate3d(3%, 0, 0) skew(-5deg);
                -ms-transform: translate3d(3%, 0, 0) skew(-5deg);
                transform: translate3d(3%, 0, 0) skew(-5deg)
            }

.video-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    z-index: 10;
    display: none;
}

.icon-home-scan {
    background: url(./images/scan/scan_n.png) no-repeat 0 50%;
    padding-left: 17px;
    margin-left: 10px;
    cursor: pointer;
}

    .icon-home-scan:hover {
        background: url(./images/scan/scan_h.png) no-repeat 0 50%;
    }

.scan-img {
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 30px;
    transition: all 0.2s ease-in-out;
}

.icon-home-scan:hover + .scan-img {
    opacity: 1;
}

.chajianbtn {
    width: 112px;
    height: 34px;
    border-radius: 4px;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.chajian-buy {
    border: 1px solid rgba(255, 226, 162, 1);
    background: rgba(255, 226, 162, 1);
    color: rgba(122, 87, 31, 1);
}

.chajian-func {
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
}

.chajian-abarrow {
    position: absolute;
    bottom: -14px;
    right: -10px;
}

.chajian-bgTitle {
    height: 26px;
    font-size: 26px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 26px;
    padding-top: 70px;
    margin-bottom: 66px;
    text-align: center;
}

.chajian-secTitle {
    height: 25px;
    font-size: 25px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
    padding-top: 60px;
    margin-bottom: 26px;
    text-align: center;
}

.chajian-smTitle {
    font-size: 11px;
    color: rgba(102, 102, 102, 1);
    line-height: 11px;
    text-align: center;
    margin-bottom: 47px;
}

.chajianQQ-btn {
    display: inline-block;
    width: 74px;
    height: 21px;
    background: rgba(177, 229, 253, 1);
    border: 1px solid rgba(123, 200, 242, 1);
    border-radius: 4px;
    font-size: 11px;
    color: rgba(23, 66, 86, 1);
    line-height: 21px;
    text-align: center;
}

.icon-chajianqq {
    background: url(./chajian/qq_new.png) no-repeat;
    padding-left: 20px;
}

.browserItem {
    position: relative;
    min-width: 151px;
    width: 14.28%;
    height: 200px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 1px;
    cursor: pointer;
}

    .browserItem::after {
        display: none;
        content: "";
        position: absolute;
        bottom: -9px;
        right: -0;
        left: 78px;
        width: 15px;
        height: 15px;
        background: rgba(255, 255, 255, 1);
        transform: rotate(45deg);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 2px solid rgba(204, 51, 51, 1);
        border-right: 2px solid rgba(204, 51, 51, 1);
    }

    .browserItem img {
        margin-top: 30px;
    }

    .browserItem .browserName {
        font-size: 16px;
        color: rgba(51, 51, 51, 1);
        line-height: 16px;
        margin-top: 16px;
    }

    .browserItem .browser-btn {
        display: none;
        width: 100px;
        height: 35px;
        background: rgba(204, 51, 51, 1);
        border-radius: 4px;
        text-align: center;
        line-height: 35px;
        color: #fff;
        margin: 14px auto auto auto;
        cursor: pointer;
    }

    .browserItem.active {
        border: 2px solid rgba(204, 51, 51, 1);
        padding: 0px;
    }

        .browserItem.active::after {
            display: block;
        }

        .browserItem.active .browser-btn {
            display: block;
        }

ul,
li,
dl,
dd {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

.show {
    display: block;
}

.hide {
    display: none;
}


/*æ ‘*/

.f-treeListWrapper {
    width: auto;
    height: auto;
    position: relative;
}

.f-treeList {
    min-width: 100px;
    min-height: 20px;
    position: relative;
    padding-left: 20px;
}

.f-treeList-line {
    position: absolute;
    width: 1px;
    top: 24px;
    bottom: 0px;
    left: 25px;
    border-left: 1px dotted rgba(67, 82, 108, 0.4);
}

.f-treeList-lineShu {
    position: absolute;
    width: 1px;
    top: 0px;
    bottom: 0px;
    left: 25px;
    border-left: 1px dotted rgba(67, 82, 108, 0.4);
}

.f-treeList-lineShuEnd {
    position: absolute;
    width: 1px;
    top: 0px;
    bottom: 10px;
    left: 25px;
    border-left: 1px dotted rgba(67, 82, 108, 0.4);
}

.f-treeList-lineEnd {
    float: left;
    width: 8px;
    height: 1px;
    margin-top: 12px;
    border-bottom: 1px dotted rgba(67, 82, 108, 0.4);
    margin-left: 6px;
}

.f-treeList-top {
    width: 100%;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.f-treeList-old {
    float: left;
    padding-top: 5px;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.f-treeList-title {
    float: left;
    overflow: hidden;
}

.f-treeList-radio {
    float: left;
    padding-top: 3px;
    margin-right: 5px;
    cursor: pointer;
}

    .f-treeList-radio input {
        display: none;
    }

.f-treeList-titleImg {
    float: left;
    padding-top: 2px;
}

.f-treeList-titleP1 {
    display: block;
    float: left;
    margin-left: 5px;
    line-height: 20px;
}

.f-treeList-titleP {
    display: block;
    float: left;
    margin-left: 5px;
    line-height: 24px;
}

    .f-treeList-titleP.active {
        color: #cc3333;
    }

.f-iconJia {
    display: block;
    width: 11px;
    height: 11px;
    background: url(./images/chajian/tree-jia.png) no-repeat;
    background-color: #fff;
}

.f-iconJian {
    display: block;
    width: 11px;
    height: 11px;
    background: url(./images/chajian/tree-jian.png) no-repeat;
    background-color: #fff;
}

.chajian-red-btn {
    width: 164px;
    height: 40px;
    background: rgba(250, 232, 112, 1);
    border-radius: 20px;
    border: 2px solid rgba(250, 232, 112, 1);
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: rgba(121, 41, 15, 1);
}

.chajian-red-btn-b {
    width: 164px;
    height: 40px;
    background: rgba(250, 232, 112, 0);
    border-radius: 20px;
    border: 2px solid rgba(250, 232, 112, 1);
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: rgba(250, 232, 112, 1);
}

.chajianTitle {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 28px;
}

.chajianPrice {
    color: #CE272D;
    font-size: 36px;
    font-style: oblique;
}

table.vip-pay td {
    border-top: 1px solid #E5E7EB;
    border-left: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
    border-right: 1px solid #E5E7EB;
}

.cahjian-function {
    position: relative;
    width: 268px;
    height: 1px;
    background: #bbb;
    margin: 35px auto 30px auto;
}

.cahjian-function-text {
    position: absolute;
    background: #fff;
    padding: 0 20px;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 50px;
}

.bg-cj {
    background: #f7f7f7;
    color: rgba(74, 80, 86, 1);
}

table.vip-pay td {
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
}

    table.vip-pay td.b-red {
        border: 1px solid #FF3333 !important;
    }

    table.vip-pay td.b-orange {
        border: 1px solid #FF8916 !important;
    }

    table.vip-pay td.b-vip {
        border: 1px solid #FFAE00 !important;
    }

    table.vip-pay td.b-l-vip {
        border-left: 1px solid #FFAE00 !important;
        border-right: 1px solid #FFAE00 !important;
    }

    table.vip-pay td.b-l-orange {
        border-left: 1px solid #FF8916 !important;
        border-right: 1px solid #FF8916 !important;
    }

    table.vip-pay td.b-l-r-red {
        border-left: 1px solid #FF3333 !important;
        border-right: 1px solid #FF3333 !important;
    }

.personPermissonDiv {
    background: url(./images/permission.png) no-repeat;
    white-space: nowrap;
    padding: 13px;
    font-size: 12px;
    margin-top: 2px;
    margin-left: -13px;
}

.tool-intro {
    /* width: 1170px;
    position: absolute;
    left: 50%;
    margin-left: -585px;
    margin-top: 334px; */
    width: 100%;
    text-align: center;
}

    .tool-intro .tool {
        /* width: 370px; */
        width: 290px;
        height: 1000px;
        float: left;
        /* margin-right: 30px; */
        margin-right: 13px;
        position: relative;
        z-index: 28;
        cursor: pointer;
        background: #fff;
        transform: translateY(0);
        transition: transform .5s;
        border-radius: 8px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    }

        .tool-intro .tool:hover {
            /* width: 305px; */
            /* height: 1012px; */
            transform: translateY(-28px);
            transition: all .5s;
        }

        .tool-intro .tool:last-child {
            /* float: right; */
            margin-right: 0;
        }

        .tool-intro .tool .tool-header {
            /* width: 370px; */
            /* width: 100%;
    height: 126px;
    display: inline-block;
    background: url("./chajianbuy/bg.png") no-repeat center;
    .btn { */
            width: 100%;
            text-align: center;
            height: 112px;
            line-height: 50px;
            /* background: #000; */
            color: #fff;
            position: relative;
            background: linear-gradient(-84deg, rgba(249, 232, 205, 1) 0%, rgba(223, 202, 179, 1) 100%);
            border-top-left-radius: 8px;
        }

            .tool-intro .tool .tool-header:after {
                position: absolute;
                content: '';
                width: 100%;
                height: 25px;
                background: #fff;
                bottom: -12px;
                left: 0px;
                border-radius: 100%;
            }


            /* .tool-intro .tool .super-rec-header {
    position: relative;
}

.tool-intro .tool .tool-header .new-product-icon {
    width: 51px;
    height: 57px;
    display: inline-block;
    background: url('https://qiniu.amingtool.com/gw/images/new-product.png') no-repeat center;
    position: absolute;
    right: 4px;
    top: -5px;
} */

            .tool-intro .tool .tool-header .tool-icon-box {
                padding-top: 36px;
                font-size: 20px;
                font-weight: bold;
                color: rgba(80, 81, 80, 1);
                line-height: 20px;
            }

            .tool-intro .tool .tool-header .tool-yaoqiu {
                margin-top: 10px;
                font-size: 12px;
                color: rgba(99, 97, 94, 1);
                line-height: 12px;
            }

        .tool-intro .tool .tool-body {
            background: #fff;
        }

            .tool-intro .tool .tool-body .price-box {
                display: inline-block;
                /* font-size: 16px; */
                font-size: 14px;
                color: #666666;
                /* margin-top: 37px; */
                margin-top: 28px;
            }

                .tool-intro .tool .tool-body .price-box .year-num {
                    /* font-size: 38px; */
                    font-size: 32px;
                    color: rgba(103, 52, 10, 1);
                    line-height: 32px;
                }


            /* .tool-intro .tool .tool-body .price-box1 {
    width: 245px;
} */


            /* .tool-intro .tool .tool-body .price-box1>span:nth-child(1) {
    margin-right: 50px;
} */

            .tool-intro .tool .tool-body .countdown .countdown-box {
                color: #ff4310;
                font-size: 14px;
                margin-top: 13px;
                margin-bottom: -4px;
            }

            .tool-intro .tool .tool-body .favourable {
                display: block;
                line-height: 12px;
                margin-top: 10px;
                font-size: 14px;
                color: rgba(168, 118, 66, 1);
                line-height: 14px;
                margin-bottom: 30px;
            }

            .tool-intro .tool .tool-body .order-btn {
                /* width: 175px;
    height: 49px;
    line-height: 49px; */
                /* width: 150px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    border: 1px solid #298dff;
    border-radius: 4px;
    display: inline-block;
    color: #298dff;
    margin-top: 23px;
    text-decoration: none; */
                width: 190px;
                height: 45px;
                line-height: 45px;
                background: linear-gradient(0deg, rgba(209, 185, 155, 1) 0%, rgba(244, 226, 199, 1) 100%);
                border-radius: 6px;
                font-size: 20px;
                color: rgba(102, 102, 102, 1);
                margin: auto;
                margin-bottom: 50px;
            }

                .tool-intro .tool .tool-body .order-btn:hover {
                    background: linear-gradient(0deg, rgba(201, 166, 123, 1) 0%, rgba(248, 230, 203, 1) 100%);
                    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
                    transition: all .5s;
                }

            .tool-intro .tool .tool-body .tool-type-title {
                font-size: 14px;
                font-weight: bold;
                color: rgba(178, 136, 80, 1);
                line-height: 14px;
            }

            .tool-intro .tool .tool-body .tool-download-box {
                /* margin: 28px auto 36px 43px; */
                margin: 5px auto 22px 36px;
                text-align: left;
                font-size: 14px;
                color: #666666;
            }

                .tool-intro .tool .tool-body .tool-download-box > p {
                    line-height: 44px;
                    display: flex;
                    align-items: center;
                }

                .tool-intro .tool .tool-body .tool-download-box .tool-download-icon {
                    width: 22px;
                    height: 22px;
                    display: inline-block;
                    /* background-position: -10px -76px; */
                    vertical-align: middle;
                    /* margin-right: 13px; */
                    margin-right: 5px;
                }

.purchase-icon {
    background: url(./images/chajianbuy/linum.png) no-repeat center;
}

.tool-vedio-icon {
    background: url(./images/chajianbuy/video.png) no-repeat center;
    margin-left: 5px;
}

.tool-intro .tool .tool-body .price-box2,
.price-box3 {
    width: 278px;
}

    .tool-intro .tool .tool-body .price-box2 > span:nth-child(1),
    .price-box3 > span:nth-child(1) {
        margin-right: 26px;
    }

.pay-box {
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    position: relative;
}

    .pay-box.wx {
        border: 2px solid rgba(65, 176, 53, 1);
    }

    .pay-box.alipay {
        border: 2px solid rgba(76, 169, 230, 1);
    }

    .pay-box > img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.aliBtn,
.soft-aliBtn {
    height: 40px;
    background: rgba(76, 169, 230, 1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}

.wxBtn,
.soft-wxBtn {
    height: 40px;
    background: rgba(9, 187, 7, 1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}

.select-box {
    height: 18px;
    width: 18px;
    background: url(http://www.91laihama.com/content/tooltox/images/check_n.png) center no-repeat;
    cursor: pointer;
}

.select-box-s {
    height: 18px;
    width: 18px;
    background: url(http://www.91laihama.com/content/tooltox/images/check_t.png) center no-repeat;
    cursor: pointer;
}

.soft.soft-app {
    width: 268px;
    margin-right: 26px;
}

    .soft.soft-app:nth-child(4n+4) {
        margin-right: 0
    }
