* {
    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%;
    height: 100%;
    margin: 0 auto;
    background: #f7f8fc;
}

.header {
    width: 100%;
    height: 80px;
    background: #012770;
}

.logo {
    float: left;
    margin: 24px 0 0 20px;
}
.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
    }
.main {
    width: 100%;
    height: 860px;
    margin: 10px auto 0 auto;
    overflow:hidden
}

.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
}

/*.tabs {
    height: 70px;
    margin: 0 20px;
}

.tabs a {
    float: left;
    width: 453px;
    height: 65px;
    line-height: 65px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid rgba(141, 149, 164, 0.2);
    font-size: 16px;
    color: #4A5875;
    text-align: center;
    margin-right: 20px;
}

.tabs a.active {
    width: 455px;
    height: 70px;
    line-height: 65px;
    background: url("../../images/qixian/tabs-active.png") no-repeat center;
    border: 0;
    color: #fff;
}

.tabs a:last-child {
    margin-right: 0px;
}

.chart {

    margin: 10px 20px 0 20px;
    height: 710px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(218, 218, 218, 0.5);
    border-radius: 10px 10px 10px 10px;
    padding: 20px 0;
}

.chart-box {
    margin: 0 40px;
    height: 40px;
}

.chart-title {

    float: left;
    font-weight: bold;
    font-size: 24px;
    color: #4A5875;
}

.chart-download {
    float: right;
    width: 94px;
    height: 32px;
    line-height: 32px;
    background: #437BE8;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    text-align: center;
}

.chart-box2 {
    position: relative;
    margin: 20px 40px;
}

.chart-box2 p {
    font-size: 12px;
    color: #8D95A4;
    letter-spacing: 1px;
    margin-top: 20px;
}

.right-flexd {
    width: 31px;
    height: 110px;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 2px 4px 0px rgba(141, 149, 164, 0.5);
    border-radius: 8px 0px 0px 8px;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1;
    font-size: 14px;
    color: #000000;
    text-align: center;
    padding: 30px 4px 0 4px;
    cursor: pointer;
    margin-top: -70px;
}

.right-flexd2 {
    display: none;
    width: 220px;
    height: 240px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 4px 10px 0px rgba(218, 218, 218, 0.85);
    border-radius: 10px 10px 10px 10px;
    position: fixed;
    top: 50%;
    right: 60px;
    z-index: 1;
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-top: -70px;
    overflow: hidden;
}

.right-flexd img {
    display: block;
    margin: 0 auto;
}*/

.title {
    width: 100%;
    height: auto;
    display: table;
    line-height: 30px;
}

    .title span {
        font-size: 16px;
        color: #4a5875;
        font-weight: bold
    }



        .title span::before {
            display: inline-block;
            content: "";
            width: 5px;
            height: 18px;
            background: #679bff;
            border-radius: 4px;
            vertical-align: middle;
            margin: -4px 10px 0 0
        }

.box {
    position: relative;
    margin: 0 0;
}

.box-item:nth-child(2) {
    margin-top: 10px
}

.box-item-left {
    float: left;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    height: 425px;
  overflow:hidden
    /* padding: 20px 0;*/
}

.box-item-right {
    float: right;
    width: 250px;
    height: 425px;
}

.box-right-box1 {
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    width: 200px;
    height: 425px;
    padding: 15px 25px;
}

.box-right-box2 {
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    width: 200px;
    padding: 20px 25px;
    margin-top: 10px
}

    .box-right-box2 p {
        font-size: 14px;
        color: #4A5875;
        text-align: center;
    }

.box-item-right-text {
    width: 100%;
    height: 100%;
    overflow: auto;
    margin-top:10px;
}

    .box-item-right-text::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        background-color: #fff;
        border-radius: 10px;
    }


    /*定义滚动条轨道 内阴影+圆角*/

    .box-item-right-text::-webkit-scrollbar-track {
        background-color: none;
        border-radius: 10px;
    }


    /*定义滑块 内阴影+圆角*/

    .box-item-right-text::-webkit-scrollbar-thumb {
        background-color: #8d95a4;
        border-radius: 10px;
    }

.box-item-right b {
    font-weight: bold;
    font-size: 14px;
    color: #4A5875;
    line-height: 24px;
}

.box-item-right p {
    font-size: 16px;
    color: #4A5875;
    line-height: 26px;
}

.chart-box {
    margin: 20px 40px;
    height: 40px;
}

.chart-title {
    float: left;
    font-weight: bold;
    font-size: 24px;
    color: #4A5875;
}

.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
}

    .chart-download span::before {
        display: inline-block;
        content: "";
        width: 16px;
        height: 16px;
        background: url(../../images/qixian/download-icon.png) no-repeat center;
        vertical-align: middle;
        margin: -2px 4px 0 0
    }

.tabs {
    float: left;
    height: 300px;
    width: 145px;
    margin: 0 0 0 40px;
    border-right: 1px solid rgba(67,123,232,0.2)
}

    .tabs a {
        display: block;
        width: 120px;
        height: 50px;
        line-height: 50px;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px 0px rgba(110,121,145,0.2);
        border-radius: 4px 4px 4px 4px;
        text-align: center;
        color: #4A5875;
        font-size: 16px;
        margin-top: 20px
    }

        .tabs a.active {
            background: #012770;
            box-shadow: 0px 2px 10px 0px #437BE8;
            border-radius: 4px 4px 4px 4px;
            color: #fff
        }

.chart-img {
    position: relative;
    float: right;
    width: 1370px;
    height: auto;
    overflow: hidden
}
.chart-img2 {
    margin-top:16px;
}
    .chart-img img {
        width: 100%;
        height: auto
    }
.tips-text{
    font-size: 12px;
    color: #999;
    padding:0 2%
}


/* 登录 */
.theme-login {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/qixian/login-bg3.png") no-repeat center top;
    background-size: 100% 100%;
    display: none;
    z-index: 999;
}

.loginBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 580px;
    height: 300px;
    margin-left: -290px;
    margin-top: -150px;
    z-index: 99;
}

.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;
}

.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;
}

.maskBox {
    position: absolute;
    right: 10px;
    top: 0;
    background: #fff;
    width: auto;
    height: 100%;
    padding: 0 3%;
    z-index: 999;
    font-size: 16px;
    text-align:center
}

    .maskBox p {
        width: 280px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #1042ab;
        border-radius: 5px;
        font-size: 16px;
        color: #fff;
        margin: -30px auto 0 auto;
        border: 0;
        cursor: pointer;
    }
@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-item-right p {
        font-size: 14px;
        color: #4A5875;
        line-height: 26px;
    }
    .maskBox {
        position: absolute;
        right: 10px;
        top: 0;
        background: #fff;
        width: auto;
        height: 100%;
        padding: 0 3%;
        z-index: 999;
        font-size: 12px;
        text-align: center
    }

        .maskBox p {
            width: auto;
            height: auto;
            line-height:30px;
            padding:0 10px;
            text-align: center;
            background: #1042ab;
            border-radius: 5px;
            font-size: 12px;
            color: #fff;
            margin: -30px auto 0 auto;
            border: 0;
            cursor: pointer;
        }
}

@media (min-width: 1240px) and (max-width: 1439px) {
    /* 样式应用于屏幕宽度在1024px到1660px之间的设备 */

    .center {
        float: left;
        width: 900px;
        height: auto;
        display: table;
        margin-left: 13px;
    }
.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
        }
    .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;
    }

    .chart-box {
        margin: 10px 20px;
        height: 40px;
    }
    .chart-title {
        float: left;
        font-weight: bold;
        font-size: 16px;
        color: #4A5875;
    }
    .tabs {
        float: left;
        height: 300px;
        width: 145px;
        margin: 0 0 0 20px;
        border-right: 1px solid rgba(67, 123, 232, 0.2);
    }
        .tabs a.active {
            background: #012770;
            box-shadow: 0px 2px 10px 0px #437BE8;
            border-radius: 4px 4px 4px 4px;
            color: #fff;
        }

        .tabs a {
            display: block;
            width: 120px;
            height: 30px;
            line-height: 30px;
            background: #FFFFFF;
            box-shadow: 0px 2px 10px 0px rgba(110, 121, 145, 0.2);
            border-radius: 4px 4px 4px 4px;
            text-align: center;
            color: #4A5875;
            font-size: 12px;
            margin-top: 20px;
        }

    .box-item-right p {
        font-size: 12px;
        color: #4A5875;
        line-height: 26px;
    }
    .title span {
        font-size: 12px;
        color: #4a5875;
        font-weight: bold;
    }

    .box-right-box1, .box-right-box2 {
       padding:16px 25px;
    }
    .tips-text {
        font-size: 12px;
        color: #999;
        padding: 0 2%
    }
    .maskBox {
        position: absolute;
        right: 10px;
        top: 0;
        background: #fff;
        width: auto;
        height: 100%;
        padding: 0 3%;
        z-index: 999;
        font-size: 12px;
        text-align: center
    }

        .maskBox p {
            width: auto;
            height: auto;
            line-height: 30px;
            padding: 0 10px;
            text-align: center;
            background: #1042ab;
            border-radius: 5px;
            font-size: 12px;
            color: #fff;
            margin: -30px auto 0 auto;
            border: 0;
            cursor: pointer;
        }
}