﻿@charset "utf-8";
/* CSS Document */

body {
    background: #f4f4f4;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", 微软雅黑, Tahoma, Arial, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    border: none;
}

.none {
    display: none;
}

.flt {
    float: left
}

.frt {
    float: right;
}

.clearfix:before, .clearfix:after {
    clear: both;
    overflow: hidden;
    content: "";
    display: block;
    width: 0;
    height: 0;
}
/*弹框*/
.theme-popover {
    background: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    z-index: 9999;
    left: 40%;
    top: 30%;
    display: none;
    padding: 20px 30px;
    border-radius: 5px
}

.close {
    position: absolute;
    right: 6px;
    font-family: cursive;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    top: 4px;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    font-weight: lighter;
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-shadow: none;
}
/*弹框 end*/
.head-box {
    background: #6176ff;
    color: #fff;
    width: 100%;
    display: table;
    height: 64px;
    z-index: 888;
    position: relative;
    font-size: 14px;
}

    .head-box * {
        vertical-align: middle;
    }

.b-logo {
    display: table-cell;
    padding-left: 36px;
    width: 160px;
}

.tab-cel {
    display: table-cell;
}

.num-box li {
    float: left;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
}

.hov-bot li, .hov-bot a {
    height: 64px;
    line-height: 64px;
    box-sizing: border-box;
}

    .hov-bot li:hover {
        border-bottom: 4px solid #cad1ff;
        padding-bottom: 10px;
    }

.login-btn {
    padding: 2px 5px !important;
    border-radius: 2px;
    background: #f1dc2d;
    color: #000;
    font-size: 14px;
}

    .login-btn:hover {
        background: #f1c72d;
        transition: 0.5s;
    }

.cur {
    border-bottom: 4px solid #cad1ff;
    padding-bottom: 10px;
}

.tools {
    position: absolute;
    left: -16px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 10px rgba(97, 118, 255, 0.2);
    color: #555;
    width: 110px;
    border: 1px solid rgba(0, 153, 255, 0.2);
}

    .tools li {
        line-height: 38px;
        height: 38px;
        margin: 0;
        font-size: 14px;
        border-bottom: 1px solid #ddd;
        width: 100%;
    }

        .tools li:hover {
            border-left: 2px solid #39F;
            border-bottom: 1px solid #ddd;
        }

        .tools li:last-child {
            border-bottom: 0;
        }
/*登陆后*/
.user-pic-w {
    position: relative;
}

    .user-pic-w img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
    }

    .user-pic-w span {
        position: absolute;
        right: 0px;
        bottom: -1px;
        z-index: 100;
        display: block;
        width: 25px;
        height: 16px;
    }

.vip {
    background: url(../images/VIP-.png) no-repeat right bottom;
}

.no-vip {
    background: url(../images/no-VIP.png) no-repeat right bottom;
}

.user-wrap {
    background: #ff9800;
    padding: 2px 10px;
    border-radius: 2px;
    font-size: 14px;
}

.user-box {
    line-height: 16px;
}

    .user-box span {
        font-size: 12px;
    }
/*头部end*/
/*侧栏*/

.content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

    .content .menu-box {
        background: #fff;
        position: absolute;
        height: 100%;
        width: 200px;
        color: #1e1e1e;
        padding: 84px 10px;
        box-sizing: border-box;
    }

.menu-head {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

    .menu-head a {
        color: #ccc;
        float: right;
    }

.my-data {
    color: #333333;
    margin-top: 20px;
}

.data-list > li {
    border-bottom: 1px solid #ebebeb;
    line-height: 36px;
    cursor: pointer;
    padding-left: 20px;
    margin: 10px 0;
    font-size: 14px;
}

.wh-bg {
    border-radius: 50px;
    background: #ededed;
    color: #000;
}

    .wh-bg b {
        float: right;
        padding-right: 20px;
    }

        .wh-bg b:before {
            color: #F00;
            content: "*";
        }
/*侧栏end*/
/*基本信息内容*/
.main-box {
    position: relative;
    background: #fff;
    margin: 84px 0 0 220px;
    padding: 20px 50px;
}

.pre {
    text-align: center;
    padding: 20px 0 20px;
}

.iform-text {
    width: 662px;
    margin: auto;
}

    .iform-text li {
        float: left;
        margin: 10px;
        width: 290px;
    }

        .iform-text li input, .iform-text li select {
            width: 290px;
            height: 32px;
            line-height: 32px;
            border: 1px solid #ccc;
            border-radius: 4px;
            padding: 0 5px;
            box-sizing: border-box;
            margin-top: 5px;
        }

.Id-change {
    padding: 50px 50px 50px 10px;
    border-bottom: 1px solid #ccc;
}

.Id-btn span {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px 20px;
    margin-right: 20px;
    display: inline-block;
    cursor: pointer;
}

.id-now {
    border: 1px solid #6176ff !important;
    color: #6176ff;
}

.subbtn {
    text-align: center;
    margin: 10px auto 0;
    display: block;
    padding: 8px 40px;
    background: #F63;
    border: none;
    color: #fff;
    border: 1px solid #c75249;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
}

    .subbtn:hover {
        background: #ec521e;
    }
/*基本信息内容end*/

/*消费明细end*/
.record {
    color: #8e8e8e;
}

    .record span {
        color: #ccc;
    }

.tab-cw {
    width: 80%;
    margin: 10px auto;
}

    .tab-cw table {
        border-collapse: collapse;
    }

    .tab-cw thead {
        text-align: center;
        border-bottom: 1px solid #b2b2d0;
        line-height: 36px;
        height: 36px;
    }

.norecord {
    margin: 20px auto;
    text-align: center;
}


/*数据展示台 article*/
.art-box {
    position: relative;
    margin: 64px auto 0;
    width: 1200px;
    padding: 10px 0;
}

.notes {
    background: #fffce7;
    padding: 5px 12px 0;
    border: 1px dashed #c38568;
    line-height: none;
    font-size: 14px;
    width: 97%;
    margin: auto;
}

.bot-line {
    border: 5px solid #4f4f4f;
    border-radius: 5px;
}

.title-art {
    width: 96%;
    padding: 10px;
    background: #fff;
    margin: -4px auto 0;
}

.title-list {
    padding: 5px 0;
    line-height: 36px;
}

.all-btn {
    background: #83a3c7;
    border-radius: 3px;
    color: #fff;
    padding: 0 10px;
    margin-right: 20px;
}

.titl-label a {
    padding: 0 4px;
    display: inline-block;
    line-height: 26px;
}
/*.titl-label a:hover{
	text-shadow: 0 2px 1px rgba(0,0,0,0.5);
	}*/
.dingzhi {
    background: #FF9800;
    color: #fff;
    padding: 0px 10px !important;
    border-radius: 3px;
    font-size: 14px;
    line-height: 34px;
    border: none;
}

    .dingzhi:hover {
        color: #fff;
        text-decoration: none;
        background: #ff8822;
    }

.Input input {
    height: 26px;
    line-height: 26px;
}

.search-btn {
    background: #03a1f4;
    color: #eaedff;
    border: none;
    border-radius: 3px;
    padding: 0 20px;
    line-height: 34px;
}

    .search-btn:hover {
        background: #2196f3;
    }

.jk, .copy {
    color: #3257cf;
    font-size: 14px;
    background: url(../images/jk.png) no-repeat left;
    width: 20px;
    height: 20px;
    text-align: center;
    position: relative;
    display: inline-block;
}

    .jk span, .copy span {
        position: absolute;
        top: -31px;
        left: -52px;
        width: max-content;
        width: -moz-max-content;
        min-width: 90px;
        background: rgba(0, 0, 0, 0.5);
        padding: 2px 10px;
        color: #fff;
        border-radius: 3px;
        display: none;
    }

        .jk span i, .copy span i {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 6px solid rgba(0,0,0,0.5);
            position: absolute;
            bottom: -6px;
            left: 50%;
        }

.copy {
    background: url(../images/copy.png) no-repeat left;
}

.jk:hover > span {
    display: block;
}

.copy:hover > span {
    display: block;
}

.art-tab {
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 10px;
}

table {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    border: 1px solid #ccc;
    border-bottom: none;
    border-collapse: collapse;
}

.art-tab thead {
    background: #f8f8f9;
    font-weight: bold;
}

.art-tab td {
    padding: 10px;
}

.art-tab tr {
    border-bottom: 1px solid #ccc;
}

.art-tab tbody tr:hover {
    background: #eee;
}

.art-tab tbody {
    color: #555;
}

.ivu-table-sort {
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    width: 10px;
    margin-left: 10px;
    position: relative;
}

    .ivu-table-sort i.on {
        color: #2d8cf0;
    }

    .ivu-table-sort i {
        display: block;
        transition: color .2s ease-in-out;
        width: 0;
        height: 0;
        content: "";
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        position: absolute;
        right: 0;
    }

.glyphicon-triangle-top:hover {
    border-bottom-color: #bbbec4;
}

.glyphicon-triangle-bottom:hover {
    border-top-color: #bbbec4;
}

.glyphicon-triangle-top {
    border-bottom: 10px solid #d7d9de;
    bottom: 0;
}

.glyphicon-triangle-bottom {
    border-top: 10px solid #d7d9de;
    bottom: -12px;
}
/*智能伪原创 false-orig*/
.false-link {
    margin: 10px auto;
}

    .false-link * {
        float: left;
        line-height: 32px;
    }

    .false-link input {
        width: 70%;
        box-sizing: border-box;
        margin: 0 10px 0 5px;
        border-radius: 2px;
        border: 1px solid #ccc;
    }

    .false-link p {
        font-size: 14px;
        color: #900
    }

.btn01, .btn02, .btn03 {
    background: #37a8ff;
    border: 1px solid #288bd7;
    color: #fff;
    text-align: center;
    padding: 0 12px;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 10px;
}

.btn02 {
    background: #efb01f;
    border: 1px solid #d79b0e;
}

.btn03 {
    background: #f5653a;
    border: 1px solid #d7491e;
}

.btn01:hover {
    background: #49b0ff;
}

.btn02:hover {
    background: #f7bf3d;
}

.btn03:hover {
    background: #ff774f;
}

/*访问限制验证码*/
.ValidateCode {
 cursor:pointer
}
.FlowControl p {
    margin: 20px 0 10px
}

.FlowControl {
    text-align: center
}

.FlowControl input[type='text'] {
    margin:6px 5px 0;
    width: 60px;
    text-align: center
}

.FlowControl input[type='button'] {
    margin-top:5px;
    height: 26px;
    line-height: 26px
}
