.xly-head {
    display: flex;
    flex-flow: row;
}

    .xly-head h3 {
        width: 160px;
        margin-top: 8px;
        padding-right: 0px;
    }

        .xly-head h3 img {
            float: left;
        }

        .xly-head h3 label {
            font-size: 20px;
            padding-left: 10px;
            padding-top: 2px;
            float: left;
            color: #fff;
        }

    .xly-head ul {
        width: auto !important
    }

    .xly-head .layui-nav {
        padding: 0
    }


/*****************************************学林官网首页*********************************************/
.xl-first {
    width: 100%;
    height: 384px;
    background: #717AF3;
    border-radius: 12px;
    position: relative;
}

    .xl-first .fl {
        width: 230px;
        float: left;
    }

        .xl-first .fl ul {
            margin: 10px 10px
        }

            .xl-first .fl ul li {
                width: 100%;
                padding: 10px 0 10px 10px;
                background: url(../images/xl/xl-r.png) 205px center no-repeat;
                border-radius: 5px 0 0 5px;
                margin-bottom: 0;
            }

                .xl-first .fl ul li:hover {
                    background-color: rgba(255,255,255,.3);
                }

                .xl-first .fl ul li .post {
                    padding: 20px;
                    display: none;
                    position: absolute;
                    left: 230px;
                    right: 0px;
                    top: 0;
                    bottom: 0;
                    background-color: #fff;
                    z-index: 9;
                    box-shadow: 2px 2px 5px #ddd;
                    border-radius: 0 12px 12px 0;
                }

                .xl-first .fl ul li:hover .post, .xl-first .fl ul li.selected .post {
                    display: block;
                }

                .xl-first .fl ul li .post .dl {
                    width: 100%;
                    float: left;
                    display: flex;
                    flex-flow: row;
                }

                    .xl-first .fl ul li .post .dl label {
                        display: flex;
                        color: #333;
                        padding-right: 20px;
                    }

                    .xl-first .fl ul li .post .dl dl {
                        display: flex;
                        flex-flow: wrap;
                    }

                    .xl-first .fl ul li .post .dl a {
                        color: #666;
                        border-left: 1px solid #ddd;
                        padding: 0 15px;
                        margin-bottom: 10px;
                        opacity: 1;
                    }

                .xl-first .fl ul li label {
                    font-size: 14px;
                    color: #fff;
                    padding-right: 10px;
                }

                .xl-first .fl ul li a {
                    font-size: 12px;
                    color: #fff;
                    margin-right: 10px;
                    opacity: .7;
                }

    .xl-first .fr {
        margin-left: 230px;
        height: 100%;
        border-radius: 0 12px 12px 0;
        overflow: hidden;
    }

        .xl-first .fr img {
            width: 100%;
            height: 100%
        }

.xl-second {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

    .xl-second li {
        width: 285px;
        height: 310px;
        position: relative;
        margin-top: 30px;
        margin-bottom: 20px;
    }

        .xl-second li p {
            position: absolute;
            bottom: 40px;
            left: 0px;
            right: 0px;
            text-align: center;
            font-size: 40px
        }

.xl-three {
}

    .xl-three .fl {
        margin-right: 300px
    }

    .xl-three .xl-01, .xl-three .xl-02 {
        width: 100%;
        float: left;
    }

        .xl-three .xl-01 ul {
            display: flex;
            flex-flow: wrap;
            justify-content: space-between;
            float: left;
            margin-bottom: 40px;
            width: 100%;
        }

            .xl-three .xl-01 ul li {
                width: 32%;
                display: flex;
                flex-flow: column;
                justify-content: center;
                align-items: center;
                height: 90px;
                background: rgba(113,122,243,0.14);
                margin-top: 15px;
                border-radius: 2px;
            }

                .xl-three .xl-01 ul li label {
                    font-size: 18px;
                    padding-bottom: 5px;
                    font-weight: 600;
                }

                .xl-three .xl-01 ul li font {
                    font-size: 16px;
                }

                .xl-three .xl-01 ul li:nth-child(1), .xl-three .xl-01 ul li:nth-child(6) {
                    background: rgba(113,122,243,0.14);
                    color: #717AF3;
                }

                .xl-three .xl-01 ul li:nth-child(2), .xl-three .xl-01 ul li:nth-child(4) {
                    background: rgba(103,182,53,0.18);
                    color: #76B74D;
                }

                .xl-three .xl-01 ul li:nth-child(3), .xl-three .xl-01 ul li:nth-child(5) {
                    background: rgba(213,135,31,0.14);
                    color: #E28F21;
                }

                .xl-three .xl-01 ul li:nth-child(1) a, .xl-three .xl-01 ul li:nth-child(6) a {
                    color: #717AF3;
                }

                .xl-three .xl-01 ul li:nth-child(2) a, .xl-three .xl-01 ul li:nth-child(4) a {
                    color: #76B74D;
                }

                .xl-three .xl-01 ul li:nth-child(3) a, .xl-three .xl-01 ul li:nth-child(5) a {
                    color: #E28F21;
                }

                .xl-three .xl-01 ul li a:hover {
                    opacity: .8;
                }

        .xl-three .xl-02 ul {
            display: flex;
            flex-flow: wrap;
            justify-content: space-between;
            float: left;
            margin-bottom: 40px;
        }

            .xl-three .xl-02 ul li {
                width: 31%;
                display: flex;
                flex-flow: column;
                margin-top: 25px;
            }

                .xl-three .xl-02 ul li img {
                    width: 100%;
                    height: 160px;
                }

                .xl-three .xl-02 ul li p {
                    font-size: 16px;
                    color: #333333;
                    padding: 20px 0 8px 0;
                    font-weight: 600;
                }

                .xl-three .xl-02 ul li span {
                    font-size: 14px;
                    color: #999;
                    text-overflow: -o-ellipsis-lastline;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

    .xl-three .fr {
        width: 250px;
        float: right;
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 20px 15px 0 15px
    }

        .xl-three .fr ul {
        }

            .xl-three .fr ul li {
                width: 100%;
                float: left;
                border-bottom: 1px solid #ddd;
                padding: 15px 0;
            }

                .xl-three .fr ul li:last-child {
                    border: 0
                }

                .xl-three .fr ul li label {
                    float: left;
                    background: #B4B4B4;
                    border-radius: 2px;
                    color: #fff;
                    width: 14px;
                    height: 14px;
                    text-align: center;
                    font-size: 12px;
                    line-height: 14px;
                    margin-top: 2px
                }

                .xl-three .fr ul li p {
                    float: left;
                    display: flex;
                    flex-flow: column;
                    margin-left: 10px;
                    width: 226px;
                }

                    .xl-three .fr ul li p span {
                        font-size: 14px;
                        color: #333333;
                        margin-bottom: 3px;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        word-break: break-all;
                    }

                    .xl-three .fr ul li p font {
                        font-size: 14px;
                        color: #999999;
                    }

                .xl-three .fr ul li:nth-child(1) label {
                    background: #F76745;
                }

                .xl-three .fr ul li:nth-child(2) label {
                    background: #FDA40C;
                }

                .xl-three .fr ul li:nth-child(3) label {
                    background: #49D836;
                }

                .xl-three .fr ul li img {
                    width: 100px;
                    height: 56px;
                    float: left;
                    margin-left: 10px;
                    margin-top: 3px;
                }

                .xl-three .fr ul li:first-child p {
                    width: 115px;
                    overflow: auto;
                    word-break: normal;
                }

                    .xl-three .fr ul li:first-child p span {
                        text-overflow: -o-ellipsis-lastline;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        line-clamp: 2;
                        -webkit-box-orient: vertical;
                        white-space: break-spaces;
                    }


/* ********************在线课**************************** */
.line-couse-type {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 0px
}

.course-nav-list .course-nav-title {
    display: inline-block;
    position: relative;
    padding: 12px 0px;
    line-height: 22px;
    vertical-align: middle;
    margin-right: 10px;
    color: #333;
    font-size: 16px;
    text-align: left;
    /*width: 160px; 最多4个字修改为99*/
    width: 120px;
}

.course-nav-list a {
    cursor: pointer;
}

.course-nav-list .course-nav-title:after {
    content: '';
    height: 16px;
    position: absolute;
    right: 0;
    top: 15px;
    /*top:50%; margin-top: -8px;*/
    border-left: 1px solid #ccc;
}

.course-nav-list .course-nav-side {
    line-height: 22px;
    padding: 0px 10px;
    border-top: 1px solid #F2F2F2;
    display: flex;
    flex-flow: row;
}

.course-nav-list .course-nav-min {
    display: inline-block;
    vertical-align: middle;
    width: 1008px;
    display: flex;
    flex-flow: column;
}

    .course-nav-list .course-nav-min a {
        position: relative;
        float: left;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        padding: 2px 10px;
    }

.course-nav-list a:hover, .course-nav-list a.active {
    color: #188eee;
    text-decoration: none;
}

.course-nav-list .pv10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.course-nav-list .course-nav-side-min {
    padding: 8px 0px;
    width: 100%;
    border-top: 1px dashed #e4e4e4;
    font-size: 13px;
}

    .course-nav-list .course-nav-side-min a {
        padding: 2px 10px;
    }

.course-nav-list .hide {
    display: none;
}

.layadmin-cmdlist-fluid {
    padding-bottom: 60px;
}

.cmdlist-container {
    background: #fff;
    border: 1px solid transparent;
    width: 23%;
    margin: 5px 0;
    margin-right: 2%;
}

    .cmdlist-container:nth-child(4n) {
        margin-right: 0;
    }

    .cmdlist-container:nth-child(4n+1) {
        margin-left: 0.6%;
    }

    .cmdlist-container img {
        width: 100%;
    }

.cmdlist-text {
    padding: 10px 0;
}

    .cmdlist-text .info {
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        color: #333;
        margin-bottom: 10px;
    }

        .cmdlist-text .info:hover {
            color: #717AF3;
        }

    .cmdlist-text .price {
        font-size: 14px;
    }

        .cmdlist-text .price b {
            margin-right: 20px;
            font-size: 16px;
        }

        .cmdlist-text .price p {
            display: inline-block;
            white-space: nowrap;
            color: #f60
        }

    .cmdlist-text .flow {
        text-align: right;
        float: right;
        color: #999;
        font-size: 12px;
        line-height: 31px;
    }

#demo0 {
    text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #717AF3;
}

.layui-laypage a:hover {
    color: #717AF3;
}

.xly-goods {
    display: flex;
    flex-flow: wrap;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
}

.sort-bar {
    min-height: 40px;
    background: #F7F7F7;
    border: solid 1px #E4E4E4;
    margin: 10px auto;
    padding: 0px;
}

.search-has-icon {
    height: 28px;
    position: relative;
    width: 300px;
    margin: 7px 20px 0 10px;
    float: left;
}

    .search-has-icon .txt {
        border: 1px solid #e4e4e4;
        font-size: 12px;
        color: #aaa;
        padding: 4px 0 4px 10px;
        width: 100%;
        float: left;
    }

        .search-has-icon .txt:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        }

    .search-has-icon .icon {
        position: absolute;
        z-index: 2;
        right: -10px;
        top: 0;
        color: #b8bbc1;
        width: 39px;
        height: 28px;
        cursor: pointer;
        float: left;
        text-align: center;
        line-height: 28px;
    }

        .search-has-icon .icon .fa-search {
            vertical-align: top;
            padding-top: 5px;
        }

/* *****************在线课详情**************************  */
.bg-grey2 {
    background-color: #f5f5f5;
    padding: 20px 0
}

    .bg-grey2 .c_container1200 {
        max-width: 1200px;
        min-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-flow: row;
    }

    .bg-grey2 .row {
        display: block;
        margin-left: -5px;
        margin-right: -5px;
    }

    .bg-grey2 .image-scale {
        position: relative;
        display: block;
        width: 450px;
        overflow: hidden;
    }

        .bg-grey2 .image-scale img {
            width: 100%;
        }

.product-info {
    position: relative;
    border: 1px solid #f5f5f5;
    padding-bottom: 10px;
    margin-left: 30px;
}

    .product-info h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .product-info.product-key {
        width: 445px;
        border-color: #39f;
    }

    .product-info dl {
        margin-bottom: 16px;
        padding-left: 10px;
    }

0
.product-info dd {
    width: 500px;
}

.product-info .infotip {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 34px;
    padding-left: 10px;
    line-height: 34px;
    background-color: #fff;
    color: #2aabe6;
    border-bottom: 1px solid #39f;
}

.product-info dl .td-type {
    width: 60px;
    text-align: left;
    color: #666;
    float: left;
    font-weight: normal;
}

.product-info dl.td-color {
    margin-bottom: 10px;
    color: #f60;
}

    .product-info dl.td-color span {
        font-size: 32px;
    }

    .product-info dl.td-color dt {
        margin-top: 8px;
    }

    .product-info dl.td-color dd {
        font-weight: bold;
    }

.product-info dl dt, .product-info dl dd {
    line-height: 30px;
}

.product-info .td-warn {
    margin-bottom: 9px;
    margin-top: -5px;
}

.product-info .sellbagbox {
    display: flex;
    flex-flow: row;
}

    .product-info .sellbagbox .paystyle {
        position: relative;
        margin-right: 15px;
    }

        .product-info .sellbagbox .paystyle .tooltip {
            min-width: 350px;
            top: 28px;
            left: -1px;
            display: none;
            -ms-transition: all 0.3s ease-in 0.1s;
            -moz-transition: all 0.3s ease-in 0.1s;
            -o-transition: all 0.3s ease-in 0.1s;
            -webkit-transition: all 0.3s ease-in 0.1s;
            transition: all 0.3s ease-in 0.1s;
        }

        .product-info .sellbagbox .paystyle:hover .tooltip {
            display: block;
        }
/*付款方式选择*/
.sellbagbox.sellpsb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px 0;
    border: 1px dashed #fff;
}

.sellbagbox .paystyle, .sellbagbox .dis_paystyle, .sellbagbox .only_paystyle {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
    min-width: 74px;
    text-align: center;
    color: #666;
    line-height: 24px;
    background-color: #fff;
}

    .sellbagbox .paystyle.border-grey, .sellbagbox .dis_paystyle.border-grey {
        border: 1px solid #999;
    }

    .sellbagbox .paystyle.border-light, .sellbagbox .dis_paystyle.border-light {
        cursor: pointer;
        border: 1px solid #bcbcbc;
        background: url(../images/xl/paystylenone.png) #fff no-repeat right bottom;
    }

    .sellbagbox .paystyle:hover {
        text-decoration: none;
    }
    /*蓝色效果*/
    .paystyle-ul li.active .paystyle,
    .sellbagbox .paystyle.active,
    .sellbagbox .only_paystyle {
        border: 1px solid #2aabe6;
        color: #2aabe6;
        background: url(../images/xl/paystyle_blue.png) #fff no-repeat right bottom;
    }
/*橘色效果*/
.sellbagbox.paystyle_orange li.active .paystyle,
.sellbagbox.paystyle_orange .paystyle.active,
.sellbagbox.paystyle_orange .only_paystyle {
    border: 1px solid #f60;
    color: #f60;
    background: url(../images/xl/paystyle.png) #fff no-repeat right bottom;
}

.sellbagbox .paystyle.active, .paystyle-ul li.active .paystyle, .sellbagbox .dis_paystyle.border-light {
    cursor: default;
}

.sellbagbox .dis_paystyle .over, .sellbagbox .only_paystyle .over {
    cursor: default;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.paystyle-ul {
    margin-bottom: 0;
}

    .paystyle-ul li, .paystyle-ul li a {
        display: inline-block;
    }

        .paystyle-ul li.active .payconpany {
            background-color: #e6e6e6;
        }

.tb-stock .tb-text {
    float: left;
    width: 48px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #666;
    border: 1px solid #ccc;
    outline: 0;
    background-color: #fff;
}

    .tb-stock .tb-text[disabled], .tb-stock .tb-text.disabled {
        cursor: not-allowed;
        border-color: #D3D3D3;
        color: #999;
    }

.tb-stock a, .tb-stock a:hover {
    display: block;
    float: left;
    width: 26px;
    height: 30px;
    border: 1px solid #ccc;
    line-height: 30px;
    font-weight: bold;
    vertical-align: top;
    text-align: center;
    background-color: #ededed;
    overflow: hidden;
    color: #666;
}

.tb-stock .tb-reduce, .tb-stock .tb-disreduce {
    border-right: 0 !important;
}

.tb-stock .tb-increase, .tb-stock .tb-disincrease {
    border-left: 0 !important;
    font-size: 22px;
}

    .tb-stock .tb-disreduce, .tb-stock .tb-disreduce:hover, .tb-stock .tb-disincrease, .tb-stock .tb-disincrease:hover {
        font-size: 22px;
        color: #ccc;
        cursor: not-allowed;
        border-color: #D3D3D3;
    }

.btnsquar {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    background-color: #9E9E9E;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-ms-select: none;
    user-select: none;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none; /*去除input默认样式*/
    background-color: #f60;
    border-color: #f60;
    margin: 20px;
    color: #fff;
    font-size: 20px;
    width: 150px;
    border-radius: 5px;
    text-align: center;
}

    .btnsquar:hover {
        color: #fff;
    }

.nologintop {
    position: fixed;
    width: 100%;
    height: 30px;
    z-index: 999;
    line-height: 30px;
    background-color: #b30b0b;
}

.nologintip, .willexpire {
    position: absolute;
    margin-top: 4px;
    height: 40px;
    z-index: 9;
    background-color: #e8e8e8;
    padding: 0px 10px;
    width: 326px;
    line-height: 40px;
}

    .nologintip .tiparrowup {
        position: absolute;
        left: 20px;
        top: -23px;
        color: #e8e8e8;
    }

    .nologintip a {
        background-color: #fff;
        border: #09c 1px solid;
        padding: 2px 5px;
        border-radius: 3px;
    }

.nav-tabs {
    line-height: 54px;
    font-size: 18px;
}

    .nav-tabs.nav-normal.style2 {
        border-bottom: 3px solid #eee;
    }

        .nav-tabs.nav-normal.style2.bor-width-two {
            border-bottom: 2px solid #eee;
        }

        .nav-tabs.nav-normal.style2 > li {
            text-align: left;
            width: auto;
        }

        .nav-tabs.nav-normal.style2 li a {
            padding: 14px 25px;
            border-bottom-width: 3px;
            margin-bottom: -3px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            -ms-transition: .3s;
            -moz-transition: .3s;
            transition: .3s;
        }

        .nav-tabs.nav-normal.style2.bor-width-two li a {
            border-bottom-width: 2px;
            margin-bottom: -2px;
        }
        /*.nav-tabs.nav-normal.style2 li.active a {color: #f60;border-bottom-width:3px; border-bottom-color: #f60; } 由橙色变成蓝色*/
        .nav-tabs.nav-normal.style2 li.active a {
            color: #717AF3;
            border-bottom-width: 3px;
            border-bottom: #717AF3 3px solid;
        }

        .nav-tabs.nav-normal.style2.bor-width-two li.active a {
            border-bottom-width: 2px;
        }
        /*.nav-tabs.nav-normal.style2 li:hover a {color: #f60;   }*/
        .nav-tabs.nav-normal.style2 li:hover a {
            color: #717AF3;
        }
    /*自定义tab1-3*/
    .nav-tabs.nav-normal.style3 {
        background-color: #f2f2f2;
    }

        .nav-tabs.nav-normal.style3 > li {
            text-align: left;
            width: auto;
        }

        .nav-tabs.nav-normal.style3 li a, .nav-tabs.nav-normal.style4 li a {
            padding: 10px 30px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            -ms-transition: .3s;
            -moz-transition: .3s;
            transition: .3s;
        }

        .nav-tabs.nav-normal.style3 li.active a {
            color: #42a5ff;
            border-bottom-color: #51aded;
        }

        .nav-tabs.nav-normal.style3 li:hover a {
            color: #42a5ff;
        }

        .nav-tabs.nav-normal.style3 > li.active > a, .nav-tabs.nav-normal.style3 > li.active > a:hover, .nav-tabs.nav-normal.style3 > li.active > a:focus {
            background-color: #f2f2f2;
        }

    .nav-tabs.nav-normal.style3 {
        border-bottom: #f2f2f2;
    }
    /*自定义tab1-4*/
    .nav-tabs.nav-normal.style4 > li {
        float: left;
        width: 50%;
    }

    .nav-tabs.nav-normal.style4 li.active a {
        color: #717AF3;
        border-bottom-color: #717AF3;
    }

    .nav-tabs.nav-normal.style4 li:hover a {
        color: #717AF3;
    }

    /*自定义tab3*/
    .nav-tabs.nav-nonebj > li > a {
        color: #666;
    }

        .nav-tabs.nav-nonebj > li > a:hover {
            background-color: transparent;
            border-color: transparent;
        }

    .nav-tabs.nav-nonebj > li.active > a, .nav-tabs.nav-nonebj > li.active > a:hover, .nav-tabs.nav-nonebj > li.active > a:focus {
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

    .nav-tabs.nav-nonebj > li.active > a {
        color: #0a8cd2;
    }
    /*自定义tab4*/
    .nav-tabs.nav-topblue {
    }

        .nav-tabs.nav-topblue > li > a {
            border-radius: 0;
            color: #666;
            border-top-width: 2px;
        }

            .nav-tabs.nav-topblue > li > a:hover {
                background-color: #fff;
                color: #027cff;
                border: 1px solid #fff;
                border-top-width: 2px;
                border-bottom-width: 0;
            }

        .nav-tabs.nav-topblue > li.active > a, .nav-tabs.nav-topblue > li.active > a:hover, .nav-tabs.nav-topblue > li.active > a:focus {
            color: #027cff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            border-top: 2px solid #51aded;
        }
    /*自定义tab5*/
    .nav-tabs.new-style-nav {
        border-bottom: 2px solid #eee;
        text-align: center;
        width: 90%;
    }

        .nav-tabs.new-style-nav li {
            text-align: left;
            width: auto;
            border-color: transparent;
            margin-bottom: 0;
        }

            .nav-tabs.new-style-nav li a {
                padding: 10px 25px;
                border-bottom-width: 2px;
                color: #333;
                margin-bottom: -2px;
                -webkit-transition: .3s;
                -o-transition: .3s;
                -ms-transition: .3s;
                -moz-transition: .3s;
                transition: .3s;
            }

            .nav-tabs.new-style-nav li.active a {
                color: #188eee;
                border-bottom-width: 2px;
                border-color: transparent;
                border-bottom-color: #188eee;
            }

            .nav-tabs.new-style-nav li:hover a, .nav-tabs.new-style-nav li a:hover, .nav-tabs.new-style-nav li a:focus {
                color: #2aabe6;
                background-color: transparent;
                border-color: transparent;
            }

            .nav-tabs.new-style-nav li.active:hover a, .nav-tabs.new-style-nav li.active a:hover, .nav-tabs.new-style-nav li.active a:focus {
                color: #188eee;
                border-bottom-color: #188eee;
            }

.tab-content {
    padding: 20px
}

    .tab-content p {
        line-height: 26px;
        font-size: 14px;
    }

    .tab-content .font-bold {
        font-size: 18px;
        font-weight: bold;
    }

    .tab-content .tagbox {
        margin-left: 48px;
    }

        .tab-content .tagbox dd {
            float: left;
            padding: 2px 10px;
            text-align: center;
            margin-bottom: 10px;
            background-color: #e2e2e2;
            border-radius: 4px;
            margin-left: 10px;
        }

    .tab-content .capter-dl dt {
        font-weight: normal;
    }

    .tab-content .capter-dl dd {
        margin: 10px 0;
        height: 35px;
        line-height: 35px;
        overflow: hidden;
    }

    .tab-content .border-l2b {
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 10px;
        margin-top: 20px;
    }

.textico {
    display: inline-block;
    float: left;
    width: 35px;
    height: 35px;
    background: url(../images/xl/courses_ico.png) no-repeat;
    margin-right: 10px;
}

.text-lightdark {
    color: #666;
}

.dh {
    font-size: 15px !important;
    padding: 10px 0 20px 0;
}

/* 视频播放 */
.playwrap_pa {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.playwrap .playtitle_hide {
    height: 54px;
    overflow: hidden;
}

    .playwrap .playtitle_hide img {
        max-height: 52px;
    }

.playwrap .play-box .playcomment {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
}

.playwrap .play-box .medialeft, .play-box .mediaright {
    position: absolute;
}

.playwrap .play-box .medialeft {
    right: 300px;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
}

.playwrap .play-box .mediaright {
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e4e4e4;
    width: 300px;
}

.playwrap .play-box .play-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: #2A2A2A;
}

.playwrap .play-box .play-over {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.playwrap .exclamationTip {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -88px;
    margin-left: -180px;
    width: 360px;
    height: 156px;
}

.playwrap .arrow_radian {
    position: absolute;
    left: 80px;
    bottom: 40px;
}

.playwrap .play-box .btnhidearrow {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: -1px;
    z-index: 50;
    width: 15px;
    height: 48px;
    text-align: center;
    line-height: 46px;
    color: #7c7c7c;
    border: 1px solid #414141;
    background: #2a2a2a;
}

.playwrap .play-box .btnshowarrow, .playwrap .play-box .btnhidearrow {
    color: #31adf2;
}

    .playwrap .play-box .btnshowarrow .btnshowarrow-text {
        height: 108px;
        width: 24px;
        position: absolute;
        top: 50%;
        margin-top: -54px;
        display: block;
    }

.playwrap .play-box .btnshowarrow {
    position: absolute;
    display: none;
    right: 0;
    top: 0;
    bottom: 0;
    width: 26px;
    padding: 215px 5px;
    background: #1a1a1a;
    color: #31adf2;
    text-align: center;
    line-height: 20px;
}

    .playwrap .play-box .btnshowarrow:hover {
        color: #31adf2;
    }

.operate-ul li {
    float: left;
    cursor: pointer;
    text-align: center; /*padding-left:45px;padding-right:45px;*/
    margin: 1px 0 0px;
    color: #666;
}

    .operate-ul li.active, .operate-ul li:hover {
        color: #f60;
    }

    .operate-ul li.line, .operate-ul li .line {
        border-left: 1px solid #e6e6e6;
        height: 30px;
        margin-top: 22px;
        padding: 0;
    }

.playwrap {
}

    .playwrap .play-title-hidden {
        width: 195px;
        overflow: hidden;
        max-height: 40px;
    }

    .playwrap .play-box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        border: 1px solid #e4e4e4;
    }

        .playwrap .play-box .nav-play {
            background-color: #f2f2f2;
        }

            .playwrap .play-box .nav-play li {
                float: left;
            }

                .playwrap .play-box .nav-play li a {
                    display: inline-block;
                    width: 149px;
                    height: 40px;
                    line-height: 40px;
                    font-size: 15px;
                    text-align: center;
                    color: #666;
                    background-color: #f2f2f2;
                }

                    .playwrap .play-box .nav-play li a:hover {
                        text-decoration: none;
                    }

                .playwrap .play-box .nav-play li.active a {
                    text-decoration: none;
                    color: #333;
                    font-weight: bold;
                    background-color: #fff;
                }

    .playwrap .playstart {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: -35px;
        left: 0;
        right: 0;
        z-index: 5;
        height: 35px;
        line-height: 35px;
        background-color: #000;
    }

        .playwrap .playstart .playstart_over {
            position: relative;
            z-index: 9;
        }

/*课程目录*/
.catalogue-line {
}

.catalogue-list dt {
    position: relative;
    height: 36px;
    line-height: 36px;
    padding: 0 22px 0 0;
    background: url(../images/xl/line.png) repeat-y 20px center;
    font-weight: bold;
}

    .catalogue-list dt .chaptertop {
        display: inline-block;
        height: 36px;
        line-height: 36px;
        width: 53px;
        text-align: center;
    }

    .catalogue-list dt .sectiontop {
        display: inline-block;
        height: 36px;
        line-height: 36px;
        width: 140px;
        margin-left: 38px;
    }

.catalogue-list dd {
    cursor: pointer;
    position: relative;
    height: 40px;
    line-height: 40px;
    background: url(../images/xl/line.png) repeat-y 20px center;
}

.catalogue-list .chapter {
    display: inline-block;
    padding-left: 10px;
    width: 53px;
    height: 40px;
    line-height: 40px;
    text-align: left;
}

    .catalogue-list .chapter i {
        font-style: normal;
        margin-left: -3px;
    }

.catalogue-list .section {
    width: 162px;
    display: inline-block;
    margin-left: 28px;
}

.catalogue-list .num {
    position: absolute;
    top: 11px;
    left: 63px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/xl/point_small.png) #fff no-repeat center;
}

    .catalogue-list .num.numtop {
        position: absolute;
        left: 60px;
        top: 7px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background: url(../images/xl/point_top.png) #fff no-repeat center;
    }

.catalogue-list a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #666;
}

    .catalogue-list dd a:hover .num, .catalogue-list a.active .num {
        background: url(../images/xl/point_select.png) no-repeat center;
    }

    .catalogue-list a.active, .catalogue-list a:hover {
        color: #333;
        background-color: #f2f2f2;
    }

.catalogue-list dd.ddtop {
    background: url(../images/xl/line-dd-top.png) repeat-y 20px center;
}

.catalogue-list dt.top {
    background: url(../images/xl/line-top.png) repeat-y 20px center;
}

.catalogue-list dd.last {
    background: url(../images/xl/line-last.png) repeat-y 20px center;
}

.catalogue-list dt.onlyone {
    background: none;
}

.scroll-kj {
    overflow-y: auto;
    height: 91%;
}

::-webkit-scrollbar-track-piece {
    opacity: 0.3;
    background: rgba(0,0,0,0.15);
    position: relative
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    min-height: 28px;
    background: rgba(0,0,0,0.55);
    border-radius: 4px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(0,0,0,0.45);
        opacity: .6;
    }

/* *************学林专栏****************** */
.xlzl {
}

    .xlzl .banner {
        margin-bottom: 20px;
    }

    .xlzl .line-time {
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 20px 20px 50px 20px;
    }

.coursedetial {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 80px;
}

.coursebag-box {
    padding: 20px 20px 40px;
}

.coursebag-list {
    top: 23px;
    padding-top: 23px;
    padding-bottom: 46px;
    padding-left: 40px;
    border-left: 1px solid #717AF3;
    position: relative;
}

    .coursebag-list .coursebag-title {
        position: absolute;
        left: -1px;
        top: -23px;
        display: block;
        padding: 0 15px;
        min-width: 120px;
        height: 46px;
        line-height: 46px;
        color: #fff;
        text-align: center;
        font-size: 20px;
        border-radius: 25px;
        background-color: #717AF3;
    }

    .coursebag-list .coursebag-icon {
        position: absolute;
        left: -49px;
        top: -2px;
        background-color: #fff;
        line-height: 20px;
    }

    .coursebag-list .course-each {
        margin-top: 30px;
        position: relative;
        display: flex;
    }

    .coursebag-list .courseeach-entry {
        display: flex;
        flex-flow: column;
        margin-left: 20px;
    }

.coursebag-banner {
    height: 400px; /*height:100%;*/
}

.courseeach-entry {
    width: 865px;
}

.totalitemdealbox {
    height: 70px;
    margin-top: 30px;
}

.coursebag-order.totalitemdeal {
    /*z-index:500;*/
    z-index: 99;
    padding: 16px 0;
    background-color: #333;
    height: 70px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.coursebag-order .sale-title {
    margin-right: 7px;
}

.coursebag-order .coursebag-shelf,
.coursebag-order .coursebag-buydone,
.coursebag-order .course-purchase, .coursebag-order .course-assign {
    position: relative;
    top: -16px;
    display: inline-block;
    width: 148px;
    height: 70px;
    background: url(/Content/images/ypay/coursebag-shelf.png) center no-repeat;
}

.coursebag-order .course-buydone {
    background: url(/Content/images/ypay/coursebag-buydone.png) center no-repeat;
}

.coursebag-order .course-purchase {
    background: url(/Content/images/ypay/coursebag-purchase.png) center no-repeat;
}

.coursebag-order .course-assign {
    background: url(/Content/images/ypay/coursebag-assign.png) center no-repeat;
}


/* 企业内训 */
.col-sm-12 {
    width: 50%;
}

    .col-sm-12 img {
        max-width: 100%;
    }

.c_xn01 .row {
    width: 100%;
    display: flex;
    flex-flow: row;
    padding: 20px 0
}

.c_xn01 p {
    margin: 0 0 10px 0;
}

.c_xn01 h3 {
    margin: 0 0 30px 0;
}

.c_xn01 .two-line-md {
    line-height: 30px;
}








































.pull-left {
    float: left;
}

.bg-greydark1 {
    background-color: #f2f2f2;
    line-height: 41px;
}

.border-l2b {
    border-bottom: 1px solid #e4e4e4;
}
/*文字排列*/
.over-hidden {
    overflow: hidden;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    word-break: normal;
}

.nowrap {
    white-space: nowrap;
    word-wrap: normal;
    word-break: normal;
}

.haswrap {
    white-space: normal;
    word-wrap: normal;
    word-break: normal;
}

.break {
    word-break: break-all;
    word-wrap: break-word;
    word-break: break-all;
}

.ellipsis-width70 {
    line-height: 16px;
    padding-top: 5px;
    display: inline-block;
    width: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    word-break: normal;
}

.l-through {
    text-decoration: line-through;
}

/*字体大小*/
.font-size-12, .fontsize12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-34 {
    font-size: 34px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-46 {
    font-size: 46px;
}

.font-size-48 {
    font-size: 48px;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}

/*padding类*/
.p0 {
    padding: 0;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.p30 {
    padding: 30px;
}

.p40 {
    padding: 40px;
}

.pl0 {
    padding-left: 0px !important;
}

.pl5 {
    padding-left: 5px;
}

.pl8 {
    padding-left: 8px;
}

.pl10 {
    padding-left: 10px;
}

.pl12 {
    padding-left: 12px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl45 {
    padding-left: 45px;
}

.pl50 {
    padding-left: 50px;
}

.pl60 {
    padding-left: 60px;
}

.pl65 {
    padding-left: 65px;
}

.pl80 {
    padding-left: 80px;
}

.pl120 {
    padding-left: 120px;
}

.pl180 {
    padding-left: 180px;
}

.pr0 {
    padding-right: 0px !important;
}

.pr3 {
    padding-right: 3px;
}

.pr5 {
    padding-right: 5px;
}

.pr8 {
    padding-right: 8px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr35 {
    padding-right: 35px;
}

.pr40 {
    padding-right: 40px;
}

.pr55 {
    padding-right: 55px;
}

.pt3 {
    padding-top: 3px;
}

.pt5 {
    padding-top: 5px;
}

.pt6 {
    padding-top: 6px;
}

.pt7 {
    padding-top: 7px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt23 {
    padding-top: 23px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt55 {
    padding-top: 55px;
}

.pt60 {
    padding-top: 60px;
}

.pt65 {
    padding-top: 65px;
}

.pt70 {
    padding-top: 70px;
}

.pt75 {
    padding-top: 75px;
}

.pt80 {
    padding-top: 80px;
}

.pt100 {
    padding-top: 100px;
}

.pt-xs0-sm10 {
    padding-top: 0;
}

.pb5 {
    padding-bottom: 5px;
}

.pb6 {
    padding-bottom: 6px;
}

.pb7 {
    padding-bottom: 7px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb65 {
    padding-bottom: 65px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb110 {
    padding-bottom: 110px;
}

.pb140 {
    padding-bottom: 140px;
}

.ph2 {
    padding-left: 2px;
    padding-right: 2px;
}

.ph3 {
    padding-left: 3px;
    padding-right: 3px;
}

.ph4 {
    padding-left: 4px;
    padding-right: 4px;
}

.ph5 {
    padding-left: 5px;
    padding-right: 5px;
}

.ph6 {
    padding-left: 6px;
    padding-right: 6px;
}

.ph8 {
    padding-left: 8px;
    padding-right: 8px;
}

.ph10 {
    padding-left: 10px;
    padding-right: 10px;
}

.ph11 {
    padding-left: 11px;
    padding-right: 11px;
}

.ph14 {
    padding-left: 14px;
    padding-right: 14px;
}

.ph15 {
    padding-left: 15px;
    padding-right: 15px;
}

.ph16 {
    padding-left: 16px;
    padding-right: 16px;
}

.ph17 {
    padding-left: 17px;
    padding-right: 17px;
}

.ph20 {
    padding-left: 20px;
    padding-right: 20px;
}

.ph24 {
    padding-left: 24px;
    padding-right: 24px;
}

.ph25 {
    padding-left: 25px;
    padding-right: 25px;
}

.ph30 {
    padding-left: 30px;
    padding-right: 30px;
}

.ph35 {
    padding-left: 35px;
    padding-right: 35px;
}

.ph40 {
    padding-left: 40px;
    padding-right: 40px;
}

.ph50 {
    padding-left: 50px;
    padding-right: 50px;
}

.ph55 {
    padding-left: 55px;
    padding-right: 55px;
}

.ph60 {
    padding-left: 60px;
    padding-right: 60px;
}

.pv2 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.pv3 {
    padding-top: 3px;
    padding-bottom: 3px;
}

.pv4 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.pv5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pv7 {
    padding-top: 7px;
    padding-bottom: 7px;
}

.pv8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.pv9 {
    padding-top: 9px;
    padding-bottom: 9px;
}

.pv10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pv12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.pv13 {
    padding-top: 13px;
    padding-bottom: 13px;
}

.pv14 {
    padding-top: 14px;
    padding-bottom: 14px;
}

.pv15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pv17 {
    padding-top: 17px;
    padding-bottom: 17px;
}

.pv18 {
    padding-top: 18px;
    padding-bottom: 18px;
}

.pv20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pv25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pv30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pv40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pv50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pv60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pv115 {
    padding-top: 115px;
    padding-bottom: 115px;
}

/*行高*/
.lh14 {
    line-height: 14px;
}

.lh16 {
    line-height: 16px;
}

.lh18 {
    line-height: 18px;
}

.lh20 {
    line-height: 20px;
}

.lh22 {
    line-height: 22px;
}

.lh23 {
    line-height: 23px;
}

.lh24 {
    line-height: 24px;
}

.lh25 {
    line-height: 25px;
}

.lh26 {
    line-height: 26px;
}

.lh28 {
    line-height: 28px;
}

.lh29 {
    line-height: 29px;
}

.lh30 {
    line-height: 30px;
}

.lh32 {
    line-height: 32px;
}

.lh33 {
    line-height: 33px;
}

.lh34 {
    line-height: 34px;
}

.lh35 {
    line-height: 35px;
}

.lh38 {
    line-height: 38px;
}

.lh36 {
    line-height: 36px;
}

.lh40 {
    line-height: 40px;
}

.lh42 {
    line-height: 42px;
}

.lh44 {
    line-height: 44px;
}

.lh45 {
    line-height: 45px;
}

.lh48 {
    line-height: 48px;
}

.lh50 {
    line-height: 50px;
}

.lh52 {
    line-height: 52px;
}

.lh55 {
    line-height: 55px;
}

.lh56 {
    line-height: 56px;
}

.lh60 {
    line-height: 60px;
}

.lh70 {
    line-height: 70px;
}

.lh85 {
    line-height: 85px;
}

.lh90 {
    line-height: 90px;
}

.lh140 {
    line-height: 140px;
}
/*鼠标样式*/
.hand {
    cursor: pointer !important;
    pointer-events: auto;
}

.cursor-default {
    cursor: default;
}
/*文字颜色*/
.text-highlight {
    color: #717AF3;
}

.text-highlight1 {
    color: #2AABE6;
}

.text-highlight2 {
    color: #39f;
}

.text-highlight3 {
    color: #188eee;
}

.text-highlight4 {
    color: #1a81d1;
}

.text-color2EAFF9 {
    color: #2EAFF9;
}

.text-white {
    color: #FFF;
}

.text-black {
    color: #000;
}

.text-normal {
    color: #333;
}

.text-lightdark {
    color: #666;
}

.text-lightgrey {
    color: #999;
}

.text-lightgrey1 {
    color: #888;
}

.text-lightgrey2 {
    color: #555;
}

.text-lightgrey3 {
    color: #bcbcbc;
}

.text-lightgrey4 {
    color: #6c7886;
}

.text-lightgrey5 {
    color: #6c6c6c;
}

.text-lightccc {
    color: #ccc;
}

.text-light {
    color: #AAA;
}

.text-light1 {
    color: #d7d7d7;
}

.text-orangeFF763A {
    color: #FF763A;
}

.text-orange {
    color: #f60;
}

.text-midorange {
    color: #f90;
}

.text-lightorange {
    color: #FF9A19;
}

.text-mligorange {
    color: #ff9932;
}

.text-yellow {
    color: #ff0;
}

.text-green {
    color: #41BC55;
}

.text-grey {
    color: #808080;
}

.text-reddark {
    color: #f30;
}

.text-reddark1 {
    color: #f40;
}

.text-midred, .text-orangef0 {
    color: #f00;
}
/*.text-midred2 {color: #ff3e2e;}*/
.text-red {
    color: #d40000;
}

.text-lightred {
    color: #FF7070;
}

.text-lightblue {
    color: #cee4f2;
}

.text-midblue {
    color: #2cabe5;
}

.text-lightgreen {
    color: #42a5ff;
}

.text-cyan {
    color: #080;
}

.text-008000 {
    color: #008000;
}

.text-brown {
    color: #976915
}

.text-lightcyan {
    color: #506A3B;
}

.text-lightgreycyan {
    color: #7A876F;
}

.text-colorff5253 {
    color: #ff5253;
}
/*背景颜色*/
.bg-grey {
    background-color: #f6f6f6;
}

.bg-grey1 {
    background-color: #e6eaed;
}

.bg-grey2 {
    background-color: #f5f5f5;
}

.bg-grey3 {
    background-color: #f9f9f9;
}

.bg-grey4 {
    background-color: #e4e4e4;
}

.bg-grey5 {
    background-color: #e6e6e6;
}

.bg-grey6 {
    background-color: #ebebeb;
}

.bg-grey7 {
    background-color: #d4d4d4;
}

.bg-grey8 {
    background-color: #eee;
}

.bg-white {
    background-color: #fff;
}

.bg-dark {
    background-color: #000;
}

.bg-dark35 {
    background-color: #353535;
}

.bg-lightdark {
    background-color: #333;
}

.bg-greydark {
    background-color: #f4f4f4;
}

.bg-greydark1 {
    background-color: #f2f2f2;
}

.bg-greydark2 {
    background-color: #f7f7f7;
}

.bg-greydark3 {
    background-color: #f5f5f5;
}

.bg-greydark4 {
    background-color: #f3f3f3;
}

.bg-greydark5 {
    background-color: #f0f0f0;
}

.bg-greydark6 {
    background-color: #f1f1f1;
}

.bg-lightred {
    background-color: #fd3b3b;
}

.bg-red {
    background-color: #f86b4f;
}

.bg-org {
    background-color: #d66a48;
}

.bg-lightorg {
    background-color: #f60;
}

.bg-lightlessorg {
    background-color: #F17F21;
}

.bg-lessorg {
    background-color: #FFF0E6;
}

.bg-highlight {
    background-color: #1caaea;
}

.bg-color1 {
    background-color: #2aabe6;
}

.bg-style1 {
    background: url(/Content/images/myhomepage/home-bg.jpg) center 0 no-repeat #f4f4f4;
}

.bg-color2 {
    background-color: #1b110c;
}

.bg-blue {
    background-color: #188eee;
}

.bg-lightblue {
    background-color: #3da0f1;
}

.bg-lessblue {
    background-color: #E0F5FF;
}

.bg-green {
    background-color: #393;
}

.bg-dark-opacty6 {
    background: rgba(0,0,0,0.6)
}

.layer-shade-all {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background-color: rgba(0,0,0,.3);
}

.layer-white-posb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background-color: rgba(255,255,255,.7);
}
/*边框样式*/
.border-l0 {
    border-left: 0px !important;
}

.border-l1 {
    border-left: 1px solid #ccc;
}

.border-l2 {
    border: 1px solid #e4e4e4;
}

.border-l2t {
    border-top: 1px solid #e4e4e4;
}

.border-l2r {
    border-right: 1px solid #e4e4e4;
}

.border-l2l {
    border-left: 1px solid #e4e4e4;
}

.border-l2b {
    border-bottom: 1px solid #e4e4e4;
}

.border-b2 {
    border-bottom: 1px solid #e4e4e4;
}

.border-bot-b1 {
    border-bottom: 1px dotted #e4e4e4;
}

.border-bot-b2 {
    border-bottom: 1px dashed #e4e4e4;
}

.border-l3 {
    border: 1px solid #d7d7d7;
}

.border-b1 {
    border-bottom: 1px solid #d7d7d7;
}

.border-l4 {
    border: 1px solid #eee;
}

.border-l4l {
    border-left: 1px solid #eee;
}

.border-b3 {
    border-bottom: 1px solid #eee;
}

.border-black-2 {
    border-bottom: 2px solid #333;
}

.border-t3 {
    border-top: 1px solid #eee;
}

.border-md-b3 {
    border-bottom: 2px solid #eee;
}

.border-b4 {
    border-bottom: 1px solid #ddd;
}

.border-success {
    border: 1px solid #ccc;
}

.border-lightgrey {
    border: 1px solid #999;
}

.border-brown {
    border: 1px solid #F6EABA;
}

.border-l5 {
    border: 1px solid #fff;
}

.border-left-blue {
    border-left: 4px solid #0a8cd2;
    min-height: 18px;
}

.border-lightred {
    border: 1px solid #fe8989;
}

.border-l6 {
    border: 1px solid #f2f2f2;
}

.border-l6t {
    border-top: 1px solid #f2f2f2;
}

.border-colofe5b {
    border-bottom: 1px solid #e5e5e5;
}

.border-bottom-blue {
    border-bottom: 2px solid #2aabe6;
}

.border-blue39f {
    border: 1px solid #39f;
}

.border-lightorange {
    border: 1px solid #ffb380;
}

.border-hos {
    border: 1px solid #ddd;
    border-top: 0;
}

.border-color36-top {
    border-top: 1px solid #363636;
}

.border-bottomnone {
    border-bottom: 0px !important;
}

.border-topnone {
    border-top: 0px !important;
}

.border-none {
    border: none;
}

.border-left-none {
    border-left: none;
}

.border-top-none {
    border-top: none;
}

.border-right-none {
    border-right: none;
}
/*圆角*/

.b-radius2 {
    border-radius: 2px;
}

.b-radius3, .control-text, textarea {
    border-radius: 3px;
}

.b-radius4 {
    border-radius: 4px;
}

.b-radius6 {
    border-radius: 6px;
}

.border-radius8 {
    border-radius: 8px;
}

.border-radius50 {
    border-radius: 50px;
}

.b-radius {
    border-radius: 20px;
}

.b-radius-per50 {
    border-radius: 50%;
}

.whitecircle, .greencircle {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    color: #027cff;
    border: 1px solid #027cff;
    background-color: #fff;
}

.greencircle {
    background-color: #027cff;
    color: #fff;
}

.xl-second li font {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    line-height: 60px;
    font-size: 34px;
    text-align: center;
    color: #fff;
}

.li_popBox_mail {
    position: absolute;
    width: 300px;
    padding-bottom: 35px;
    background: #ffffff;
    z-index: 99999;
    display: none;
}

.li_changepassword_tit_02 {
    font-size: 18px;
    color: #2a96ff;
    text-indent: 60px;
    font-weight: normal;
    padding-top: 20px;
}

    .li_changepassword_tit_02 span {
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-top: -2px;
        margin-right: 10px;
    }

    .li_changepassword_tit_02 a:visited {
        font-size: 18px;
        color: #2a96ff;
        text-indent: 60px;
        font-weight: normal;
    }

    .li_changepassword_tit_02 a:hover {
        font-size: 18px;
        color: #2a96ff;
        text-indent: 60px;
        font-weight: normal;
    }

.upload a {
    float: right;
    font-size: 14px;
    color: #fff !important;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #82ACFF;
    text-align: center;
    border-radius: 5px;
}

    .upload a:visited {
        color: #fff !important;
    }

    .upload a:hover {
        color: #fff !important;
    }
