* {
    margin: 0;
    padding: 0;
    outline: none;
}

@font-face {
    font-family: 'MyCustomFont';
    src: url('../js/OPPOSANS-B.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyCustomFont2';
    src: url('../js/OPPOSANS-H.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyCustomFont3';
    src: url('../js/OPPOSANS-L.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyCustomFont4';
    src: url('../js/OPPOSANS-M.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyCustomFont5';
    src: url('../js/OPPOSANS-R.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    position: relative;
    line-height: 1.5;
    font-size: 14px;
    font-family: "微软雅黑";
    background: url("../../images/qixian/bg.jpg") no-repeat center top;
    background-size: 100% 100%;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    a:hover {
        color: #1a52a5;
        text-decoration: none
    }

img {
    display: block
}

html {
    background: #f7f8fc;
    font-family: "微软雅黑";
}

.container {
    width: 100%;
    min-width:1280px;
    height: 100%;
    margin: 0 auto;
    background: #f7f8fc;
}
.headerRight {
    float: right;
    font-size: 14px;
    line-height: 80px;
    margin-right: 20px;
}

    .headerRight a {
        color: #fff;
        font-weight: bold
    }

    .headerRight span {
        display: inline-block;
        width: 2px;
        height: 14px;
        background: #fff;
        margin: -2px 10px 0 10px;
        vertical-align: middle
    }
.header {
    width: 100%;
    height: 80px;
    background: #012770;
}

.logo {
    float: left;
    margin: 24px 0 0 20px;
}

.main {
    width: 100%;
    height: 860px;
    margin: 10px auto 0 auto;
    position: relative;
}

.tab {
    float: left;
    width: auto;
    height: auto;
    display: table;
    margin-left: 300px;
}

    .tab a {
        display: inline-block;
        width: 80px;
        height: 66px;
        line-height: 24px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        padding-top: 14px;
        margin-right: 50px
    }

        .tab a.active {
            background: #053e88;
        }

        .tab a span {
            display: block;
        }

            .tab a span img {
                display: block;
                margin: 0 auto;
            }




.login {
    float: right;
    margin-right: 20px;
    margin-top: 26px;
}

    .login a {
        float: left;
        width: 80px;
        height: 30px;
        background: #1042ab;
        text-align: center;
        line-height: 30px;
        color: #fff;
        margin-left: 20px;
        font-size: 14px;
        border-radius: 4px
    }

.login-button {
    position: relative;
    float: left;
    width: 80px;
    height: 28px;
}

    .login-button button {
        width: 80px;
        height: 30px;
        border: 0;
        background: #1042ab;
        color: #fff;
        cursor: pointer;
        display: block;
        border-radius: 4px
    }

.login-number {
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: -6px
}

    .login-number span {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #fff;
        overflow: hidden;
        vertical-align: middle;
        margin-right: 6px
    }


.vip {
    float: left;
    line-height: 89px;
    margin-left: 20px
}

    .vip img {
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px
    }

.kf-phone {
    float: right;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 80px;
    margin-right: 10px
}

.box {
    width: 100%;
    height: 150px;
    /*background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(218, 218, 218, 0.5);
    border-radius: 10px 10px 10px 10px;*/
}

.box-left {
    float: left;
    width: 1040px;
    height: 110px;
    margin-left: 0;
    padding: 20px 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(218, 218, 218, 0.5);
    border-radius: 10px 10px 10px 10px;
}

.tabs-box {
    display: none;
}
.box0 {
    float:left;
  width:100%;
  height:auto;
  display:block;
}
.tabs {
    float: left;
    width: 204px;
    height: 42px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(141, 149, 164, 0.2);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #437BE8;
    margin-bottom: 24px;
}

    .tabs a {
        float: left;
        width: 100px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        color: #8D95A4;
        margin: 1px 0 0 1px;
        font-weight: bold;
    }

        .tabs a.active {
            height: 40px;
            background: #012770;
            border-radius: 4px 4px 4px 4px;
            font-weight: bold;
            font-size: 18px;
            color: #FFFFFF;
        }
.tabs-link {
    float: left;
    margin: 6px 0 0 0px;
    margin-left:30px
}
    .tabs-link a {
        position: relative;
        float: left;
        width: auto;
        height: auto;
        text-align: center;
        font-size: 14px;
        color: #5d5b5b;
        padding: 6px 0;
        margin-right: 0px;
       
    }
    .tabs-link span {
        float: left;
        width: 1px;
        height: 14px;
        background: #D9D9D9;
        vertical-align: middle;
        margin:10px 15px 0 15px
    }

        .tabs-link a.active {
            position: relative;
            background: none;
            border-radius: 4px 4px 4px 4px;
            font-weight: bold;
            color: #012770;
        }

            .tabs-link a.active::before {
                position: absolute;
                left: 0;
                right:0;
                bottom: -2px;
                display: block;
                content: "";
                width: 16px;
                height: 2px;
                background: #012770;
                margin:0 auto
            }


            .selecr-box-item {
                float: left;
                position: relative;
                width: 200px;
                height: 32px;
                line-height: 32px;
                background: #FFFFFF;
                box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
                border-radius: 4px 4px 4px 4px;
                margin-right: 20px;
            }

.selecr-box-item1 {
    float: left;
    position: relative;
    width: 140px;
    height: 32px;
    line-height: 32px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
    border-radius: 4px 4px 4px 4px;
}

.selecr-box-item2 {
    float: left;
    position: relative;
    width: 120px;
    height: 32px;
    line-height: 32px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    color: #8D95A4;
    padding: 0 10px;
}

.selecr-box-item span {
    position: relative;
    display: block;
    width: 180px;
    padding: 0 10px;
    cursor: pointer;
    color: #8D95A4;
}

.selecr-box-item1 span {
    position: relative;
    display: block;
    width: 120px;
    padding: 0 10px;
    cursor: pointer;
    color: #8D95A4;
}

.selecr-box-item span::after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url("../../images/qixian/icon-down.png") no-repeat center;
    vertical-align: middle;
}

.selecr-box-item span.active::after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url("../../images/qixian/icon-down.png") no-repeat center;
    vertical-align: middle;
    transform: rotate(180deg);
}

.selecr-box-item ul {
    width: 180px;
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
    padding: 0 10px;
    z-index: 99;
}

.selecr-box-item1 ul {
    width: 120px;
    max-height:450px;
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
    padding: 0 10px;
    overflow:auto
}


/*å®šä¹‰æ»šåŠ¨æ¡é«˜å®½åŠèƒŒæ™¯ é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
    .selecr-box-item1 ul::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #fff;
    }


/*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/

    .selecr-box-item1 ul::-webkit-scrollbar-track {
        background-color: none;
    }


/*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/

    .selecr-box-item1 ul::-webkit-scrollbar-thumb {
        background-color: #8d95a4;
    }

.selecr-box-item ul li {
    width: 100%;
    cursor: pointer;
    line-height: 36px;
    margin: 0 auto;
}

.selecr-box2 {
    float: left;
    font-size: 14px;
    color: #4A5875;
    line-height: 32px;
    margin-left:20px;
}

.selecr-box2-item {
    float: right;
    position: relative;
    width: 160px;
    height: 32px;
    line-height: 32px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
    border-radius: 4px 4px 4px 4px;
}

    .selecr-box2-item span {
        position: relative;
        display: block;
        width: 140px;
        padding: 0 10px;
        cursor: pointer;
        color: #8D95A4;
    }

        .selecr-box2-item span::after {
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -8px;
            display: inline-block;
            content: "";
            width: 16px;
            height: 16px;
            background: url("../../images/qixian/icon-down.png") no-repeat center;
            vertical-align: middle;
        }

        .selecr-box2-item span.active::after {
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -8px;
            display: inline-block;
            content: "";
            width: 16px;
            height: 16px;
            background: url("../../images/qixian/icon-down.png") no-repeat center;
            vertical-align: middle;
            transform: rotate(180deg);
        }

    .selecr-box2-item ul {
        width: 140px;
        position: absolute;
        top: 40px;
        left: 0;
        display: none;
        background: #fff;
        box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
        border-radius: 4px 4px 4px 4px;
        overflow: hidden;
        padding: 0 10px;
        z-index: 99;
    }
.selecr-box2-item ul li{ cursor:pointer}
.box-right {
    float: right;
    width: 668px;
    height: 110px;
    margin-right: 0;
    padding: 20px 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(218, 218, 218, 0.5);
    border-radius: 10px 10px 10px 10px;
}
.box-right-one {
  display:none
}
.box-right h2 {
    font-weight: bold;
    font-size: 24px;
    color: #4A5875;
    margin-top: 10px;
}


.tabtwo {
    float:left;
    width: 204px;
    height: 42px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(141, 149, 164, 0.2);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #437BE8;
    margin-bottom: 24px;
}

    .tabtwo a {
        float: left;
        width: 100px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        color: #8D95A4;
        margin: 1px 0 0 1px;
        font-weight: bold;
    }

        .tabtwo a.active {
            height: 40px;
            background: #012770;
            border-radius: 4px 4px 4px 4px;
            font-weight: bold;
            font-size: 18px;
            color: #FFFFFF;
        }



.tabtwo-box {
    display: none;
    float:left
}

/*.tabtwo-box>span{
    font-size: 16px;
    color: #5d5b5b;
    font-weight: bold;
    padding: 6px 0;
    margin-left: 24px;
}*/

.box-right-two-link {
    float: left;
    margin: 0 0 0 0px;
    margin-left: 20px
}

    .box-right-two-link a {
        position: relative;
        float: left;
        width: auto;
        height: auto;
        text-align: center;
        font-size: 16px;
        color: #5d5b5b;
        font-weight: bold;
        padding: 0 0;
        margin-right: 30px;
    }



    .box-right-two-link a.active {
        position: relative;
        background: none;
        border-radius: 4px 4px 4px 4px;
        font-weight: bold;
        color: #012770;
    }

        .box-right-two-link a.active::before {
            position: absolute;
            left: 0;
            bottom: -2px;
            display: block;
            content: "";
            width: 100%;
            height: 2px;
            background: #012770;
        }



.selecr-box3 {
    font-size: 14px;
    color: #4A5875;
    line-height: 32px;
    /*margin-top: 20px;*/
}

.selecr-box3-item {
    position: relative;
    width: 240px;
    height: 32px;
    line-height: 32px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
    border-radius: 4px 4px 4px 4px;
}

    .selecr-box3-item span {
        position: relative;
        display: block;
        width: 220px;
        padding: 0 10px;
        cursor: pointer;
        color: #8D95A4;
    }

        .selecr-box3-item span::after {
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -8px;
            display: inline-block;
            content: "";
            width: 16px;
            height: 16px;
            background: url("../../images/qixian/icon-down.png") no-repeat center;
            vertical-align: middle;
        }

        .selecr-box3-item span.active::after {
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -8px;
            display: inline-block;
            content: "";
            width: 16px;
            height: 16px;
            background: url("../../images/qixian/icon-down.png") no-repeat center;
            vertical-align: middle;
            transform: rotate(180deg);
        }

    .selecr-box3-item ul {
        width: 220px;
        position: absolute;
        top: 40px;
        left: 0;
        display: none;
        background: #fff;
        box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
        border-radius: 4px 4px 4px 4px;
        overflow: hidden;
        padding: 0 10px;
        cursor: pointer;
        z-index: 99;
    }

        .selecr-box3-item ul li {
            width: 100%;
            cursor: pointer;
            line-height: 36px;
            margin: 0 auto;
        }

.box2 {
    width: 100%;
    position: relative;
    margin: 10px 0 0 0;
    height: 670px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(218, 218, 218, 0.5);
    border-radius: 10px 10px 10px 10px;
    overflow: hidden
}

.box2-left {
    float: left;
    width: 1080px;
    height: 100%;
    padding-left: 40px;
    margin-top: 30px;
}

.box2-left-item {
    width: 100%;
    height: auto;
    display: table;
}

.box2-left-item-left {
    float: left;
}

.time-box {
    float: left;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #437BE8;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #437BE8;
    line-height: 30px;
}


.date-box {
    height: 30px;
    overflow: hidden;
    background-color: #437BE8;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
}

.date-table {
    float: left;
    width: 480px;
    margin-top:0px;
}

    .date-table table {
        width: 100%;
        line-height: 26px;
    }

        .date-table table tr th {
            font-weight: bold;
            font-size: 16px;
            color: #012770;
            text-align: center;
        }

        .date-table table tr td {
            font-weight: 400;
            font-size: 16px;
            color: #1a1a1a;
            text-align: center;
            font-weight: bold;
            line-height: 20px;
        }

.box2-left-item-right {
    float: right;
    width: 524px;
}

.data-box-item {
    float: left;
    width: 220px;
    height: 40px;
    line-height: 40px;
    background: rgba(141, 149, 164, 0.1);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(141, 149, 164, 0.1);
    margin: 5px 0 5px 20px;
}

.year-box {
    float: left;
    width: 80px;
    height: 100%;
    background: #E8E8E8;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #4A5875
}

.digit-box {
    float: left;
    width: 140px;
    height: 100%;
    background: #fff;
    border-radius: 4px 4px 4px 4px;
}

    .digit-box span {
        float: left;
        width: 70px;
        height: 100%;
        font-size: 14px;
        color: #4A5875;
        text-align: center;
    }

.box2-left-item2 {
    width: 100%;
    height: 540px;
}

    .box2-left-item2 img {
        width: 100%;
        height: 100%;
    }

.box2-right {
    float: right;
    width: 708px;
    height: auto;
    padding: 30px 20px
}

.index-title {
    width: 100%;
    height: auto;
    display: table;
    line-height: 30px;
}

    .index-title span {
        font-size: 16px;
        color: #4a5875;
        font-weight: bold
    }

        .index-title span::before {
            display: inline-block;
            content: "";
            width: 5px;
            height: 18px;
            background: #679bff;
            border-radius: 4px;
            vertical-align: middle;
            margin: -4px 10px 0 0
        }

.tableScroll {
    padding: 0 20px;
    margin-top: 10px;
}

    .tableScroll table {
        border-collapse: collapse;
        width: 100%;
    }



    .tableScroll .tableHeader {
        position: sticky;
        top: 0;
    }

        .tableScroll .tableHeader th {
            font-size: 14px;
            color: #4A5875;
            text-align: center
        }

    .tableScroll .scrollBox {
        overflow-y: auto;
        max-height: 520px;
        margin-top: 10px;
    }



.tableHeader colgroup col:nth-of-type(1) {
 width:200px;
}
.tableHeader colgroup col:nth-of-type(2) {
    width: 200px;
}
.tableHeader colgroup col:nth-of-type(3) {
    width: 80px;
}
.tableHeader colgroup col:nth-of-type(4) {
    width: 80px;
}



.chazhiTable colgroup col:nth-of-type(1) {
    width: 200px;
}

.chazhiTable colgroup col:nth-of-type(2) {
    width: 200px;
}

.chazhiTable colgroup col:nth-of-type(3) {
    width: 80px;
}

.chazhiTable colgroup col:nth-of-type(4) {
    width:80px;
}


/*å®šä¹‰æ»šåŠ¨æ¡é«˜å®½åŠèƒŒæ™¯ é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
.tableScroll .scrollBox::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #fff;
}


        /*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/

        .tableScroll .scrollBox::-webkit-scrollbar-track {
            background-color: none;
        }


        /*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/

        .tableScroll .scrollBox::-webkit-scrollbar-thumb {
            background-color: #8d95a4;
        }


    .tableScroll .tableBody {
        margin-top: -1px;
    }

        .tableScroll .tableBody .textEllipsis {
            max-width: 175px;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .tableScroll .tableBody td {
            font-size: 12px;
            color: #4A5875;
            line-height: 38px;
            text-align: center;
        }

        .tableScroll .tableBody tr:nth-child(odd) {
            background: rgba(67, 123, 232, 0.05);
        }

/* 登录 */
.theme-login {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/qixian/login-bg4.png") no-repeat center top;
    background-size: 100% 100%;
}

.loginBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 580px;
    height: 300px;
    margin-left: -290px;
    margin-top: -150px;
}

.login-box-left {
    float: left;
    width: 240px;
    height: 100%;
}

.login-box-right {
    float: left;
    width: 339px;
    height: 298px;
    border: 1px solid #DCE4F0;
    border-left: 0;
    border-radius: 0 8px 8px 0;
    background: #fff;
}

.login-tab {
    width: 260px;
    margin: 20px auto 0 auto;
}

.tab_list {
    height: 39px;
}

    .tab_list li {
        float: left;
        line-height: 30px;
        width: 130px;
        text-align: center;
        cursor: pointer;
        color: #4A5875;
        font-size: 14px;
    }

        .tab_list li.current {
            font-weight: bold;
            font-size: 14px;
            color: #437BE8;
        }

            .tab_list li.current span {
                display: block;
                width: 24px;
                height: 3px;
                background: #437BE8;
                border-radius: 20px 20px 20px 20px;
                margin: 0 auto;
            }

.item_info {
    padding: 20px 0 0 20px;
}

.item {
    display: none;
}

.original {
    float: right;
    height: 24px;
    font-size: 14px;
    color: #437BE8;
    line-height: 37px;
    text-align: center;
    margin-right: 20px;
}

#yanzhengma {
    width: 100px;
}

.item {
    display: none;
}

.ligin-item {
    width: 260px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #D7DFF0;
    margin-top: 15px;
}



    .ligin-item span {
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center;
        vertical-align: middle;
        margin: 3px 0 0 5px;
    }

        .ligin-item span.ligin-item-icon1 {
            background: url("../../images/qixian/icon-name.png") no-repeat center
        }

        .ligin-item span.ligin-item-icon2 {
            background: url("../../images/qixian/icon-password.png") no-repeat center
        }



    .ligin-item input {
        display: inline-block;
        width: 200px;
        height: 40px;
        border: 0;
        background: none;
        vertical-align: middle;
        font-size: 12px;
        color: #8D95A4;
        color: #333;
    }

        .ligin-item input::placeholder {
            color: #c0c4cb
        }

#btnDengLu2,
#btnDengLu {
    display: block;
    border: 0;
    width: 260px;
    height: 40px;
    background: #437BE8;
    box-shadow: 0px 10px 10px 0px rgba(67, 123, 232, 0.5);
    border-radius: 4px;
    border-image: linear-gradient(360deg, rgba(177, 200, 246, 1), rgba(146, 183, 255, 1)) 1 1;
    color: #fff;
    margin-top: 25px;
    overflow: hidden;
    cursor: pointer;
}


.chart-download {
    float: right;
    width: 94px;
    height: 32px;
    line-height: 32px;
    background: #437BE8;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer
}


.zhuce {
    text-align: center;
    margin-top: 15px
}

    .zhuce a {
        color: #8D95A4;
        font-size: 12px;
        text-decoration: underline
    }

.close {
    position: absolute;
    top: 15px;
    right: 15px;
}

    .close a, .close a img {
        width: 12px;
        height: 12px;
    }
/*导出*/
.export-btn {
    position: absolute;
    top: 38px;
    right: 150px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    margin-top: 1px;
    text-align: center;
    z-index: 999;
}



.export {
    display: none
}

.export-mask {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

.export-center {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 314px;
    height: 170px;
    background: url(../../images/qixian/subscribe-bg.png) no-repeat center;
    margin: 0 auto;
    margin-top: -150px;
    padding: 35px 43px;
    border-radius: 10px
}

.export-main {
    position: relative;
    width: 100%;
    height: auto
}

    .export-main > a {
        position: absolute;
        top: -15px;
        right: -20px
    }

    .export-main h2 {
        font-size: 16px;
        color: #4a5875;
    }

        .export-main h2::before {
            display: inline-block;
            content: '';
            width: 4px;
            height: 16px;
            background: #1042ab;
            vertical-align: middle;
            margin: -4px 8px 0 0
        }

    .export-main a {
        width: 12px;
        height: 12px;
        background: url(../../images/qixian/close.png) no-repeat center
    }

.category {
    width: 100%;
    height: 100%;
    margin-top: 35px
}

.category-item {
    display: table;
}

    .category-item span {
        float: left;
        font-size: 14px;
        color: #4a5875;
        line-height: 32px
    }

.category-item-right {
    float: left;
    line-height: 32px;
    color: #4a5875;
    font-size: 14px;
    letter-spacing: 1px
}

.category button {
    float: left;
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #1042ab;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 6px;
    font-size: 16px;
    margin-top: 25px
}

/*下拉菜单*/

.export .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.export .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 180px;
    height: 32px;
}

.export .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 170px;
    height: 32px;
    line-height: 32px;
    background: rgba(141, 149, 164, .3);
    border-radius: 4px;
    text-align: left;
    color: #4a5875;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-size: 14px;
    padding-left: 10px
}

    .export .select-styled:after {
        content: "";
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-color: #4a5875 transparent transparent transparent;
        position: absolute;
        top: 12px;
        right: 10px;
    }

    .export .select-styled:active:after,
    .export .select-styled.active:after {
        top: 6px;
        border-color: transparent transparent #4a5875 transparent;
    }

.export .select-options {
    width: 180px;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #cfd3dd;
    color: #282828;
    font-size: 14px;
}

    .export .select-options li {
        margin: 0;
        padding: 0 0;
        text-indent: 10px;
        -moz-transition: all 0.15s ease-in;
        -o-transition: all 0.15s ease-in;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.25s ease-in;
    }

        .export .select-options li:hover {
            color: #282828;
            background: rgba(84, 153, 226, .3);
        }

        .export .select-options li[rel="hide"] {
            display: none;
        }

.noPower {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #4A5875;
    line-height: 50px;
    margin-top: 100px;
    display:none;
}


    .noPower p {
        width: 280px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #1042ab;
        border-radius: 5px;
        font-size: 16px;
        color: #fff;
        margin: 0 auto;
        border: 0;
        cursor: pointer;
    }


.loading {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    background-size: 100% 100%;
    z-index: 999;
    text-align: center
}

    .loading p {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        text-align: center
    }
        .loading p span img {
            display: inline-block;
            width: 30px;
            height: 30px;
            vertical-align: middle;
            margin: -2px 4px 0 0
        }
        /*  .loading p span::before {
            display: inline-block;
            content: "";
            width: 30px;
            height: 30px;
            background: url(../../images/qixian/loading.gif) no-repeat center;
            background-size: 100% 100%;
            vertical-align: middle;
            margin: -2px 4px 0 0
        }*/
        @media (min-width: 1440px) and (max-width: 1660px) {
            .header {
        width: 100%;
        height: 60px;
        background: #012770;
    }

    .login-number {
        font-size: 12px;
    }

    .logo {
        float: left;
        margin: 10px 0 0 20px;
    }

    .headerRight {
        float: right;
        font-size: 12px;
        line-height: 60px;
        margin-right: 20px;
    }

        .headerRight a {
            color: #fff;
            font-weight: bold
        }

        .headerRight span {
            display: inline-block;
            width: 2px;
            height: 14px;
            background: #fff;
            margin: -2px 10px 0 10px;
            vertical-align: middle
        }

    .tab {
        float: left;
        width: auto;
        height: auto;
        display: table;
        margin-left: 200px;
    }

        .tab a {
            display: inline-block;
            width: 80px;
            height: 54px;
            line-height: 24px;
            text-align: center;
            color: #fff;
            font-size: 12px;
            font-weight: bold;
            padding-top: 6px;
            margin-right: 20px
        }

            .tab a.active {
                background: #053e88;
            }

            .tab a span {
                display: block;
            }

                .tab a span img {
                    display: block;
                    margin: 0 auto;
                }

    .login {
        float: right;
        margin-right: 20px;
        margin-top: 16px;
    }

    .kf-phone {
        float: right;
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        line-height: 60px;
        margin-right: 10px;
    }



    .box-left {
        float: left;
        width: 1040px;
        height: 110px;
        margin-left: 0;
        padding: 20px 20px;
    }

    .tabs-box {
        display: none;
    }


    .box0 {
        float: left;
        width: 100%;
        height: auto;
        display: block;
    }

    .tabs {
        float: left;
        width: 162px;
        height: 42px;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px 0px rgba(141, 149, 164, 0.2);
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #437BE8;
        margin-bottom: 24px;
    }

        .tabs a {
            float: left;
            width: 80px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 14px;
            color: #8D95A4;
            margin: 1px 0 0 1px;
            font-weight: bold;
        }

            .tabs a.active {
                height: 40px;
                background: #012770;
                border-radius: 4px 4px 4px 4px;
                font-weight: bold;
                font-size: 14px;
                color: #FFFFFF;
            }
    .tabs-link {
        float: right;
        margin: 6px 0 0 0px;
        margin-left: 0px;
    }
    .tabs-link a {
        position: relative;
        float: left;
        width: auto;
        height: auto;
        text-align: center;
        font-size: 14px;
        color: #5d5b5b;
        padding: 6px 0;
        margin-right: 0px;
    }
        .tabs-link a {
            position: relative;
            float: left;
            width: auto;
            height: auto;
            text-align: center;
            font-size: 14px;
            color: #5d5b5b;
            padding: 6px 0;
            margin-right: 0px;
        }

        .tabs-link span {
            float: left;
            width: 1px;
            height: 14px;
            background: #D9D9D9;
            vertical-align: middle;
            margin: 10px 8px 0 8px
        }


        .tabs-link a.active {
            position: relative;
            background: none;
            border-radius: 4px 4px 4px 4px;
            font-weight: bold;
            color: #012770;
        }


            .tabs-link a.active::before {
                position: absolute;
                left: 0;
                right: 0;
                bottom: -2px;
                display: block;
                content: "";
                width: 16px;
                height: 2px;
                background: #012770;
                margin: 0 auto
            }




    .selecr-box-item {
        float: left;
        position: relative;
        width: 120px;
        height: 32px;
        line-height: 32px;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
        border-radius: 4px 4px 4px 4px;
        margin-right: 15px;
    }

    .selecr-box-item1 {
        float: left;
        position: relative;
        width: 120px;
        height: 32px;
        line-height: 32px;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
        border-radius: 4px 4px 4px 4px;
    }

    .selecr-box-item2 {
        float: left;
        position: relative;
        width: 90px;
        height: 32px;
        line-height: 32px;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
        border-radius: 4px 4px 4px 4px;
        font-size: 14px;
        color: #8D95A4;
        padding: 0 10px;
    }

    .selecr-box-item span {
        position: relative;
        display: block;
        width: 100px;
        padding: 0 10px;
        cursor: pointer;
        color: #8D95A4;
    }

    .selecr-box-item1 span {
        position: relative;
        display: block;
        width: 100px;
        padding: 0 10px;
        cursor: pointer;
        color: #8D95A4;
    }

    .selecr-box-item span::after {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -8px;
        display: inline-block;
        content: "";
        width: 16px;
        height: 16px;
        background: url("../../images/qixian/icon-down.png") no-repeat center;
        vertical-align: middle;
    }

    .selecr-box-item span.active::after {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -8px;
        display: inline-block;
        content: "";
        width: 16px;
        height: 16px;
        background: url("../../images/qixian/icon-down.png") no-repeat center;
        vertical-align: middle;
        transform: rotate(180deg);
    }

    .selecr-box-item ul {
        width: 100px;
        position: absolute;
        top: 40px;
        left: 0;
        display: none;
        background: #fff;
        box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
        border-radius: 4px 4px 4px 4px;
        overflow: hidden;
        padding: 0 10px;
        z-index: 99;
    }

    .selecr-box-item1 ul {
        width: 100px;
        position: absolute;
        top: 40px;
        left: 0;
        display: none;
        background: #fff;
        box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
        border-radius: 4px 4px 4px 4px;
        overflow: hidden;
        padding: 0 10px;
    }

    .selecr-box-item ul li {
        width: 100%;
        cursor: pointer;
        line-height: 36px;
        margin: 0 auto;
    }

    .selecr-box3-item {
        position: relative;
        width: 220px;
        height: 32px;
        line-height: 32px;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
        border-radius: 4px 4px 4px 4px;
    }

        .selecr-box3-item span {
            position: relative;
            display: block;
            width: 200px;
            padding: 0 10px;
            cursor: pointer;
            color: #8D95A4;
        }

    .selecr-box2 {
        float: right;
        font-size: 14px;
        color: #4A5875;
        line-height: 32px;
    }

    .selecr-box2-item {
        float: right;
        position: relative;
        width: 120px;
        height: 32px;
        line-height: 32px;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
        border-radius: 4px 4px 4px 4px;
    }

        .selecr-box2-item span {
            position: relative;
            display: block;
            width: 100px;
            padding: 0 10px;
            cursor: pointer;
            color: #8D95A4;
        }

            .selecr-box2-item span::after {
                position: absolute;
                right: 10px;
                top: 50%;
                margin-top: -8px;
                display: inline-block;
                content: "";
                width: 16px;
                height: 16px;
                background: url("../../images/qixian/icon-down.png") no-repeat center;
                vertical-align: middle;
            }

            .selecr-box2-item span.active::after {
                position: absolute;
                right: 10px;
                top: 50%;
                margin-top: -8px;
                display: inline-block;
                content: "";
                width: 16px;
                height: 16px;
                background: url("../../images/qixian/icon-down.png") no-repeat center;
                vertical-align: middle;
                transform: rotate(180deg);
            }

        .selecr-box2-item ul {
            width: 100px;
            position: absolute;
            top: 40px;
            left: 0;
            display: none;
            background: #fff;
            box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
            border-radius: 4px 4px 4px 4px;
            overflow: hidden;
            padding: 0 10px;
            z-index: 99;
        }

            .selecr-box2-item ul li {
                cursor: pointer
            }

    .selecr-box ul {
        max-height: 300px;
        overflow: auto
    }

        .selecr-box ul::-webkit-scrollbar {
            width: 8px;
            height: 8px;
            background-color: #fff;
        }

    .box-right h2 {
        font-weight: bold;
        font-size: 16px;
        color: #4A5875;
        margin: 10px 0 34px 0;
    }

    .selecr-box3-item ul{
        width: 200px;
        position: absolute;
        top: 40px;
        left: 0;
        display: none;
        background: #fff;
        box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
        border-radius: 4px 4px 4px 4px;
        overflow: hidden;
        padding: 0 10px;
        z-index: 99;
    }







    .tabtwo {
        width: 164px;
        height: 42px;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px 0px rgba(141, 149, 164, 0.2);
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #437BE8;
        margin-bottom: 24px;
    }

        .tabtwo a {
            float: left;
            width: 80px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 14px;
            color: #8D95A4;
            margin: 1px 0 0 1px;
            font-weight: bold;
        }

            .tabtwo a.active {
                height: 40px;
                background: #012770;
                border-radius: 4px 4px 4px 4px;
                font-weight: bold;
                font-size: 14px;
                color: #FFFFFF;
            }

  

        /*.tabtwo-box > span {
            font-size: 14px;
            color: #5d5b5b;
            font-weight: bold;
            padding: 6px 0;
            margin-left:20px;
        }*/
    .box-right-two-link {
        float: left;
        margin: 0 0 0 0px;
        margin-left: 20px
    }

        .box-right-two-link a {
            position: relative;
            float: left;
            width: auto;
            height: auto;
            text-align: center;
            font-size: 14px;
            color: #5d5b5b;
            font-weight: bold;
            padding: 0 0;
            margin-right: 30px;
        }



            .box-right-two-link a.active {
                position: relative;
                background: none;
                border-radius: 4px 4px 4px 4px;
                font-weight: bold;
                color: #012770;
            }

                .box-right-two-link a.active::before {
                    position: absolute;
                    left: 0;
                    bottom: -2px;
                    display: block;
                    content: "";
                    width: 100%;
                    height: 2px;
                    background: #012770;
                }


    /*定义滚动条轨道 内阴影+圆角*/

    .selecr-box ul::-webkit-scrollbar-track {
        background-color: none;
    }


    /*定义滑块 内阴影+圆角*/

    .selecr-box ul::-webkit-scrollbar-thumb {
        background-color: #8d95a4;
    }

    .box2-left {
        float: left;
        width: 1080px;
        height: 100%;
        padding-left: 20px;
        margin-top: 30px;
    }
    .data-box-item {
        float: left;
        width: 180px;
        height: 40px;
        line-height: 40px;
        background: rgba(141, 149, 164, 0.1);
        border-radius: 4px 4px 4px 4px;
        border: 1px solid rgba(141, 149, 164, 0.1);
        margin: 5px 0 5px 15px;
    }

    .year-box {
        float: left;
        width: 60px;
        height: 100%;
        background: #E8E8E8;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        color: #4A5875
    }

    .digit-box {
        float: left;
        width: 120px;
        height: 100%;
        background: #fff;
        border-radius: 4px 4px 4px 4px;
    }
    .date-table table tr td {
        font-weight: 400;
        font-size: 12px;
        color: #1a1a1a;
        text-align: center;
        font-weight: bold;
        line-height: 15px;
    }
        .digit-box span {
            float: left;
            width: 60px;
            height: 100%;
            font-size: 12px;
            color: #4A5875;
            text-align: center;
        }



    .tableScroll .tableHeader {
        position: sticky;
        top: 0;
    }

        .tableScroll .tableHeader th {
            font-size: 14px;
            color: #4A5875;
            text-align: center
        }

    .tableScroll .scrollBox {
        overflow-y: auto;
        max-height:360px;
        margin-top: 10px;
    }

    .tableHeader colgroup col:nth-of-type(1) {
        width: 20%;
    }

    .tableHeader colgroup col:nth-of-type(2) {
        width: 25%;
    }

    .tableHeader colgroup col:nth-of-type(3) {
        width: 20%;
    }

    .tableHeader colgroup col:nth-of-type(4) {
        width: 20%;
    }


    .tableBody tr td:nth-of-type(1) {
        width: 20%;
    }

    .tableBody tr td:nth-of-type(2) {
        width: 25%;
    }

    .tableBody tr td:nth-of-type(3) {
        width: 20%;
    }

    .tableBody tr td:nth-of-type(4) {
        width: 20%;
    }

}




@media (min-width: 1240px) and (max-width: 1439px) {
    /* 样式应用于屏幕宽度在1024px到1660px之间的设备 */
    .headerRight {
        float: right;
        font-size: 12px;
        line-height: 50px;
        margin-right: 20px;
    }

        .headerRight a {
            color: #fff;
            font-weight: bold
        }

        .headerRight span {
            display: inline-block;
            width: 2px;
            height: 14px;
            background: #fff;
            margin: -2px 10px 0 10px;
            vertical-align: middle
        }
    .center {
        float: left;
        width: 900px;
        height: auto;
        display: table;
        margin-left: 13px;
    }

    .header {
        width: 100%;
        height: 50px;
        background: #012770;
    }

    .logo {
        float: left;
        margin: 12px 0 0 20px;
    }

        .logo img {
            width: 100px;
            height: auto
        }


    .tab {
        float: left;
        width: auto;
        height: auto;
        display: table;
        margin-left: 200px;
    }

        .tab a {
            display: inline-block;
            width: 80px;
            height: 44px;
            line-height: 24px;
            text-align: center;
            color: #fff;
            font-size: 12px;
            font-weight: bold;
            padding-top: 6px;
            margin-right: 20px
        }

            .tab a.active {
                background: #053e88;
            }

            .tab a span {
                display: block;
            }

                .tab a span img {
                    width: 20px;
                    display: block;
                    margin: 0 auto;
                }

    .login {
        float: right;
        margin-right: 20px;
        margin-top: 6px;
    }

    .kf-phone {
        float: right;
        font-size: 10px;
        color: #fff;
        font-weight: bold;
        line-height: 50px;
        margin-right: 10px;
    }

    .login-number {
        float: left;
        font-size: 10px;
        color: #fff;
        line-height: 30px;
        max-width: 160px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        margin-top: 10px;
    }

        .login-number span {
            display: inline-block;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: 1px solid #fff;
            overflow: hidden;
            vertical-align: middle;
            margin-right: 6px;
        }

            .login-number span img {
                width: 30px;
                height: auto
            }

    .login a {
        float: left;
        width: 70px;
        height: 24px;
        background: #1042ab;
        text-align: center;
        line-height: 24px;
        color: #fff;
        margin-left: 20px;
        font-size: 10px;
        border-radius: 4px;
        margin-top: 8px;
    }


    .box {
        width: 100%;
        height: 100px;
       /* background: #FFFFFF;
        box-shadow: 0px 4px 10px 0px rgba(218, 218, 218, 0.5);
        border-radius: 10px 10px 10px 10px;*/
        padding:0 0 0 0 
    }
    .box-left {
        float: left;
        width: 1040px;
        height: 80px;
        margin-left: 0;
        padding: 10px 20px;
    }
    .box-right {
        float: right;
        width: 668px;
        height: 80px;
        margin-right: 0;
        padding: 10px 20px;
    }
    .tabs-box {
        display: none;
    }

    .box0 {
        float: left;
        width: 100%;
        height: auto;
        display: block;
    }


    


    .tabs {
        float: left;
        width: 144px;
        height: 32px;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px 0px rgba(141, 149, 164, 0.2);
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #437BE8;
        margin-bottom: 14px;
    }

        .tabs a {
            float: left;
            width: 70px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 12px;
            color: #8D95A4;
            margin: 1px 0 0 1px;
            font-weight: bold;
        }

            .tabs a.active {
                height: 30px;
                background: #012770;
                border-radius: 4px 4px 4px 4px;
                font-weight: bold;
                font-size: 12px;
                color: #FFFFFF;
            }


    .tabs-link {
        float: left;
        margin: 6px 0 0 0px;
        margin-left: 30px;
    }

        .tabs-link a {
            position: relative;
            float: left;
            width: auto;
            height: auto;
            text-align: center;
            font-size: 10px;
            color: #5d5b5b;
            padding: 6px 0;
            margin-right: 0px;
        }

        .tabs-link span {
            float: left;
            width: 1px;
            height: 14px;
            background: #D9D9D9;
            vertical-align: middle;
            margin: 7px 10px 0 10px
        }

        .tabs-link a.active {
            position: relative;
            background: none;
            border-radius: 4px 4px 4px 4px;
            font-weight: bold;
            color: #012770;
        }

            .tabs-link a.active::before {
                position: absolute;
                left: 0;
                right: 0;
                bottom: -2px;
                display: block;
                content: "";
                width: 16px;
                height: 2px;
                background: #012770;
                margin: 0 auto
            }


    .selecr-box-item {
        float: left;
        position: relative;
        width: 100px;
        height: 26px;
        line-height: 26px;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
        border-radius: 4px 4px 4px 4px;
        margin-right: 12px;
        font-size:10px;
    }

    .selecr-box-item1 {
        float: left;
        position: relative;
        width: 100px;
        height: 26px;
        line-height: 26px;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
        border-radius: 4px 4px 4px 4px;
    }

    .selecr-box-item2 {
        float: left;
        position: relative;
        width: 80px;
        height:26px;
        line-height: 26px;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
        border-radius: 4px 4px 4px 4px;
        font-size: 10px;
        color: #8D95A4;
        padding: 0 10px;
    }

    .selecr-box-item span {
        position: relative;
        display: block;
        width: 80px;
        padding: 0 10px;
        cursor: pointer;
        color: #8D95A4;
    }

    .selecr-box-item1 span {
        position: relative;
        display: block;
        width: 80px;
        padding: 0 10px;
        cursor: pointer;
        color: #8D95A4;
    }

    .selecr-box-item span::after {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -8px;
        display: inline-block;
        content: "";
        width: 16px;
        height: 16px;
        background: url("../../images/qixian/icon-down.png") no-repeat center;
        vertical-align: middle;
    }

    .selecr-box-item span.active::after {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -8px;
        display: inline-block;
        content: "";
        width: 16px;
        height: 16px;
        background: url("../../images/qixian/icon-down.png") no-repeat center;
        vertical-align: middle;
        transform: rotate(180deg);
    }

    .selecr-box-item ul {
        width: 80px;
        position: absolute;
        top: 30px;
        left: 0;
        display: none;
        background: #fff;
        box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
        border-radius: 4px 4px 4px 4px;
        overflow: hidden;
        padding: 0 10px;
        z-index: 99;
    }

    .selecr-box-item1 ul {
        width: 80px;
        position: absolute;
        top: 30px;
        left: 0;
        display: none;
        background: #fff;
        box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
        border-radius: 4px 4px 4px 4px;
        overflow: hidden;
        padding: 0 10px;
    }

    .selecr-box-item ul li {
        width: 100%;
        cursor: pointer;
        line-height: 36px;
        margin: 0 auto;
    }

    .selecr-box2 {
        float: right;
        font-size: 10px;
        color: #4A5875;
        line-height: 26px;
    }

    .selecr-box2-item {
        float: right;
        position: relative;
        width: 100px;
        height: 26px;
        line-height: 26px;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
        border-radius: 4px 4px 4px 4px;
    }

        .selecr-box2-item span {
            position: relative;
            display: block;
            width: 80px;
            padding: 0 10px;
            cursor: pointer;
            color: #8D95A4;
        }

            .selecr-box2-item span::after {
                position: absolute;
                right: 10px;
                top: 50%;
                margin-top: -8px;
                display: inline-block;
                content: "";
                width: 16px;
                height: 16px;
                background: url("../../images/qixian/icon-down.png") no-repeat center;
                vertical-align: middle;
            }

            .selecr-box2-item span.active::after {
                position: absolute;
                right: 10px;
                top: 50%;
                margin-top: -8px;
                display: inline-block;
                content: "";
                width: 16px;
                height: 16px;
                background: url("../../images/qixian/icon-down.png") no-repeat center;
                vertical-align: middle;
                transform: rotate(180deg);
            }

        .selecr-box2-item ul {
            width: 80px;
            position: absolute;
            top: 30px;
            left: 0;
            display: none;
            background: #fff;
            box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
            border-radius: 4px 4px 4px 4px;
            overflow: hidden;
            padding: 0 10px;
            z-index: 99;
        }

            .selecr-box2-item ul li {
                cursor: pointer
            }

    .selecr-box ul {
        max-height: 300px;
        overflow: auto
    }

        .selecr-box ul::-webkit-scrollbar {
            width: 8px;
            height: 8px;
            background-color: #fff;
        }

    .selecr-box3-item {
        position: relative;
        width: 200px;
        height:26px;
        line-height: 26px;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
        border-radius: 4px 4px 4px 4px;
        font-size:10px;
    }
        .selecr-box3-item ul {
            width: 180px;
            position: absolute;
            top: 30px;
            left: 0;
            display: none;
            background: #fff;
            box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
            border-radius: 4px 4px 4px 4px;
            overflow: hidden;
            padding: 0 10px;
            cursor: pointer;
            z-index: 99;
        }

        .selecr-box3-item span {
            position: relative;
            display: block;
            width: 180px;
            padding: 0 10px;
            cursor: pointer;
            color: #8D95A4;
        }

    .box-right h2 {
        font-weight: bold;
        font-size: 14px;
        color: #4A5875;
        margin: 10px 0 16px 0;
    }
    .tabtwo {
        width: 144px;
        height: 32px;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px 0px rgba(141, 149, 164, 0.2);
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #437BE8;
        margin-bottom: 14px;
    }

        .tabtwo a {
            float: left;
            width: 70px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 12px;
            color: #8D95A4;
            margin: 1px 0 0 1px;
            font-weight: bold;
        }

            .tabtwo a.active {
                height: 30px;
                background: #012770;
                border-radius: 4px 4px 4px 4px;
                font-weight: bold;
                font-size: 12px;
                color: #FFFFFF;
            }



   /* .tabtwo-box > span {
        font-size: 12px;
        color: #5d5b5b;
        font-weight: bold;
        padding: 6px 0;
        margin-left: 16px;
    }*/
    .box-right-two-link {
        float: left;
        margin: 0 0 0 0px;
        margin-left: 20px
    }

        .box-right-two-link a {
            position: relative;
            float: left;
            width: auto;
            height: auto;
            text-align: center;
            font-size: 12px;
            color: #5d5b5b;
            font-weight: bold;
            padding: 0 0;
            margin-right: 30px;
        }



            .box-right-two-link a.active {
                position: relative;
                background: none;
                border-radius: 4px 4px 4px 4px;
                font-weight: bold;
                color: #012770;
            }

                .box-right-two-link a.active::before {
                    position: absolute;
                    left: 0;
                    bottom: -2px;
                    display: block;
                    content: "";
                    width: 100%;
                    height: 2px;
                    background: #012770;
                }
    .selecr-box3 {
        font-size: 12px;
        color: #4A5875;
        line-height: 32px;
       /* margin-top: 10px;*/
    }



    /*定义滚动条轨道 内阴影+圆角*/

    .selecr-box ul::-webkit-scrollbar-track {
        background-color: none;
    }


    /*定义滑块 内阴影+圆角*/

    .selecr-box ul::-webkit-scrollbar-thumb {
        background-color: #8d95a4;
    }

    .box2-left {
        float: left;
        width: 1080px;
        height: 100%;
        padding-left: 20px;
        margin-top: 10px;
    }
    .time-box {
        float: left;
        width: 40px;
        height:40px;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        border: 1px solid #437BE8;
        text-align: center;
        font-weight: bold;
        font-size: 10px;
        color: #437BE8;
        line-height: 20px;
    }
    .data-box-item {
        float: left;
        width: 140px;
        height: 30px;
        line-height: 30px;
        background: rgba(141, 149, 164, 0.1);
        border-radius: 4px 4px 4px 4px;
        border: 1px solid rgba(141, 149, 164, 0.1);
        margin: 5px 0 5px 25px;
    }
    .date-box {
        height: 20px;
        overflow: hidden;
        background-color: #437BE8;
        text-align: center;
        font-weight: 400;
        font-size: 10px;
        color: #FFFFFF;
    }
    .year-box {
        float: left;
        width: 40px;
        height: 100%;
        background: #E8E8E8;
        text-align: center;
        font-weight: bold;
        font-size: 10px;
        color: #4A5875
    }
    .date-table table {
        width: 100%;
        line-height: 20px;
    }

        .date-table table tr th {
            font-weight: bold;
            font-size: 10px;
            color: #012770;
            text-align: center;
        }

        .date-table table tr td {
            font-weight: 400;
            font-size: 10px;
            color: #1a1a1a;
            text-align: center;
            font-weight: bold;
            line-height: 15px;
        }
    .digit-box {
        float: left;
        width: 100px;
        height: 100%;
        background: #fff;
        border-radius: 4px 4px 4px 4px;
    }

    .date-table table tr td {
        font-weight: 400;
        font-size: 10px;
        color: #1a1a1a;
        text-align: center;
        font-weight: bold;
        line-height: 15px;
    }

    .digit-box span {
        float: left;
        width: 50px;
        height: 100%;
        font-size: 10px;
        color: #4A5875;
        text-align: center;
    }


    .box2-right {
        float: right;
        width: 708px;
        height: auto;
        padding: 10px 20px
    }

    .index-title {
        width: 100%;
        height: auto;
        display: table;
        line-height: 30px;
    }

        .index-title span {
            font-size: 12px;
            color: #4a5875;
            font-weight: bold
        }

            .index-title span::before {
                display: inline-block;
                content: "";
                width: 5px;
                height: 18px;
                background: #679bff;
                border-radius: 4px;
                vertical-align: middle;
                margin: -4px 10px 0 0
            }

    .tableScroll .tableHeader {
        position: sticky;
        top: 0;
    }

        .tableScroll .tableHeader th {
            font-size: 12px;
            color: #4A5875;
            text-align: center
        }

    .tableScroll .scrollBox {
        overflow-y: auto;
        max-height: 300px;
        margin-top: 10px;
    }

    .tableHeader colgroup col:nth-of-type(1) {
        width: 20%;
    }

    .tableHeader colgroup col:nth-of-type(2) {
        width: 25%;
    }

    .tableHeader colgroup col:nth-of-type(3) {
        width: 20%;
    }

    .tableHeader colgroup col:nth-of-type(4) {
        width: 20%;
    }


    .tableBody tr td:nth-of-type(1) {
        width: 20%;
    }

    .tableBody tr td:nth-of-type(2) {
        width: 25%;
    }

    .tableBody tr td:nth-of-type(3) {
        width: 20%;
    }

    .tableBody tr td:nth-of-type(4) {
        width: 20%;
    }
}

