@charset "UTF-8";
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
}

/*iconfont样式*/
@font-face {
    font-family: 'iconfont';
    src: url('fonts/iconfont.eot?xvchsj');
    src: url('fonts/iconfont.eot?xvchsj#iefix') format('embedded-opentype'),
    url('fonts/iconfont.ttf?xvchsj') format('truetype'),
    url('fonts/iconfont.woff?xvchsj') format('woff'),
    url('fonts/iconfont.svg?xvchsj#iconfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-account:before {
    content: "\e925";
}

.icon-7day:before {
    content: "\e900";
}

.icon-finance:before {
    content: "\e901";
}

.icon-list:before {
    content: "\e902";
}

.icon-qr-code:before {
    content: "\e903";
}

.icon-notice:before {
    content: "\e904";
}

.icon-wechat:before {
    content: "\e905";
}

.icon-crown:before {
    content: "\e906";
}

.icon-delete:before {
    content: "\e907";
}

.icon-add:before {
    content: "\e908";
}

.icon-minus:before {
    content: "\e909";
}

.icon-save:before {
    content: "\e90a";
}

.icon-free:before {
    content: "\e90b";
}

.icon-claer:before {
    content: "\e90c";
}

.icon-calendar:before {
    content: "\e90d";
}

.icon-shop:before {
    content: "\e90e";
}

.icon-business:before {
    content: "\e90f";
}

.icon-goods:before {
    content: "\e910";
}

.icon-time:before {
    content: "\e911";
}

.icon-home:before {
    content: "\e912";
}

.icon-data:before {
    content: "\e913";
}

.icon-search:before {
    content: "\e914";
}

.icon-pic:before {
    content: "\e915";
}

.icon-finish:before {
    content: "\e916";
}

.icon-article:before {
    content: "\e917";
}

.icon-help:before {
    content: "\e918";
}

.icon-feedback:before {
    content: "\e919";
}

.icon-set:before {
    content: "\e91a";
}

.icon-drop-down:before {
    content: "\e91b";
}

.icon-up-arrow:before {
    content: "\e91c";
}

.icon-down-arrow:before {
    content: "\e91d";
}

.icon-right-arrow:before {
    content: "\e91e";
}

.icon-left-arrow:before {
    content: "\e91f";
}

.icon-message:before {
    content: "\e920";
}

.icon-edit:before {
    content: "\e921";
}

.icon-application:before {
    content: "\e922";
}

.icon-mail:before {
    content: "\e923";
}

.icon-correct:before {
    content: "\e924";
}
/*iconfont样式*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #f5f5f5;
    color: #555;
    font-size: 12px;
    font-family: "Microsoft yahei";
    min-width: 1200px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,    
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: none;
    color: #2c9cf0;
}


img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}



/**

    layout

*/
.v-layout{
    background-color: #f5f5f5;
}
.v-sidebar{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
}
.v-logo{
    display: block;
    text-align: center;
    width: 100%;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
}
.v-logo img{
    max-height: 56%;
    max-width: 88%;
}
.v-nav{
    width: 110px;
    background-color: #444444;
}
.v-nav-list{
    margin: 20px 0;
}
.v-nav-list .item{
    display: block;
    font-size: 16px;
    color: #CACACA;
    height: 40px;
    line-height: 40px;
    margin-bottom: 14px;
    padding-left: 22px;
}
.v-nav-list .item:hover{
    background-color: #666;
    color: #fff;
}
.v-nav-list .item.active{
    color: #444;
    background-color: #fff;
}
.v-subnav{
    width: 130px;
    border-right: 1px solid #dddddd;
    background: #fff;
}
.v-subnav .v-subnav-title{
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #444;
    text-align: center;
    border-bottom: 1px solid #dddddd;
}
.v-subnav-list{
    margin: 20px 10px;
}
.v-subnav-list .item{
    display: block;
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    margin-bottom: 14px;
}
.v-subnav-list .item.active{
    background-color: #f5f5f5;
}
.v-subnav-list .item.active:hover{
    color: inherit;
}

.v-header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 56px;
    left: 0;
    padding-left: 240px;
    z-index: 9998;
    background: #fff;
    border-bottom: 1px solid #dddddd;
}
.v-header .v-header-title{
    line-height: 55px;
    font-size: 16px;
}
.v-header .v-header-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    height: 100%;
}
.v-header .user-menu{
    position: relative;
    height: 55px;
    display: flex;
    align-items: center;
}

.v-header .user-menu .badge{
    background: #ff0000;
    font-weight: 400;
    padding: 3px 6px;
}
.v-header .user-menu .dropdown-menu{
    min-width: 100px;
    margin-top: 0;
}
.v-header .user-menu .dropdown-menu:after,.v-header .user-menu .dropdown-menu:before{
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    width: 14px;
    height: 10px;
    left: 50%;
    margin-left: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.v-header .user-menu .dropdown-menu:after{
    top: -10px;
    border-bottom: 7px dashed #fff;
    border-bottom: 7px solid\9 #fff;
}
.v-header .user-menu .dropdown-menu:before{
    top: -11px;
    border-bottom: 7px dashed #ccc;
    border-bottom: 7px solid\9 #ccc;
}
.v-header .user-menu .clear-cache{
    font-size: 16px;
    margin-left: 20px;
}
.v-main{
    padding-top: 56px;
    padding-left: 240px;
}
.v-container{
    padding: 20px;
    margin: 10px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
.nosubnav .v-subnav{
    display: none;
}
.nosubnav .v-header,.nosubnav .v-main{
    padding-left: 110px;
}
/*
*   
    layout end
*/

/****************************/
.alert-tips{
    border: 1px solid #ffc875;
    background-color: #fcf5de;
    font-size: 12px; 
    border-radius: 0px;
}
.alert-tips .alert-tips-title{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}
.alert-tips .alert-link{
    color: #ff0000;
}

.screen-title{
    height: 32px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}
.screen-title .text{
    float: left;
    height: 32px;
    line-height: 30px;
    padding-right: 6px;
    font-weight: 700;
    border-bottom: 3px solid #2c9cf0;
}
.v-nav-tabs{
    margin-bottom: 10px;
}
.v-nav-tabs>li{

}
.v-nav-tabs>li>a{
    border-radius: 2px 2px 0 0;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    padding: 0;
    text-align: center;
    width: 82px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.v-nav-tabs>li.active>a, .v-nav-tabs>li.active>a:focus, .v-nav-tabs>li.active>a:hover{
    background-color: #2c9cf0;
    color: #fff;
}
.v-table{
    border: 1px solid #dddddd;
}
.v-table>thead{
    background-color: #f5f5f5;
}
.v-table>thead>tr>th{
    color: #444;
    border-bottom: 1px solid #ddd;
}
.panel{
    border-radius: 2px;
}
.panel-row{
    /*padding: 0 15px;*/
    /*margin-bottom: 20px;*/
}
.panel-row .item{
    background: #eee;
    margin-bottom: 20px;
    padding: 20px;
    color: #fff;
    display: flex;
}
.panel-row .item .icon{
    font-size: 60px;
    display: block;
    width: 60px;
    height: 60px;
}
.panel-row .item .inner{
    font-size: 16px;
    border-left: 1px solid #fff;
    padding-left: 12px;
    margin-left: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.panel-row .item .inner .num{
    font-size: 24px;
    font-weight: 700;
}
.panel-row .row>div:nth-of-type(1) .item{
    background: #53c7a0;
}
.panel-row .row>div:nth-of-type(2) .item{
    background: #65b0cd;
}
.panel-row .row>div:nth-of-type(3) .item{
    background: #7a6fcb;
}
.panel-row .row>div:nth-of-type(4) .item{
    background: #ca7096;
}

.panel-home .item{
    text-align: center;
    margin: 5px 0;
}
.panel-home .item .num{
    color: #ff0000;
    font-size: 22px;
}
.ta_resize{resize: none;}

em{
    font-style: normal;
}

/****************************/