/* var */
/* share */
.pointer {
  cursor: pointer;
}
.breakTxt {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wordBreak {
  word-break: break-all;
  word-wrap: break-word;
}
.maskBtnHover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  filter: alpha(opacity=100);
  opacity: 1;
}
/* reset */
* {
  padding: 0;
  margin: 0;
}
html,
body {
  font: 14px "Microsoft YaHei", Arial, Helvetica, Sans-Serif;
}
body {
  width: 100%;
  min-width: 1200px;
  /*max-width:@max-wd;*/
  margin: 0 auto;
  color: #6c6c6c;
}
input,
textarea {
  border: 0 none;
  font-family: "Microsoft YaHei";
}
input:focus,
textarea:focus {
  outline: none;
}
input::-ms-clear {
  display: none;
}
.layui-layer-shade {
  z-index: 1000000;
}
img {
  max-width: 100%;
  display: inline-block;
  border: 0;
}
a {
  color: #6c6c6c;
  text-decoration: none;
}
p,
div {
  word-wrap: break-word;
  word-break: break-all;
}
ul,
li {
  list-style: none;
}
b,
i {
  font-style: normal;
  font-weight: normal;
}
em,
i,
b {
  font-weight: normal;
  font-style: normal;
}
div[contenteditable] {
  outline: none;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 1.5;
}
.hover-blue:hover {
  color: #4089FF;
  cursor: pointer;
}
.cursor-pointer {
  cursor: pointer;
}
.text-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
[v-clock] {
  display: none;
}
.font-bold {
  font-weight: bold;
}
.ml-3 {
  margin-left: 3px;
}
.mr-3 {
  margin-right: 3px;
}
.mt-3 {
  margin-top: 3px;
}
.mb-3 {
  margin-bottom: 3px;
}
.m-3 {
  margin: 3px;
}
.pl-3 {
  padding-left: 3px !important;
}
.pr-3 {
  padding-right: 3px !important;
}
.pt-3 {
  padding-top: 3px !important;
}
.pb-3 {
  padding-bottom: 3px !important;
}
.p-3 {
  padding: 3px !important;
}
.fs-3 {
  font-size: 3px;
}
.gap-3 {
  gap: 3px;
}
.ml-4 {
  margin-left: 4px;
}
.mr-4 {
  margin-right: 4px;
}
.mt-4 {
  margin-top: 4px;
}
.mb-4 {
  margin-bottom: 4px;
}
.m-4 {
  margin: 4px;
}
.pl-4 {
  padding-left: 4px !important;
}
.pr-4 {
  padding-right: 4px !important;
}
.pt-4 {
  padding-top: 4px !important;
}
.pb-4 {
  padding-bottom: 4px !important;
}
.p-4 {
  padding: 4px !important;
}
.fs-4 {
  font-size: 4px;
}
.gap-4 {
  gap: 4px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mt-5 {
  margin-top: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.m-5 {
  margin: 5px;
}
.pl-5 {
  padding-left: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.p-5 {
  padding: 5px !important;
}
.fs-5 {
  font-size: 5px;
}
.gap-5 {
  gap: 5px;
}
.ml-6 {
  margin-left: 6px;
}
.mr-6 {
  margin-right: 6px;
}
.mt-6 {
  margin-top: 6px;
}
.mb-6 {
  margin-bottom: 6px;
}
.m-6 {
  margin: 6px;
}
.pl-6 {
  padding-left: 6px !important;
}
.pr-6 {
  padding-right: 6px !important;
}
.pt-6 {
  padding-top: 6px !important;
}
.pb-6 {
  padding-bottom: 6px !important;
}
.p-6 {
  padding: 6px !important;
}
.fs-6 {
  font-size: 6px;
}
.gap-6 {
  gap: 6px;
}
.ml-7 {
  margin-left: 7px;
}
.mr-7 {
  margin-right: 7px;
}
.mt-7 {
  margin-top: 7px;
}
.mb-7 {
  margin-bottom: 7px;
}
.m-7 {
  margin: 7px;
}
.pl-7 {
  padding-left: 7px !important;
}
.pr-7 {
  padding-right: 7px !important;
}
.pt-7 {
  padding-top: 7px !important;
}
.pb-7 {
  padding-bottom: 7px !important;
}
.p-7 {
  padding: 7px !important;
}
.fs-7 {
  font-size: 7px;
}
.gap-7 {
  gap: 7px;
}
.ml-8 {
  margin-left: 8px;
}
.mr-8 {
  margin-right: 8px;
}
.mt-8 {
  margin-top: 8px;
}
.mb-8 {
  margin-bottom: 8px;
}
.m-8 {
  margin: 8px;
}
.pl-8 {
  padding-left: 8px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.p-8 {
  padding: 8px !important;
}
.fs-8 {
  font-size: 8px;
}
.gap-8 {
  gap: 8px;
}
.ml-9 {
  margin-left: 9px;
}
.mr-9 {
  margin-right: 9px;
}
.mt-9 {
  margin-top: 9px;
}
.mb-9 {
  margin-bottom: 9px;
}
.m-9 {
  margin: 9px;
}
.pl-9 {
  padding-left: 9px !important;
}
.pr-9 {
  padding-right: 9px !important;
}
.pt-9 {
  padding-top: 9px !important;
}
.pb-9 {
  padding-bottom: 9px !important;
}
.p-9 {
  padding: 9px !important;
}
.fs-9 {
  font-size: 9px;
}
.gap-9 {
  gap: 9px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.m-10 {
  margin: 10px;
}
.pl-10 {
  padding-left: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.p-10 {
  padding: 10px !important;
}
.fs-10 {
  font-size: 10px;
}
.gap-10 {
  gap: 10px;
}
.ml-11 {
  margin-left: 11px;
}
.mr-11 {
  margin-right: 11px;
}
.mt-11 {
  margin-top: 11px;
}
.mb-11 {
  margin-bottom: 11px;
}
.m-11 {
  margin: 11px;
}
.pl-11 {
  padding-left: 11px !important;
}
.pr-11 {
  padding-right: 11px !important;
}
.pt-11 {
  padding-top: 11px !important;
}
.pb-11 {
  padding-bottom: 11px !important;
}
.p-11 {
  padding: 11px !important;
}
.fs-11 {
  font-size: 11px;
}
.gap-11 {
  gap: 11px;
}
.ml-12 {
  margin-left: 12px;
}
.mr-12 {
  margin-right: 12px;
}
.mt-12 {
  margin-top: 12px;
}
.mb-12 {
  margin-bottom: 12px;
}
.m-12 {
  margin: 12px;
}
.pl-12 {
  padding-left: 12px !important;
}
.pr-12 {
  padding-right: 12px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.p-12 {
  padding: 12px !important;
}
.fs-12 {
  font-size: 12px;
}
.gap-12 {
  gap: 12px;
}
.ml-13 {
  margin-left: 13px;
}
.mr-13 {
  margin-right: 13px;
}
.mt-13 {
  margin-top: 13px;
}
.mb-13 {
  margin-bottom: 13px;
}
.m-13 {
  margin: 13px;
}
.pl-13 {
  padding-left: 13px !important;
}
.pr-13 {
  padding-right: 13px !important;
}
.pt-13 {
  padding-top: 13px !important;
}
.pb-13 {
  padding-bottom: 13px !important;
}
.p-13 {
  padding: 13px !important;
}
.fs-13 {
  font-size: 13px;
}
.gap-13 {
  gap: 13px;
}
.ml-14 {
  margin-left: 14px;
}
.mr-14 {
  margin-right: 14px;
}
.mt-14 {
  margin-top: 14px;
}
.mb-14 {
  margin-bottom: 14px;
}
.m-14 {
  margin: 14px;
}
.pl-14 {
  padding-left: 14px !important;
}
.pr-14 {
  padding-right: 14px !important;
}
.pt-14 {
  padding-top: 14px !important;
}
.pb-14 {
  padding-bottom: 14px !important;
}
.p-14 {
  padding: 14px !important;
}
.fs-14 {
  font-size: 14px;
}
.gap-14 {
  gap: 14px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.m-15 {
  margin: 15px;
}
.pl-15 {
  padding-left: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.p-15 {
  padding: 15px !important;
}
.fs-15 {
  font-size: 15px;
}
.gap-15 {
  gap: 15px;
}
.ml-16 {
  margin-left: 16px;
}
.mr-16 {
  margin-right: 16px;
}
.mt-16 {
  margin-top: 16px;
}
.mb-16 {
  margin-bottom: 16px;
}
.m-16 {
  margin: 16px;
}
.pl-16 {
  padding-left: 16px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.p-16 {
  padding: 16px !important;
}
.fs-16 {
  font-size: 16px;
}
.gap-16 {
  gap: 16px;
}
.ml-17 {
  margin-left: 17px;
}
.mr-17 {
  margin-right: 17px;
}
.mt-17 {
  margin-top: 17px;
}
.mb-17 {
  margin-bottom: 17px;
}
.m-17 {
  margin: 17px;
}
.pl-17 {
  padding-left: 17px !important;
}
.pr-17 {
  padding-right: 17px !important;
}
.pt-17 {
  padding-top: 17px !important;
}
.pb-17 {
  padding-bottom: 17px !important;
}
.p-17 {
  padding: 17px !important;
}
.fs-17 {
  font-size: 17px;
}
.gap-17 {
  gap: 17px;
}
.ml-18 {
  margin-left: 18px;
}
.mr-18 {
  margin-right: 18px;
}
.mt-18 {
  margin-top: 18px;
}
.mb-18 {
  margin-bottom: 18px;
}
.m-18 {
  margin: 18px;
}
.pl-18 {
  padding-left: 18px !important;
}
.pr-18 {
  padding-right: 18px !important;
}
.pt-18 {
  padding-top: 18px !important;
}
.pb-18 {
  padding-bottom: 18px !important;
}
.p-18 {
  padding: 18px !important;
}
.fs-18 {
  font-size: 18px;
}
.gap-18 {
  gap: 18px;
}
.ml-19 {
  margin-left: 19px;
}
.mr-19 {
  margin-right: 19px;
}
.mt-19 {
  margin-top: 19px;
}
.mb-19 {
  margin-bottom: 19px;
}
.m-19 {
  margin: 19px;
}
.pl-19 {
  padding-left: 19px !important;
}
.pr-19 {
  padding-right: 19px !important;
}
.pt-19 {
  padding-top: 19px !important;
}
.pb-19 {
  padding-bottom: 19px !important;
}
.p-19 {
  padding: 19px !important;
}
.fs-19 {
  font-size: 19px;
}
.gap-19 {
  gap: 19px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.m-20 {
  margin: 20px;
}
.pl-20 {
  padding-left: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.p-20 {
  padding: 20px !important;
}
.fs-20 {
  font-size: 20px;
}
.gap-20 {
  gap: 20px;
}
.ml-21 {
  margin-left: 21px;
}
.mr-21 {
  margin-right: 21px;
}
.mt-21 {
  margin-top: 21px;
}
.mb-21 {
  margin-bottom: 21px;
}
.m-21 {
  margin: 21px;
}
.pl-21 {
  padding-left: 21px !important;
}
.pr-21 {
  padding-right: 21px !important;
}
.pt-21 {
  padding-top: 21px !important;
}
.pb-21 {
  padding-bottom: 21px !important;
}
.p-21 {
  padding: 21px !important;
}
.fs-21 {
  font-size: 21px;
}
.gap-21 {
  gap: 21px;
}
.ml-22 {
  margin-left: 22px;
}
.mr-22 {
  margin-right: 22px;
}
.mt-22 {
  margin-top: 22px;
}
.mb-22 {
  margin-bottom: 22px;
}
.m-22 {
  margin: 22px;
}
.pl-22 {
  padding-left: 22px !important;
}
.pr-22 {
  padding-right: 22px !important;
}
.pt-22 {
  padding-top: 22px !important;
}
.pb-22 {
  padding-bottom: 22px !important;
}
.p-22 {
  padding: 22px !important;
}
.fs-22 {
  font-size: 22px;
}
.gap-22 {
  gap: 22px;
}
.ml-23 {
  margin-left: 23px;
}
.mr-23 {
  margin-right: 23px;
}
.mt-23 {
  margin-top: 23px;
}
.mb-23 {
  margin-bottom: 23px;
}
.m-23 {
  margin: 23px;
}
.pl-23 {
  padding-left: 23px !important;
}
.pr-23 {
  padding-right: 23px !important;
}
.pt-23 {
  padding-top: 23px !important;
}
.pb-23 {
  padding-bottom: 23px !important;
}
.p-23 {
  padding: 23px !important;
}
.fs-23 {
  font-size: 23px;
}
.gap-23 {
  gap: 23px;
}
.ml-24 {
  margin-left: 24px;
}
.mr-24 {
  margin-right: 24px;
}
.mt-24 {
  margin-top: 24px;
}
.mb-24 {
  margin-bottom: 24px;
}
.m-24 {
  margin: 24px;
}
.pl-24 {
  padding-left: 24px !important;
}
.pr-24 {
  padding-right: 24px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.p-24 {
  padding: 24px !important;
}
.fs-24 {
  font-size: 24px;
}
.gap-24 {
  gap: 24px;
}
.ml-25 {
  margin-left: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.m-25 {
  margin: 25px;
}
.pl-25 {
  padding-left: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.p-25 {
  padding: 25px !important;
}
.fs-25 {
  font-size: 25px;
}
.gap-25 {
  gap: 25px;
}
.ml-26 {
  margin-left: 26px;
}
.mr-26 {
  margin-right: 26px;
}
.mt-26 {
  margin-top: 26px;
}
.mb-26 {
  margin-bottom: 26px;
}
.m-26 {
  margin: 26px;
}
.pl-26 {
  padding-left: 26px !important;
}
.pr-26 {
  padding-right: 26px !important;
}
.pt-26 {
  padding-top: 26px !important;
}
.pb-26 {
  padding-bottom: 26px !important;
}
.p-26 {
  padding: 26px !important;
}
.fs-26 {
  font-size: 26px;
}
.gap-26 {
  gap: 26px;
}
.ml-27 {
  margin-left: 27px;
}
.mr-27 {
  margin-right: 27px;
}
.mt-27 {
  margin-top: 27px;
}
.mb-27 {
  margin-bottom: 27px;
}
.m-27 {
  margin: 27px;
}
.pl-27 {
  padding-left: 27px !important;
}
.pr-27 {
  padding-right: 27px !important;
}
.pt-27 {
  padding-top: 27px !important;
}
.pb-27 {
  padding-bottom: 27px !important;
}
.p-27 {
  padding: 27px !important;
}
.fs-27 {
  font-size: 27px;
}
.gap-27 {
  gap: 27px;
}
.ml-28 {
  margin-left: 28px;
}
.mr-28 {
  margin-right: 28px;
}
.mt-28 {
  margin-top: 28px;
}
.mb-28 {
  margin-bottom: 28px;
}
.m-28 {
  margin: 28px;
}
.pl-28 {
  padding-left: 28px !important;
}
.pr-28 {
  padding-right: 28px !important;
}
.pt-28 {
  padding-top: 28px !important;
}
.pb-28 {
  padding-bottom: 28px !important;
}
.p-28 {
  padding: 28px !important;
}
.fs-28 {
  font-size: 28px;
}
.gap-28 {
  gap: 28px;
}
.ml-29 {
  margin-left: 29px;
}
.mr-29 {
  margin-right: 29px;
}
.mt-29 {
  margin-top: 29px;
}
.mb-29 {
  margin-bottom: 29px;
}
.m-29 {
  margin: 29px;
}
.pl-29 {
  padding-left: 29px !important;
}
.pr-29 {
  padding-right: 29px !important;
}
.pt-29 {
  padding-top: 29px !important;
}
.pb-29 {
  padding-bottom: 29px !important;
}
.p-29 {
  padding: 29px !important;
}
.fs-29 {
  font-size: 29px;
}
.gap-29 {
  gap: 29px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.m-30 {
  margin: 30px;
}
.pl-30 {
  padding-left: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.p-30 {
  padding: 30px !important;
}
.fs-30 {
  font-size: 30px;
}
.gap-30 {
  gap: 30px;
}
.table-header-fixed {
  position: fixed;
  top: 50px;
  z-index: 99;
}
.align-baseline {
  align-items: baseline !important;
}
.align-center {
  align-items: center !important;
}
.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.flex-between {
  justify-content: space-between;
}
.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-1 {
  flex: 1;
  min-width: 0;
}
/* base */
.clearfix {
  *height: 1%;
}
.clearfix:after {
  display: block;
  content: " ";
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.ml-0 {
  margin-left: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-20 {
  margin-bottom: 20px;
}
.mr-110 {
  margin-right: 110px;
}
.pl50 {
  padding-left: 50px;
}
.pr50 {
  padding-right: 50px;
}
.font-arial {
  font-family: Arial;
}
.font-yaHei {
  font-family: "Microsoft YaHei";
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.none-pad-left {
  padding-left: 0 !important;
}
.none-pad-right {
  padding-right: 0 !important;
}
.none-margin-right {
  margin-right: 0 !important;
}
.oh {
  overflow: hidden;
}
.txt-left {
  text-align: left !important;
}
.txt-center {
  text-align: center !important;
}
.txt-right {
  text-align: right !important;
}
/*浮动盒子布局*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*垂直居中*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*水平居中*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-item-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*垂直居中*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-center-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*水平居中*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.text-light-gray {
  color: #969696 !important;
}
.text-orange {
  color: #ff6600 !important;
}
.text-dark-red {
  color: #D9001B;
}
.text-blue {
  color: #4089FF;
}
.text-yellow {
  color: #F58B00;
}
.text-red {
  color: red;
}
.text-333 {
  color: #333;
}
.fb {
  font-weight: bold;
}
.num-font {
  font-family: Arial !important;
}
.wid60 {
  width: 60px !important;
}
.wid47 {
  width: 47px !important;
}
.common-wid {
  width: 1200px;
  min-height: 1px;
  margin: 0 auto;
  /*background-color: #f2f2f2;*/
}
.main {
  position: relative;
  /*padding-bottom: 120px;*/
}
.header-list-nav {
  padding: 0 30px;
  float: left;
}
.common-bd-xCtJ-count,
.common-xCtJ-count {
  cursor: pointer;
}
.el-button {
  font-weight: normal;
}
.el-table--border td,
.el-table--border th,
.el-table--border,
.el-table--group {
  border-color: #ebeef5 !important;
}
.el-table--border::after,
.el-table--group::after,
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background: #ebeef5 !important;
}
.el-table {
  font-size: 12px !important;
}
.el-table.dark-header th {
  background: #F5F7FA !important;
}
.el-table td,
.el-table th {
  padding: 8px 0;
}
.el-form-item__label {
  font-size: 12px;
}
.el-message-box__btns {
  display: flex;
  flex-direction: row-reverse;
}
.el-message-box__btns button:nth-child(2) {
  margin-left: 0;
  margin-right: 10px;
}
.el-button--primary-red {
  color: #fff;
  background-color: #f64700;
  border-color: #f64700;
}
.el-button--primary-red:focus,
.el-button--primary-red:hover {
  background: #f86c33;
  border-color: #f86c33;
  color: #fff;
}
.el-button--primary-red:active {
  background: #dd4000;
  border-color: #dd4000;
  color: #fff;
  outline: 0;
}
.el-button--primary-red.is-active {
  background: #dd4000;
  border-color: #dd4000;
  color: #fff;
}
.el-button--primary-red.is-disabled,
.el-button--primary-red.is-disabled:active,
.el-button--primary-red.is-disabled:focus,
.el-button--primary-red.is-disabled:hover {
  color: #fff;
  background-color: #fba380;
  border-color: #fba380;
}
.el-button--primary-red.is-plain {
  color: #f64700;
  background: #feede6;
  border-color: #fbb599;
}
.el-button--primary-red.is-plain:focus,
.el-button--primary-red.is-plain:hover {
  background: #f64700;
  border-color: #f64700;
  color: #fff;
}
.el-button--primary-red.is-plain:active {
  background: #dd4000;
  border-color: #dd4000;
  color: #fff;
  outline: 0;
}
.el-button--primary-red.is-plain.is-disabled,
.el-button--primary-red.is-plain.is-disabled:active,
.el-button--primary-red.is-plain.is-disabled:focus,
.el-button--primary-red.is-plain.is-disabled:hover {
  color: #fa9166;
  background-color: #feede6;
  border-color: #fddacc;
}
.pager-box {
  text-align: center;
  padding: 30px 0 20px;
}
.top-right-tips {
  position: absolute;
  right: 30px;
  font-size: 12px;
}
.top-right-tips:hover {
  color: #0d4ae5;
}
@media screen and (min-width: 1920px) {
  .common-bg-size-full {
    background-size: 100% !important;
  }
}
/*回到顶部3*/
.goTopThree {
  width: 47px;
  position: fixed;
  top: auto;
  right: auto;
  bottom: 60px;
  left: 50%;
  /*overflow: hidden;*/
  z-index: 200;
  margin-left: 680px;
}
.goTopThree ul {
  position: relative;
  /*border-radius: 2px;*/
}
.goTopThree ul .close-tips-btn {
  width: 17px;
  height: 17px;
  background: url("../images/icon1.png?v=2019102019") -440px -574px no-repeat;
  position: absolute;
  top: 40px;
  right: 68px;
  bottom: auto;
  left: auto;
  cursor: pointer;
  z-index: 100;
}
.goTopThree ul li {
  font-size: 18px;
  text-align: center !important;
  line-height: 17px;
  border-bottom: 1px solid #909090;
  transition: background-color 0.3s;
  background-color: #636363;
  cursor: pointer;
  position: relative;
}
.goTopThree ul li img.pc-wx-qr-code {
  display: inline-block;
  padding: 12px 0;
}
.goTopThree ul li .wx-qr-code-area {
  position: absolute;
  top: 0;
  right: 46px;
  bottom: auto;
  left: auto;
  width: 157px;
  z-index: 10;
  display: none;
}
.goTopThree ul li .wx-qr-code-area .inner {
  width: 122px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 10px 10px 8px;
}
.goTopThree ul li .wx-qr-code-area .inner div {
  margin-top: 7px;
  color: #8d8d8d;
  line-height: 16px;
  font-size: 12px;
}
.goTopThree ul li a {
  font-size: 12px;
  color: #ecebeb;
  padding: 7px 0;
  display: block;
}
.goTopThree ul li i.go-top-icon {
  width: 25px;
  height: 14px;
  display: inline-block;
  background: url("../images/icon1.png?v=2019102019") -395px -149px no-repeat;
}
.goTopThree ul li.none-border {
  border-bottom: none;
}
.goTopThree ul li:hover {
  background-color: #4d4d4d;
}
.goTopThree ul li:hover a {
  color: #fff;
}
.goTopThree ul li:hover .wx-qr-code-area {
  display: block;
}
.goTopThree ul li:active {
  background-color: #3584FF;
}
.goTopThree ul li.go-top-btn:hover {
  background-color: #494949;
}
.goTopThree ul li.pl-service-center {
  width: 60px;
  height: 91px;
  background: url("../images/icon1.png?v=2019102019") -418px -472px no-repeat;
  border-bottom: none;
  margin-left: -7px;
  position: relative;
}
.goTopThree ul li.pl-service-center a {
  width: 60px;
  height: 33px;
  padding: 58px 0 0 0;
  color: #3e3e3e;
  display: block;
}
.goTopThree ul li.pl-service-center .side-tips-area {
  position: absolute;
  top: 27px;
  right: 41px;
  bottom: auto;
  left: auto;
  width: 164px;
  height: 96px;
  padding: 10px 17px;
  text-align: left;
  cursor: default;
}
.goTopThree ul li.pl-service-center .side-tips-area .title {
  font-size: 16px;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 25px;
}
.goTopThree ul li.pl-service-center .side-tips-area .sub-tit {
  width: 120px;
  font-size: 14px;
  color: #E76666;
  line-height: 19px;
  margin-top: 5px;
  padding-left: 25px;
}
.data-center-no-data {
  width: 100%;
  padding: 60px 0;
  color: #515A6E;
}
.data-center-no-data .kw {
  max-width: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.data-center-no-data .no-data-icon {
  margin-bottom: 15px;
}
.data-center-no-data.detail-chart-no-data {
  width: 1198px;
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  padding: 0;
  line-height: 40px;
}
#collect-side-area {
  position: fixed;
  top: 248px;
  right: auto;
  bottom: auto;
  left: 50%;
  text-align: center;
  z-index: 100;
  margin-left: 620px;
  width: 86px;
  height: 90px;
  background: #3584ff;
  box-shadow: 0 3px 10px rgba(172, 192, 221, 0.33);
  border-radius: 4px;
}
#collect-side-area a {
  width: 86px;
  height: 90px;
  line-height: 18px;
  display: inline-block;
  color: #fff;
}
#collect-side-area a .txt2 {
  color: rgba(255, 255, 255, 0.5);
}
#collect-side-area .icon {
  width: 28px;
  height: 33px;
  display: inline-block;
  margin-top: 11px;
  background: url("../images/v2-1/qq-white.png?v=2019102019");
}
#collect-side-area .side-area-mask {
  position: absolute;
  top: -7px;
  right: auto;
  bottom: auto;
  left: -174px;
  width: 175px;
  height: 110px;
  background: url("../images/v2-1/side-mask.png?v=2019102019") top left no-repeat;
  z-index: 1000;
  display: none;
}
#collect-side-area .side-area-mask span {
  display: inline-block;
  text-align: left;
  width: 116px;
  line-height: 19px;
  margin-top: 24px;
  margin-right: 3px;
}
#collect-side-area:hover .side-area-mask {
  display: block;
}
.fSize14 {
  font-size: 14px !important;
}
.fSize13 {
  font-size: 13px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.layui-table.hover-none tbody tr:hover {
  background-color: #fff !important;
}
.common-tab1 {
  width: 100%;
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
}
.common-tab1 th,
.common-tab1 td {
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 8px;
}
.common-tab1 th.per-8,
.common-tab1 td.per-8 {
  padding: 0 8%;
}
.common-tab1 th.per-4,
.common-tab1 td.per-4 {
  padding: 0 4%;
}
.common-tab1 th {
  background-color: #F8F8F9;
}
.common-tab1 td {
  background-color: #fff;
}
.required {
  position: relative;
}
.required:before {
  content: '*';
  color: #FF2B4E;
  margin-right: 3px;
}
.page .page-top {
  background: #fff;
  padding: 20px 10px 0;
}
.page .page-top .top-tips {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(-90deg, #f2ecff 5%, #e9f4ff 97%);
  border-radius: 10px;
  padding: 0 50px 0 30px;
}
.page .page-top .top-tips h3 {
  font-weight: 650;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 8px;
}
.page .page-top .top-tips span {
  font-size: 16px;
  color: rgba(121, 121, 121, 0.69803922);
}
.page .page-top .img {
  width: 200px;
  height: 120px;
  background: url("https://down.dakatui.com/images/daren/1679535526586.png") no-repeat;
  background-size: 163px 163px;
  background-position: right center;
}
.page-header {
  padding: 13px 20px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 5px rgba(189, 189, 189, 0.3);
  height: 30px;
  line-height: 30px;
}
.page-header-title {
  font-size: 14px;
  font-weight: bold;
}
.page-header.menus {
  display: flex;
  align-items: center;
}
.page-header.menus .page-header-title {
  font-weight: normal;
  margin-right: 40px;
}
.page-header.menus .page-header-title:hover {
  color: #3789ff;
}
.page-header.menus .page-header-title.active {
  color: #3789ff;
  position: relative;
}
.page-header.menus .page-header-title.active:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  border-bottom: 2px solid #3789ff;
}
.page-content {
  padding: 20px;
}
.page-content .layui-form-label {
  padding: 5px 15px;
}
.page .top-box {
  padding: 20px 30px 1px;
  background: #fff;
  margin-top: 1px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.09411765);
}
.list-search-box .layui-form-label {
  padding: 5px 10px 5px 0;
  width: auto;
}
.layui-form.inline-form .layui-form-item {
  display: inline-block;
  vertical-align: middle;
}
.tag-list .tag {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  color: #353C4A;
  line-height: 28px;
  height: 28px;
  border-radius: 17px;
  padding: 0 10px;
}
.tag-list .tag.active {
  color: #fff;
  background: #3789ff;
}
.image-copy-info {
  position: relative;
}
.copy-box-outer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  z-index: 5;
}
.copy-box-outer .copy-text-btn {
  display: block;
  width: 100%;
  background: #f40;
  opacity: 0.9;
}
.copy-box-outer .copy-coupon-outer-box {
  display: none;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(7px, -50%);
  z-index: 99;
}
.copy-box-outer .copy-coupon-outer-box:before {
  content: '';
  position: absolute;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  bottom: 50%;
  transform: translateY(50%);
  border-right: 7px solid rgba(27, 40, 48, 0.9);
  left: -7px;
}
.copy-box-outer .copy-coupon-outer-box:after {
  content: '';
  position: absolute;
  width: 8px;
  left: -7px;
  top: 0;
  bottom: 0;
}
.copy-box-outer .to-edit-pic-box {
  display: flex;
  align-items: center;
  background: #02a7f0;
  color: #fff;
  text-align: left;
  font-size: 12px;
  border-radius: 4px 4px 0 0;
  padding: 10px 10px;
}
.copy-box-outer .to-edit-pic-box img {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.copy-box-outer .to-edit-pic-box .title-text {
  flex: 1;
  line-height: 1.2;
  margin: 0 10px;
}
.copy-box-outer .to-edit-pic-box .title-text p {
  margin: 0;
  font-size: 14px;
}
.copy-box-outer .to-edit-pic-box a {
  padding: 0 10px;
  background: #fff;
  color: #666;
  line-height: 2;
  border-radius: 3px;
}
.copy-box-outer .copy-coupon-info-box {
  background: #1b2830;
  padding: 12px;
  word-break: break-all;
  font-size: 12px;
  text-align: left;
  width: 300px;
  line-height: 22px;
  color: #EBF1F4;
  cursor: auto;
  border-radius: 0 0 4px 4px;
}
.copy-box-outer .copy-coupon-info-box a {
  color: #EBF1F4;
}
.copy-box-outer .copy-coupon-info-box .img {
  width: auto;
  height: 100px;
  margin: 5px 0;
}
.copy-box-outer:hover .copy-coupon-outer-box {
  display: block;
}
.sprite-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: url("../images/icon1.png?v=2019102019") no-repeat;
}
.sprite-icon.icon-down-arrow {
  background-position: -370px -21px;
}
.sort-method {
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  color: #353C4A;
  border-radius: 17px;
  padding: 6px 15px;
}
.sort-method.active {
  color: #fff !important;
  background: #3789ff;
}
.menu-new-tag {
  position: absolute;
  bottom: auto;
  left: auto;
  width: 28px;
  height: 11px;
  line-height: 9px;
  font-size: 12px;
  color: #ff4400;
  border: 1px solid #ff4400;
  text-align: center;
  font-weight: lighter;
  top: 5px;
  margin-left: 5px;
}
.tips-icon {
  width: 13px;
  height: 13px;
  float: initial;
  margin: 0 0 0 0;
  background: url(../images/v3-0/3-3/tips-icon.png?v=2019102019) top left no-repeat;
  position: relative;
}
.tips-icon .box {
  padding-top: 10px;
  position: absolute;
  top: -19px;
  right: auto;
  bottom: auto;
  left: 12px;
  display: none;
  padding-left: 10px;
  z-index: 10;
}
.tips-icon .box .inner {
  background-color: #fff;
  width: 150px;
  padding: 7px 10px;
  text-align: left;
  font-weight: normal;
  border-radius: 4px;
  line-height: 16px;
  color: #353C4A;
  box-shadow: 0 0 6px #bdbdbd;
}
.tips-icon:hover .box {
  display: block;
}
.coupon-list-box {
  position: absolute;
  left: 100%;
  top: 5px;
  z-index: 5;
  background: #fff;
  white-space: nowrap;
  border: 1px solid #d7d7d7;
  padding: 20px;
  display: none;
}
.coupon-list-box .coupon-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.coupon-list-box .coupon-item .v3-common-coupon {
  margin-bottom: 0 !important;
}
.coupon-list-box .coupon-item > * {
  margin-right: 10px;
}
.has-coupon-list:hover .coupon-list-box {
  display: block;
}
.exist-coupon {
  display: flex;
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #d7d7d7;
}
.exist-coupon .label {
  line-height: 18px;
}
.exist-coupon .coupon-list-box {
  position: static;
  border: unset;
  display: block;
  padding: 0 0 0 15px;
  max-height: 310px;
  overflow: auto;
}
.exist-coupon .coupon-list-box .coupon-item {
  margin-bottom: 10px;
}
.exist-coupon .coupon-list-box .coupon-item > * {
  width: 100px;
}
.exist-coupon .coupon-list-box .coupon-item:hover .set-default-coupon {
  display: block !important;
}
.goods-right-tag {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 10px;
  color: #fff;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  width: 32px;
  overflow: hidden;
  border-radius: 50px 0 0 50px;
  cursor: default;
}
.goods-right-tag .prev,
.goods-right-tag .next {
  display: none;
}
.goods-right-tag:hover {
  transition: all 0.2s linear;
  width: 110px;
}
.goods-right-tag:hover .prev,
.goods-right-tag:hover .next {
  display: inline;
}
.highcharts-credits {
  display: none;
}
.data-icon,
.data-icon-box {
  width: 15px;
  height: 15px;
  margin: auto;
  position: relative;
  cursor: pointer;
}
.data-icon-box:before {
  content: '详细数据';
  display: none;
  position: absolute;
  height: 24px;
  width: 5em;
  line-height: 24px;
  text-align: center;
  background: #514f52;
  border-radius: 3px;
  color: #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30px);
  cursor: pointer;
}
.data-icon-box:after {
  content: '';
  display: none;
  position: absolute;
  border-top: 8px solid #514f52;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 0;
  left: 50%;
  transform: translate(-50%, -8px);
}
.data-icon-box:hover:before,
.data-icon-box:hover:after {
  display: block;
}
.sort-box {
  display: flex;
  align-items: center;
}
.sort-box .sort-item {
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  color: #353C4A;
  line-height: 28px;
  height: 28px;
  border-radius: 17px;
  padding: 0 15px;
  margin-right: 10px;
}
.sort-box .sort-item.active,
.sort-box .sort-item:hover {
  color: #fff;
  background: #3789ff;
}
.el-select-dropdown__item {
  max-width: 500px;
}
.el-dialog {
  border-radius: 5px !important;
}
.el-image-viewer__wrapper .el-image-viewer__close {
  color: #fff;
}
.fixed-page-footer {
  position: fixed;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 150px;
  bottom: 0;
  right: 0;
  padding-left: 35px;
  padding-right: 75px;
  background: #ffffff;
  box-shadow: 0px -2px 8px 0px rgba(16, 17, 19, 0.08);
  z-index: 5;
}
.sample-promote-info-dialog .goods-info-box {
  font-size: 12px;
  align-items: unset;
  line-height: 2.5;
}
.selector {
  display: flex;
}
.selector.fold {
  height: 40px;
  overflow: hidden;
}
.selector .selector-label {
  color: #85878a;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  width: 96px;
}
.selector .selector-content {
  display: flex;
  flex: 1 1;
  flex-wrap: wrap;
}
.selector .selector-content .value-item {
  align-items: center;
  background-color: #f7f8fc;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #55585c;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 24px;
  line-height: 20px;
  margin: 0 8px 16px 0;
  padding: 0 16px;
  text-align: center;
}
.selector .selector-content .value-item.active {
  background: #ecf5ff;
  border-radius: 4px;
  color: #409EFF;
}
.selector .selector-more {
  align-items: center;
  color: #85878a;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 24px;
}
.nav-tabs {
  box-sizing: border-box;
  width: 1200px;
  padding: 0 50px;
  margin: 0 auto 15px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  line-height: 44px;
  font-size: 14px;
  color: #333333;
  background: #fff;
  border-radius: 3px;
}
.nav-tabs > a {
  margin-right: 30px;
  position: relative;
}
.nav-tabs > a.active {
  color: #358aff;
}
.nav-tabs > a.active:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #358aff;
}
.text-desc {
  font-size: 12px;
  color: #797979;
}
.nowrap {
  white-space: nowrap;
}
