body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-size: 12px;
    font-family: 'Microsoft YaHei', 'Arial', 'SimSun', 'webdings', 'Helvetica', 'sans-serif';
}

body * {
    margin: 0px;
    padding: 0px;
    /*-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;*/
    -webkit-text-size-adjust: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.pevent-none {
    pointer-events: none !important;
}

.scroll-panel canvas {
    pointer-events: none;
}

body.pevent-none * {
    pointer-events: none !important;
}

img {
    border: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    font: inherit;
}

span, b, s {
    font-size: inherit;
    font-weight: inherit;
}

b {
    font-weight: bold;
}

strong {
    font-weight: bold;
    font-size: inherit;
}

span b {
    font-weight: bold;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/*文本超出部分 省略号*/
.text-overflow {
    display: block;
    word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-overflow-multi-line {
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.anime-base-1 {
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently not supported by any browser */
    cursor: default;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
}

.yselect {
    -webkit-touch-callout: text; /* iOS Safari */
    -webkit-user-select: text; /* Chrome/Safari/Opera */
    -khtml-user-select: text; /* Konqueror */
    -moz-user-select: text; /* Firefox */
    -ms-user-select: text; /* Internet Explorer/Edge */
    user-select: text; /* Non-prefixed version, currently not supported by any browser */
    cursor: auto;
    -webkit-user-drag: auto;
    -khtml-user-drag: auto;
    -moz-user-drag: auto;
    -ms-user-drag: auto;
    user-drag: auto;
}

.cp {
    cursor: pointer;
}

a {
    cursor: pointer !important;
}

.cover-img {
    object-fit: cover;
}

.contain-img {
    object-fit: contain;
}

.text-lr-align { /*文字两端对齐*/
    text-align: justify;
    text-align-last: left;
}

.gpu-dom {
    webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
}

.span-placeholder {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    color: #000;
    align-items: center;
    text-indent: 10px;
}

/************* 兼容 - IE *************/
.ie-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.ie-img > img {

}

/*====================================================================================================================================*/

/*下面是自定义*/
@font-face {
    font-family: 'sys-icon';  /* project id 496468 */
    src: url('/skin/css/web-font/font_496468_h4nkcbhaxal.eot');
    src: url('/skin/css/web-font/font_496468_h4nkcbhaxal.eot?#iefix') format('embedded-opentype'),
    url('/skin/css/web-font/font_496468_h4nkcbhaxal.woff') format('woff'),
    url('/skin/css/web-font/font_496468_h4nkcbhaxal.ttf') format('truetype'),
    url('/skin/css/web-font/font_496468_h4nkcbhaxal.svg#iconfont') format('svg');
}

.sys-icon {
    font-family: 'sys-icon';
    font-style: normal;
}

.sys-icon-menu:before {
    content: '\e63e';
}

.sys-icon-share:before {
    content: '\e61d';
}

.sys-icon-arrow:before {
    content: '\e611';
}

.web-svgn {
    width: 1em;
    height: 1em;
    fill: currentColor;
    overflow: hidden;
}
/*loading样式重写*/
.layui-layer-loading .layui-layer-loading1 {
    background-size: 100% 100% !important;
}
.layui-layer-loading .layui-layer-content {
    /*width: 176px !important;*/
    /*height: 126px !important;*/
    background-size: 100% 100% !important;
    right: 10px;
    /*box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);*/
    border-radius: 8px;
    opacity: 0.6;
    width: 48px !important;
    height: 48px !important;
    /*background-size: 100% 100% !important;
    right: 22px;*/
}

.layui-layer-load {
    background-size: 48px 48px !important;
    /*background-size: 176px 126px !important;*/
    opacity: 0.6;
    border-radius: 8px;
}
/*select样式还原*/
/*.ex-select-class{    margin-bottom: 15px;
    clear: both;}
.ex-select-class>label{    float: left;
    display: block;
    padding: 9px 15px;
    width: 80px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;}
.ex-select-class>div>div>select{    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    border-color: #e6e6e6;
    width: 190px;
    margin-right: 10px;
    padding-left: 8px;}
*/
/*修复bfans地址框架不读取问题20180821,添加赛季样式不读取问题20190301*/
textarea[name=bfans_link],textarea[name=summary]{    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    padding: 1px 1px 1px 11px;
    line-height: 1.3;
    text-align: left;}



.mode_type_class.selected, .mode_value_class.selected{
    background-color: #ca0000;
    padding: 2px 4px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}
.yijils img, .erjils img, .dijils img {
    width: 20px;
    position: relative;
    top: -2px;left: 5px;
}
/*模型统计-详情*/
.layui-layer-content.binding {padding: 20px 0;}
.layui-layer-page .layui-layer-title {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
}
/*新表格*/
.sim-tableout {
    text-align: center;
    margin: 10px 10px 0;
    border: 1px solid #ddd;
}

.sim-tableout .match-name{
    font-size: 16px;
    height: 36px;
    padding: 0 16px;
    line-height: 35px;
    border-radius: 4px;
    display: block;
    font-weight: 700;
    background-color: #f0f0f0;
}
.sim-tableout .match-name > a > img {
    width: 20px;
    position: relative;
    top: -2px;
}
.sim-tableout .match-name > span.match_time {
    font-size: 14px;
    font-weight: normal;
    margin-right: 6px;
}
.sim-tableout .match-name > a > span > span.league-name {
    max-width: 200px;
    height: 26px;
    overflow: hidden;
}
.sim-tableout .guess-btn{
    margin-bottom:12px;
    background-color: #ca0000;
}
.sim-tableout .guess-btn a{    color: #ffffff;
    font-weight: 700;
    border-radius: 3px;
    min-width: 127px;
    display: inline-block;
    padding: 0 0 0 5px;
}
.sim-table{
    width: 100%;
    display: table;
}
.sim-cus-table{
    margin:10px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    overflow: hidden;
}
.match-push .sim-cus-table{    margin: 0 0 10px;}
.sim-table.t-name{background-color: #f2f2f2;}
.sim-table>span {
    display: table-cell;
    width: 100%;
    min-width: 130px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 21px;
    text-align: center;
    padding: 3px 0px;
    font-size: 12px;
}
.sim-table>span:nth-child(2){
    min-width: 200px;
}
a.sim-table:hover {
    background-color: #f2f2f2;
}
/*新增表格sumtable*/
.sum-table{
    width: 100%;
    display: table;
}
.sim-cus-table{
    margin:10px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    overflow: hidden;
}
.match-push .sim-cus-table{    margin: 0 0 10px;}
.sum-table.t-name{background-color: #f2f2f2;}
.sum-table>span {
    display: table-cell;
    width: 100%;
    min-width: 85px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 21px;
    text-align: center;
    vertical-align: middle;
    padding: 3px 0px;
    font-size: 12px;
}
.sum-table>span:nth-child(2){
}
a.sum-table:hover {
    background-color: #f2f2f2;
}
/*内置表格用颜色*/
.red,.cred{color: #ca0000 !important;}
.green {color: #1c8100 !important;}

/*新增表格modtable*/
.mod-table{
    width: 100%;
    display: table;
}
.sim-cus-table{
    margin:10px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    overflow: hidden;
}
.match-push .sim-cus-table{    margin: 0 0 10px;}
.mod-table.t-name{background-color: #f2f2f2;    border-left: 1px solid #ddd;}
.mod-table.t-name:first-child {border-top: 1px solid #ddd;}
.mod-table>span {
    display: table-cell;
    width: 100%;
    min-width: 290px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 21px;
    text-align: center;
    vertical-align: middle;
    padding: 3px 0px;
    font-size: 12px;
}
.mod-table>span:nth-child(2){
}
a.mod-table:hover {
    background-color: #f2f2f2;
}
/*20190625 新增 给予密集列表特殊样式*/
 .pane .layui-form-item {
     margin-bottom: 0px;
 }
 .mlr10 {
     margin-left: 10px;
     margin-right: 10px;
 }
 /*20190723*/
#res-dom > root > div {
    margin-right: 10px;
}
#res-dom .layui-colla-item:first-child {
    position: relative;
}
#res-dom .ex-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}
.layui-input-file {
    float: left;
    width: 400px;
    margin-right: 10px;
}
.layui-input-file-msg {
    float: left;
    display: block;
    padding: 9px 15px;
    line-height: 20px;
    text-align: left;
}
.article-btn-upload {
    position: relative;
    float: left;
}
.article-btn-upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}
/*.article-link {*/
    /*color: blue;*/
/*}*/

/**************************
 ***** HINT STYLING - START *******
 **************************/

.hint { position: relative; }

.hint:before, .hint:after {
            position: absolute;
            opacity: 0;
            z-index: 1000000;
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
  pointer-events: none;
}
.hint:hover:before, .hint:hover:after {
    opacity: 1;
}
.hint:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    position: absolute;
}   
.hint:after {
    content: attr(data-hint);
    background: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 8px 10px;
            font-size: 12px;
    white-space: nowrap;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}


/* top */

.hint-top:before {
    bottom: 100%;
    left: 30%;
    margin: 0 0 -18px 0;
    border-top-color: rgba(0, 0, 0, 0.8);
}       
.hint-top:after {
    bottom: 100%;
    left: 30%;
    margin: 0 0 -6px -10px;
}
.hint-top:hover:before {
    margin-bottom: -10px;
}
.hint-top:hover:after {
    margin-bottom: 2px;
}

/* default: bottom */

.hint-bottom:before {
    top: 100%;
    left: 50%;
    margin: -14px 0 0 0;
    border-bottom-color: rgba(0, 0, 0, 0.8);
}   
.hint-bottom:after {
    top: 100%;
    left: 50%;
    margin: -2px 0 0 -10px;
}
.hint-bottom:hover:before {
    margin-top: -6px;
}
.hint-bottom:hover:after {
    margin-top: 6px;
}

/* right */

.hint-right:before {
    left: 100%;
    bottom: 50%;
    margin: 0 0 -4px -8px;
    border-right-color: rgba(0,0,0,0.8);
}       
.hint-right:after {
    left: 100%;
    bottom: 50%;
    margin: 0 0 -13px 4px;
}
.hint-right:hover:before {
    margin: 0 0 -4px -0;
}
.hint-right:hover:after {
    margin: 0 0 -13px 12px;
}

/**************************
 ***** HINT STYLING - END *******
 **************************/

.hide-dom {
    display: none;
}