﻿* {
    outline: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img, a img, a:hover img {
    border: 0;
}

i, em {
    font-style: normal
}

ol, ul, dl, li, dt, dd {
    list-style: none;
}

:focus {
    outline: 0;
}

a {
    color: #354972;
    text-decoration: none;
}

    a:hover {
        color: #297EFF;
        text-decoration: none;
    }

    a:active {
        color: #297EFF;
        text-decoration: none;
    }

    a, a:active, .btn, .more {
        transition: all 300ms ease;
        appearance: none;
    }

input:not(.myinput), select:not(.myinput), textarea, button {
    appearance: none;
    font-family: Microsoft Yahei, SF Pro SC, PingFang SC, Roboto, arial;
}

::-webkit-input-placeholder {
    color: #999999;
}

.clear {
    height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    float: none;
}

iframe {
    border: 0;
}

:disabled {
    background-color: #f3f3f3 !important;
    color: #ADB0B2 !important;
}
/*color: #E7E9F0*/

.bgcolor_white {
    background: #ffffff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.p0 {
    padding: 0 !important;
}

.p10 {
    padding: 10px !important;
}

.p20 {
    padding: 20px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mr20 {
    margin-right: 20px !important;
}

h1 {
    font-size: 28px;
    color: #252525;
    margin-bottom: 10px;
}

h2 {
    font-size: 18px;
    color: #252525;
    margin-bottom: 10px;
}

h3 {
    font-size: 16px;
    color: #252525;
    margin-bottom: 10px;
}

.block_full {
    display: block !important;
    width: 100%;
}

.align_center {
    text-align: center !important;
}

.align_right {
    text-align: right !important;
}

.align_left {
    text-align: left !important;
}

.inline {
    display: inline-block !important;
    vertical-align: middle;
}

.w80 {
    width: 80px !important;
}

.w100 {
    width: 100px !important;
}

.w110 {
    width: 110px !important;
}

.w120 {
    width: 120px !important;
}

.w180 {
    width: 180px !important;
}

.w200 {
    width: 200px !important;
}

.w240 {
    width: 240px !important;
}

.w300 {
    width: 300px !important;
}

.w350 {
    width: 350px !important;
}

.wb100 {
    width: 100% !important;
}

.wb90 {
    width: 90% !important;
}

.wb80 {
    width: 80% !important;
}

.wb70 {
    width: 70% !important;
}

.wb60 {
    width: 60% !important;
}

.wb50 {
    width: 50% !important;
}

.wb40 {
    width: 40% !important;
}

.wb30 {
    width: 30% !important;
}

.wb20 {
    width: 20% !important;
}

.wb10 {
    width: 10% !important;
}

.f12 {
    font-size: 12px !important;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.f20 {
    font-size: 20px !important;
}

.h10 {
    clear: both;
    height: 10px;
}

.h20 {
    clear: both;
    height: 20px;
}

.blue {
    color: #277CFF !important;
}

a.blue:hover {
    opacity: 0.8;
}

a:hover .blue {
    opacity: 0.8;
}

.link {
    color: #277CFF;
}
    /*#0055A1*/
    .link:hover {
        color: #ff5f5f;
        text-decoration: underline;
    }

.green {
    color: #4dcfac !important;
}

.red {
    color: #F64041 !important;
}

.yellow {
    color: #F5A623 !important;
}

.grey {
    color: #7E8390 !important;
}

.scroll_x {
    overflow-x: auto;
}

.scroll_y {
    overflow-y: auto;
}

.relative {
    position: relative;
}


@font-face {
    font-family: 'cui_icon';
    src: url('fonts/iconfont.ttf') format('truetype');
}

.cui_icon {
    font-family: "cui_icon" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    height: 100%;
}

body {
    color: #354972;
    background: #f5f6f9;
    font-size: 14px;
    line-height: 1.6;
    font-family: Microsoft Yahei, SF Pro SC, PingFang SC, Roboto, arial;
}

.wrap {
}

.mainbox {
    margin: 0 auto;
    max-width: 1000px;
}

.cui_header {
    position: relative;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0,0,0,0.03);
}

.topbox {
    height: 56px;
    background: #fff;
    position: relative;
}

.header_l {
    position: absolute;
    left: 20px;
    top: 0;
}

.header_r {
    position: absolute;
    right: 16px;
    top: 0;
}

.head_logo {
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    padding-top: 15px;
    margin-right: 10px;
}

    .head_logo img {
        float: left;
        height: 26px;
        margin-right: 12px;
    }

.topbox_hasline {
    border-bottom: 1px #E7E9F0 solid;
}

/*椤堕儴鑿滃崟*/
.header_nav {
    float: left;
    padding: 0 10px;
}

    .header_nav ul li {
        float: left;
        padding: 0 5px;
        position: relative;
    }

        .header_nav ul li a {
            display: block;
            position: relative;
            padding: 0 8px 0 34px;
            font-size: 16px;
            color: #98A3B7;
            height: 56px;
            line-height: 56px;
        }

            .header_nav ul li a i {
                display: block;
                width: 28px;
                height: 28px;
                line-height: 28px;
                position: absolute;
                left: 5px;
                top: 50%;
                margin-top: -14px;
                font-size: 20px;
            }

                .header_nav ul li a i img {
                    display: block;
                    height: 28px;
                }

            .header_nav ul li a.on {
                color: #277CFF;
            }

                .header_nav ul li a.on:after {
                    display: block;
                    content: '';
                    position: absolute;
                    right: 0;
                    left: 0;
                    bottom: 0;
                    height: 4px;
                    background: #277CFF;
                }

            .header_nav ul li a:hover {
                color: #277CFF;
            }

    .header_nav .m {
        display: none;
        position: absolute;
        left: 50%;
        top: 56px;
        width: 130px;
        margin-left: -65px;
        padding-top: 7px;
        z-index: 999;
    }

        .header_nav .m:before {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            display: block;
            content: '';
            height: 8px;
            background: url(../img/navt.png) center bottom no-repeat;
            background-size: auto 8px;
        }

        .header_nav .m p {
            display: block;
            background: #fff;
            border-radius: 3px;
            border: 1px #e7e7e7 solid;
            padding: 8px 0;
        }

            .header_nav .m p a {
                display: block;
                padding: 0;
                font-size: 14px;
                color: #919CB0;
                text-align: center;
                line-height: 36px;
                height: 36px;
            }

                .header_nav .m p a.on {
                    color: #277CFF;
                }

                    .header_nav .m p a.on:after {
                        display: none;
                    }

    .header_nav ul li:hover .m {
        display: block;
    }

/*椤堕儴宸ュ叿鑿滃崟*/
.header_tool {
    float: left;
    padding-top: 12px;
}

    .header_tool a {
        float: left;
        position: relative;
        border-radius: 4px;
    }

        .header_tool a:hover {
            background-color: #e8f2ff;
        }

    .header_tool .cui_icon {
        display: block;
        font-size: 20px;
        line-height: 32px;
        width: 32px;
        height: 32px;
        text-align: center;
    }


/*闈㈠寘灞�*/
.location_box {
    height: 25px;
    line-height: 24px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

    .location_box .time {
        position: absolute;
        right: 20px;
        top: 0;
        font-size: 12px;
        color: #ADB0B2;
    }

    .location_box .info {
        font-size: 12px;
        color: #ADB0B2;
        padding-left: 12px;
    }

        .location_box .info a {
            color: #354972;
            float: left;
        }

            .location_box .info a:hover {
                color: #297EFF;
            }

        .location_box .info i {
            float: left;
            background: url(../img/r.png) center center no-repeat;
            background-size: 6px auto;
            width: 18px;
            height: 24px;
            margin: 0 3px;
        }

        .location_box .info .home {
            background: url(../img/home.png) left center no-repeat;
            background-size: 12px auto;
            padding-left: 18px;
            height: 24px;
            float: left;
        }

.cui_header .topbox + .location_box {
    border-top: 1px #E7E9F0 solid;
}


/*甯冨眬*/
.cui_mainer {
    position: relative;
    overflow-y: auto;
}

.cui_mainer_hasleft {
    padding-left: 266px;
}

.cui_main_left {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    width: 246px;
    border-radius: 6px;
    background: #ffffff;
}
/*width: 200px*/
.cui_main_right {
    padding: 10px 10px 0 0;
    overflow-y: auto;
}

.cui_main_center {
    padding: 10px;
}

.mainiframe {
    display: block;
    border: 0;
}



/*宸︿晶鑿滃崟*/
.cui_lnav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 12px;
    overflow-y: auto;
}

    .cui_lnav .item {
        padding: 6px 0;
    }

        .cui_lnav .item .tit {
            display: block;
            position: relative;
            padding: 8px 7px 8px 46px;
            font-size: 16px;
            color: #5D6677;
            border-radius: 4px;
            line-height: 22px;
            cursor: pointer;
            transition: all 300ms ease;
        }

            .cui_lnav .item .tit i {
                display: block;
                position: absolute;
                right: 14px;
                width: 0;
                height: 0;
                top: 50%;
                margin-top: -2px;
                border-left: 3px transparent solid;
                border-right: 3px transparent solid;
                border-bottom: 4px #d7dbe2 solid;
                transition: all 300ms ease;
                transform: scaleY(-1);
            }

            .cui_lnav .item .tit b {
                position: absolute;
                right: 10px;
                top: 50%;
                width: 28px;
                height: 18px;
                line-height: 18px;
                font-size: 12px;
                color: #fff;
                border-radius: 9px;
                background-image: linear-gradient(#ff5454,#ff7d7d);
                margin-top: -9px;
                text-align: center;
            }

            .cui_lnav .item .tit span {
                position: absolute;
                left: 14px;
                top: 50%;
                width: 22px;
                height: 22px;
                margin-top: -11px;
                font-size: 22px;
            }

    .cui_lnav .item_on .tit {
        background: #E8F2FF;
        color: #297EFF;
    }

        .cui_lnav .item_on .tit i {
            border-bottom: 4px #297EFF solid;
            transform: scaleY(1);
        }

    .cui_lnav .item:hover .tit {
        color: #297EFF;
    }

        .cui_lnav .item:hover .tit i {
            border-bottom: 4px #297EFF solid;
        }

    .cui_lnav .item .con {
        display: none;
        padding-top: 6px;
    }

        .cui_lnav .item .con .items {
            padding: 4px 0;
        }

        .cui_lnav .item .con .t {
            display: block;
            position: relative;
            padding: 7px 7px 7px 46px;
            font-size: 14px;
            color: #5D6677;
            line-height: 18px;
            border-radius: 4px;
            cursor: pointer;
        }

            .cui_lnav .item .con .t:before {
                display: block;
                content: '';
                position: absolute;
                left: 23px;
                top: 50%;
                width: 4px;
                height: 4px;
                border-radius: 50%;
                background: #919CB0;
                margin-top: -2px;
            }

            .cui_lnav .item .con .t i {
                display: block;
                position: absolute;
                right: 14px;
                width: 0;
                height: 0;
                top: 50%;
                margin-top: -2px;
                border-left: 3px transparent solid;
                border-right: 3px transparent solid;
                border-bottom: 4px #d7dbe2 solid;
                transition: all 300ms ease;
                transform: scaleY(-1);
            }

       /* .cui_lnav .item .con .t {
            color: #297EFF;
        }*/

            .cui_lnav .item .con .t .text {
                color: #297EFF;
            }

            .cui_lnav .item .con .t:hover:before {
                background: #297EFF;
            }

            .cui_lnav .item .con .t:hover i {
                border-bottom: 6px #a9ccff solid;
            }

        .cui_lnav .item .con .items_on .t {
            color: #297EFF;
        }

            .cui_lnav .item .con .items_on .t:before {
                background: #297EFF;
            }

            .cui_lnav .item .con .items_on .t i {
                border-bottom: 6px #a9ccff solid;
                transform: scaleY(1);
            }

        .cui_lnav .item .con .m {
            display: none;
            padding: 4px 0;
        }

            .cui_lnav .item .con .m ul {
                display: block;
            }

                .cui_lnav .item .con .m ul li {
                    padding: 4px 0;
                }

            .cui_lnav .item .con .m a {
                display: block;
                position: relative;
                padding: 7px 7px 7px 46px;
                font-size: 12px;
                color: #919CB0;
                line-height: 18px;
                border-radius: 4px;
            }

                .cui_lnav .item .con .m a:hover {
                    color: #297EFF;
                }

                .cui_lnav .item .con .m a.on {
                    background-image: linear-gradient(to right,#2279ff,#3d8dff);
                    color: #ffffff;
                }

/*鏍呮牸*/
.cui_row {
    padding-bottom: 10px;
    margin: 0 -5px;
}

    .cui_row:after {
        display: block;
        content: '';
        clear: both;
    }

.cui_col_1, .cui_col_2, .cui_col_3, .cui_col_4, .cui_col_5, .cui_col_6, .cui_col_7, .cui_col_8, .cui_col_9, .cui_col_10, .cui_col_11, .cui_col_12, .cui_col_20 {
    float: left;
    padding: 0 5px;
}

.cui_col_1 {
    width: 8.33333333%
}

.cui_col_2 {
    width: 16.66666667%
}

.cui_col_3 {
    width: 25%
}

.cui_col_4 {
    width: 33.33333333%
}

.cui_col_5 {
    width: 41.66666667%
}

.cui_col_6 {
    width: 50%
}

.cui_col_7 {
    width: 58.33333333%
}

.cui_col_8 {
    width: 66.66666667%
}

.cui_col_9 {
    width: 75%
}

.cui_col_10 {
    width: 83.33333333%
}

.cui_col_11 {
    width: 91.66666667%
}

.cui_col_12 {
    width: 100%
}

.cui_col_20 {
    width: 20%
}


.cui_col_nospace {
    margin: 0;
    padding-bottom: 0;
}

    .cui_col_nospace .cui_col_1, .cui_col_nospace .cui_col_2, .cui_col_nospace .cui_col_3, .cui_col_nospace .cui_col_4, .cui_col_nospace .cui_col_5, .cui_col_nospace .cui_col_6, .cui_col_nospace .cui_col_7, .cui_col_nospace .cui_col_8, .cui_col_nospace .cui_col_9, .cui_col_nospace .cui_col_10, .cui_col_nospace .cui_col_11, .cui_col_nospace .cui_col_12 {
        padding: 0;
    }

.cui_col_bigspace {
    margin: 0 -10px;
    padding-bottom: 20px;
}

    .cui_col_bigspace .cui_col_1, .cui_col_bigspace .cui_col_2, .cui_col_bigspace .cui_col_3, .cui_col_bigspace .cui_col_4, .cui_col_bigspace .cui_col_5, .cui_col_bigspace .cui_col_6, .cui_col_bigspace .cui_col_7, .cui_col_bigspace .cui_col_8, .cui_col_bigspace .cui_col_9, .cui_col_bigspace .cui_col_10, .cui_col_bigspace .cui_col_11, .cui_col_bigspace .cui_col_12 {
        padding: 0 10px;
    }

.cui_row_nopadding {
    padding-bottom: 0;
}



/*鍗＄墖*/
.cui_box {
    background: #fff;
    border-radius: 6px;
    position: relative;
}

.cui_box_t {
    position: relative;
}

    .cui_box_t:after {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background: #E7E9F0;
    }

.cui_box_m {
    padding: 20px;
}

.cui_box_title {
    font-size: 16px;
    font-weight: bold;
    color: #354972;
    position: relative;
    padding: 10px 20px;
    line-height: 26px;
}

    .cui_box_title img {
        float: left;
        /*margin-right: 12px;*/
        height: 26px;
    }

    .cui_box_title .cui_icon:not(.myicon) {
        float: left;
        font-size: 22px;
        color: #297EFF;
        margin-right: 12px;
    }

.cui_box_title_small {
    font-size: 14px;
}

/*.cui_box_t_noline { padding: 5px 0;}*/
.cui_box_t_noline:after {
    display: none;
}

.cui_box_t_noline + .cui_box_m {
    padding-top: 0;
}

.cui_box_tool {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -18px;
    height: 36px;
    line-height: 36px;
}

    .cui_box_tool ul li {
        float: left;
        margin-left: 24px;
    }

        .cui_box_tool ul li a {
            display: block;
            height: 36px;
            line-height: 36px;
            font-size: 16px;
            color: #354972;
        }

            .cui_box_tool ul li a .cui_icon {
                display: inline-block;
                font-size: 20px;
                margin-right: 10px;
                vertical-align: middle;
                margin-bottom: 2px;
            }

            .cui_box_tool ul li a:hover {
                color: #297EFF;
            }

    .cui_box_tool .notext a {
        color: #979cb0;
    }

        .cui_box_tool .notext a:hover {
            color: #297EFF;
        }

    .cui_box_tool .notext .cui_icon {
        margin-right: 0;
        width: 36px;
        display: block;
    }

    .cui_box_tool .notext + .notext {
        margin-left: 0;
    }

.cui_box_more {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -18px;
    height: 36px;
    line-height: 36px;
}

    .cui_box_more a {
        float: left;
        margin-right: 10px;
        color: #297EFF;
    }

        .cui_box_more a:hover {
            opacity: 0.8;
        }

.cui_content {
    font-size: 14px;
    line-height: 1.6;
}

/*鏍囩*/
.cui_tab {
}

.cui_tab_t {
    position: relative;
}

    .cui_tab_t ul li {
        float: left;
        margin: 0 20px;
        padding: 10px;
        min-width: 4em;
        text-align: center;
        line-height: 26px;
        font-size: 16px;
        cursor: pointer;
        color: #98A3B5;
        position: relative;
        user-select: none;
    }

        .cui_tab_t ul li .cui_icon {
            display: inline-block;
            font-size: 1.2em;
            margin-right: 6px;
            vertical-align: middle;
        }

        .cui_tab_t ul li.on {
            font-weight: bold;
            color: #354972;
        }

            .cui_tab_t ul li.on:after {
                display: block;
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 3px;
                background: #297EFF;
            }

    .cui_tab_t:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background: #E7E9F0;
    }

    .cui_tab_t:after {
        display: block;
        content: '';
        clear: both;
    }

.cui_tab_m {
    display: none;
}

.cui_tab_t ul li a {
    font-size: 14px;
    cursor: pointer;
    color: #98A3B5;
}

.cui_tab_t ul li.on a {
    font-weight: bold;
    color: #354972;
}

.cui_tab_blue .cui_tab_t ul li {
    padding: 10px 0;
}

    .cui_tab_blue .cui_tab_t ul li.on {
        color: #297EFF;
    }

        .cui_tab_blue .cui_tab_t ul li.on a {
            color: #297EFF;
        }

.cui_tab_t_small ul li {
    font-size: 14px;
}

/*鎸夐挳*/
.cui_btn {
}

.cui_btn {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 30px;
    border: 1px solid #297EFF;
    padding: 0 20px;
    background-color: #ffffff;
    color: #297EFF;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
}

    .cui_btn:hover {
        background-color: #f0f6ff;
    }

    .cui_btn + .cui_btn {
        margin-left: 10px
    }

    .cui_btn .cui_icon {
        font-size: 1.3em;
        margin-right: 0.4em;
        vertical-align: middle;
        display: inline-block;
    }

.cui_btn_small {
    height: 26px;
    line-height: 25px;
    font-size: 12px;
}

.cui_btn_blue {
    border: 1px solid transparent;
    background: #2279ff;
    background-image: linear-gradient(to right,#2279ff,#3d8dff);
    color: #ffffff;
}

    .cui_btn_blue:hover {
        background-image: linear-gradient(to right,#2279ff,#3d8dff);
        color: #ffffff;
        opacity: 0.8;
    }

.cui_btn_secondary {
    border: 1px solid transparent;
    background-color: #eaf3ff;
}

    .cui_btn_secondary:hover {
        background-color: #eaf3ff;
        opacity: 0.6;
    }

.cui_btn_grey {
    border: 1px solid transparent;
    background-color: #f1f2f5;
    color: #919CB0;
}

    .cui_btn_grey:hover {
        background-color: #f1f2f5;
        opacity: 0.6;
    }

.cui_btn_icon {
    border: 1px solid transparent;
    background-color: transparent;
    color: #46587E;
}

    .cui_btn_icon:hover {
        background-color: transparent;
        color: #297EFF;
    }

.cui_btn_iconr {
    border: 1px solid transparent;
    background-color: transparent;
    color: #919CB0;
    padding: 0 8px;
}

    .cui_btn_iconr:hover {
        background-color: transparent;
        color: #297EFF;
    }

    .cui_btn_iconr .cui_icon {
        display: block;
        margin-right: 0;
    }

.cui_btn_icons {
    border: 1px solid transparent;
    background-color: transparent;
    color: #297EFF;
    padding: 0 8px;
}

    .cui_btn_icons:hover {
        background-color: transparent;
        opacity: 0.8;
    }

    .cui_btn_icons .cui_icon {
        display: block;
        margin-right: 0;
    }

.cui_btn_iconl {
    border: 1px solid #e7e9f0;
    background-color: transparent;
    color: #46587E;
    padding: 0 8px;
}

    .cui_btn_iconl:hover {
        background-color: transparent;
        color: #297EFF;
    }

    .cui_btn_iconl .cui_icon {
        display: block;
        margin-right: 0;
    }

    .cui_btn_iconl:hover {
        border: 1px solid #297EFF;
    }

.cui_btn_text {
    border: 1px solid transparent;
    background-color: transparent;
    color: #919CB0;
}

    .cui_btn_text:hover {
        background-color: transparent;
        color: #297EFF;
    }

.cui_btn_link {
    border: 1px solid transparent;
    background-color: transparent;
    color: #297EFF;
}

    .cui_btn_link:hover {
        background-color: transparent;
        opacity: 0.8;
    }


.cui_btn_disabled {
    cursor: not-allowed !important;
    border: 1px solid #e7e9f0;
    background-color: #F3F3F3;
    color: #ADB0B2 !important;
}

.cui_btn_blue.cui_btn_disabled {
    border: 1px solid transparent;
    background-image: none;
    background-color: #DFDFDF;
    color: #ffffff;
}

.cui_btn_secondary.cui_btn_disabled {
    border: 1px solid transparent;
    background-color: #DFDFDF;
    color: #ffffff;
}

.cui_btn_grey.cui_btn_disabled {
    border: 1px solid transparent;
    background-color: #DFDFDF;
    color: #ffffff;
}

.cui_btn_icon.cui_btn_disabled {
    border: 1px solid transparent;
    background-color: transparent;
    color: #DFDFDF;
}

.cui_btn_icons.cui_btn_disabled {
    border: 1px solid transparent;
    background-color: transparent;
    color: #DFDFDF;
}

.cui_btn_text.cui_btn_disabled {
    border: 1px solid transparent;
    background-color: transparent;
    color: #DFDFDF;
}

.cui_btn_link.cui_btn_disabled {
    border: 1px solid transparent;
    background-color: transparent;
    color: #DFDFDF;
}


.cui_btn_medium {
    height: 36px;
    line-height: 34px;
}

.cui_btn_large {
    height: 40px;
    line-height: 38px;
}

.cui_btn_big {
    border-width: 2px;
    border-color: #95bfff;
    font-size: 16px;
    height: 56px;
    line-height: 54px;
    border-radius: 6px;
}

    .cui_btn_big.cui_btn_blue {
        border-color: transparent;
    }

    .cui_btn_big.cui_btn_grey {
        border-color: transparent;
    }

    .cui_btn_big.cui_btn_icon {
        border-color: transparent;
    }

    .cui_btn_big.cui_btn_icons {
        border-color: transparent;
    }

    .cui_btn_big.cui_btn_text {
        border-color: transparent;
    }

    .cui_btn_big.cui_btn_link {
        border-color: transparent;
    }

.cui_btn_full {
    display: block;
    width: 100%;
    padding: 0 0;
}

.cui_btnbox {
    font-size: 0;
}

    .cui_btnbox .cui_btn {
        margin-right: 10px;
        margin-bottom: 10px
    }

        .cui_btnbox .cui_btn + .cui_btn {
            margin-left: 0
        }

/*姝ラ鏉�*/
.cui_step {
    height: 60px;
    margin-bottom: 18px;
}

    .cui_step ul li {
        float: left;
        position: relative;
        width: 26%;
        margin-left: -1%;
        height: 60px;
        font-size: 16px;
        color: #919cb0;
        font-weight: bold;
    }

        .cui_step ul li:before, .cui_step ul li:after {
            position: absolute;
            top: 0;
            width: 50%;
            height: 60px;
            display: block;
            content: '';
            background-image: url(../img/step2.png);
            background-size: auto 60px;
            z-index: 10;
        }

        .cui_step ul li:before {
            left: 0;
            background-position: left top;
        }

        .cui_step ul li:after {
            right: 0;
            background-position: right top;
        }

        .cui_step ul li a {
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            margin-top: -12px;
            line-height: 24px;
            text-align: center;
            text-indent: 10px;
            z-index: 20;
            color: #919cb0;
        }

            .cui_step ul li a:hover {
                color: #297EFF;
            }

        .cui_step ul li i {
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 2px;
            margin-right: 8px;
            font-size: 22px;
            color: #297EFF;
            font-weight: normal;
        }

        .cui_step ul li:nth-child(1) {
            margin-left: 0;
            width: 25%;
        }

            .cui_step ul li:nth-child(1) p {
                text-indent: -12px;
            }

            .cui_step ul li:nth-child(1):before, .cui_step ul li:nth-child(1):after {
                background-image: url(../img/step1.png);
                background-size: auto 60px;
            }

        .cui_step ul li:last-child:before, .cui_step ul li:last-child:after {
            background-image: url(../img/step3.png);
            background-size: auto 60px;
        }

        .cui_step ul li.on a {
            color: #fff;
        }

        .cui_step ul li.on:before, .cui_step ul li.on:after {
            background-image: url(../img/step2s.png);
            background-size: auto 60px;
        }

        .cui_step ul li.on i {
            color: #ffffff;
        }

        .cui_step ul li:nth-child(1).on:before, .cui_step ul li:nth-child(1).on:after {
            background-image: url(../img/step1s.png);
            background-size: auto 60px;
        }

        .cui_step ul li:last-child.on:before, .cui_step ul li:last-child.on:after {
            background-image: url(../img/step3s.png);
            background-size: auto 60px;
        }

.cui_step_3 ul li {
    width: 34%;
}

    .cui_step_3 ul li:nth-child(1) {
        width: 33%;
    }

.cui_step_5 ul li {
    width: 21%;
}

    .cui_step_5 ul li:nth-child(1) {
        width: 20%;
    }


/*姝ラ鏉�2*/
.cui_task_step {
    display: flex;
}

    .cui_task_step .item {
        flex: 1;
        position: relative;
        padding-top: 110px;
        text-align: center;
        line-height: 24px;
        color: #C1C6CD;
        font-size: 14px;
        font-weight: bold;
    }

        .cui_task_step .item:before {
            display: block;
            content: '';
            position: absolute;
            left: 50%;
            top: 79px;
            width: 6px;
            height: 6px;
            border: 3px #277CFF solid;
            background: #fff;
            margin-left: -5px;
            border-radius: 50%;
            z-index: 20;
            box-sizing: content-box;
        }

        .cui_task_step .item:after {
            display: block;
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 83px;
            height: 4px;
            background: #d6d9de;
            z-index: 19;
        }

        .cui_task_step .item:first-child:after {
            left: 50%;
        }

        .cui_task_step .item:last-child:after {
            right: 50%;
        }

        .cui_task_step .item .m {
            position: absolute;
            top: 8px;
            left: 50%;
            margin-left: -96px;
            width: 190px;
            padding: 6px 10px;
            border-radius: 3px;
            border: 1px #dfdfe1 solid;
            font-size: 12px;
            line-height: 20px;
            color: #878aa2;
            background: #fff;
            text-align: left;
            display: none;
        }

            .cui_task_step .item .m b {
                color: #354972;
            }

            .cui_task_step .item .m a {
                color: #277CFF;
            }

            .cui_task_step .item .m:after {
                display: block;
                content: '';
                position: absolute;
                left: 50%;
                bottom: -5px;
                margin-left: -5px;
                width: 0;
                height: 0;
                border-left: 5px transparent solid;
                border-right: 5px transparent solid;
                border-top: 5px #dfdfe1 solid;
            }

    .cui_task_step .item_ed {
        color: #354972;
    }

        .cui_task_step .item_ed:after {
            background: #277CFF;
        }

    .cui_task_step .item_on {
        color: #354972;
    }

        .cui_task_step .item_on:after {
            background: linear-gradient(to right, #277CFF 0%, #277CFF 50%, #d6d9de 50%, #d6d9de 100%);
        }

        .cui_task_step .item_on:before {
            background: url(../img/biao.png) center center no-repeat;
            background-size: 40px auto;
            width: 40px;
            height: 40px;
            margin-left: -20px;
            border-radius: 0;
            border: 0;
            top: 65px;
        }

    .cui_task_step .item:hover .m {
        display: block;
    }


/*姝ラ鏉�3*/
.cui_vertical_step {
    padding: 10px;
    background: #fff;
    position: relative;
}

    .cui_vertical_step:before {
        display: block;
        content: '';
        position: absolute;
        left: 24px;
        width: 2px;
        top: 42px;
        bottom: 42px;
        background: #277CFF;
    }

    .cui_vertical_step ul li {
        padding: 8px 0 8px 40px;
        position: relative;
    }

        .cui_vertical_step ul li b {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -15px;
            width: 30px;
            height: 30px;
            line-height: 20px;
            text-align: center;
            border-radius: 50%;
            background: #277CFF;
            color: #fff;
            font-size: 12px;
            border: 5px #fff solid;
            font-weight: normal;
        }

        .cui_vertical_step ul li p {
            display: block;
            position: relative;
            background: #f7f7f7;
            border-radius: 4px;
            padding-left: 60px;
            height: 60px;
            line-height: 60px;
            font-size: 14px;
            color: #354972;
        }

            .cui_vertical_step ul li p:before {
                display: block;
                content: '';
                width: 0;
                height: 0;
                border-top: 6px transparent solid;
                border-bottom: 6px transparent solid;
                border-right: 6px #f7f7f7 solid;
                position: absolute;
                left: -6px;
                top: 50%;
                margin-top: -6px;
            }

            .cui_vertical_step ul li p .cui_icon {
                display: block;
                width: 28px;
                height: 28px;
                position: absolute;
                left: 20px;
                top: 50%;
                margin-top: -14px;
                border-radius: 50%;
                text-align: center;
                line-height: 28px;
                font-size: 16px;
                background-color: #277CFF;
                color: #fff;
                font-weight: normal;
            }

        .cui_vertical_step ul li:nth-child(1) p .cui_icon {
        }

        .cui_vertical_step ul li:nth-child(2) p .cui_icon {
            background-color: #55cdc7;
        }

        .cui_vertical_step ul li:nth-child(3) p .cui_icon {
            background-color: #ffb15a;
        }

        .cui_vertical_step ul li:nth-child(4) p .cui_icon {
            background-color: #ff0000;
        }

        .cui_vertical_step ul li:nth-child(5) p .cui_icon {
            background-color: #4da2fd;
        }

        .cui_vertical_step ul li:nth-child(6) p .cui_icon {
            background-color: #ff6600;
        }


/*鍗曢€�*/
.cui_radio {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}

    .cui_radio input:not(.myinput) {
        display: none;
    }

    .cui_radio span {
        position: relative;
        display: block;
        padding-left: 24px;
        line-height: 32px;
    }

        .cui_radio span:before {
            display: block;
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -8px;
            width: 16px;
            height: 16px;
            border: 1px #dddfe5 solid;
            border-radius: 50%;
            box-sizing: border-box;
            transition: all 300ms ease;
        }

        .cui_radio span:after {
            display: block;
            content: '';
            position: absolute;
            left: 5px;
            top: 50%;
            margin-top: -3px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            transition: all 300ms ease;
        }

    .cui_radio:hover span:before {
        border: 1px #277CFF solid;
    }

    .cui_radio input:checked + span:before {
        border: 1px #277CFF solid;
        background: #fff;
    }

    .cui_radio input:checked + span:after {
        background: #277CFF;
    }

    .cui_radio input:disabled + span {
        color: #98A3B5;
        cursor: not-allowed !important;
    }

        .cui_radio input:disabled + span:before {
            border: 1px #dddfe5 solid;
            background: #f3f3f3;
        }

    .cui_radio input:disabled:checked + span:after {
        background: #dddfe5;
    }

    .cui_radio + .cui_radio {
        margin-left: 20px;
    }

/*澶氶€�*/
.cui_checkbox {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}

    .cui_checkbox input {
        display: none;
    }

    .cui_checkbox span {
        position: relative;
        display: block;
        padding-left: 24px;
        line-height: 32px;
    }

        .cui_checkbox span:before {
            display: block;
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -8px;
            width: 16px;
            height: 16px;
            border: 1px #dddfe5 solid;
            border-radius: 3px;
            box-sizing: border-box;
            transition: all 300ms ease;
        }

    .cui_checkbox:hover span:before {
        border: 1px #277CFF solid;
    }

    .cui_checkbox input:checked + span:before {
        border: 1px transparent solid;
        background: url(../img/checkbox.png) center center no-repeat #277CFF;
    }

    .cui_checkbox input:disabled + span {
        color: #98A3B5;
        cursor: not-allowed !important;
    }

        .cui_checkbox input:disabled + span:before {
            border: 1px #dddfe5 solid;
            background-color: #f3f3f3;
        }

    .cui_checkbox input:disabled:checked + span:before {
        border: 1px #dddfe5 solid;
        background-color: #dddfe5;
    }

    .cui_checkbox + .cui_checkbox {
        margin-left: 20px;
    }


/*琛ㄥ崟*/
.cui_textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    background: none;
    border: 1px #e7e9f0 solid;
    padding: 7px 16px;
    font-size: 14px;
    line-height: 24px;
    color: #354972;
}

    .cui_textarea::-webkit-input-placeholder {
        color: #878aa2;
    }

    .cui_textarea:focus {
        border: 1px #277CFF solid;
    }

.cui_input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    background: none;
    border: 1px #e7e9f0 solid;
    padding: 0 14px;
    font-size: 14px;
    line-height: 38px;
    height: 40px;
    color: #354972;
}

    .cui_input::-webkit-input-placeholder {
        color: #878aa2;
    }

    .cui_input:focus {
        border: 1px #277CFF solid;
    }

.cui_select:focus {
    border: 1px #277CFF solid;
}

.cui_input_large {
    line-height: 54px;
    height: 56px;
    font-size: 16px;
}

.cui_input_small {
    line-height: 30px;
    height: 32px;
}

.cui_input_search {
    background: url(../img/search.png) left center no-repeat;
    background-size: auto 100%;
    padding-left: 40px;
}

    .cui_input_search.cui_input_large {
        padding-left: 56px;
    }

    .cui_input_search.cui_input_small {
        padding-left: 32px;
    }

.cui_input_search_bgc {
    background: url(../img/search.png) left center no-repeat #f5f6fa;
    background-size: auto 100%;
    padding-left: 40px;
}

.cui_select {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    background: url(../img/select.png) right center no-repeat;
    border: 1px #e7e9f0 solid;
    padding: 0 16px;
    font-size: 14px;
    line-height: 38px;
    height: 40px;
    cursor: pointer;
    color: #354972;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}

    .cui_select::-ms-expand {
        display: none
    }

    .cui_select.align_right {
        padding-right: 2em;
        direction: rtl;
    }

.cui_select_large {
    line-height: 54px;
    height: 56px;
    font-size: 16px;
}

.cui_select_small {
    line-height: 30px;
    height: 32px;
}

.cui_input_tit {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 8px 0;
}

.cui_input_label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 8px 0;
    position: relative;
}

    .cui_input_label + .cui_input_tit {
        margin-left: 10px;
    }

.cui_select_tree {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 999;
    display: none;
    background: #fff;
    border-radius: 3px;
    border: 1px #e7e7e7 solid;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    min-width: 200px;
    overflow-y: auto;
    max-height: 400px;
}

    .cui_select_tree .ztree {
        margin: 0 -6px;
    }

.cui_form {
    padding: 10px;
}

    .cui_form tabel {
        border: 0;
        border-collapse: collapse;
    }

    .cui_form th {
        padding: 7px 10px;
        text-align: right;
        color: #354972;
        line-height: 20px;
    }

        .cui_form th i {
            color: #ff4949;
            font-style: normal;
        }

        .cui_form th span {
            display: block;
            font-size: 12px;
            color: #a1aabb;
            font-weight: normal;
        }

        .cui_form th.vtop {
            vertical-align: top;
            line-height: 40px;
        }

    .cui_form td {
        padding: 7px 10px;
        min-height: 40px;
        position: relative;
    }

    .cui_form .cui_checkbox {
        padding: 4px 0;
    }

.cui_form_user {
    position: absolute;
    right: 12px;
    top: 6px;
    background: url(../img/user.png) center center no-repeat;
    background-size: 24px auto;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

    .cui_form_user:hover {
        opacity: 0.8;
    }

.codeimg {
    display: block;
    height: 40px;
    border-radius: 4px;
    background: #f4f5f8;
    overflow: hidden;
}

    .codeimg img {
        display: block;
        margin: 0 auto;
        height: 40px;
    }

.cui_form_t {
    font-weight: bold;
    color: #354972;
    line-height: 26px;
    padding: 7px 0;
}

.cui_form_m {
    padding-bottom: 7px;
    position: relative;
}

.cui_error {
    border: 1px #F64041 solid;
    color: #F64041;
}

.form_error_tip {
    padding-top: 6px;
    line-height: 14px;
    font-size: 12px;
    color: #F64041;
}

    .form_error_tip i {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 2px;
        margin-right: 5px;
    }

.cui_input_label .form_error_tip {
    position: absolute;
    left: 0;
    bottom: -16px;
    padding-top: 0;
    line-height: 16px;
}

.cui_mtit {
    font-size: 16px;
    font-weight: bold;
    color: #354972;
    position: relative;
    padding: 15px 20px;
    line-height: 26px;
}

    .cui_mtit .cui_icon {
        float: left;
        font-size: 22px;
        color: #297EFF;
        margin-right: 12px;
    }

/*涓嬫媺鑿滃崟*/
.cui_drop {
    position: relative;
}

.cui_drop_t {
    cursor: pointer;
}

.cui_drop_m {
    position: absolute;
    left: 50%;
    top: 42px;
    width: 130px;
    margin-left: -65px;
    background: #fff;
    border-radius: 3px;
    border: 1px #e7e7e7 solid;
    z-index: 999;
    display: none;
}

    .cui_drop_m:before {
        position: absolute;
        left: 0;
        right: 0;
        top: -8px;
        display: block;
        content: '';
        height: 8px;
        background: url(../img/navt.png) center bottom no-repeat;
        background-size: auto 8px;
    }

    .cui_drop_m li {
        position: relative;
    }

    .cui_drop_m a {
        display: block;
        padding: 0;
        font-size: 14px;
        color: #919CB0;
        text-align: center;
        line-height: 36px;
        height: 36px;
        position: relative;
        border-radius: 3px;
    }

        .cui_drop_m a .cui_icon {
            font-size: 1.2em;
            margin-right: 8px;
            vertical-align: middle;
        }

        .cui_drop_m a.on {
            color: #277CFF;
        }

        .cui_drop_m a:hover {
            color: #277CFF;
        }

    .cui_drop_m .haschild {
    }

        .cui_drop_m .haschild:after {
            display: block;
            content: '';
            position: absolute;
            right: 8px;
            width: 0;
            height: 0;
            top: 50%;
            margin-top: -3px;
            border-top: 4px transparent solid;
            border-bottom: 4px transparent solid;
            border-left: 4px #d7dbe2 solid;
            transition: all 300ms ease;
        }

    .cui_drop_m ul {
        padding: 8px 4px;
    }

        .cui_drop_m ul ul {
            position: absolute;
            left: 99%;
            top: 0;
            background: #fff;
            border-radius: 3px;
            border: 1px #e7e7e7 solid;
            width: 130px;
            display: none;
        }

    .cui_drop_m li:hover > .haschild {
        background-color: #e0ecfe;
    }

        .cui_drop_m li:hover > .haschild:after {
            border-left: 4px #277CFF solid;
        }

    .cui_drop_m li:hover > ul {
        display: block;
    }

    .cui_drop_m.scroll_y {
        max-height: 232px;
    }

.cui_drop_r .cui_drop_m {
    left: auto;
    right: 0;
    margin-left: 0;
}

    .cui_drop_r .cui_drop_m:before {
        background-position: right bottom;
    }

    .cui_drop_r .cui_drop_m ul ul {
        right: 99%;
        left: auto;
    }

/*鑷畾涔夊脊绐�*/
.cui_pop {
    position: relative;
}

.cui_pop_t {
    cursor: pointer;
}

.cui_pop_m {
    position: absolute;
    left: 50%;
    top: 42px;
    width: 300px;
    margin-left: -150px;
    background: #fff;
    border-radius: 3px;
    border: 1px #e7e7e7 solid;
    z-index: 999;
    display: none;
}

    .cui_pop_m:before {
        position: absolute;
        left: 0;
        right: 0;
        top: -8px;
        display: block;
        content: '';
        height: 8px;
        background: url(../img/navt.png) center bottom no-repeat;
        background-size: auto 8px;
    }

.cui_pop_r .cui_pop_m {
    left: auto;
    right: 0;
    margin-left: 0;
}

    .cui_pop_r .cui_pop_m:before {
        background-position: 98% bottom;
    }



/*琛ㄦ牸*/
.mtable {
}

    .mtable table {
        border: 1px #e7e9f0 solid;
        width: 100%;
        border-collapse: collapse;
    }

        .mtable table th {
            border: none;
            border-bottom: 1px #e7e9f0 solid;
            background: #f9fbfd;
            font-size: 15px;
            box-sizing: border-box;
            color: #354972;
            padding: 7px 14px;
            height: 46px;
        }

        .mtable table td {
            border: none;
            border-bottom: 1px #e7e9f0 solid;
            font-size: 14px;
            box-sizing: border-box;
            color: #878AA2;
            padding: 7px 14px;
            height: 46px;
        }

        .mtable table tbody tr:hover {
            background: #f9fbfd;
        }

        .mtable table tr:hover {
            background: #f9fbfd;
        }

        .mtable table tbody tr:hover td {
            color: #297eff;
        }

        .mtable table tr:hover td {
            color: #297eff;
        }

        .mtable table td img {
            vertical-align: middle;
        }

    .mtable .rline {
        border-right: 1px #e7e9f0 solid !important;
    }

.mtable_fixed table {
    table-layout: fixed;
}

    .mtable_fixed table td {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.mtable_autowidth {
    overflow-x: auto;
    padding-bottom: 5px;
}

    .mtable_autowidth table {
        width: auto;
    }

        .mtable_autowidth table th {
            white-space: nowrap;
        }

        .mtable_autowidth table td {
            white-space: nowrap;
        }

.mtable .tag_li {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding-left: 64px;
    height: 24px;
    line-height: 24px;
}

    .mtable .tag_li:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        background: #297EFF;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        margin-top: -3px;
    }

    .mtable .tag_li i {
        position: absolute;
        left: 15px;
        top: 50%;
        background: #e4efff;
        text-align: center;
        color: #297EFF;
        width: 40px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin-top: -10px;
        border-radius: 3px;
    }

.mtable .tag_li_red:before {
    background: #f64041;
}

.mtable .tag_li_orange:before {
    background: #FFAC34;
}

.mtable .tag_li_green:before {
    background: #55cdc7;
}

.mtable .tag_li_grey:before {
    background: #CEE0FC;
}

.mtable .tag_li_red i {
    background: #fee5e5;
    color: #f64041;
}

.mtable .tag_li_orange i {
    background: #fdf2dd;
    color: #FFAC34;
}

.mtable .tag_li_green i {
    background: #e8f8f7;
    color: #55cdc7;
}

.mtable .tag_li_grey i {
    background: #f1f1f1;
    color: #9b9b9b;
}


.mtable_step {
    display: block;
    padding-right: 35px;
    position: relative;
    height: 8px;
    line-height: 18px;
    margin-right: 20px;
}

    .mtable_step i {
        font-size: 12px;
        color: #878aa2;
        position: absolute;
        right: 0;
        top: -5px;
        width: 30px;
        text-align: left;
    }

    .mtable_step p {
        display: block;
        height: 8px;
        border-radius: 4px;
        background: #ebeef1;
        position: relative;
    }

        .mtable_step p span {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            height: 8px;
            border-radius: 4px;
            background-image: linear-gradient(to right,#2279ff,#3d8dff);
        }

.mtable_step_green p span {
    background-image: linear-gradient(to right,#69d6b8,#4bd99e);
}

.mtable_step_yellow p span {
    background-image: linear-gradient(to right,#ffbe57,#ffbe59);
}

.mtable_step_red p span {
    background-image: linear-gradient(to right,#ff6f6f,#ff4d4d);
}

/*鎻忚堪鍒楄〃*/
.cui_info {
    color: #878aa2;
}

    .cui_info table {
    }

    .cui_info th {
        color: #354972;
        text-align: left;
        line-height: 24px;
        vertical-align: top;
        padding: 6px 10px 6px 0;
    }

    .cui_info td {
        line-height: 24px;
        vertical-align: top;
        padding: 6px 0;
    }

        .cui_info td + th {
            padding-left: 10px;
        }

.cui_info_hasline {
    color: #878aa2;
}

    .cui_info_hasline table {
        border: 1px #e7e9f0 solid;
        border-collapse: collapse;
    }

    .cui_info_hasline th {
        padding: 8px 14px;
        text-align: right;
        background: #f9fafc;
        color: #354972;
        line-height: 24px;
        border: 1px #e7e9f0 solid;
    }

    .cui_info_hasline td {
        padding: 8px 14px;
        border: 1px #e7e9f0 solid;
        line-height: 24px;
    }

.cui_info_top {
    padding: 20px 0 20px 66px;
    position: relative;
    margin: 0 20px;
    border-bottom: 1px #eeeeee solid;
}

    .cui_info_top .img {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -24px;
    }

        .cui_info_top .img img, .cui_info_top .img i {
            display: block;
            width: 48px;
            height: 48px;
            line-height: 48px;
            border-radius: 4px;
            background: #3889ff;
            color: #fff;
            font-size: 32px;
        }

    .cui_info_top .t {
        display: block;
        overflow: hidden;
        color: #354972;
        font-size: 20px;
        line-height: 24px;
        height: 24px;
        margin-bottom: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .cui_info_top .m {
        display: block;
        overflow: hidden;
        color: #b0b8c1;
        font-size: 14px;
        line-height: 16px;
        height: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


/*涓婁紶*/
.cui_upload_info {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    background: none;
    border: 1px #e7e9f0 solid;
    padding: 0 14px;
    font-size: 14px;
    line-height: 38px;
    height: 40px;
    color: #354972;
}

    .cui_upload_info .cui_icon {
        margin-right: 5px;
        font-size: 14px;
    }

    .cui_upload_info a {
        margin-left: 15px;
        font-size: 14px;
    }

.cui_file_upload {
    text-align: center;
    color: #9EA8B9;
    border: 1px #ECEEF3 dotted;
    border-radius: 3px;
    padding: 40px;
    cursor: pointer;
}

    .cui_file_upload img {
        display: block;
        margin: 0 auto;
    }

    .cui_file_upload:hover {
        border: 1px #9EA8B9 dotted;
    }

/*娑堟伅鎻愮ず*/
.cui_tip_label {
    padding: 7px 0;
}

.cui_tip {
    display: inline-block;
    border: 1px #ECEEF3 solid;
    border-radius: 3px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.03);
    padding: 10px 18px 10px 44px;
    line-height: 22px;
    position: relative;
}

    .cui_tip .cui_icon {
        position: absolute;
        left: 18px;
        top: 10px;
    }

    .cui_tip .clo {
        position: absolute;
        right: 0;
        top: 50%;
        cursor: pointer;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        background: url(../img/tabclo.png) center center no-repeat;
        opacity: 0.5;
    }

        .cui_tip .clo:hover {
            opacity: 1;
        }

.cui_tip_long {
    padding-right: 44px;
}

.cui_tip_warning {
    display: block;
    color: #878AA2;
    padding: 14px 60px 14px 50px;
    border: none;
    background: #f8f9fb;
    box-shadow: none;
}

    .cui_tip_warning .cui_icon {
        left: 24px;
        top: 14px;
    }

    .cui_tip_warning .clo {
        right: 10px;
    }

    .cui_tip_warning b {
        color: #354972;
    }

    .cui_tip_warning:before {
        display: block;
        content: '';
        position: absolute;
        left: 100px;
        width: 0;
        height: 0;
        top: -7px;
        border-left: 7px transparent solid;
        border-right: 7px transparent solid;
        border-bottom: 7px #f8f9fb solid;
    }

/*绌虹姸鎬�*/
.cui_noone {
    background: url(../img/noone.png) center 40px no-repeat;
    padding-top: 230px;
    text-align: center;
    color: #98A3B7;
    font-size: 14px;
    padding-bottom: 40px;
}

.cui_noone_fixed {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}

/*寰借*/
.num_emblem {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    height: 18px;
    line-height: 18px;
    border-radius: 9px;
    background: #F64041;
    color: #fff;
    font-size: 12px;
    margin-left: 1em;
}

.num_emblem_fixed {
    position: absolute;
    right: 0;
    top: -2px;
    padding: 0 4px;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
}

.cui_hot {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    height: 16px;
    line-height: 16px;
    background: #F64041;
    color: #fff;
    font-size: 12px;
    margin-left: 0.5em;
    position: relative;
}

    .cui_hot:before {
        display: block;
        content: '';
        position: absolute;
        left: -3px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 4px transparent solid;
        border-right: 4px transparent solid;
        border-bottom: 4px #F64041 solid;
    }

.cui_state {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    width: 3.8em;
    text-align: center;
    background: #e3edfd;
    color: #3380F4;
    margin-right: 10px;
    position: relative;
    font-size: 13px;
}

.cui_state_red {
    background: #ffe6e6;
    color: #F64041;
}

.cui_state_green {
    background: #e8f8f7;
    color: #55CDC7;
}

.cui_state_grey {
    background: #f1f1f1;
    color: #9B9B9B;
}

.cui_state_trapezoid {
    margin: 0 5px;
    border-radius: 2px;
    width: 3.4em;
}

    .cui_state_trapezoid:before {
        display: block;
        content: '';
        position: absolute;
        left: -4px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 4px transparent solid;
        border-right: 4px transparent solid;
        border-bottom: 24px #e3edfd solid;
    }

    .cui_state_trapezoid:after {
        display: block;
        content: '';
        position: absolute;
        right: -4px;
        top: 0;
        width: 0;
        height: 0;
        border-left: 4px transparent solid;
        border-right: 4px transparent solid;
        border-top: 24px #e3edfd solid;
    }

.cui_state_red.cui_state_trapezoid:before {
    border-bottom: 24px #ffe6e6 solid;
}

.cui_state_red.cui_state_trapezoid:after {
    border-top: 24px #ffe6e6 solid;
}

.cui_state_green.cui_state_trapezoid:before {
    border-bottom: 24px #e8f8f7 solid;
}

.cui_state_green.cui_state_trapezoid:after {
    border-top: 24px #e8f8f7 solid;
}

.cui_state_grey.cui_state_trapezoid:before {
    border-bottom: 24px #f1f1f1 solid;
}

.cui_state_grey.cui_state_trapezoid:after {
    border-top: 24px #f1f1f1 solid;
}


.cui_spot {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3380F4;
}

.cui_spot_red {
    background: #F64041;
}

.cui_spot_green {
    background: #55CDC7;
}

.cui_spot_grey {
    background: #9B9B9B;
}

/*鎶樺彔闈㈡澘*/
.cui_box_panel {
}

    .cui_box_panel .cui_box_t {
        cursor: pointer;
    }

        .cui_box_panel .cui_box_t:before {
            display: block;
            content: '';
            position: absolute;
            right: 20px;
            top: 50%;
            width: 0;
            height: 0;
            border-left: 6px transparent solid;
            border-right: 6px transparent solid;
            border-bottom: 6px #cccccc solid;
            margin-top: -3px;
            transition: all 300ms ease;
        }

.cui_only_panel .cui_box_panel .cui_box_t:before {
    transform: rotateX(180deg);
}

.cui_only_panel .cui_box_panel .cui_box_m {
    display: none;
}

.cui_only_panel .cui_box_panel:first-child .cui_box_t:before {
    transform: rotateX(0deg);
}

.cui_only_panel .cui_box_panel:first-child .cui_box_m {
    display: block;
}

.cui_only_panel .cui_box_panel_show .cui_box_t:before {
    transform: rotateX(0deg) !important;
}

.cui_only_panel .cui_box_panel_hide .cui_box_t:before {
    transform: rotateX(180deg) !important;
}

.cui_box_panel_show .cui_box_t:before {
    transform: rotateX(0deg) !important;
}

.cui_box_panel_hide .cui_box_t:before {
    transform: rotateX(180deg) !important;
}

.cui_search_box_m {
    position: relative;
    padding-bottom: 10px;
}

.cui_search_box_m_btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 14px;
    width: 50px;
    border-radius: 12px 12px 0 0;
    background: #E8F2FF;
    margin-left: -25px;
    cursor: pointer;
    transition: all 300ms ease;
    user-select: none;
}

    .cui_search_box_m_btn:after {
        display: block;
        content: '';
        width: 14px;
        height: 14px;
        margin: 0 auto;
        background: url(../img/up.png) center center no-repeat;
        transition: all 300ms ease;
    }

    .cui_search_box_m_btn:hover {
        background: #dae8fa;
    }

.cui_search_box_m .cui_form {
    transition: height 300ms ease;
}

.cui_search_hide .cui_form {
    height: 68px;
    overflow: hidden;
}

.cui_search_hide .cui_search_box_m_btn:after {
    transform: rotateX(180deg);
}


/*鑷畾涔夊鑸�*/
.cui_count_nav {
    display: block;
    background: #fff;
    border-radius: 6px;
    position: relative;
    height: 70px;
}

    .cui_count_nav .img {
        position: absolute;
        left: 12px;
        top: 50%;
        margin-top: -22px;
    }

        .cui_count_nav .img img {
            display: block;
            height: 44px;
        }

    .cui_count_nav .t {
        position: absolute;
        left: 66px;
        bottom: 50%;
        font-size: 15px;
        line-height: 18px;
        font-weight: bold;
    }

    .cui_count_nav .m {
        position: absolute;
        left: 66px;
        top: 50%;
        font-size: 12px;
        line-height: 22px;
        color: #979CB0;
    }

        .cui_count_nav .m a {
            display: block;
            color: #979CB0;
            padding: 0 4px;
        }

            .cui_count_nav .m a:hover {
                color: #277CFF;
            }

.cui_count_nav2 {
    display: block;
    background: #fff;
    border-radius: 6px;
    position: relative;
    padding: 10px 20px;
}

    .cui_count_nav2 .img {
        position: relative;
        margin-left: -4px;
    }

        .cui_count_nav2 .img img {
            display: block;
            height: 44px;
        }

    .cui_count_nav2 .t {
        font-size: 15px;
        line-height: 28px;
        font-weight: bold;
    }

    .cui_count_nav2 .m {
        font-size: 12px;
        line-height: 22px;
        color: #979CB0;
    }

        .cui_count_nav2 .m ul {
            margin-left: -6px;
        }

            .cui_count_nav2 .m ul li {
                float: left;
                position: relative;
            }

        .cui_count_nav2 .m a {
            display: block;
            color: #979CB0;
            padding: 0 6px;
        }

            .cui_count_nav2 .m a:hover {
                color: #277CFF;
            }

        .cui_count_nav2 .m ul li p {
            display: none;
            display: none;
            position: absolute;
            left: 50%;
            top: 30px;
            margin-left: -45px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.13);
            border-radius: 4px;
            background: #fff;
            padding: 10px 5px;
            width: 90px;
            z-index: 99;
        }

            .cui_count_nav2 .m ul li p:before {
                display: block;
                content: '';
                position: absolute;
                left: 50%;
                margin-left: -8px;
                top: -8px;
                width: 0;
                height: 0;
                border-left: 8px transparent solid;
                border-right: 8px transparent solid;
                border-bottom: 8px #fff solid;
            }

            .cui_count_nav2 .m ul li p a {
                display: block;
                padding: 5px;
                line-height: 1.4;
                color: #979CB0;
                text-align: center;
            }

                .cui_count_nav2 .m ul li p a:hover {
                    color: #277CFF;
                }

        .cui_count_nav2 .m ul li:hover p {
            display: block;
        }

        .cui_count_nav2 .m:after {
            display: block;
            content: '';
            clear: both;
        }

    .cui_count_nav2 .r {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -39px;
        font-size: 12px;
        line-height: 26px;
        color: #979CB0;
    }

        .cui_count_nav2 .r p {
            display: block;
            position: relative;
            padding-left: 14px;
        }

            .cui_count_nav2 .r p:before {
                display: block;
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                width: 6px;
                height: 6px;
                border-radius: 3px;
                margin-top: -3px;
                background: #468CFB;
            }

            .cui_count_nav2 .r p:nth-child(2):before {
                background: #62B6FF;
            }

            .cui_count_nav2 .r p:nth-child(3):before {
                background: #55CDC7;
            }

        .cui_count_nav2 .r a {
            font-family: 'DIN';
            font-weight: bold;
            color: #131313;
            margin-left: 18px;
            font-size: 16px;
        }

            .cui_count_nav2 .r a:hover {
                color: #277CFF;
            }


/*鍥捐〃鍥惧垪*/
.icharts_legend {
    position: absolute;
    right: 20px;
    top: 13px;
}

    .icharts_legend ul li {
        float: left;
        position: relative;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
        color: #ADB0B2;
        padding-left: 20px;
        margin-left: 20px;
    }

        .icharts_legend ul li i {
            position: absolute;
            left: 0;
            top: 50%;
            width: 10px;
            height: 10px;
            border-radius: 5px;
            margin-top: -5px;
        }

        .icharts_legend ul li img {
            position: absolute;
            left: 0;
            top: 50%;
            height: 16px;
            margin-top: -8px;
        }

.icharts_box {
    position: relative;
}

.icharts {
    width: 100%;
}


.itop_list_t {
    height: 15px;
    line-height: 12px;
    text-align: center;
    color: #131313;
    font-size: 13px;
    position: relative;
    margin: 0 18px;
}

    .itop_list_t span {
        position: absolute;
        right: 0;
        top: 0;
        color: #ADB0B2;
        font-size: 12px;
    }

.itop_list {
    padding-bottom: 5px;
}

    .itop_list ul li {
        position: relative;
        font-size: 12px;
        line-height: 14px;
    }

        .itop_list ul li span {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -7px;
            width: 120px;
            text-align: right;
            height: 14px;
            overflow: hidden;
            color: #ADB0B2;
        }

        .itop_list ul li p {
            display: block;
            position: absolute;
            left: 130px;
            right: 70px;
            top: 50%;
            margin-top: -3px;
            height: 6px;
            border-radius: 3px;
            background: #F5F6F9;
        }

            .itop_list ul li p i {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                height: 6px;
                border-radius: 3px;
                background: #2777EF;
            }

        .itop_list ul li b {
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -7px;
            width: 52px;
            text-align: left;
            color: #2E2E2E;
        }

        .itop_list ul li:nth-child(2) p i {
            background: #2777EF;
        }

        .itop_list ul li:nth-child(3) p i {
            background: #62B6FF;
        }

        .itop_list ul li:nth-child(4) p i {
            background: #62B6FF;
        }

        .itop_list ul li:nth-child(5) p i {
            background: #55CDC7;
        }

        .itop_list ul li:nth-child(6) p i {
            background: #55CDC7;
        }

        .itop_list ul li:nth-child(7) p i {
            background: #F5A623;
        }

        .itop_list ul li:nth-child(8) p i {
            background: #F5A623;
        }

        .itop_list ul li:nth-child(9) p i {
            background: #FF8362;
        }

        .itop_list ul li:nth-child(10) p i {
            background: #FF8362;
        }


/*鏅€氬垪琛�*/
.imatter_list {
    margin: -8px 0;
}

    .imatter_list ul li {
        border-bottom: 1px #f2f2f2 solid;
        position: relative;
        padding-right: 80px;
    }

        .imatter_list ul li a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            position: relative;
            font-size: 14px;
            height: 44px;
            line-height: 44px;
        }

            .imatter_list ul li a .tag {
                position: absolute;
                left: 0;
                top: 50%;
                height: 24px;
                line-height: 24px;
                margin-top: -13px;
            }

        .imatter_list ul li .time {
            position: absolute;
            right: 0;
            top: 0;
            line-height: 44px;
            font-size: 12px;
            color: #979CB0;
        }



/*鍒嗛〉*/
.pages {
    text-align: right;
    line-height: 32px;
    font-size: 14px;
    color: #878AA2;
    padding: 10px 0;
}

    .pages span {
        display: inline-block;
        vertical-align: top;
        margin-left: 8px;
    }

    .pages a {
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        text-align: center;
        margin: 0 3px;
        vertical-align: top;
        color: #878AA2;
    }

        .pages a:hover {
            background: #277CFF;
            color: #fff;
        }

        .pages a.on {
            background: #277CFF;
            color: #fff;
        }

        .pages a.l, .pages a.r {
            background: url(../img/pages.png) no-repeat;
            background-size: 64px auto;
        }

        .pages a.l {
            background-position: 0 0;
            margin-right: 8px;
        }

        .pages a.r {
            background-position: 0 -32px;
            margin-left: 8px;
        }

        .pages a.l:hover {
            background-color: #277CFF;
            background-position: -32px 0;
        }

        .pages a.r:hover {
            background-color: #277CFF;
            background-position: -32px -32px;
        }

    .pages .go {
        margin-left: 30px;
    }

    .pages .input {
        display: inline-block;
        width: 32px;
        height: 28px;
        border: 1px #E7E9F0 solid;
        text-align: center;
        font-size: 12px;
        margin: 0 5px;
        border-radius: 3px;
    }

.pages_aleft {
    text-align: left;
}


.demo_code {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #354972;
    background: #fafafa;
    border: 1px #dedede solid;
    tab-size: 2;
}

textarea.demo_code {
    font-family: Courier New;
}

.demo_iframe {
    width: 100%;
    border: 1px #dedede solid;
}

.demo_text {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
}

.demo_text2 {
    text-align: center;
    padding: 20px 0;
    line-height: 30px;
    background: #fff;
}

.cui_tab_t2 ul li {
    float: left;
    margin: 0 20px;
    min-width: 4em;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    cursor: pointer;
    color: #98A3B5;
    position: relative;
    user-select: none;
}

    .cui_tab_t2 ul li .cui_icon {
        display: inline-block;
        font-size: 1.2em;
        margin-right: 6px;
        vertical-align: middle;
    }

.cui_tab_t2:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #E7E9F0;
}

.cui_tab_t2:after {
    display: block;
    content: '';
    clear: both;
}

.cui_tab_t2 ul li a.on:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #297EFF;
}

.cui_tab_t2 ul li {
    float: left;
    margin-right: 0;
}

.cui_tab_t2 a {
    display: block;
    padding: 10px;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #919cb0;
}

    .cui_tab_t2 a.on {
        color: #277cff;
        font-weight: bold;
    }

    .cui_tab_t2 a:hover {
        color: #277cff;
    }

.etip {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -155px;
    display: none;
    transform: translate(0,-50%);
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    width: 300px;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    border-radius: 15px;
    z-index: 9999991;
}

.asterisk {
    color: #ff4949font-style: normal;
    margin-right: 2px;
    font-weight: bold;
}

.main_tip {
    background: #f8f9fb;
    border-radius: 4px;
    position: relative;
    padding: 14px 56px 14px 46px;
    font-size: 13px;
    line-height: 20px;
    color: #878aa2;
}

    .main_tip b {
        color: #354972;
    }

.inputT {
    border: 1px solid rgb(197, 197, 197);
    border-radius: 3px;
    height: 26px;
    line-height: 26px;
    box-sizing: border-box;
    padding: 1px;
}

.myinput input {
    appearance: auto;
}

.myinput label {
    margin-left: 3px;
    position: relative;
    bottom: 1.5px;
}

.mtable_small table td {
    border: 1px #e7e9f0 solid;
    padding: 2px 10px;
    font-size: 13px;
    height: 32px;
}

.mtable_small table th {
    padding: 2px 10px;
    height: 32px;
    font-size: 13px;
}

.cui_form table.cui_form_tborder {
    border-top: 1px solid rgb(231, 233, 240);
    border-left: 1px solid rgb(231, 233, 240);
}

    .cui_form table.cui_form_tborder th {
        background: rgb(249, 251, 253);
        border-right: 1px solid rgb(231, 233, 240);
        border-bottom: 1px solid rgb(231, 233, 240);
    }

    .cui_form table.cui_form_tborder td {
        border-right: 1px solid rgb(231, 233, 240);
        border-bottom: 1px solid rgb(231, 233, 240);
    }

.nobefore:before {
    display: none;
}

.header_r {
    position: absolute;
    right: 0;
    margin-top: -36px;
}

.header_search {
    float: right;
    margin-left: 8px;
}

    .header_search .input {
        float: left;
        height: 30px;
        line-height: 30px;
        border: none;
        border-radius: 3px;
        background: url(../img/search.png) left center no-repeat #f5f6fa;
        background-size: 30px auto;
        width: 300px;
        text-indent: 32px;
        font-size: 14px;
    }

    .header_search .btn {
        float: left;
        margin-left: 8px;
        width: 60px;
        height: 28px;
        line-height: 28px;
        border: none;
        border-radius: 3px;
        text-align: center;
        font-size: 13px;
        cursor: pointer;
        border: 1px solid #297EFF;
        background-color: #ffffff;
        color: #297EFF;
    }

        .header_search .btn:hover {
            background-image: linear-gradient(to right,#2178ff,#3d8dff);
            color: #fff;
        }

.cui_box_title span {
    font-weight: normal;
}

.cui_box_title_small img {
    width: 20px;
    height: 20px;
}

.information_box {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
}

    .information_box .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        text-align: center;
    }

    .information_box .info {
        font-size: 14px;
        line-height: 38px;
        color: #979CB0;
        text-align: center;
    }

    .information_box .info_main {
        background: #f5f6f9;
        border-radius: 3px;
        padding: 14px 18px;
        line-height: 24px;
        font-size: 14px;
    }

        .information_box .info_main p {
            display: inline-block;
            padding-left: 26px;
            margin-right: 28px;
        }

.archive_info {
    padding: 20px 5px;
    background: #f6f8fb;
    height: 28px;
    line-height: 28px;
    color: #919CB0;
    margin-bottom: 20px;
}

.archive_mlist {
    padding-bottom: 20px;
    border-top: 1px #E9EEF5 solid;
}

    .archive_mlist .item {
        border-bottom: 1px #E9EEF5 solid;
        position: relative;
        transition: all 300ms ease;
        padding: 26px 200px 26px 0;
    }

/* 宸︿晶鑿滃崟闅愯棌 */
.cui_main_left_btn {
    position: absolute;
    right: 0;
    bottom: 50%;
    height: 50px;
    width: 14px;
    border-radius: 12px 0 0 12px;
    background: #E8F2FF;
    margin-left: -25px;
    cursor: pointer;
    transition: all 300ms ease;
    user-select: none;
}

    .cui_main_left_btn:after {
        display: block;
        content: '';
        width: 14px;
        height: 14px;
        margin: 0 auto;
        margin-top: 18px;
        background: url(../img/up.png) center center no-repeat;
        transition: all 300ms ease;
        transform: rotate(270deg);
    }

    .cui_main_left_btn:hover {
        background: #dae8fa;
    }

.cui_main_left_hide .cui_main_left {
    width: 14px;
    overflow: hidden;
}

.cui_main_left_hide .cui_lnav {
    display: none;
}

.cui_main_left_hide .cui_main_left_btn:after {
    transform: rotate(90deg);
}

.cui_main_left_hide.cui_mainer_hasleft {
    padding-left: 36px;
}

@media (max-width:1600px) {
    .cui_mainer_hasleft {
        padding-left: 226px;
    }

    .cui_main_left {
        width: 206px;
    }
}

/*婊氬姩鏉�*/
::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    background: none;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 3px;
}
