﻿@charset "utf-8";

/* CSS Document */

html {
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400
}

li {
    list-style: none
}

caption,
th {
    text-align: left
}

td, th {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom;
    overflow: hidden
}

input,
textarea,
select,
button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    resize: none;
    outline: none;
}

input:disabled,
textarea:disabled,
select:disabled {
    background: #F2F2F2;
}

input[type="text"]:focus,
input[type="password"]:focus,
button:focus {
    outline: none;
}


input[type=text]::-ms-clear {
    display: none
}


table {
    font-size: inherit
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    line-height: 100%
}

em {
    font-style: italic
}

strong {
    font-weight: 700
}


h1 {
    font-size: 28px;
    line-height: 1.1em;
    text-shadow: 0 1px rgba(255, 255, 255, .9)
}

h2 {
    font-size: 18px
}

h1,
h2 {
    letter-spacing: -.0125em;
    font-weight: 700
}

h3 {
    font-size: 14px;
    font-weight: 700
}

h4 {
    font-weight: 700
}

p {

}

a {
    text-decoration: none;
    outline: 0;
    position: relative;
    display: inline-block;
}

a.text-meta .invisible {
    visibility: visible;
    font-size: 0;
    line-height: 0
}

a:hover {
    color: inherit;
    /*filter: alpha(opacity=0.8);opacity: 0.8;*/
}

textarea {
    overflow: auto
}

textarea {
    display: inline-block;
    padding: 6px 10px;
    color: #221919;
    background: #fff;
    border: 1px solid #CCC;
    box-shadow: inset 0 1px rgba(34, 25, 25, .15), 0 1px rgba(255, 255, 255, .8);
    width: 250px
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    text-transform: none;
    text-decoration: none;
}
s{
    text-decoration: line-through;
    color: #999;
}
.iconfont {
    display: flex !important;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.iconfont p {
    margin-left: 6px;
    font-size: 14px;
}

/*公用组件 star*/
.none {
    visibility: hidden;
}

.vs-navbar {
    clear: both;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .07);
}

.box {
    clear: both;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .05);
    background: #fff;
}


/*按钮*/
.c_btn {
    height: 36px;
    padding: 0 18px;
    background: linear-gradient(to bottom right, #ff5e45, #e40011);
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 6px;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
}

.c_btn:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.c_btn:last-child {
    margin-right: 0;
}

.c_btn .iconfont:not(.not):last-child {
    margin-left: 6px;
    font-size: 12px;
    transform: scale(0.8);
    margin-right: -6px;
    filter: alpha(opacity=0.5);
    opacity: 0.5;
}

.c_btn .iconfont:first-child {
    margin-right: 6px;
}

.c_btn:hover {
    color: #fff;
    filter: alpha(opacity=0.8);
    opacity: 0.8;
}

.c_btn_lg {
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    margin-right: 6px;
}

.c_btn_sm {
    height: 32px;
    padding: 0 16px;
    margin-right: 4px;
}

.c_btn_xs {
    height: 26px;
    padding: 0 16px;
    font-size: 12px;
    margin-right: 4px;
}

.c_btn_radius {
    border-radius: 100px;
}

.c_btn_1 {
    display: flex !important;
    display: -webkit-flex !important;
    justify-content: center;
    align-items: center;
}

.c_btn_1 p {
    flex: 1;
}

.c_btn_1 .iconfont {
    margin-right: 6px;
    color: #e13335;
}
.c_btn_1 .icon-you{
    font-size: 12px;
    color: #dddddd;
    font-weight: normal;
    margin-right: 0;
    margin-left: 6px;
}

.c_btn_1:hover {
    color: #e13335;
}
.c_btn_1:hover .icon-you{
    color: #e13335;
}
.btn:not(.not){
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
}
/*色块颜色*/
.bg_1, .c_btn_primary {
    background: #e13335 !important;
    color: #fff;
}

.bg_2, .c_btn_danger {
    background-color: #FF6A00 !important;
    color: #fff;
}

.bg_3, .c_btn_warm {
    background-color: #e74c3c !important;
    color: #fff;
}

.bg_4, .c_btn_success {
    background-color: #53A724 !important;
    color: #fff;
}

.bg_5 {
    background-color: #0096fa !important;
    color: #fff;
}
.bg3 {
    background-color: #333333 !important;
    color: #fff;
}

.bg6 {
    background-color: #666666 !important;
    color: #fff;
}

.bg9 {
    background-color: #939393 !important;
    color: #fff;
}

.bg_f2 {
    background: #f2f2f2 !important;
}

.bg_f5 {
    background: #f5f5f5 !important;
}

.bg_white {
    background: #ffffff !important;
}

.c_btn_disabled {
    border: 1px solid #e6e6e6 !important;
    background-color: #FBFBFB !important;
    color: #939393 !important;
    cursor: not-allowed;
    opacity: 1;
}

.c_btn_primary {
    background: #fff;
    border: 1px solid #e6e6e6;
    color: #333;
}

.c_btn_white {
    background: #fff;
    color: #333;
    border: 1px #e6e6e6 solid;
}

.c_btn_white .iconfont {
    color: #e13335;
}

.c_btn_white:after {
    display: none;
}

.c_btn_white:hover {
    border-color: #e13335;
    color: #e13335;
    box-shadow: 0 1px 3px 0 rgba(15, 104, 205, 0.2);
    filter: alpha(opacity=1);
    opacity: 1;
}

.c_btn_white:hover .iconfont:not(.not) {
    color: #e13335;
    filter: alpha(opacity=1);
    opacity: 1;
}

.c_btn_primary:hover {
    border-color: #e13335;
    color: #e13335;
    filter: alpha(opacity=1);
    opacity: 1;
}

.clear {
    position: relative;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
}

.clear:before {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
}

.rotateY {
    transform: rotateY(180deg); /* 水平镜像翻转 */
}

.rotateX {
    transform: rotateX(180deg); /* 垂直镜像翻转 */
}

.rotate90 {
    transform: rotate(90deg);
    display: inline-block;
}

.rotate45 {
    transform: rotate(45deg);
    display: inline-block;
}

.rotate-90 {
    transform: rotate(-90deg);
    display: inline-block;
}

.iconfont {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

/*文字颜色*/
.c_1 {
    color: #e13335 !important;
}

.c_2 {
    color: #FF6A00 !important;
}

.c_3 {
    color: #e74c3c !important;
}

.c_4 {
    color: #53A724 !important;
}

.c3 {
    filter: alpha(opacity=0.9);
    opacity: 0.9;
}

.c6 {
    filter: alpha(opacity=0.8);
    opacity: 0.8;
}

.c9 {
    filter: alpha(opacity=0.6);
    opacity: 0.6;
}

/**/
.tl {
    text-align: left !important
}

.tc {
    text-align: center !important
}

.tr {
    text-align: right !important
}

/*字重*/
.fwb {
    font-weight: bold !important;
}

.fwl {
    font-weight: normal !important;
}

/*字体大小*/
.f12 {
    font-size: 12px!important;
    color: #999aaa;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px !important;;
}

.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.f24 {
    font-size: 24px !important;
}
/**/
.h100{
    height: 100%;
}
html.h100 > body{
    min-height: 100%;
}
/*padding*/
.pd0 {
    padding: 0 !important;
}

.pd6 {
    padding: 6px !important;
}

.pd10 {
    padding: 10px !important;
}

.pd20 {
    padding: 20px !important;
}

.pd30 {
    padding: 30px !important;
}

.pd40 {
    padding: 40px !important;
}

/*padding top*/
.pt0 {
    padding-top: 0px !important;
}

.pt10 {
    padding-top: 10px !important;
}

/*padding left*/
.pl0 {
    padding-left: 0 !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl20 {
    padding-left: 20px !important;
}

/*padding right*/
.pr0 {
    padding-right: 0 !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr120 {
    padding-right: 120px !important;
}

/*padding left*/
.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

/*margin*/
.m_auto {
    margin: 0 auto;
}

.m-10 {
    margin: -10px !important;
}

.m-20 {
    margin: -20px !important;
}

/*margin*/
.m10 {
    margin: 10px !important;
}

.m20 {
    margin: 20px !important;
}

/*间距 top*/
.mt0 {
    margin-top: 0 !important;
}

.mt6 {
    margin-top: 6px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

/*间距 bottom*/
.mb0 {
    margin-bottom: 0 !important;
}

.mb6 {
    margin-bottom: 6px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px;
!important
}

/*间距 left*/
.ml0 {
    margin-left: 0 !important;
}

.ml6 {
    margin-left: 6px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

/*间距 left-right*/
.mlr6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
}

/*间距 right*/
.mr0 {
    margin-right: 0px !important;
}

.mr6 {
    margin-right: 6px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

/*宽度*/
.w80 {
    width: 80px !important;
}

.w100 {
    width: 100px !important;
}

.w140 {
    width: 140px !important;
}

.w160 {
    width: 160px !important;
}

.w200 {
    width: 200px !important;
}

.w260 {
    width: 260px !important;
}

.w300 {
    width: 300px !important;
}

.w400 {
    width: 400px !important;
}

.w500 {
    width: 500px !important;
}

.w600 {
    width: 600px !important;
}

.w700 {
    width: 700px !important;
}

.w800 {
    width: 800px !important;
}

.w900 {
    width: 900px !important;
}

.w1000 {
    width: 1100px !important;
}

.w1200 {
    width: 1200px !important;
}

.com_w {
    max-width: 1200px !important;
    margin: 0 auto;
}

.w_auto {
    width: 100%;
}

/**/
.w_10 {
    width: 10% !important;
}

.w_20 {
    width: 20% !important;
}

.w_25 {
    width: 25% !important;
}

.w_30 {
    width: 30% !important;
}

.w_40 {
    width: 40% !important;
}

.w_50 {
    width: 50% !important;
}

.w_60 {
    width: 60% !important;
}

.w_70 {
    width: 70% !important;
}

.w_80 {
    width: 80% !important;
}

.w_90 {
    width: 90% !important;
}

.w_100 {
    width: 100% !important;
}

/*高度*/
.lh28 {
    line-height: 28px
}

.lh38 {
    line-height: 38px
}

/*flex*/
.flex {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex_lc {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
}

.flex_lcc {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.flex_lcr {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.flex_y {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: column;
}

.flex_yc {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}

.flex_ycc {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flex_list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
}

.flex_0 {
    flex: none !important;;
}

.flex_1 {
    flex: 1 !important;;
}

.flex_2 {
    flex: 2 !important;;
}

.flex_3 {
    flex: 3 !important;
}

.flex_4 {
    flex: 4 !important;
}

.flex_5 {
    flex: 5 !important;
}


.fixed {
    position: fixed !important;
}

.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

/*标题*/
.title {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

/*标签*/
.tag {
    display: inline-block;
    padding: 4px 6px;
    background: #e13335;
    color: #fff;
    border-radius: 2px;
    line-height: 1;
    font-size: 12px;
}

.tag:not(:last-child) {
    margin-right: 6px;
}

/*空页面*/
.empty_page {
    background: url("../images/empty_page.png") no-repeat center;
    min-width: 600px;
    height: 600px;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: auto 200px;
    padding-top: 100px;
}

.empty_page p {
    margin-top:40px;
    color: #999aaa;
}
.empty_page p a{
    margin: 0 3px;
    color: #e13335;
}

/**/
.oh {
    overflow: hidden;
    position: relative;
}

/*表格*/

/*分割条*/
.layui-elem-field {
    border-top: none;
    /*border-top: 1px #eee solid;*/
    margin-bottom: 20px;
    margin-top: 0;
}

.layui-elem-field:not(:first-child) {
    margin-top: 30px;
}

.layui-elem-field legend {
    font-size: 14px;
    font-weight: 700;
    margin-left: 0;
    padding-right: 20px;
    padding-left: 13px;
    position: relative;
}

.layui-elem-field legend:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 16px;
    margin-top: -8px;
    border-left: 3px #e13335 solid;
}


/**/
iframe {
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: none;
}

.layui-table .bg_f2 {
    font-weight: bold;
}


.none {
    visibility: hidden !important;;
}

.none_a {
    display: none !important;
}

/**/
/*浏览器*/
/* 滚动条整体部分，其中的属性有width,height,background,border（就和一个块级元素一样）等*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/*滚动条两端的按钮。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果。*/
::-webkit-scrollbar-button {
    display: none;
}

/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

/*内层轨道，滚动条中间部分（除去）*/
::-webkit-scrollbar-track-piece {
    display: none;
}

/*滚动条里面可以拖动的那部分*/
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
}

/*边角*/
::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0.1);
}

.linkage {
}

.linkage .item:not(:last-child) {
    margin-bottom: 4px;
}

/*切换*/
.switchBox {

}

.switchBox .item:not(.active) {
    display: none;
}

/*初始加载*/
.loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9393939;
    background: #fff;
}

.loading .loader-inner {
    transform: scale(0.4);
}

/**/
.pupBox {
    /*border: 1px #e6e6e6 solid!important;*/
    background: #fff !important;
    border-radius: 6px !important;;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2) !important;
    overflow: hidden;
}

.pup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    z-index: 939393;
}

.pup .pup_box {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 10px;
}

.pup:not(.pup_auto) .pup_box {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1900px;
    max-heighth: 800px;
}

.pup .pup_box .pup_title {
    padding: 0 10px;
    /*background: #f2f2f2;*/
    /*border-bottom: 1px #e6e6e6 solid;*/
    position: relative;
    line-height: 38px;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
}

.pup .pup_box .pup_title h2 {
    font-size: 16px;
    flex: 1;
}

.pup .pup_box .pup_title .pup_colse {
    position: relative;
    margin-right: -10px;
    width: 38px;
    height: 38px;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.pup .pup_box .pup_title .pup_colse .iconfont {
    font-size: 14px;
}

.pup .pup_box .pup_title .pup_colse:hover {
    color: #e13335;
}

.pup .pup_box .pup_nr {
    flex: 1;
    margin:0 -10px;
    padding: 10px 20px;
    overflow: hidden;
}

.pup_btn {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 6px 10px;
    background: #fff;
}

.pup_btn .c_btn {
    min-width: 100px;
    height: 32px;
    border-radius: 100px;
    overflow: hidden;
}

.pup_btn .pup_btnL, .pup_btn .pup_btnR {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
}

.pup_step {
    border-bottom: 1px #e6e6e6 solid;
    padding: 10px 20px;
    background: #fff;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.pup_step dl {
    margin-right: 40px;
}

.pup_step dl dt {
    height: 20px;
    line-height: 1;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: flex-end;
    font-size: 20px;
    position: relative;
    width: 80px;
    font-weight: bold;
    color: #939393;
}

.pup_step dl dd.line {
    display: block;
    width: 100%;
    height: 3px;
    margin: 4px 0;
    background: #ccc;
    transform: skewX(45deg);
    /*-webkit-transform: scaleY(45deg);*/
}

.pup_step dl dd {
    color: #666;
    font-size: 12px;
}

.pup_step {

}

.pup_step dl.active {
}

.pup_step dl.active dt {
    font-size: 24px;
    color: #e13335;
}

.pup_step dl.active dd.line {
    background: #e13335;
}

.pup_step dl.active dd {
    color: #e13335;
}

.pup_step_box {
}

.pup_step_box .step_item:not(.active) {
    display: none;
}

.pup_step_box .step_btn {
    margin-top: 30px;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.pup_step_box .step_btn .c_btn {
    min-width: 100px;
}

.pupBorder .pup_box {
    padding: 10px 0;
}

.pupBorder .pup_nr {
}

.pupBorder .pup_box .pup_title {
    border-bottom: 1px #e6e6e6 solid;
    padding: 0 20px 10px;
}

.pupBorder .pup_box .pup_btn {
    border-top: 1px #e6e6e6 solid;
    padding: 16px 20px 6px;
}

/**/
.formBtn {
    margin-top: 10px;
    display: flex;
}

/*查看大图*/
.img_big {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9393939;
    line-height: 100%;
}

.img_big .img_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
}

.img_big img {
    max-width: 90%;
    max-height: initial;
    display: block;
}

.img_big .img_big_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 44px;
}

.img_big a {
    width: 44px;
    height: 44px;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #222;
    margin-top: 2px;
}

.img_big a:hover {
    background-color: #e13335;
}

/*时间*/
.c_time {
    background: url("../images/time.png") no-repeat center right 10px;
    background-size: auto 16px;
    padding-right: 30px;
}

/*数量*/
.buy_input {
    width: 140px;
    display: flex;
    overflow: hidden;
}

.buy_input .buy_num {
    flex: 1;
    border-radius: 0;
    text-align: center;
    margin: 0 -1px;
    padding: 0;
}

.buy_input .buy_btn {
    width: 32px;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    position: relative;
    z-index: 2;
    border: 1px #e6e6e6 solid;
}

.buy_input .buy_btn_reduce {
    border-radius: 2px 0 0 2px;
}

.buy_input .buy_btn_add {
    border-radius: 0 2px 2px 0;
}

.buy_input .buy_btn:not(.disabled):hover {
    color: #fff;
    background: #e13335;
    border-color: #e13335;
}

.buy_input .buy_btn.disabled {
    background: #f5f6fb;
}

/*绑定*/
.c_add {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    border: 1px #e6e6e6 solid;
    padding: 10px;
}

.c_add .iconfont {
    margin-right: 6px;
    font-size: 16px;
    color: #e13335;
}

.c_add:hover {
    border-color: #e13335;
}

.c_add:hover p {
    color: #e13335;
}

/*表格*/
.layui-table {
    color: #333;
}

.middle. td, .middle th {
    vertical-align: middle;
}

.layui-table td, .layui-table th {
    white-space: nowrap;
}

.layui-table[lay-even] tr:nth-child(even) {
    background-color: #f7f8fa;
}

.layui-table tbody tr:hover {
    background-color: #f7f8fa;
}

.layui-table-tool {
    padding: 6px;
    min-height: 38px;
    background: #fff;
    z-index: 10;
}

.layui-table-tool .iconfont {
    color: #666;
}

.layui-table-tool .iconfont:hover {
    color: #e13335;
}

.layui-table-tool-self {
    right: 6px;
    top: 6px;
    display: flex;
    border-left: 1px #e6e6e6 solid;
    padding-left: 6px;
}

.layui-table-tool .layui-table-tool-self .layui-inline[lay-event] {
    margin-left: 6px;
    border: none;
}

.layui-table-click {
    background: #ebf0f7 !important;
}

.layui-table .layui-form-switch {
    margin-top: 0;
}

.layui-table-view, .layui-table[lay-skin=line] {
    border: none !important;
}

.layui-table-view thead tr, .layui-table thead tr th {
    font-weight: bold;
    font-size: 12px;
}

.layui-table-view thead tr th {
    font-size: 12px !important;
}

.layui-table-view .layui-table-page {
    background: #fafafa !important;
}

.layui-table .layui-form-checkbox[lay-skin=primary] {
    display: flex;
}

.layui-table-cell .layui-form-checkbox[lay-skin=primary] {
    display: inline-block;
}

.layui-table-page select {
    height: 24px;
}

.layui-table-page .layui-laypage button:hover {
    border-color: #e13335;
    color: #e13335;
}

/*复选框*/
.layui-form-checkbox[lay-skin=primary] {
    padding-left: 18px;
}

.layui-form-checkbox span {
    margin-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.layui-form-checkbox i {
    box-sizing: initial;
}

/**/
.input_h44 .layui-input {
    height: 44px !important;
}

/**/
.layui-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #bbb;
}

.layui-form-item {
    margin-bottom: 10px;
    display: flex;
}

.layui-form-item .layui-form-label {
    text-align: left;
    color: #666;
    position: relative;
    padding-left: 10px;
    float: none;
}

.layui-form-item .layui-form-label strong {
    color: #e13335;
    margin-right: 4px;
    position: absolute;
    left: 0;
    top: 10px;
}
.layui-form-item .layui-input-block{
    flex: 1;
    margin-left: 10px;
}
.layui-form-item:last-child {
    margin-bottom: 0;
}

.layui-form-item .layui-input-block .text {
    line-height: 20px;
    padding: 9px 0;
}
.layui-form-item .layui-input-block .number {
    margin:4px 0;
}


.layui-form-w100 .layui-form-item .layui-form-label {
    width: 100px;
}


.layui-form-w110 .layui-form-item .layui-form-label {
    width: 110px;
}


.layui-form-w120 .layui-form-item .layui-form-label {
    width: 120px;
}

.layui-form-w .layui-form-item .layui-form-label {
    width: auto;
    padding-left: 0;
}

.layui-form-text .layui-form-item {
    margin-bottom: 0;
}
.layui-form-auto .layui-form-item{
    margin-bottom:20px;
    display: block;
}
.layui-form-auto .layui-form-item .layui-form-label {
    width: auto;
    float: none;
    text-align: left;
    padding: 0;
    margin-bottom:10px;
    font-size:16px;
    font-weight: bold;
    position: relative;
    color: #333;
    display: flex;
    align-items: flex-end;
}
.layui-form-auto .layui-form-item .layui-form-label sub{
    font-weight: normal;
    font-size: 12px;
    color: #999;
    line-height: 1;
}

.layui-form-auto .layui-form-item .layui-form-label[required]:before {
    margin: 4px;
    content: "*";
    color: #d23c26;
}

.layui-form-auto .layui-form-item .layui-form-label strong {
    position: relative;
    top: 2px;
}

.layui-form-auto .layui-form-item .layui-input-block {
    margin-left: 0;
}

.layui-form-auto .layui-form-item:last-child {
    margin-bottom: 0;
}

.layui-form-flex .layui-form-item {
    display: flex;
}

.layui-form-flex .layui-form-item .layui-form-label {
    width: auto;
    float: none;
    padding-left: 0;
}

.layui-form-flex .layui-form-item .layui-input-block {
    margin-left: 0;
    flex: 1;
}

.layui-form-flex .layui-form-item:last-child {
    margin-bottom: 0;
}
.layui-input-block.flex .layui-input + .c_btn{
    height: 38px;
    margin-left: 6px;
}
/**/
.layui-input-inline:not(:last-child) {
    margin-right: 10px;
}

.layui-input-inline + .layui-form-mid {
    margin-left: 0;
}

/*日期*/
.layui-laydate-content td.laydate-selected {
    background: #e1333510 !important;
}

.layui-laydate-footer span:hover {
    color: #e13335 !important;
}

.layui-laydate-header i:hover, .layui-laydate-header span:hover {
    color: #e13335 !important;
}

.layui-textarea {
    box-shadow: none;
}

/**/
.layui-form-switch {
    box-sizing: content-box;
}

/**/
.layui-upload {
    position: relative;
}

.layui-upload .layui-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 32px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.layui-upload:hover .layui-btn {
    display: block;
}

.layui-upload:hover .layui-btn:hover {
    background: #e13335;
}

.layui-upload .layui-upload-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    overflow: hidden;
}

.layui-upload .layui-upload-list .layui-upload-img {
    max-width: 100%;
    max-height: 100%;
}

.layui-laypage .layui-laypage-count {
    background: none;
}

.layui-laypage .layui-laypage-refresh {
    background: none;
}

.layui-laypage .layui-laypage-skip {
    background: none;
}

.layui-laypage .layui-laypage-limits {
    border-radius: 0;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em, .layui-btn:not(.layui-btn-primary) {
    background-color: #e13335 !important;
}

.layui-laypage a:hover {
    color: #e13335 !important;
}

.layui-laypage input:focus, .layui-laypage select:focus, .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #e13335 !important;
}

.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #e13335 !important;
}
.layui-form-radio:last-child{
    margin-right: 0;
}
.layui-form-checked[lay-skin=primary] i, .layui-form-onswitch {
    border-color: #e13335 !important;
    background-color: #e13335 !important;
}

.layui-form-select dl dd.layui-this {
    background-color: #e13335 !important;
}

.layui-table, .layui-table-view {
    margin: 0;
}

.layui-table .trMore td {
    position: relative;
    background: #fafcff;
}

.layui-table .trMore td:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: -6px;
    left: 13px;
    transform: rotate(-45deg);
    border-right: 1px #e6e6e6 solid;
    border-top: 1px #e6e6e6 solid;
    background: #fafcff;
    border-top-right-radius: 2px;
}

.layui-table .trMore td {
    padding: 10px !important;
}

.layui-table .layui-table-click {
    background: #fff !important;
}

.layui-table .layui-table-click:hover {
    background: #f7f8fa !important;
}

.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even) {
    background: #fafafa;
}
/**/
.layui-upload-drag{
    display: block;
    border-color: #a4a4a4;
}
.layui-upload-drag .layui-icon{
    color: #e13335;
}
/**/
/*弹窗*/
.layui-layer-title {
    border-bottom: none !important;
    background: #fff !important;
    padding-left: 10px !important;
    font-weight: bold;
}

.layui-layer-setwin {
    right: 10px !important;
}

.layui-layer-btn {
    padding: 10px 10px !important;
}

.layui-layer-btn a {
    border-radius: 100px !important;
    margin: 0 0 0 6px !important;
}

/**/
.layui-table-tips-c {
    box-sizing: initial;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    right: -10px;
}

.layui-table-tips-c:before {
    right: 0;
}

/*按钮*/
.layui-layer-btn .layui-layer-btn0 {
    border-color: #e13335 !important;
    background-color: #e13335 !important;
    position: relative;
}

.layui-layer-btn .layui-layer-btn0:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

/*提示*/
#tips {
    position: fixed;
    z-index: 9393939;
}

#tips span {
    background: #202d40;
    padding: 6px 14px;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    max-width: 160px;
}

#tips span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

#tips.tips_r span:after {
    top: 50%;
    margin-top: -6px;
    right: -6px;
    border-left: 6px solid #202d40;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

#tips.tips_l span:after {
    top: 50%;
    margin-top: -6px;
    left: -6px;
    border-right: 6px solid #202d40;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

/**/
.list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
}

.list > *{
    margin-bottom: 10px;
}

.list > * {
    margin-right: 10px;
}

.list_1 > * {
    flex: 1;
    margin-right: 0;
}

.list_2 > *{
    width: calc((100% + 10px) / 2 - 10px);
}
.list_2 > *:nth-child(2n){
    margin-right: 0;
}

.list_3 > *{
    width: calc((100% + 10px) / 3 - 10px);
}
.list_3 > *:nth-child(3n){
    margin-right: 0;
}

.list_4 > * {
    width: calc((100% + 10px) / 4 - 10px);
}
.list_4 > *:nth-child(4n){
    margin-right: 0;
}

.list_5 > * {
    width: calc((100% + 10px) / 5 - 10px);
}
.list_5 > *:nth-child(5n){
    margin-right: 0;
}

.list_6 > * {
    width: calc((100% + 10px) / 6 - 10px);
}

.list_6 > *:nth-child(6n){
    margin-right: 0;
}
.list_7 > * {
    width: calc((100% + 10px) / 7 - 10px);
}

.list_8 > * {
    width: calc((100% + 10px) / 8 - 10px);
}

.list_9 > * {
    width: calc((100% + 10px) / 9 - 10px);
}

.list_10 > * {
    width: calc((100% + 10px) / 10 - 10px);
}

.list_0 > * {
    width: 100% !important;
    margin-right: 0;
}

/*文本*/
.textDl dl {
    display: flex;
    padding-right: 10px;
    line-height: 1.6em;
}

.textDl dl dt {
    filter: alpha(opacity=0.6);
    opacity: 0.6;
}

.textDl_1 dl {
    padding-right: 10px;
    line-height: 1.6em;
}

.textDl_1 dl dt {
    filter: alpha(opacity=0.6);
    opacity: 0.6;
}

.textDl_1 dl dd {
    filter: alpha(opacity=0.4);
    opacity: 0.4;
}

.textDl_1 dl dt + dd {
    margin-top: 4px;
    font-size: 18px;
    filter: alpha(opacity=1);
    opacity: 1;
}

.textDl_1_border ul li:not(:last-child) {
    border-right: 1px rgba(0, 0, 0, 0.1) solid;
}

/**/
.imgAuto {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.imgW {
    width: 100%;
}

.tableMore {
    width: 28px;
    height: 28px;
    margin: 0 -10px;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.tableMore .iconfont {
    font-size: 14px;
    filter: alpha(opacity=0.6);
    opacity: 0.6;
}

.tableMore:hover .iconfont {
    filter: alpha(opacity=1);
    opacity: 1;
    color: #e13335;
}

/*栅格化*/
.gridBox .grid_row {
    display: flex;
}

.gridBox .grid-col-md1 {
    width: calc((100%) / 12 * 1);
}

.gridBox .grid-col-md2 {
    width: calc((100%) / 12 * 2);
}

.gridBox .grid-col-md3 {
    width: calc((100%) / 12 * 3);
}

.gridBox .grid-col-md4 {
    width: calc((100%) / 12 * 4);
}

.gridBox .grid-col-md5 {
    width: calc((100%) / 12 * 5);
}

.gridBox .grid-col-md6 {
    width: calc((100%) / 12 * 6);
}

.gridBox .grid-col-md7 {
    width: calc((100%) / 12 * 7);
}

.gridBox .grid-col-md8 {
    width: calc((100%) / 12 * 8);
}

.gridBox .grid-col-md9 {
    width: calc((100%) / 12 * 9);
}

.gridBox .grid-col-md10 {
    width: calc((100%) / 12 * 10);
}

.gridBox .grid-col-md11 {
    width: calc((100%) / 12 * 11);
}

.gridBox .grid-col-md12 {
    width: calc((100%) / 12 * 12);
}

.gridBox .grid-col {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: column;
}

.gridBox .grid-demo {
    flex: 1;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .02);
    border: 1px #e6e6e6 solid;
}

.gridBox .grid-demo .title {
    padding: 16px 20px;
    line-height: 1;
    border-bottom: 1px #e6e6e6 solid;
}

.gridBox .grid-demo .title h3 {
    font-size: 16px;
    position: relative;
}

.gridBox .grid-demo .nr {
    flex: 1;
    padding: 20px;
    position: relative;
}

.gridBox .grid-demo:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .05);
}

.gridBox10 {
    margin: -5px -5px 0;
}

.gridBox10 .grid-demo {
    margin: 5px;
    border-radius: 4px;
}

/*图表*/
.chart {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    /*background: #fafafa;*/
}

/*初始加载*/
.loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9393939;
    background: #fff;
}

.loading .loader-inner {
    transform: scale(0.4);
}

/**/

/*新增*/
.addBtn {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.addBtn .iconfont {
    font-size: 22px;
    filter: alpha(opacity=0.2);
    opacity: 0.2;
    margin-bottom: 6px;
}

.addBtn:hover .iconfont {
    filter: alpha(opacity=0.6);
    opacity: 0.6;
}

.addBtn p {
    filter: alpha(opacity=0.4);
    opacity: 0.4;
}

/**/
.itemform {
}

.itemform .item {
    display: flex;
}

.itemform .item:not(:last-child) {
    margin-bottom: 10px;
}

.itemform .item .item-black {
    flex: 1;
}

.itemform .item .item-black:not(:last-child) {
    margin-right: 10px;
}

.itemform .btn a{
    width: 140px;
}

/*地区联动*/
.pick-area {
    display: block;
    position: relative;
    font-size: 14px;
    background: #fff;
    text-decoration: none;
    cursor: default;
}

.pick-show {
    position: relative;
    padding: 0 8px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dedede;
    border-radius: 3px;;
}
.pick-show:hover {
    border-color: #D2D2D2!important;
}

.pick-show span {
    float: left;
    display: inline-block;
    max-width: 200px;
    height: 24px;
    line-height: 24px;
    padding: 0 3px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    cursor: pointer;
}

.pick-show span:hover {
    color: #fff !important;
    border-radius: 3px;
}

.pick-show span.pressActive {
    background: #7894D4;
    color: #fff !important;
    border-radius: 3px
}

.pick-show em.pick-arrow {
    position: absolute;
    top: 14px;
    right: 8px;
    display: block;
    border: 8px solid #939393;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.pick-show i {
    float: left;
    display: inline-block;
    padding: 0 3px;
    color: #333;
    font-style: normal;
}

.pick-list {
    display: none;
    position: absolute;
    line-height:28px;
    margin: 0;
    padding:6px;
    background: #fff;
    z-index: 939393939393939393;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #dedede;
    width: 100%;
}

.pick-list li {
    margin: 0;
    padding:0 8px;
    list-style: none;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    background: none!important;
    width: 25%;
}

.pick-list li:first-child{
    width: 100%;
    display: none;
}

.pick-list li.pick-selectedLi{
    color: #e13335!important;
}

.pick-list li:hover {
    color: #e13335;
}

/*头像*/


/**/
.userBox:not(.not){
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
}
.userBox:not(.not) dt{
    margin-right:20px;
}
.userBox dt{
    width:50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100px;
}
.userBox dt img{
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
}
.userBox dd p{
    margin-top:2px;
    filter: alpha(opacity=0.6);opacity: 0.6;
}
/*提醒数字*/
label.tagNum{
    position: relative;
    min-width:24px;
    height: 24px;
    line-height: 20px;
    padding:0 4px;
    text-align: center;
    background: #e13335;
    background: linear-gradient(to bottom right, #ff5e45, #e2231a);
    border-radius: 100px;
    border: 2px #fafafa solid;
    font-size:12px;
    color: #fff;
    display: none;
}
/*提示*/
.hint.c_4{
    background: #53A72410;
    margin-bottom: 10px;
    padding: 10px;
    color: #53A724;
}
.hint .icon-dui{
    margin-right: 10px;
    font-size:22px;
}
/*鼠标右键*/
.ul-context-menu {
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 5px 0;
    min-width: 80px;
    margin: 0;
    display: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ul-context-menu .ui-context-menu-item {
    margin: 0;
    padding: 0;
}

.ul-context-menu .ui-context-menu-item a {
    display: flex;
    padding: 0 10px;
    font-size: 12px;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.ul-context-menu .ui-context-menu-item a span{
    flex: 1;
}

.ul-context-menu .ui-context-menu-item a:hover {
    text-decoration: none;
    color: #262626;
}

.ul-context-menu .ui-context-menu-item .icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: sub;
    border: 0;
}