@charset "utf-8";
@import url(../lib/layui/css/layui.css);
*{
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a{
    text-decoration: none;
}
html{
    width: 100%;
    height: 100%;
    overflow-x:hidden; 
    overflow-y:auto;
}
body{
    width: 100%;
    min-height: 100%;
    background: #f1f1f1;
    /*background: #fff;*/
}
.x-red{
    color: red;
}
.x-green{
    color: green;
}
.layui-form-switch{
    margin-top: 0px;
}
.layui-input:focus, .layui-textarea:focus {
    border-color: #189f92!important;
}

.layui-fluid{
    padding:15px;
}
.x-nav{
    padding: 0 20px;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #e5e5e5;
    line-height: 39px;
    height: 39px;
    overflow: hidden;
    background: #fff;
}
.page{
    text-align: center;

}
.page a{
    display: inline-block;
    background: #fff;
    color: #888;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #E2E2E2;
    margin-right: 5px;
    cursor: pointer;

}
.page span{
    display: inline-block;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #E2E2E2;
    margin-right: 5px;
    cursor: pointer;
}
.page span.current{
    display: inline-block;
    background: #009688;
    color: #fff;
    padding: 5px; 
    min-width: 15px;
    border: 1px solid #009688;
}
.page .pagination li{
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
.page .pagination li.active span{
    background: #009688;
    color: #fff;
    border: 1px solid #009688;

}

/*登录样式*/
/*头部*/
.container{
    width: 100%;
    height: 45px;
    background-color: #222;
}
.container a,.layui-nav .layui-nav-item a{
    color: #fff;
}
.container .logo a{
    background-color: rgba(0,0,0,0);
}
.container .logo a{
    float: left;
    font-size: 18px;
    padding-left: 20px;
    line-height: 45px;
    width: 200px;
}
.container .right{
    background-color:rgba(0,0,0,0);
    float: right;

}
.container .left_open{
    height: 45px;
    float: left;
    margin-left: 10px;
}
.container .left_open i{
    display: block;
    background: rgba(255,255,255,0.1);
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    text-align: center;
    margin-top: 7px;
    cursor: pointer;
}
.container .left_open i:hover{
    background: rgba(255,255,255,0.3);
}

.container .left{
    background-color:rgba(0,0,0,0);
    float: left;

}
.container .layui-nav-item{
    line-height: 45px;
}
.container .layui-nav-more{
    top: 20px;
}
.container .layui-nav-child{
    top: 50px;
}
.container .layui-nav-child i{
    margin-right: 10px;
}
.layui-nav .layui-nav-item a{
    cursor: pointer;
}
.layui-nav .layui-nav-child a{
    color: #333;
    cursor: pointer;
}
.left-nav{
    position: absolute;
    top: 45px;
    bottom: 0px;
    /*bottom: 42px;*/
    left: 0;
    z-index: 2;
    padding-top: 10px;
    background-color: #EEEEEE;
    width: 220px;
    max-width: 220px;
    overflow: auto;
    overflow-x:hidden;
    overflow: hidden;

    /*width: 0px;*/
}
#side-nav{
    width: 220px;
}

.left-nav #nav li:hover > a{
    /*color: blue;*/
}
.left-nav #nav .current{
    background-color: rgba(0, 0, 0, 0.3);
}
.left-nav #nav li a{
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    display: block;
    cursor: pointer;
    border-left: 4px solid transparent;
    transition: all 0.3s;
}
.left-nav a:hover{
    background: #009688 !important;
    color: #fff;
    border-color:  #04564e !important;
}
.left-nav a.active{
    background: #009688 !important;
    color: #fff;
    border-color:  #04564e !important;
}
.left-nav #nav li a cite{
    font-size: 14px;
}

.left-nav #nav li .sub-menu{
    display: none;
}
.left-nav #nav li .opened{
    display: block;
}
.left-nav #nav li .opened:hover{
    /*background: #fff ;*/
}
.left-nav #nav li .opened .current{
    
}
.left-nav #nav li .sub-menu li:hover{
    /*color: blue;*/
     /*background: #fff ;*/
}
.left-nav #nav li .sub-menu li a{
    padding: 12px 15px 12px 30px;
    font-size: 14px;
    cursor: pointer;
}
.left-nav #nav li .sub-menu li .sub-menu li a{
    padding-left: 45px;
}
/*.left-nav #nav li .sub-menu li a:hover{
    color: #148cf1;
}*/
.left-nav #nav li .sub-menu li a i{
    font-size: 12px;
}
.left-nav #nav li a i{
    padding-right: 10px;
    line-height: 14px;
}
.left-nav #nav li .nav_right{
    float: right;
    font-size: 16px;
}
.x-slide_left {
    width: 17px;
    height: 61px;
    background: url(../images/icon.png) 0 0 no-repeat;
    position: absolute;
    top: 200px;
    left: 220px;
    cursor: pointer;
    z-index: 3;
}
.page-content{
    position: absolute;
    top: 45px;
    right: 0;
    /*bottom: 42px;*/
    bottom: 0px;
    left: 220px;
    overflow: hidden;
    z-index: 1;
}
.page-content-bg{
    position: absolute;
    top: 45px;
    right: 0;
    /*bottom: 42px;*/
    bottom: 0px;
    left: 220px;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    z-index: 100;
    display: none;
}

.page-content .tab{
    height: 100%;
    width: 100%;
    /*background: #EFEEF0;*/
    margin: 0px;
}
.page-content .layui-tab-title{
    /*padding-top: 5px;*/
    height: 35px;
    background: #EFEEF0 ;
    position: relative;
    z-index: 100;
}
.page-content .layui-tab-title li.home i{
    padding-right: 5px;
}
.page-content .layui-tab-title li.home .layui-tab-close{
    display: none;
}
.page-content .layui-tab-title li{
    line-height: 35px;
}
.page-content .layui-tab-title .layui-this:after{
    height: 36px;
}
.page-content .layui-tab-title li .layui-tab-close{
    border-radius: 50%;
}
.page-content .layui-tab-title .layui-this{
    background: #fff ;
}
.page-content .layui-tab-bar{
    height:34px;
    line-height: 35px;
}
.page-content .layui-tab-content{
    position: absolute;
    top: 36px;
    bottom: 0px;
    width: 100%;
    padding: 0px;
    overflow: hidden;
}
.page-content .layui-tab-content .layui-tab-item{
    width: 100%;
    height: 100%;
    
}
.page-content .layui-tab-content .layui-tab-item iframe{
    width: 100%;
    height: 100%;

}
.x-admin-carousel,.layui-carousel,.x-admin-carousel>[carousel-item]>* {
    background-color:#fff
}

.x-admin-backlog .x-admin-backlog-body {
    display:block;
    padding:10px 15px;
    background-color:#f8f8f8;
    color:#999;
    border-radius:2px;
    transition:all .3s;
    -webkit-transition:all .3s
}
.x-admin-backlog-body h3 {
    padding-bottom:10px;
    font-size:12px
}
.x-admin-backlog-body p cite {
    font-style:normal;
    font-size:30px;
    font-weight:300;
    color:#009688
}
.x-admin-backlog-body:hover {
    background-color:#CFCFCF;
    color:#888
}

.layui-table td, .layui-table th{
    min-width: 10px;
}

table th, table td {
    word-break: break-all;
}

/*404页面样式*/
.fly-panel {
    margin-bottom: 15px;
    border-radius: 2px;
    /*background-color: #fff;*/
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.fly-none {
    min-height: 600px;
    text-align: center;
    padding-top: 50px;
    color: #999;
}
.fly-none .layui-icon {
    line-height: 300px;
    font-size: 300px;
    color: #393D49;
}
.fly-none p {
    margin-top: 50px;
    padding: 0 15px;
    font-size: 20px;
    color: #999;
    font-weight: 300;
}
#tab_right{
    display: none;
    width: 80px;
    position: absolute;
    top: 35px;
    left: 0px;
}
#tab_right dl{
    top: 0px;
}
#tab_show{
    position: absolute;
    top: 36px;
    bottom: 0px;
    width: 100%;
    background:rgb(255, 255, 255,0);
    padding: 0px;
    overflow: hidden;
    display: none;
}


@media screen and (max-width: 768px){
    .fast-add{
        display: none;
    }
    .layui-nav .to-index{
        display: none;
    }
    .container .logo a{
        width: 140px;
    }
    .container .left_open {
        /*float: right;*/
    }
    .left-nav{
        width: 60px;
    }
    .left-nav #nav li a i{
        font-size: 18px;
    }
    .left-nav cite,.left-nav .nav_right{
        display: none;
    }
    .page-content{
        left: 60px;
    }
    .page-content .layui-tab-content .layui-tab-item{
        -webkit-overflow-scrolling: touch; 
        overflow-y: scroll; 
    }
    .x-so input.layui-input{
        width: 100%;
        margin: 10px;
    }
}

/*精细版样式*/

.x-admin-sm{
    font-size: 12px;
}
.x-admin-sm body{
    font-size: 12px;
}
/*登录页面样式*/
.x-admin-sm .login input[type=submit],.x-admin-sm .login input[type=button]{
    font-size: 14px;
}
.x-admin-sm .login input[type=text],
.x-admin-sm .login input[type=file],
.x-admin-sm .login input[type=password],
.x-admin-sm .login input[type=email], .x-admin-sm select {
    font-size: 12px;
}
.x-admin-sm .login .message{
    font-size: 14px;
}

.x-admin-sm .layui-table td, .x-admin-sm .layui-table th{
    font-size: 12px;
}
.x-admin-sm .layui-elem-field legend{
    font-size: 18px;
}

.x-admin-sm .x-admin-backlog-body p cite{
    font-size: 24px;
}
.x-admin-sm .left-nav #nav li a cite{
    font-size: 12px;
}
.x-admin-sm .iconfont{
    font-size: 14px;
}
.x-admin-sm .layui-tab-title li{
    font-size: 12px;
}
.x-admin-sm .layui-icon{
    font-size: 14px;
}
.x-admin-sm .layui-nav *{
    font-size: 12px;
}
.x-admin-sm  .layui-breadcrumb>*{
   font-size: 12px; 
}
.x-admin-sm  .layui-btn,.x-admin-sm .layui-btn-xs,.x-admin-sm .layui-btn-sm{
    font-size: 12px;
}

.x-admin-sm .layui-laydate{
    font-size: 12px;
}
.x-admin-sm  .layui-btn{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.x-admin-sm .layui-btn-lg{
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    font-size: 14px;
}
.x-admin-sm .layui-layer-title,.x-admin-sm .layui-layer-dialog .layui-layer-content{
    font-size: 12px;
}
.x-admin-sm .layui-input,.x-admin-sm .layui-select,.x-admin-sm .layui-textarea{
    height: 30px;
}

.x-admin-sm .layui-form-pane .layui-form-label{
    height: 30px;
    line-height: 14px;
}
.x-admin-sm .layui-form-checkbox span{
    font-size: 12px;
}
.x-admin-sm .fly-none .layui-icon {
    line-height: 300px;
    font-size: 300px;
    color: #393D49;
}
.ware-table td{
    padding:0px;
    text-align: center;
}
.ware-table th{
    text-align: center;
}
.ware-input{
    width: 100%;
    border: none;
    height: 30px;
    text-indent: 1em;
}
.upload{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 100%;
    color: #1890ff;
    cursor: pointer;
}
.imgs{
    display: none;
}
.ware-block{
    float:right;
    padding-left:10px;
    height: 30px;
    line-height: 30px;
}
.search_td{
    position: relative;
}
.search_good{
    display: none;
    position: absolute;
    padding: 12px 16px;
    width: 300px;
    height: 145px;
    left: 0px;
    top: 47px;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    z-index: 999;
}
.sg_arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 300px;
    top: -5px;
    transform: rotate(45deg);
    background: #fff;
    border-radius: 4px;
}
.content-info-title {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0,0,0,.85);
    position: relative;
    padding: 5px 0px;
    border-bottom: 0px;
    line-height: 10px;
}
.close-x{
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
    font-size: 16px;
}
.sg_titles{
    margin-top: 10px;
    background: #fafafa;
    transition: background .3s ease;
    text-align: center;
    color: rgba(0,0,0,.85);
    font-weight: 500;
    border: 1px solid #e8e8e8;
}
.sg_title{
    margin-right:17px;
}
.sg_info_item>div:first-child{
    width:30%;
}
.sg_title>div:nth-child(2), .sg_info_item>div:nth-child(2){
    width:50%;
}
.sg_title>div:nth-child(3), .sg_info_item>div:nth-child(3){
    width:20%;
}
.sg_title>div>span, .sg_info_item>div>span {
    display: block;
    padding: 10px;
    text-align: center;
}
.sg_info {
    background: #fff;
    transition: background .3s ease;
    text-align: center;
    color: rgba(0,0,0,.85);
    font-weight: 500;
    border: 1px solid #e8e8e8;
    border-top: 0px;
    height: 84px;
    overflow-y: scroll;
}
.sg_title>div, .sg_info_item>div {
    display: inline-block;
}
.sg_info_item>div>span.cz {
    color: #1890ff;
    cursor: pointer;
}
.form-input.upload {
    border: 1px dashed #d9d9d9;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    background-color: #fafafa;
    text-align: center;
    cursor: pointer;
    transition: border-color .3s ease;
    vertical-align: top;
    display: block;
    position: relative;
}
.form-input-tb {
    position: absolute;
    top: 27px;
    left: 43px;
    font-size: 18px;
    font-weight: bold;
}
.form-input-text {
    position: absolute;
    top: 52px;
    left: 35px;
}
.form-input.upload .tp {
    width: 90px;
    height: 90px;
    margin: 5px;
}
.layui-row{
    background: #fff;
    padding-top:15px;
}
.detail-cat{
    display: inline-block;
    width: 20%;
    border-right: 1px solid #ddd;
    height: 638px;
    padding: 0px;
}
.detail-cat-item{
    height: 50px;
    line-height: 50px;
    padding-right: 20px;
    cursor: pointer;
}
.detail-cat-item.hover,.detail-cat-item:hover{
    background: #009688 !important;
    color: #fff;
    border-right:2px solid #04564e !important;
}
.detail-good{
    display: inline-block;
    width: 78%;
    height: 652px;
    padding: 0px;
    overflow-y: scroll;
}
.detail-good-items{
    border-bottom: 1px solid #ddd;
    margin: 0 20px;
}
.detail-good-items-item{
    display: inline-block;
    width: calc(20% - 8px);
    max-height: 100px;
    text-align: center;
}
.detail-good-items-item img{
    width: 80px;
    height: 80px;
    margin: 10px;
}
.mx{
    color: #1E9FFF;
}
.layui-layer-iframe{
    max-width: 100%;
}
.delivery-detail-good{
    width: 100%;
}
.delivery-detail-good .detail-good-items-item {
    width: 32%;
    padding: 20px 0;
}
.detail-good-items.th{
    border-bottom: 1px solid #ddd;
    margin: 0 20px;
    background: #eee;
}
.layui-card-body-wh-items{
    display: flex;
    margin: 50px 0;
}
.layui-card-body-wh-item{
    width: 24%;
    border-right: 1px solid #fff;
}
.layui-card-body-wh-item > div{
    wdith: 100%;
    text-align: center;
}
.layui-card-body-wh-item > div:nth-child(1){
    margin-top: 26px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 18px;
    line-height: 22px;
}
.layui-card-body-wh-item> div:nth-child(2){
    font-weight: 600;
    font-size: 19px;
    height: 80px;
    line-height: 80px;
}
.layui-card-body-wh-item > div a{
    color: #1890ff;
    font-size: 18px;
    line-height: 22px;
}
.flex-grow >span{
    flex-grow: 1;
}
.flex-direction{
    display: flex;
    flex-direction: column;
}
.flex-grow{
    display: flex;
}
.flex-grow >div{
    flex-grow: 1;
    height: 40px;
    line-height: 40px;
}
.layui-row-index-row,.layui-row-index-row2{
    display: flex;
    margin-top: 20px;
}
.layui-row-index-row .layui-row-index-item{
    width: calc(25% - 15px);
    height: 120px;
    background: #fff;
}
.layui-row-index-row .layui-row-index-item:nth-child(1),
.layui-row-index-row .layui-row-index-item:nth-child(2),
.layui-row-index-row .layui-row-index-item:nth-child(3){
    margin-right: 20px;
}
.layui-row-index-row2 .layui-row-index-item{
    width: calc(100% / 3 - 40px / 3);
    height: 120px;
    background: #fff;
}
.layui-row-index-row2 .layui-row-index-item:nth-child(1),
.layui-row-index-row2 .layui-row-index-item:nth-child(2){
    margin-right: 20px;
}
.layui-row-index-item>div{
    padding: 20px;
}
.layui-row-index-item .title{
    color: rgba(0,0,0,.85);
    font-size: 20px;
    line-height: 22px;
}
.layui-row-index-item .title>span{
    font-size: 12px; 
    margin-left: 15px;
}
.layui-row-index-item .info{
    float: right;
    display: inline-block;
    cursor: pointer;
}
.layui-row-index-item .info .layui-icon{
    font-size: 20px !important;
}
.layui-row-index-item .daily-amount {
    color: rgba(0,0,0,.85);
    font-size: 30px;
    line-height: 28px;
    margin-top: 20px;
}
.layui-row-index-table{
    margin-top:20px;
    padding-bottom:20px;
    background: #fff;
}
.layui-row-index-table table{
    margin: 0 20px;
    width: calc(100% - 40px);
}

.layui-row-index-table-title{
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    margin-left: 20px;
}
.layui-fluid-supp{
    width: 100%;
    height: calc(100% - 40px);
    padding: 15px;
}
.layui-card-supp-item{
    width: 100%;
    height: 100px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}
.layui-card-supp-item.active{
    width: calc(100% - 5px);
    background: #009688 !important;
    color: #fff;
    border-left:5px solid #04564e !important;
}
.layui-card-supp-item-title{
    width: 100%;
    height: 40px;
    line-height: 68px;
    font-size: 18px;
    text-align: center;
}
.layui-card-supp-item-middle{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.layui-card-supp-item-bottom{
    width: 100%;
    height: 30px;
    line-height: 20px;
    text-align: center;
}
.layui-card-supp-body{

}
.layui-card-supp-body-items{
    margin: 0 15px;
    display: none;
}
.layui-card-supp-body-item{
    display: inline-block;
    cursor: pointer;
    width: calc(100% / 5 - 5px);
    border: 1px solid #fff;
    margin-bottom: 15px;
}
.layui-card-supp-body-item:hover,.layui-card-supp-body-item.active{
    border-color: red;
}
.layui-card-supp-body-item-img{
    padding: 0 15px;
    height: 190px;
}
.layui-card-supp-body-item-img img{
    width: 100%;
    height: 100%;
}
.layui-card-supp-body-item-title{
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    display: flex;
}
.layui-card-supp-body-item-title > div{
    flex-grow: 1;
    width: calc(100% / 3);
}
.layui-card-supp-body-item-checkbox{
    display: none;
}
.layui-card-supp-body-item-title .layui-input{
    width: 50px;
    height: 20px;
}

.dg_new_content{
    display: flex;
}
.dg_new_content .dg_new_top{
    flex-grow: 1;
}
.dg_new_content .dg_new_top .dg_new_bg{
    margin:10px;
    height:150px;
    border-radius: 15px;
}
.dg_new_content .dg_new_top .dg_new_bg.bg1{
    background: url(/static/images/index1.jpg) no-repeat;
    background-size:100% 100%;
}
.dg_new_content .dg_new_top .dg_new_bg.bg2{
    background: url(/static/images/index2.jpg) no-repeat;
    background-size:100% 100%;
}
.dg_new_content .dg_new_top .dg_new_bg.bg3{
    background: url(/static/images/index3.jpg) no-repeat;
    background-size:100% 100%;
}
.dg_new_content .dg_new_top .dg_new_bg.bg4{
    background: url(/static/images/index4.jpg) no-repeat;
    background-size:100% 100%;
}
.dg_new_content .dg_new_top .dg_new_bg .item{
    height:150px;
    padding-left:40px;
}
.dg_new_content .dg_new_top .dg_new_bg .item .title{
    height:75px;
    line-height: 100px;
    color:#fff;
    font-size:24px;
}
.dg_new_content .dg_new_top .dg_new_bg .item .content{
    height:75px;
    line-height: 40px;
    color:#fff;
    font-size:28px;
}
.dg_content {

    width: 100%;

    font-size: 16px;

    overflow: hidden;
    display: flex;

}

.dg_content .dg_content_item{

    background: #fff;

    float: left;

    margin: 20px;

    margin-left: 0px;

    padding: 20px;

    flex-grow: 1;

}
.dg_content .dg_content_item:nth-child(1){
    margin-left:10px;
}
.dg_content .dg_content_item:nth-child(2){
    margin-right:10px;
}
.dg_content_item_title{
    width:100%;
    height:30px;
    line-height: 30px;
}
.dg_content_items{
    display: flex;
}
.dg_content_item_one{
    height:80px;
    flex-grow: 1;
}
.dg_content_item_one .title{

    width: 100%;

    height: 40px;

    line-height: 40px;

    text-align: center;

}

.dg_content_item_one .content{

    width: 100%;

    height: 40px;

    line-height: 40px;

    text-align: center;

}
.dg_content_item_two{
    display: flex;
    width: 100%;
}
.dg_content_item_two .title,.dg_content_item_two .content{
    width:50%;
    height:30px;
    line-height: 30px;
    flex-grow: 1;
}
.dg_content_item_two .title{
    text-align: left;
}
.dg_content_item_two .content{
    text-align: left;
}
.dg_content_item2_title{
    width:10%;
    height:40px;
    line-height: 40px;
    background: #fff;
    border-radius: 15px;
    margin:10px;
    text-align: center;
    font-size: 18px;
}
.dg_content_item2{
    flex-grow: 1;
    width:20%;
    height:120px;
    margin:10px 0;
}
.dg_content_item2 .dg_content_items{
    margin:0 10px;
    height: 100%;
    background: #fff;
}
.dg_content_item2 .dg_content_items .dg_content_item_one{
    width: 100%;
    height:100%;
}
.dg_content_item2 .dg_content_items .title,.dg_content_item2 .dg_content_items .conten{
    width:100%;
    height:60px;
    line-height: 60px;
}
.dg_content_item2 .dg_content_items.circle{
    width:120px;
    height:120px;
    text-align: center;
    margin:0 auto;
    border-radius: 50%;
}
.dg_content_item2 .dg_content_items.circle .title,
.dg_content_item2 .dg_content_items.sy .title{
    height: 120px;
    line-height:120px;
}

.dg_content_item2 .dg_content_items.nothing{
    background-color: #f1f1f1;
}
.dg_content_item2 .dg_content_item_one .content{
    text-align: center;
}
.dg_content_item2 .dg_content_item_one .content_two{
    display: flex;
    width:100%;
    height:60px;
    line-height: 60px;
}
.dg_content_item2 .dg_content_item_one .content_two .content_left,
.dg_content_item2 .dg_content_item_one .content_two .content_right{
    flex-grow: 1;
    text-align: center;
}
.dg_content_item .dg_content_item_one .content_two{
    display: flex;
    width:100%;
    height:60px;
    line-height: 60px;
}
.dg_content_item .dg_content_item_one .content_two .content_left,
.dg_content_item .dg_content_item_one .content_two .content_right{
    flex-grow: 1;
    text-align: center;
}
.charts_item{
    display: flex;
}
.dg_content_item.charts{
    flex-grow: 1;
    background: #fff;
    padding:10px;
    margin:10px;
    width: calc(50% - 40px);
}

.dg_content_item.table{

    background: #fff;

    margin:10px;

    padding:10px;

}
.wrapper{

    width:100%;

    margin-top: 20px;

    border:0px;

    padding:0px;

}

.wrapper table{

    width:100%;

    font-size: 14px;

   
    line-height: 1.5;

    color: rgba(0,0,0,.65);

    
    margin: 0;

    padding: 0;

    

}

.table-align-center{

    text-align: center;

}



.wrapper table tr{

    width:100%;

}

.wrapper table th{

    color: rgba(0,0,0,.85);

    background: #fafafa;

    height:50px;

    font-weight: 500;

    border-bottom: 1px solid #e8e8e8;

}

.wrapper table td{

    color: rgba(0,0,0,.85);

    background: none;

    height:50px;

    font-weight: 500;

    border-bottom: 1px solid #e8e8e8;

    text-align: center;

}

.wrapper table td span{

    padding:0 5px;

}

.wrapper table tr.over td{

    color: rgba(177,177,177,1);

}

.table-divider{

    margin: 0 8px;

    display: inline-block;

    height: .9em;

    width: 1px;

    vertical-align: middle;

    position: relative;

    top: -.06em;

    font-size: 14px;

    font-feature-settings: "tnum";

    font-variant: tabular-nums;

    line-height: 1.5;

    color: rgba(0,0,0,.65);

    box-sizing: border-box;

    margin: 0;

    padding: 0 !important;

    list-style: none;

    background: #e8e8e8;

}

.layui-card-top{
    display: flex;
}
.layui-card-top .layui-show-xs-block{
    flex-grow: 1;
    text-align: center;
}
.layui-card-top .layui-show-xs-block .layui-block-top,.layui-card-top .layui-show-xs-block .layui-block-bottom{
    height:25px;
    line-height: 25px;
}
.layui-card-top .layui-show-xs-block .layui-btn{
    margin-top:10px;
}
.h-table{
        display: flex;
    }
    .h-th,.h-tr{
        flex-grow: 1;
        border:1px solid #ddd;
    }
    .h-td{
        border-bottom: 1px solid #ddd;
        text-align: center;
        height: 30px;
        line-height: 30px;
    }
    .h-td:nth-child(12){
        border:none;
    }
    .jt{
        padding-left:5px;
        font-size: 18px;
        font-weight: bold;
    }
    .jt.red{
        color: green;
    }
    .jt.green{
        color:red;
    }
    
    .layui-table td, .layui-table th {
        min-width:10px;
    }
    .sreach-ul{
        display: none;
        position: absolute;
        left: 0;
        top: 42px;
        padding: 5px 0;
        z-index: 899;
        min-width: 100%;
        border: 1px solid #d2d2d2;
        max-height: 300px;
        overflow-y: auto;
        background-color: #fff;
        border-radius: 2px;
        box-shadow: 0 2px 4px rgba(0,0,0,.12);
        box-sizing: border-box;
    }
    .sreach-ul li{
        padding: 0 10px;
        line-height: 36px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
    }
    .sreach-ul li:hover{
        background-color: #5FB878;
        color: #fff;
    }
    .sreach-ul li.active{
        background-color: #5FB878;
        color: #fff;
    }