﻿@charset "utf-8";

html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, blockquote {
    margin: 0;
    padding: 0
}

table, th, td {
    padding: 0
}

html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #fff;
    overflow-y: hidden;
    /*深蓝色 - 供应链主题*/
    /*background-color: #000F22;*/
    /*深蓝色 - 川之味主题*/
    background-color: #031B37;
    background-image: linear-gradient(to right, #022082, #000336);
    /*绿蓝色*/
    /*background-image: linear-gradient(to right, #00FF6D, #1ABFF5);*/
}

img {
    border: 0 none;
    vertical-align: middle
}

ul,
ol,
li {
    list-style: none
}

input,
select,
button,
textarea {
    font-family: Microsoft YaHei, "微软雅黑";
}

table,
tr,
th,
td {
    vertical-align: middle;
    border-collapse: collapse
}

button {
    cursor: pointer
}

i,
em,
cite,
address {
    font-style: normal
}

input:focus {
    outline: none
}

input::placeholder {
    color: rgba(0, 251, 254, .5);
}

textarea:focus {
    outline: none
}

.canvasjs-chart-credit {
    display: none;
}

a {
    color: #fff;
}

    a:hover {
        color: #01FDFF;
    }

.clear {
    height: 0;
    clear: both
}

@font-face {
    font-family: dinFont;
    src: url(../images/V2/DINMedium.ttf)
}

@font-face {
    font-family: fontNum;
    src: url(../images/V2/12328.ttf);
}

.bt-opa {
    color: #01FDFF;
    border: 1px solid rgba(0, 251, 254, .5);
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    font-size:20px;
    line-height:36px;
}

    .bt-opa:hover {
        color: #01FDFF;
        border: 1px solid rgba(0, 251, 254, .8);
        background-color: rgba(0, 251, 254, .4);
    }

.texbox {
    height: 56px;
    line-height: 56px;
    min-width: 240px;
    width: 100%;
    padding: 0px 20px;
    font-size: 22px;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    background-color: rgba(0, 251, 254, .1);
    color: #01FDFF;
    border: 1px solid rgba(0, 251, 254, .2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-out;
    transform: scale(1);
}

    .texbox:hover {
        outline: none;
        background-color: rgba(0, 251, 254, .3); 
        border: 1px solid rgba(0, 251, 254, .9);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-out;
        transform: scale(1.01);
    }

    .texbox:focus {
        outline: none;
        background-color: rgba(0, 251, 254, .3);
        color: #01FDFF;
        border: 1px solid rgba(0, 251, 254, .9);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-out;
        transform: scale(1.03);
    }

.btn {
    height: 56px;
    line-height: 56px;
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: baseline;
    background-color: #075894;
    border: 0 solid #075894;
    font-size: 28px;
    color: rgba(0, 251, 254, 0.4);
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-out;
    transform: scale(1);
}

a.btn {
    color: #fff
}

.btn:hover {
    background-color: #0A73C0;
    color: rgba(0, 251, 254, 1);
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-out;
    transform: scale(1.03);
}




.main {
    width: 1920px;
    height: 1080px;
    background-image: url(../images/V2/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1) translate(-50%, -50%);
    color: #000;
    font-size: 50px;
    transform-origin: 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
}

a {
    text-decoration: none;
}

.logo {
    width: 450px;
    height: 59px;
    position: absolute;
    top: 17px;
    left: 745px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-out;
}


    .logo img {
        width: 450px;
        height: 59px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-out;
    }

        .logo img:hover {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-out;
            transform: scale(1.02);
        }





.con-box {
    background-image: url('../images/V2/lbox1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 1px solid #0A73C0;
    box-sizing: content-box;
    border-radius:10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-out;
}

    .con-box:hover {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-out; 
    }


.con-title {
    background-image: url('../images/V2/lboxtitle.png');
    background-repeat: no-repeat;
    background-size: auto 48px;
    background-position: bottom left;
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: rgba(0, 251, 254, .5);
    position: relative;
    box-sizing: border-box;
}

    .con-title span {
        float: left;
        height: 48px;
        line-height: 48px;
        color: rgba(0, 251, 254, .3);
        font-size: 24px;
        width: 165px;
        text-align: center;
    }

    .con-title a {
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        color: rgba(0, 251, 254, .3);
        font-size: 24px;
        border: 1px solid rgba(0, 251, 254, .3);
        border-radius: 5px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

        .con-title a:hover {
            color: rgba(0, 251, 254, .8);
            border: 1px solid rgba(0, 251, 254, .5);
            background-color: rgba(0, 251, 254, .2);
        }


table.list {
    border-spacing: 0px;
    width: 100%;
    color: rgba(255, 255, 255, .5);
}

    table.list tr {
        margin: auto;
    }

    table.list th {
        color: #fff;
        text-align: center;
        font-weight: normal;
        line-height: 24px;
        font-size: 20px;
        padding: 5px;
        color: #01FDFF; 
    }

        table.list th span {
            line-height: 140%;
            font-size: 20px;
            color: rgba(0, 251, 254, .5);
        }

    table.list td {
        line-height: 24px;
        text-align: center;
        font-size: 22px;
        padding: 5px;
        border-top: 1px solid rgba(0, 251, 254, .1);
    }

    table.list tr:hover td {
        background-color: rgba(0, 251, 254, .1);
    }

    table.list tr td img {
        width: 50px;
        height: 50px;
        border-radius: 25px;
    }

    table.list tr td span.index {
        color: #01FDFF;
        border: 1px solid rgba(0, 251, 254, .5);
        display: inline-block;
        padding: 0 0.3vw;
        border-radius: 0.3vw;
    }

    table.list tr td em {
        font-style: normal;
        font-weight: bold;
    }
    table.list tr td em {
        font-style: normal;
    }

    table.list .unit {
        font-size: 16px;
        vertical-align: middle;
        color: #7d7d7d;
    }

.down {
    color: green;
}

.up {
    color: red;
}



.con-nav {
    text-align: center;
    font-size: 24px; 
    padding:0 0 10px;
}

    .con-nav ul li {
        list-style: none;
        width: 144px;
        height: 44px;
        padding: 0 20px;
        display: inline-block;
    }

        .con-nav ul li a {
            list-style: none;
            width: 144px;
            height: 44px;
            line-height: 38px;
            background-image: url('../images/V2/bg-nva-bt-2.png');
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-position: center center;
            display: inline-block;
            color: rgba(0, 251, 254, .5);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-out;
        }

            .con-nav ul li a:hover {
                background-image: url('../images/V2/bg-nva-bt-1.png');
                color: rgba(0, 251, 254, 1);
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-out;
                transform: scale(1.1);
            }

        .con-nav ul li.on a {
            background-image: url('../images/V2/bg-nva-bt-1.png');
            color: rgba(0, 251, 254, 1);
        }


.pagearea {
    padding: 10px 0;
    text-align: center;
    font-size: 22px;
}

    .pagearea span {
        display: inline-block;
        color: #01FDFF;
        border: 1px solid rgba(0, 251, 254, .8);
        background-color: rgba(0, 251, 254, .4);
        padding: 5px 10px;
        margin-right: 10px;
        border-radius: 3px;
    }

    .pagearea a {
        display: inline-block; 
        color: #01FDFF;
        border: 1px solid rgba(0, 251, 254, .5);
        display: inline-block;
        padding: 5px 10px;
        margin-right: 10px;
        border-radius: 3px;
    }

        .pagearea a:hover {
            color: #01FDFF;
            border: 1px solid rgba(0, 251, 254, .8);
            background-color: rgba(0, 251, 254, .4);
        }





.con {
    display: flex;
    flex-direction: row;
    padding-top:120px;
}

.con-l {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2vw;
}

.con-c {
    width: 50%;
    height: 100%;
    padding-top: 2vw;
}

.con-oc {
    width: 75%;
    height: 100%;
    padding-top: 2vw;
}

.con-r {
    width: 25%;
    height: 100%;
    padding-left: 1.6vw;
    box-sizing: border-box;
    padding-top: 2vw;
}



.dinFont {
    font-family: dinFont
}

.con-l-a1 {
    width: 22vw;
    height: 15vw;
}

.con-l-a2 {
    width: 22vw;
    height: 15vw;
    margin-top: 1.5vw;
}

.con-l-a3 {
    width: 22vw;
    height: 15vw;
    margin-top: 1.5vw;
}

.con-l-con {
    display: flex;
    flex-direction: row;
    padding: 0.8vw;
}




.con-c-a1 {
    width: 49.9vw;
    height: 18vw;
    margin-top: 8vw;
}

.con-c-a1-con {
    padding: 0.8vw;
}




.con-r-a1 {
    width: 22.55vw;
    height: 15vw;
}

.con-r-a2 {
    width: 22.55vw;
    height: 15vw;
    margin-top: 1.5vw;
}

.con-r-a3 {
    width: 22.55vw;
    height: 15vw;
    margin-top: 1.5vw;
}

.con-r-con {
    padding: 0.8vw;
}


.con-list-con {
    width: 96%;
    height: 100%;
    margin: 1.5vw auto 0;
}


.con-c .daytime {
    text-align: center;
    padding: 2vw 0 1vw;
    font-size: 2.4vw;
    font-family: dinFont;
    color: #01FDFF;
}

    .con-c .daytime span {
        border: 0.1vw solid rgba(0, 251, 254, .1);
        display: inline-block;
        padding: 0 0.2vw;
        border-radius: 0.3vw;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-out;
    }

        .con-c .daytime span:hover {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-out;
            transform: scale(1.1);
            cursor: pointer;
        }

.con-c .con-index-count-title {
    text-align: center;
    font-size: 1.6vw;
    font-family: dinFont;
    color: rgba(0, 251, 254, .8);
    padding: .5vw 0;
}

.con-c .con-index-count-num {
    text-align: center;
    font-size: 5.4vw;
    font-family: dinFont;
    color: #fff;
    padding: .5vw 0 1vw;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-out;
}

    .con-c .con-index-count-num:hover {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-out;
        transform: scale(1.1);
        cursor: pointer;
    }

    .con-c .con-index-count-num em {
        display: inline-block;
        padding: 0 0.2vw;
        border-radius: 0.3vw;
        font-size: 2vw;
        color: rgba(0, 251, 254, .8);
    }

.con-c .con-index-count {
    text-align: center;
    font-size: 1vw;
}




.con-c .con-index-count-monthOrweek {
    text-align: center;
    font-size: 1.6vw;
    font-family: dinFont;
    color: rgba(0, 251, 254, .8);
    display: flex;
    margin: auto;
}

    .con-c .con-index-count-monthOrweek div {
        width: 20vw;
        border-radius: 0.2vw;
        flex: 1;
        margin: 2vw;
        border: 0.06vw solid #0A73C0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-out;
        padding-bottom: 1vw;
        padding-top: 0.5vw;
    }

        .con-c .con-index-count-monthOrweek div:hover {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-out;
            transform: scale(1.04);
            cursor: pointer;
        }

        .con-c .con-index-count-monthOrweek div h2 {
            font-size: 1.2vw;
            line-height: 3.2vw;
            padding: 0;
            margin: 0;
            font-weight: normal;
        }

        .con-c .con-index-count-monthOrweek div p {
            font-size: 1.8vw;
            line-height: 3.2vw;
            padding: 0;
            margin: 0;
        }

            .con-c .con-index-count-monthOrweek div p.times {
                font-size: 1.2vw;
                line-height: 2.2vw;
                padding: 0;
                margin: 0;
            }

            .con-c .con-index-count-monthOrweek div p span {
                font-size: 2.8vw;
                color: #fff;
            }

                .con-c .con-index-count-monthOrweek div p span em {
                    font-size: 1.2vw;
                    color: rgba(0, 251, 254, .8);
                }




.con-c .con-index-count ul li {
    list-style: none;
    width: 10vw;
    height: 4.5vw;
    margin: 0 0.6vw;
    display: inline-block;
    background-image: url('../images/V1/bg-index-count-2.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    display: inline-block;
    color: rgba(0, 251, 254, .5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-out;
}

    .con-c .con-index-count ul li:hover {
        background-image: url('../images/V1/bg-index-count-1.png');
        color: rgba(0, 251, 254, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-out;
        transform: scale(1.05);
        cursor: pointer;
    }

    .con-c .con-index-count ul li span {
        line-height: 2.8vw;
        font-size: 1.8vw;
        color: #fff;
        font-family: dinFont;
    }

        .con-c .con-index-count ul li span em {
            line-height: 1vw;
            font-size: 0.8vw;
            color: rgba(0, 251, 254, 0.5);
        }

         


.login {
    width: 660px;
    margin: auto;
    transform: scale(1) translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%; 
}

    .login table.list tr td {
        line-height: 180%;
        text-align: center;
        font-size: 28px;
        padding: 12px;
        border-top: 0 solid rgba(0, 251, 254, .1);
    }

    .login table.list tr:hover td {
        background-color: transparent;
    }


    .login .login-title {
        text-align: center;
        font-size: 36px;
        vertical-align: middle;
        color: rgba(0, 251, 254, .8);
        line-height: 180%;
        padding: 15px 0;
    }

    .login .login-con {
        padding: 0 60px 20px;
    }

    .login .logint-tips { 
        font-size: 18px; 
        line-height:160%;
        color: rgba(255, 255, 255, .2);
        font-family: dinFont; 
    }

     