@charset "UTF-8";
/* CSS Document */
body {
  font-size: 16px;
  font-family: "微软雅黑", Tahoma, Arial, "宋体", sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  min-width: 1280px;
  overflow: auto;
}

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, 0.9);
}

h2 {
  font-size: 18px;
}

h1,
h2 {
  letter-spacing: -.0125em;
  font-weight: 700;
}

h3 {
  font-size: 14px;
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: 0;
  position: relative;
  display: inline-block;
  color: inherit;
}

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, 0.15), 0 1px rgba(255, 255, 255, 0.8);
  width: 250px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  text-transform: none;
  text-decoration: none;
}

/*公用组件 star*/
.none {
  visibility: hidden;
}

.vs-navbar {
  clear: both;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}

.box {
  clear: both;
  border: 1px #f0f0f5 solid;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}

/*按钮*/
.c_btn {
  height: 38px;
  padding: 0 18px;
  background-color: #FF1744;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 6px;
  display: flex;
  display: -webkit-flex;
  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%, transparent 100%) !important;
}

.c_btn:hover {
  color: #fff;
}

.c_btn:last-child {
  margin-right: 0;
}

.c_btn .iconfont {
  position: relative;
  z-index: 2;
}

.c_btn .iconfont:last-child {
  margin-left: 6px;
}

.c_btn .iconfont:not(.not):last-child {
  transform: scale(0.8);
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  margin-right: -6px;
}

.c_btn .iconfont:first-child {
  margin-right: 6px;
}

.c_btn .icon-ai-i {
  filter: alpha(opacity=0.6);
  opacity: 0.6;
}

.c_btn .icon-ai-i:hover {
  filter: alpha(opacity=1);
  opacity: 1;
}

.c_btn:hover {
  filter: alpha(opacity=0.8);
  opacity: 0.8;
}

.c_btn_lg {
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  margin-right: 6px;
}

.c_btn_sm {
  height: 32px;
  padding: 0 16px;
  font-size: 12px;
  margin-right: 4px;
}

.c_btn_xs {
  height: 26px;
  padding: 0 16px;
  font-size: 12px;
  margin-right: 4px;
}

.c_btn_radius {
  border-radius: 100px;
  overflow: hidden;
}

.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:first-child {
  margin-right: 6px;
  color: #f95335;
}

.c_btn_1 .iconfont:last-child {
  font-size: 12px;
  margin-left: 4px;
  filter: alpha(opacity=0.6);
  opacity: 0.6;
}

.c_btn_1:hover {
  color: #f95335;
}

/**/
/*色块颜色*/
.bg_1, .c_btn_primary {
  background: #f95335 !important;
  color: #fff;
}

.bg_2, .c_btn_danger {
  background-color: #FF6A00 !important;
  color: #fff;
}

.bg_3, .c_btn_warm {
  background-color: #e13335 !important;
  color: #fff;
}

.bg_3_1 {
  background-color: #e1333510 !important;
  color: #e13335;
}

.bg_4, .c_btn_success {
  background-color: #18bc9c !important;
  color: #fff;
}

.bg3 {
  background-color: #333333 !important;
  color: #fff;
}

.bg6 {
  background-color: #666666 !important;
  color: #fff;
}

.bg9 {
  background-color: #999aaa !important;
  color: #fff;
}

.bg_f2 {
  background: #f5f7fa !important;
}

.bg_white {
  background: #ffffff !important;
}

.c_btn_disabled {
  border: 1px solid #f0f0f5 !important;
  background-color: #FBFBFB !important;
  color: #999 !important;
  cursor: not-allowed;
  opacity: 1;
}

.c_btn_white {
  background: #fff;
  color: #333;
  border: 1px #f0f0f5 solid;
}

.c_btn_white:after {
  display: none;
}

.c_btn_white:hover {
  border-color: #f95335;
  color: #f95335;
  box-shadow: 0 1px 3px 0 #f9533540;
  filter: alpha(opacity=1);
  opacity: 1;
}

.c_btn_white:hover .iconfont:not(.not) {
  color: #f95335;
  filter: alpha(opacity=1);
  opacity: 1;
}

.c_btn_primary {
  background-color: #fff !important;
  border: 1px solid #f95335;
  color: #f95335;
}

.c_btn_primary:after {
  display: none;
}

.c_btn_primary:hover {
  border-color: #f95335;
  background-color: #f95335 !important;
  color: #fff;
  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: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

/*文字颜色*/
.c_1 {
  color: #f95335 !important;
}

.c_2 {
  color: #FF6A00 !important;
}

.c_3 {
  color: #e13335 !important;
}

.c_4 {
  color: #18bc9c !important;
}

.c_5 {
  color: #2440b3 !important;
}

.c_a {
  color: #2440b3 !important;
}

.c_a:hover {
  text-decoration: underline;
}

.c3 {
  color: #333 !important;
}

.c6 {
  filter: alpha(opacity=0.8);
  opacity: 0.8;
}

.c9 {
  color: #999aaa;
}

/**/
.tl {
  text-align: left !important;
}

.tc {
  text-align: center !important;
}

.tr {
  text-align: right !important;
}

/*字重*/
.fwb {
  font-weight: bold !important;
}

.fwl {
  font-weight: lighter !important;
}

/*字体大小*/
.f12 {
  font-size: 12px;
  color: #999;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px !important;
}

.f16 {
  font-size: 16px !important;
}

.f18 {
  font-size: 18px !important;
}

.f20 {
  font-size: 20px !important;
}

.f22 {
  font-size: 22px !important;
}

.f24 {
  font-size: 24px !important;
}

.f36 {
  font-size: 36px !important;
}

/*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 !important;
}

.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;
}

.w220 {
  width: 220px !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;
}

.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: flex;
  display: -webkit-flex;
}

.flex_lc {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.flex_lcc {
  display: flex;
  display: -webkit-flex;
  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: flex;
  display: -webkit-flex;
  flex-direction: column;
}

.flex_yc {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}

.flex_ycc {
  display: flex;
  display: -webkit-flex;
  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;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/*标签*/
.tag {
  display: inline-block;
  padding: 2px 6px;
  background: #f95335;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  font-weight: normal;
}

.tag:not(:last-child) {
  margin-right: 6px;
}

.tag_bd {
  background: #feeeea;
  position: relative;
  color: #f95335;
  padding: 6px 6px;
}

.tag_bd:after {
  content: "";
  position: absolute;
  left: -4px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid #feeeea;
  border-bottom: 4px solid transparent;
  margin-top: -4px;
}

.tagList {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.tagList span {
  position: relative;
  background: #ffede9;
  color: #f95335;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 3px;
}

.tagList span:not(:last-child) {
  margin-right: 4px;
}

/*空页面*/
.empty_page {
  background: url("../../images/empty_page.png") no-repeat center;
  min-width: 600px;
  height: 300px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: auto 200px;
  padding-top: 100px;
}

.empty_page p {
  margin-top: 30px;
  color: #999;
}

/**/
.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: 20px;
}

.layui-elem-field legend {
  font-size: 18px;
  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 #f95335 solid;
}

.icon-ai-i:not(:first-child) {
  margin-left: 6px;
}

.icon-ai-i {
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  font-size: 16px;
}

.icon-ai-i:hover {
  filter: alpha(opacity=1);
  opacity: 1;
}

/**/
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: 0;
  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 .item:not(:last-child) {
  margin-bottom: 4px;
}

/*初始加载*/
.loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
}

.loading .loader-inner {
  transform: scale(0.4);
}

/**/
.pupBox {
  /*border: 1px #f0f0f5 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: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.pup .pup_box {
  display: flex;
  display: -webkit-flex;
  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 #f0f0f5 solid;*/
  position: relative;
  line-height: 38px;
  min-width: 300px;
  display: flex;
  display: -webkit-flex;
  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: flex;
  display: -webkit-flex;
  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: #f95335;
}

.pup .pup_box .pup_nr {
  flex: 1;
  padding: 10px 20px;
  margin: 0 -10px;
  overflow: hidden;
}

.pup .pup_box .remindBox {
  border-radius: 0;
}

.pup_btn {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  background: #fff;
}

.pup_btn .c_btn {
  min-width: 100px;
  overflow: hidden;
}

.pup_btn .pup_btnL, .pup_btn .pup_btnR {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.pup_btn .pup_btnL .layui-form-switch {
  margin-top: 0;
}

.pup_step {
  border-bottom: 1px #f0f0f5 solid;
  padding: 10px 20px;
  background: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.pup_step dl {
  margin-right: 40px;
}

.pup_step dl dt {
  height: 20px;
  line-height: 1;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  font-size: 20px;
  position: relative;
  width: 80px;
  font-weight: bold;
  color: #999;
}

.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 dl.active dt {
  font-size: 24px;
  color: #f95335;
}

.pup_step dl.active dd.line {
  background: #f95335;
}

.pup_step dl.active dd {
  color: #f95335;
}

.pup_step_box .step_item:not(.active) {
  display: none;
}

.pup_step_box .step_btn {
  margin-top: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.pup_step_box .step_btn .c_btn {
  min-width: 100px;
}

.pupBorder .pup_box {
  padding: 10px 0;
}

.pupBorder .pup_box .pup_title {
  border-bottom: 1px #f0f0f5 solid;
  padding: 0 20px 10px;
}

.pupBorder .pup_box .pup_btn {
  border-top: 1px #f0f0f5 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: 9999;
  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: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #222;
  margin-top: 2px;
}

.img_big a:hover {
  background-color: #f95335;
}

.img {
  position: relative;
}

.img .tag {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0;
  border-top-left-radius: 4px;
  line-height: 18px;
  border: none;
}

.img img {
  width: 100%;
  max-width: 100%;
}

/*时间*/
.c_time {
  background: #fff 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: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  position: relative;
  z-index: 2;
  border: 1px #f0f0f5 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: #f95335;
  border-color: #f95335;
}

.buy_input .buy_btn.disabled {
  background: #f5f6fb;
}

/*绑定*/
.c_add {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  border: 1px #f0f0f5 solid;
  padding: 10px;
}

.c_add .iconfont {
  margin-right: 6px;
  font-size: 16px;
  color: #f95335;
}

.c_add:hover {
  border-color: #f95335;
}

.c_add:hover p {
  color: #f95335;
}

/*表格*/
.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 !important;
}

.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: #f95335;
}

.layui-table-tool-self {
  right: 6px;
  top: 6px;
  display: flex;
  border-left: 1px #f0f0f5 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;
}

.layui-table-view thead tr th {
  font-size: 14px !important;
}

.layui-table-view .layui-table-page {
  background: #f8f8f8 !important;
}

.layui-table .layui-form-checkbox[lay-skin=primary] {
  display: flex;
}

.layui-table-cell {
  height: auto !important;
  min-height: 28px;
}

.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: #f95335;
  color: #f95335;
}

/*复选框*/
.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 {
  display: flex;
  margin-bottom: 20px;
}

.layui-form-item .layui-form-label {
  text-align: left;
  position: relative;
  padding: 9px 0;
  float: none;
}

.layui-form-item .layui-form-label strong {
  color: #e13335;
  margin-right: 4px;
  position: relative;
  left: 6px;
}

.layui-form-item:last-child {
  margin-bottom: 0;
}

.layui-form-item .layui-input-block {
  margin-left: 0 !important;
  flex: 1;
}

.layui-form-item .layui-input-block .text {
  line-height: 20px;
  padding: 9px 0;
}

.layui-form-item .layui-input-block .c_btn {
  height: 38px;
  border-radius: 2px;
}

.layui-form-w70 .layui-form-item .layui-form-label {
  width: 70px;
}

.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-w140 .layui-form-item .layui-form-label {
  width: 140px;
}

.layui-form-text .layui-form-item {
  margin-bottom: 0;
}

.layui-form-text .layui-form-item .layui-input {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.layui-form-text .layui-form-item .c_upload {
  margin-top: 10px;
}

.layui-form-text .layui-form-item .btn {
  margin-top: 10px;
}

.layui-form-text .layui-form-item .layui-form-label {
  color: #999aaa;
}

.layui-form-auto .layui-form-item {
  display: block;
}

.layui-form-auto .layui-form-item .layui-form-label {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
}

.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;
  width: 100%;
  min-height: auto;
}

.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-inline:not(:last-child) {
  margin-right: 10px;
}

.layui-input-inline + .layui-form-mid {
  margin-left: 0;
}

.input_btn {
  margin-left: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.input_btn a:not(.c_btn) {
  line-height: 1;
  color: #f95335;
}

.input_btn a:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

.input_btn a:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 12px;
  margin-top: -6px;
  border-right: 1px #f0f0f5 solid;
}

.layui-textarea + .input_btn {
  margin-left: 0;
  margin-top: 10px;
}

.layui-textarea + .input_btn .c_btn_1 p {
  color: #333;
}

/*日期*/
.layui-laydate-content td.laydate-selected {
  background: #feeeea !important;
}

.layui-laydate-footer span:hover {
  color: #f95335 !important;
}

.layui-laydate-header i:hover, .layui-laydate-header span:hover {
  color: #f95335 !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: #f95335;
}

.layui-upload .layui-upload-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  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: #f95335 !important;
}

.layui-laypage a:hover {
  color: #f95335 !important;
}

.layui-laypage input:focus, .layui-laypage select:focus, .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #f95335 !important;
}

.layui-form-radio > i:hover, .layui-form-radioed > i {
  color: #f95335 !important;
}

.layui-form-checked[lay-skin=primary] i, .layui-form-onswitch {
  border-color: #f95335 !important;
  background-color: #f95335 !important;
}

.layui-form-select dl dd.layui-this {
  background-color: #f95335 !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 #f0f0f5 solid;
  border-top: 1px #f0f0f5 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: #f8f8f8;
}

/**/
.layui-transfer-active .layui-btn:not(.layui-btn-disabled) {
  background: #f95335;
  border-color: #f95335;
}

/*弹窗*/
.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: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  right: -10px;
}

.layui-table-tips-c:before {
  right: 0;
}

/*按钮*/
.layui-layer-btn .layui-layer-btn0 {
  border-color: #f95335 !important;
  background-color: #f95335 !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%, transparent 100%) !important;
}

/*提示*/
.prompt {
  color: #999aaa;
  font-family: PingFangSC-Regular,PingFang SC;
  font-weight: 400;
  line-height: 20px;
  margin-top: 6px;
}

.prompt span {
  color: #e13335;
  margin: 0 3px;
}

/*浮动提示*/
#tips {
  position: fixed;
  z-index: 9999;
}

#tips span {
  background: #273043;
  padding: 6px 14px;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.6;
  position: relative;
  max-width: 320px;
  display: block;
}

#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  #273043;
  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  #273043;
  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 > li, .list > dl {
  margin-bottom: 10px;
}

.list_1 > li, .list_1 > dl {
  flex: 1;
}

.list_2 > li, .list_2 > dl {
  width: calc( (100% + 10px) /2 - 10px);
}

.list_2 > li:not(:nth-child(2n)), .list_2 > dl:not(:nth-child(2n)) {
  margin-right: 10px;
}

.list_3 > li, .list_3 > dl {
  width: calc( (100% + 10px) /3 - 10px);
}

.list_3 > li:not(:nth-child(3n)), .list_3 > dl:not(:nth-child(3n)) {
  margin-right: 10px;
}

.list_4 > li, .list_4 > dl {
  width: calc( (100% + 10px) /4 - 10px);
}

.list_4 > li:not(:nth-child(4n)), .list_4 > dl:not(:nth-child(4n)) {
  margin-right: 10px;
}

.list_5 > li, .list_5 > dl {
  width: calc( (100% + 10px) /5 - 10px);
}

.list_5 > li:not(:nth-child(5n)), .list_5 > dl:not(:nth-child(5n)) {
  margin-right: 10px;
}

.list_6 > li, .list_6 > dl {
  width: calc( (100% + 10px) /6 - 10px);
}

.list_6 > li:not(:nth-child(6n)), .list_6 > dl:not(:nth-child(6n)) {
  margin-right: 10px;
}

.list_7 > li, .list_7 > dl {
  width: calc( (100% + 10px) /7 - 10px);
}

.list_7 > li:not(:nth-child(7n)), .list_7 > dl:not(:nth-child(7n)) {
  margin-right: 10px;
}

.list_8 > li, .list_8 > dl {
  width: calc( (100% + 10px) /8 - 10px);
}

.list_8 > li:not(:nth-child(8n)), .list_8 > dl:not(:nth-child(8n)) {
  margin-right: 10px;
}

.list_9 > li, .list_9 > dl {
  width: calc( (100% + 10px) /9 - 10px);
}

.list_9 > li:not(:nth-child(2n)), .list_9 > dl:not(:nth-child(9n)) {
  margin-right: 10px;
}

.list_10 > li, .list_10 > dl {
  width: calc( (100% + 10px) /10 - 10px);
}

.list_10 > li:not(:nth-child(10n)), .list_10 > dl:not(:nth-child(10n)) {
  margin-right: 10px;
}

.list_0 > li, .list_0 > dl {
  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: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.imgW {
  width: 100%;
}

.tableMore {
  width: 28px;
  height: 28px;
  margin: 0 -10px;
  display: flex;
  display: -webkit-flex;
  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: #f95335;
}

/*栅格化*/
.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: flex;
  display: -webkit-flex;
  flex-direction: column;
}

.gridBox .grid-demo {
  flex: 1;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.02);
  border: 1px #f0f0f5 solid;
}

.gridBox .grid-demo .title {
  padding: 16px 20px;
  line-height: 1;
  border-bottom: 1px #f0f0f5 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, 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: #f8f8f8;*/
}

/*初始加载*/
.loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
}

.loading .loader-inner {
  transform: scale(0.4);
}

/*单位*/
.unit {
  display: block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border: 1px #f0f0f5 solid;
  border-left: none;
  background: #fafafa;
}

/*提示*/
.hint {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
  background: #f9533510;
  color: #f95335;
  border-radius: 2px;
}

.hint .icon-yichang {
  margin-right: 10px;
}

.hint p {
  flex: 1;
}

.hint .icon-guanbi {
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
  margin-right: 4px;
}

/**/
.table .tableInput {
  margin: -2px 0;
}

.table .layui-form-radio {
  margin: 0;
  line-height: 1;
}

.table .tableInput .layui-input {
  height: 32px;
}

.tableBorder {
  position: relative;
}

.tableBorder:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px #f0f0f5 solid;
  pointer-events: none;
}

/**/
.c_w {
  width: 1200px;
  margin: 0 auto;
}

.table {
  width: 100%;
}

/**/
.list li {
  position: relative;
}

.list:not(.not) li.active:after {
  content: "\e60e";
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  transform: scale(0.8);
}

.list:not(.not) li.active:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 22px solid #f95335;
  border-left: 22px solid transparent;
}
