@charset "utf-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: auto;
    overflow-y: auto;
}
body {
    overflow: hidden;
    margin: 0;
    min-width: 100%;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    radial-gradient(#fff 15%, transparent 16%) 0 0,  radial-gradient(#fff 15%, transparent 16%) 8px 8px,  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
    radial-gradient(#fff 15%, transparent 16%) 0 0,  radial-gradient(#fff 15%, transparent 16%) 8px 8px,  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:focus {
    outline: 0!important;
}
.flex {
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.laydate_box{
    display: block;
}
.laydate_box div{
    display: inherit;
}
.laydate_box table tr{
    border: 0;
}
ul, li {
    list-style-type: none;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 0;
}
a {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
}
.del {
    background-color:#df5653 !important;
    color: #FFF !important;
}
p {
    margin: 0;
}
i {
    font-style: normal;
}
figure {
    margin: 0
}
img {
    vertical-align: middle
}
img {
    border: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
h1, .h1 {
    font-size: 36px;
    margin: 0;
}
h2, .h2 {
    font-size: 30px
}
h3, .h3 {
    font-size: 24px
}
h4, .h4 {
    font-size: 18px
}
h5, .h5 {
    font-size: 14px
}
h6, .h6 {
    font-size: 12px
}
[class^="col-"], [class*=" col-"] {
    /*
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -moz-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
    */
}
[class^="btn-"], [class*="btn-"] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
[class^="btn-"], [class*="btn-"] {
    -webkit-transition: color 0.3s, background-color 0.4s;
    transition: color 0.3s, background-color 0.4s
}
.hide {
    display: none;
}
.mb5 {
    margin-bottom: 10px;
    text-align: initial;
}
.close {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../imgs/close.png) 0px 0px no-repeat;
    float: right;
}
.close:hover {
    background-position: 0px -31px;
}
.cell{
    display: table-cell !important;
}
.dialog {
    display: none;
    width: 140px;
    max-height: 200px;
    overflow-y: auto;
    flex-direction: column;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(170, 170, 170);
    z-index: 9999999
}
.dialog span{
    padding: 1px 4px;
    cursor: pointer;
}
.dialog span:hover{
    background: rgb(136,170,255);
    color: #fff;
}
/**************************************************************************/


header{
    background: #fff;
}
.head-top {
    height: 36px;
    line-height: 36px;
    align-items: center;
    background: linear-gradient(#779d7d, #4f6954);
    color: #dcdcdc;
    position: relative;
    font-size: 14px !important;
}
.langugua{
    display: flex;
}
.langugua a{
    margin: 0 4px;
}
.langugua a img{
    height: 20px;
    width: auto;
}
.time{
    margin-left: 10px;
}
.head-top ul {
    display: flex;
}
.head-top ul li {
    display: flex;
    margin-right: 20px;
    align-items: center;
}
.marquee {
    width: 400px;
    align-items: center;
    margin-left: 10px;
}
marquee {
    border-radius: 2px;
    background: #f6f6f6;
    height: 20px;
    line-break: 20px;
    color: black;
}
.head-nav {
    height: 40px;
    line-height: 40px;
    position: relative;
    align-items: center;
    padding: 0 20px;
    background: linear-gradient(to bottom,#ffffff 0,#d2d2d2 100%);
}
.head-nav ul li {
    position: relative;
    text-align: center;
    float: left;
    font-size: 14px;
}
.head-nav ul li a {
    color: #423b33;
    font-size: 18px;
    padding:0 10px;
}
.head-nav ul li::before{
    display: block;
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    background: #cccccc;
}
.head-nav ul li.active::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #58755d;
    background-position: center 50px;
}
.head-nav ul li.active a, .head-nav ul li:hover a {
    color: #f85246 !important;
}
.head-nav .logo {
    margin-right: 20px;
}
.head-nav .logo img {
    width: auto;
    max-height: 40px;
}
.subNav {
    height: 32px;
    background: linear-gradient(#779d7d, #4f6954);
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.subNav-wrap {
    line-height: 32px;
}
.subNav ul li {
    text-align: center;
    float: left;
    font-size: 14px;
}
.subNav ul li a {
    padding-right: 15px;
    padding-left: 15px
}
.subNav ul li.active  {
    background: linear-gradient(#3a724b, #374b49);
}
.subNav ul li .nav-dotted {
    width: 1px;
    background: #1a2432;
    border-right: 1px solid #384558;
    height: 20px;
    box-sizing: content-box;
}
/*.admin {
    color: #fed770;
    display: inline-block;
    background: url(../imgs/vner.png) no-repeat;
    background-position-x: 45px;
    font-size: 14px;
    height: 48px;
}*/
.admin p {
    height: 20px;
    line-height: 20px;
    margin-left: 112px;
    margin-top: 4px;
}
/*************************************************************/
.center-nav {
    height: 42px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    font-size: 14px;
    padding: 0 20px;
}
.nav-wrap {
    align-items: flex-end;
}
.nav-wrap ul{
    display: flex;
}
.center-nav a {
    width: 165px;
    height: 36px;
    line-height: 42px;
    color: #006494;
    display: block;
    text-align: center;
}
.center-nav a.active,.center-nav a:hover {
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #006494;
    background: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
}
.flag {
    position: relative;
    left: 45px;
    display: inline-block;
    color: #645e5e;
}
/**********************************************************************************/

select {
    color: #645e5e !important;
}
.main {
    margin-bottom: 11px;
    font-size: 14px !important;
    color: #645e5e;
    min-height: 646px;
    width: 100%;
    padding:0 20px;
    padding-top: 10px;
}
.main-wrap {
    margin: 0 auto;
    flex-direction: column;
}
.main select, .main input {
    border: 1px solid #c9c9c9;
    height: 29px;
    border-radius: 4px;
    vertical-align: middle;
}

.form-lang .bq1 {
    display: inline-block;
    width: 71px;
    height: 22px;
    margin-right: 22px;
}
.form-lang .bq {
    display: inline-block;
    width: 71px;
    height: 22px;
    line-height: 22px;
    background: url(../imgs/bq1.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
    margin-right: 22px;
}
.form-lang input {
    width: 118px;
    padding-left: 6px;
}
.form-lang .mane {
    height: 29px;
    line-height: 29px;
    padding: 0 5px;
    display: inline-block;
    font-size: 13px;
}
.form-lang button.cur{
    background: #d9d9d9;
    color: #828282;
}
.form-lang button {
    width: 85px;
    height: 29px;
    border-radius: 3px;
    border: 0;
    color: #fff;
    margin-left: 5px;
    cursor: Pointer;
    font-size: 14px;
    background:#3487d6;
}
.form-lang a.btn {
    width: 85px;
    height: 29px;
    line-height: 18px;
    border-radius: 3px;
    border: 0;
    color: #fff;
    background:#3487d6;
    margin-left: 5px;
    cursor: Pointer;
    font-size: 14px;
}
.sz-bom a.button {
    width: 80px;
    height: 25px;
    line-height: 25px;
    background: #58755d;
    border: 0;
    border-radius: 5px;
    outline: none;
    margin: 0 10px;
    margin-top: 10px;
    color: #fff;
    cursor: pointer;
}
.form-lang .red {
    color: #fff;
    background: #f85246 !important;
}
.form-lang .btn1 {
    background: #5d87af;
}
.ex{
    line-height: 36px;
    margin-left: auto;
    background: linear-gradient(to bottom,#64866b 20%,#232d40 100%);
    padding: 0 10px;
    margin-right: 2px;
}
.dy{
    line-height: 36px;
    background: linear-gradient(to bottom,#64866b 20%,#232d40 100%);
    padding: 0 10px;
}

/************************************/
.form-lang .mb5 a.btn-info{
    line-height: 20px;
    padding: 0 7px;
    background: #eff2f4;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #a5b5cd !important;
    color: #5271b9 !important;
}
.table .m-table {
    position: relative;
    top: 15px;
}
.table-top {
    height: 36px;
    background: linear-gradient(#3487d6, #246cb1);
    align-items: center;
    margin-bottom: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.table-top .t-icon {
    display: inline-block;
    height: 22px;
    width: 22px;
    margin-left: 15px;
    background: url(../imgs/icon-top.png) no-repeat;
    background-position: -147px -2px;
}
.table-top .t-t {
    color: #fff;
}
.table table {
    width: 100%;
}
.table table tr {
    height: 24px;
    /*line-height: 36px;*/
    border: 1px solid #dfdfdf;
    background-color: #eff2f4;
}
.table table tr:nth-child(even) {
    background-color: #fff;
}
.table table tr:hover {
    background: #73b9cc;
    color: #fff;
}
.table table tr:nth-child(1) {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    font-size: 13px;
    background: #eff2f4 !important;
    color: #645e5e !important;
}
.table table tr th {
    text-align: center;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.table table tr td {
    font-size: 12px;
    text-align: center;
    border-right: 1px solid #e4e0e0;
    padding: 0 4px;
}
.table table tr td:last-child {
    /*display: flex;*/
    justify-content: space-around;
}
.table table tr td .action{
    height: 100%;
    display: flex;
    justify-content: space-around;
}
.table table tr td a {
    color: #1c7ddc;
    height: 20px;
}
.table table tr td .action a{
    line-height: 20px;
    padding: 0 7px;
    background: #eff2f4;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #a5b5cd !important;
    color: #5271b9 !important;
}
.table table tr td:hover .detail {
    display: block;
}
.table-list{

    overflow-x: auto;
}
.table-list table tr td{
    padding: 0 6px;
}
.detail {
    display: none;
    width: 330px;
    height: auto;
    background: url(../imgs/tuding.png) no-repeat #fff;
    background-position: 9px 2px;
    position: absolute;
    left: 60px;
    color: #645e5e !important;
    box-shadow: #a09b9b 5px 5px 10px;
    z-index: 1000;
    font-size: 12px;
}
.detail .yue {
    width: 330px;
    height: auto;
    box-shadow: #a09b9b 0 0 9px;
    padding: 20px 0;
}
.detail .yue p {
    height: 30px;
    margin-left: 12px;
}
.detail .yue span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 76px;
    float: left;
    border: 1px solid #000;
    text-align: center;
}
/****************************************/
.body {
    margin-bottom: 30px;
}
.table-bom {
    width: max-content;
    height: 40px;
    border-radius: 2px;
    background: linear-gradient(#3487d6, #246cb1);
    color: #fff;
    margin-top: 10px;
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-around;
    margin-left: auto;
    padding-right:  20px;
}
.table-bom span {
    display: flex;
    align-items: center;
}
/************************sz-table*************************/
.sz-box,.sd-box{
    display: inline-block;
    position: relative;
    color: #645e5e;
}
.sz-table,.sd-table  {
    border: 1px solid #dcdcdc;
    padding: 10px 14px;
    margin: auto;
    border-radius: 6px;
}
.sz-table table,.sd-table table {
    width: 100%;
}
.sz-table table tr,.sd-table table tr {
    height: 30px;
    line-height: 30px;
    border: 1px solid #dfdfdf;
}
.sz-top,.sd-top {
    height: 30px;
    background: linear-gradient(#3487d6, #246cb1);
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.sz-title,.sd-title{
    color: #fff;
}
.sz-table table tr th,.sd-table table tr th {
    text-align: center;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.sz-table table tr td,.sd-table table tr td {
    padding: 0 10px;
    font-size: 14px;
    border-left: 1px solid #e4e0e0;
    border-right: 1px solid #e4e0e0;
}
.sz-table table tr td:first-child,.sd-table table tr td:first-child {
    height: 30px;
    text-align: right;
    border-right: 1px solid #dcdcdc;
}
.sz-table table tr td:nth-child(2){
    border-right: none;
}
.sz-table table tr td input,.sd-table table tr td input {
    width: 140px;
    height: 26px;
    border: 1px solid #d4cdcd;
    vertical-align: middle;
    padding-left: 4px;
    border-radius: 4px;
    margin-bottom: 2px;
}
.sz-table table tr td .radio,.sd-table table tr td .radio{
    width: auto;
    margin: 0 10px;
}
.sz-table table tr td .radio:first-child, .sd-table table tr td .radio:first-child{
    margin-left: 0;
}
.sz-table table tr td .checkbox,.sd-table table tr td .checkbox{
    width: auto;
}
.sz-table table tr td .random,.sd-table table tr td .random{
    width: 60px;
    line-height: 20px;
}
.sz-table table tr td select,.sd-table table tr td select {
    width: 140px;
    height: 26px;
    border: 1px solid #d4cdcd;
    vertical-align: middle;
    padding-left: 4px;
    border-radius: 4px;
    margin-bottom: 2px;
}
.sz-table table tr td:last-child,.sd-table table tr td:last-child  {
    border-left: none;
    text-align: left;
    /*    color: #FA0B42;*/
}
.sz-bom button,.sd-bom button {
    width: 80px;
    height: 25px;
    background: #3487d6;
    border: 0;
    border-radius: 5px;
    outline: none;
    margin: 0 10px;;
    margin-top: 10px;    ;
    color: #fff;
    cursor: pointer;
}
.tab{
    margin-top: 20px;
}
.tab ul{
    display: flex;

}
.tab ul li{
    width: 156px;
    border-left: 1px solid #9d9d9d;
    border-top: 1px solid #9d9d9d;
    border-right: 1px solid #9d9d9d;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #ffffff;
    margin-right: 10px;
    background: #fff;
}
.tab ul li.active{
    width: 156px;
    border-left: 1px solid #9d9d9d;
    border-top: 1px solid #9d9d9d;
    border-right: 1px solid #9d9d9d;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #ffffff;
    margin-right: 10px;
    background:linear-gradient(#779d7d, #4f6954);
}
.tab ul li.active a{
    color: #fff;
}
.tab ul li a {
    height: 30px;
    line-height: 30px;
    color: #58755d;
    display: block;
    text-align: center;
}
/*********************************************************************************/
.xh-table{
    display: flex;
    flex-direction: column;
}
.xh-flex{
    display: flex;
}
.xh-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #4f81bd;
    color: #fff;
    font-size: 25px;
    width: 50px;
    text-align: center;
}
.xh-flex:nth-child(2) .xh-menu{
    background: #f0ad4e;
}
.xh-flex:nth-child(3) .xh-menu{
    background: #e14f4f;
}
.xh-flex:nth-child(4) .xh-menu{
    background: #a8bc7b;
}
.xh-flex:nth-child(5) .xh-menu{
    background: #70afc4;
}
.xh-flex:nth-child(6) .xh-menu{
    background: #f0ad4e;
}
.xh-flex:nth-child(7) .xh-menu{
    background: #e14f4f;
}
.xh-flex:nth-child(8) .xh-menu{
    background: #a8bc7b;
}
.xh-flex:nth-child(9) .xh-menu{
    background: #70afc4;
}
.xh-flex:nth-child(10) .xh-menu{
    background: #4f81bd;
}
.xh-table table {
    width: 100%;
}
.xh-table table tr {
    display: flex;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dfdfdf;
}
.xh-table table tr:hover{
    background: #d2a2cc;
    color: #fff;
}
.xh-table table tr:hover a{
    color: #fff;
}
.xh-table table tr:nth-child(1) {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    font-size: 13px;
    background: #eff2f4 !important;
    color: #645e5e !important;
}
.xh-table table tr th {
    flex: 1;
    text-align: center;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.xh-table table tr td {
    flex: 1;
    font-size: 12px;
    text-align: center;
    border-left: 1px solid #e4e0e0;
    border-right: 1px solid #e4e0e0;
}

.xh-table table tr td a {
    color: #e14e4f;
    text-decoration: underline;
}
.xh-table table tr td:hover .detail {
    display: block;
}
.ty-bg {
    background: #eff2f4 !important;
    color: #645e5e !important;
}
/*********************************************************************************/
footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 34px;
    margin-top: 34px;
    line-height: 34px;
    background: #1d283c;
    text-align: center;
    color: #fff;
    font-size: 12px;
    min-width: 100%;
}
/******************************model模块弹框**********************************************/
.model {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 999;
    display: none;
    background-color: rgba(0,0,0,.5);
}
.model-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 6px;
}
.model-box h1{
    width: 100%;
    padding: 20px 10px 0 10px
}
.model-box .sz-table{
    overflow: auto;
}
/**********************************/
.l-tree {
    width: 100%!important;
    display: flex;
}
.l-tree li {
    flex: 1;
}
/**********************************首页上**************************************/

.row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.index-box {
    width: calc(16.66% - 20px);
    margin: 0 10px;
    float: left;
    position: relative;
}
.dashboard-stat {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 4px;
}
.dashboard-stat {
    background: linear-gradient(#779d7d, #4f6954);
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,.2);
}
.dashboard-stat .details {
    position: absolute;
    right: 0;
    padding-right: 15px;
}
.dashboard-stat .details .number {
    color: #ffffff;
    padding-top: 25px;
    text-align: right;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
    font-weight: 400;
}
.dashboard-stat .details .number.win {
    color: #90e409!important;
}
.dashboard-stat .details .number.loss {
    color: #ff4d4d!important;
}
.dashboard-stat .details .desc{
    text-align: right;
    color: #9aa2af;
}
.dashboard-stat .visual {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 35px;
}
.dashboard-stat .visual>i {
    margin-left: -35px;
    font-size: 110px;
    line-height: 110px;
    color: #FFF;
    opacity: .1;
}
.dashboard-stat .more {
    clear: both;
    display: block;
    padding: 6px 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;

}
.dashboard-stat .more {
    text-align: center;
    color: #fff;
    background-color: rgba(229,62,73,0.70);
}
/*********************首页下********************/
.am-50 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.am-title {
    font-size: 13px;
    margin-bottom: 3px;
    color: #B8C3C7;
}
.am-portlet {
    height: 450px;
    padding: 12px 20px 15px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0px 20px 6px rgba(0,0,0,.1);
    overflow: auto;
}
/***********滚动条消失**************/
.am-portlet::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:10px;
}
.am-portlet::-webkit-scrollbar {
    width:8px;
}
.am-portlet::-webkit-scrollbar-thumb {
    border-radius:10px;
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background-color:#e6e6e6;
}
.am-title {
    padding: 0;
    min-height: 48px;
    border-bottom: 1px solid #eef1f5;
    margin-bottom: 10px;
    overflow: hidden;
}
.am-caption {
    color: #666;
    padding: 10px 0;
    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
}
.caption-helper {
    padding: 0;
    margin: 0;
    line-height: 13px;
    color: #9eacb4;
    font-size: 13px;
    font-weight: 400;
}
.actions {
    float: right;
    display: inline-block;
    padding: 6px 0 14px;
}
.actions-btn {
    width: 100%;
}
.actions-btn li {
    display: inline-block;
    padding: 4px 14px;
    font-size: 12px;
    line-height: 1.5;
    color: #e7505a;
    border: 1px solid #e7505a;
    border-radius: 60px;
    cursor: pointer;
}
.actions-btn li.purple:hover, .actions-btn li.purple-on {
    border-color: #8E44AD;
    color: #FFF;
    background-color: #8E44AD;
}
.actions-btn li.green {
    border-color: #32c5d2;
    color: #32c5d2;
    background: 0 0;
}
.actions-btn li.green:hover, .actions-btn li.green-on {
    border-color: #32c5d2;
    color: #FFF;
    background-color: #32c5d2;
}
.actions-btn li.dark {
    border-color: #2f353b;
    color: #2f353b;
    background: 0 0;
}
.actions-btn li.dark:hover, .actions-btn li.dark-on {
    border-color: #2f353b;
    color: #FFF;
    background-color: #2f353b;
}
.am-scrollable {
    width: 100%;
}
.number-stats {
    padding: 10px 0 16px;
    overflow: hidden;
}
.am-fl {
    float: left;
}
.am-fr {
    float: right;
}
.am-text-right {
    text-align: right!important;
}


.number-stats .stat-number .number {
    font-size: 27px;
    line-height: 27px;
}

.am-table {
    width: 100%;
    margin-bottom: 1.6rem;
    border-spacing: 0;
    border-collapse: separate;
}
.am-table-uppercase {
    font-weight: 600;
    font-size: 13px;
    color: #93a2a9;
    border: 0;
    border-bottom: none;
}
.am-table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    line-height: 1.6;
    text-align: left;
}.am-table>tbody>tr{

}

.am-table>tbody>tr>td{

    border-top: 1px solid #F2F5F8;
    color: #93a2a9;
    padding: 10px;
    line-height: 1.6;
    text-align: left;

}
.am-table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.am-table-uppercase>th {
    border: none!important;
}

.am-table .user-name {
    font-size: 12px;
    color: #635e5e;
    margin: 0 4px;
}
.bold {
    font-weight: 700!important;
    color: #32c5d2!important;
}
.am-task-list li {
    position: relative;
    padding: 10px!important;
    border-bottom: 1px solid #F4F6F9;
    height: auto!important;
    font-size: 14px!important;
    line-height: 22px!important;
}
.am-task-list>li:hover {
    background: #F4F6F9;
}
/************************************************************************/
.red,.error {
    color: #e20f2c !important;
}
.green {
    color:rgb(77, 138, 9) !important
}
.yellow {
    color: rgb(234, 187, 14) !important
}
.gray {
    color: rgb(228, 0, 0) !important;
}
.padding10{
    padding-left: 10px;
}
.sz-bom{
    justify-content:center;
}
.random{
    background: #58755d;
    color: #fff;
    border:0!important;
}
.pageSize,.za_select{
    margin: 0 10px;
}
select.shareNum {
    width: 80px !important;
    border-radius: 4px;
}
.casInput {
    width: 80px !important;
}

/*section {
    width: 100%;
    height: 100%;
    position: fixed;
    display: inline-block;
    text-align: center;
    background: rgba(0,0,0,0.9);
    border-radius: 5px;
    box-shadow: 0px 0px 30px 1px #103136 inset;
    z-index: 999;
}*/
.loader {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.loader-7 .line {
    width: 8px;
    position: absolute;
    border-radius: 5px;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#757575));
    background: -webkit-linear-gradient(top, #ffffff, #757575);
    background: linear-gradient(to bottom, #ffffff, #757575);
}
.loader-7 .line1 {
    left: 0;
    -webkit-animation: line-grow 0.5s ease alternate infinite;
    animation: line-grow 0.5s ease alternate infinite;
}
.loader-7 .line2 {
    left: 20px;
    -webkit-animation: line-grow 0.5s 0.2s ease alternate infinite;
    animation: line-grow 0.5s 0.2s ease alternate infinite;
}
.loader-7 .line3 {
    left: 40px;
    -webkit-animation: line-grow 0.5s 0.4s ease alternate infinite;
    animation: line-grow 0.5s 0.4s ease alternate infinite;
}
@-webkit-keyframes line-grow {
    0% {
        height: 0;
    }
    100% {
        height: 75%;
    }
}
@keyframes line-grow {
    0% {
        height: 0;
    }
    100% {
        height: 75%;
    }
}

/*****************************************************/
.search{
    background: #101010;
    position: relative;
    border-radius: 6px;
    line-height: 1.1;
    margin-left: auto;
    margin-right: 20px;
}
.position{
    display: none;
    position: absolute;
    width: 100%;
    top: 35px;
    left: 50%;
    transform: translate(-50%,0%);
    z-index: 99999;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(#779d7d, #4f6954);
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,.5);
}
.search-box{
    display: flex;
    width: 100%;
    flex-direction: column;


}
.search-top{
    margin: auto;
    display: flex;
}
.search input {
    background: linear-gradient(#fff, #adadad);
    border: 1px solid #999;
    border-radius: 2px 0 0 2px;
    color: #645e5e;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    margin: 0;
    padding: 0 10px;
    width: 260px;
}
.search button {
    background: linear-gradient(#3a724b, #374b49);
    border-left-color: #000;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 80px;
    cursor: pointer;
}
.search button:active {
    background: #292929;
    background: -webkit-linear-gradient(#393939, #292929);
    background: -moz-linear-gradient(#393939, #292929);
    background: -o-linear-gradient(#393939, #292929);
    background: -ms-linear-gradient(#393939, #292929);
    background: linear-gradient(#393939, #292929);
    top: 1px;
}

@-webkit-keyframes glow {
    0% {
        border-color: #393;
        box-shadow: 0 0 5px rgba(0,255,0,.2), inset 0 0 5px rgba(0,255,0,.1), 0 2px 0 #000;
    }
    100% {
        border-color: #6f6;
        box-shadow: 0 0 20px rgba(0,255,0,.6), inset 0 0 10px rgba(0,255,0,.4), 0 2px 0 #000;
    }
}

@-moz-keyframes glow {
    0% {
        border-color: #393;
        box-shadow: 0 0 5px rgba(0,255,0,.2), inset 0 0 5px rgba(0,255,0,.1), 0 2px 0 #000;
    }
    100% {
        border-color: #6f6;
        box-shadow: 0 0 20px rgba(0,255,0,.6), inset 0 0 10px rgba(0,255,0,.4), 0 2px 0 #000;
    }
}

@-o-keyframes glow {
    0% {
        border-color: #393;
        box-shadow: 0 0 5px rgba(0,255,0,.2), inset 0 0 5px rgba(0,255,0,.1), 0 2px 0 #000;
    }
    100% {
        border-color: #6f6;
        box-shadow: 0 0 20px rgba(0,255,0,.6), inset 0 0 10px rgba(0,255,0,.4), 0 2px 0 #000;
    }
}

@keyframes glow {
    0% {
        border-color: #393;
        box-shadow: 0 0 5px rgba(0,255,0,.2), inset 0 0 5px rgba(0,255,0,.1), 0 2px 0 #000;
    }
    100% {
        border-color: #6f6;
        box-shadow: 0 0 20px rgba(0,255,0,.6), inset 0 0 10px rgba(0,255,0,.4), 0 2px 0 #000;
    }
}
.search-btn{
    width: 100%;
    display: flex;
}
.search-btn>a{
    display: block;
    width: 50%;
    height: 30px;
    line-height: 30px;
    font-size: 14px!important;
    background: linear-gradient(#3a724b, #374b49);
    padding: 0!important;
    color: #ececec !important;
    text-align: center;
margin: 0 20px;

}
.search-mid{
    color: #ECECEC;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 10px;

}
.search-text,.search-time,.search-ip{
    display: flex;
    margin-bottom: 10px;
}
.search-text span{
    display: block;
    float: left;
}
.win,.odd {
    color: #0074da;
    text-align: right !important;
}
.loss {
    color: rgb(255, 0, 0);
    text-align: right !important;
}
.loss1 {
    color: #393;
    text-align: right !important;
}
/*.balance {
    color: #383a3c;
    text-align: right !important;
}*/
.report .m-table {
    position: relative;
    top: 15px;
}
.report-top {
    height: 36px;
    background: linear-gradient(#779d7d, #4f6954);
    align-items: center;
    margin-bottom: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.report-top .t-icon {
    display: inline-block;
    height: 22px;
    width: 22px;
    margin-left: 15px;
    background: url(../imgs/icon-top.png) no-repeat;
    background-position: -147px -2px;
}
.report-top .t-t {
    color: #fff;
    margin-right: 20px;
}
.pagination {
    display: flex !important;
    align-items: center;
    border-radius: 3px;
}
.pagination a {
    display: block;
    height: 36px;
    line-height: 36px;
    width: 36px;
    outline: none;
    color: #ffffff;
    border-right: 1px solid #8a9a8d;
    border-left: 1px solid #8a9a8d;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    font-family: Times, 'Times New Roman', Georgia, Palatino;
}
.pagination a:hover{
    background-image: linear-gradient(#143333, #197978);
}
.pagination a:nth-child(2) {
    border-right: 1px solid #e0c1ec;
    border-left: none;
    border-radius: 2px 0 0 2px;
}
.pagination a:nth-child(3) {
    border: none;
    border-radius: 0 2px 2px 0;
}
.pagination a:nth-child(4) {
    border-right: 1px solid #8a9a8d;
    border-left: 1px solid #8a9a8d;
    border-radius: 2px 0 0 2px;
}
.pagination input {
    float: left;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    outline: none;
    border: none;
    vertical-align: middle;
    text-align: center;
}
.pagination span {
    padding: 5px;
    border: none;
    background: none;
    cursor: default;
    color: #fff;
}
.report table {
    width: 100%;
}
.report table tr {
    height: 24px;
    border: 1px solid #dfdfdf;
    white-space: nowrap;
}
.report table tr th {
    text-align: center;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding: 0 10px;
}
.report table tr td {
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    border-right: 1px solid #e4e0e0;
    padding: 0 10px;
}
.report table tr td a{
    color: inherit;
}

.report table tr.x-tr td{
    background: #c8d9e4 !important;
}
.report table tr td.totalreport{
    background: #dfeef3;
}

.report table tr:hover td{
    background: #feffd9 !important;
}
.report table tr.subtotal td{
    color: #fff !important;
    background: linear-gradient(#779d7d, #4f6954);
}
.report table tr.subtotal:hover td{
    background: linear-gradient(#ce4a4a, #901513) !important;
    color: #fff !important;
}

tr.report {
    background: linear-gradient(#779d7d, #4f6954);
    color: #fff;
}

.sd-btn {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    background: #eff2f4;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #a5b5cd !important;
    color: #6e6565 !important;
}

.laydate-icon {
    width: 180px !important;
}
div.tagsinput span.tag {
    border: 1px solid #a5d24a;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px;
    text-decoration: none;
    background: #cde69c;
    color: #638421;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: helvetica;
    font-size: 13px;
    line-height: initial;
}
div.tagsinput div {
    display: block;
    float: left;
    line-height: initial;
}
div.tagsinput input {
    width: 80px;
    margin: 0 5px 5px 0;
    font-family: helvetica;
    font-size: 13px;
    border: 1px solid transparent !important;
    padding: 5px;
    background: 0 0;
    color: #000;
    outline: 0;
}
.default {
    color: #c3c3c3;
    padding-left: 20px;
    white-space: nowrap;
    line-height: 24px;
    font-size: 14px;
}
.err {
    color: red;
    padding-left: 20px;
    white-space: nowrap;
    background: url(imgs/error.png) no-repeat left center;
    line-height: 24px;
    font-size: 14px;
}
.suc {
    color: green;
    padding-left: 20px;
    white-space: nowrap;
    background: url(imgs/right.png) no-repeat left center;
    line-height: 24px;
    font-size: 14px;
}
.no-data{
    font-weight: bold;
    color: #6363a0;
    line-height: 36px;
}
/*****************************************占成/佣金/限红**************************************/
.em-top {
    height: 36px;
    background: #efefef;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.em-top .emspan{
    margin-right: 20px;
    color: red;
    font-weight: 600;
}
.em-top input{
    border: 1px solid #c9c9c9;
    height: 26px;
    border-radius: 4px;
    vertical-align: middle;
}
.em-top input.checkbox{
    width: auto;
}
.em-table{
    width: 100%;
}
.em-table tr{
    height: 36px;
    line-height: 36px;
    border: 1px solid #dfdfdf;
}
.em-table tr td {
    white-space:nowrap;
    padding: 0 10px;
    font-size: 14px;
    border-left: 1px solid #e4e0e0;
    border-right: 1px solid #e4e0e0;
    text-align: left !important;
}

.em-table tr td .casInput{
    width: 50px !important;
}
