@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
code,
em,
img,
q,
s,
strike,
strong,
syt,
sup,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
footer,
header,
nav,
section,
audio,
video,
button,
input {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  outline: 0;
  font: inherit;
  font-weight: normal;
  font-family: "PingFang SC", "Lantinghei SC", "Siyuan", "Microsoft YaHei", "微软雅黑", SimSun, Arial;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

em,
i {
  font-style: normal;
}

b,
strong {
  font-weight: normal;
}
body {
  background: #f5f7fa;
  min-width:1280px;
}
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

a:active {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.h100 {
  height: 100px;
  line-height: 98px;
}

.h80 {
  height: 80px;
  line-height: 78px;
}

.h60 {
  height: 60px;
  line-height: 58px;
}

.h40 {
  height: 40px;
  line-height: 38px;
}

.h100_ {
  height: 100%;
}

.lh1 {
  line-height: 1;
}

.w100_ {
  width: 100%;
}

.db {
  display: block;
}

.di {
  display: inline;
}

.dib {
  display: inline-block;
}

.w100 {
  width: 100%;
}

.di-vm {
  display: inline-block;
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
}

.clear:after,
.clear:before {
  content: "";
  display: block;
  clear: both;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.db {
  display: block !important;
}

.di {
  display: inline !important;
}

.dib {
  display: inline-block !important;
}

.w-full {
  display: block;
  width: 100%;
}

.di-vm {
  display: inline-block;
  vertical-align: middle;
}

.bn {
  border: none !important;
}

.bd2 {
  border-width: 2px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
}


.cell {
  display: table-cell;
  vertical-align: middle;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.fz0 {
  font-size: 0;
  overflow: hidden;
}

.fw600 {
  font-weight: 600;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz30 {
  font-size: 30px;
}

.fz36 {
  font-size: 36px;
}

.fz40 {
  font-size: 40px;
}

.c-3d3d3f {
  color: #3d3d3f;
}
.c-999 {
  color: #999;
}

.c-ac {
  color: #acacac;
}

.c-d3 {
  color: #d4d3d3;
}

.c-2f75ec {
  color: #2f75ec;
}

.c-f2752e {
  color: #f2752e;
}

.tx-c {
  text-align: center;
}

.tx-l {
  text-align: left;
}

.tx-r {
  text-align: right;
}

.tx-lc {
  text-transform: lowercase;
}

.tx-uc {
  text-transform: uppercase;
}

.tx-cl {
  text-transform: capitalize;
}

.bgn {
  background: none;
}

.bold {
  font-weight: bold;
}

.bgff {
  background: #fff;
}

.bgfb {
  background: #fbfbfb;
}

.bgf5 {
  background: #f5f5f5;
}

.bgf0 {
  background: #f0f0f0;
}
.bgf7 {
  background: #f7f7f7;
}
.bg2f75ec {
  background-color: #2f75ec!important;
}
.layui-laypage-em,.layui-btn{
  background-color: #ff5722!important;
}
.pcub-te {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pcub-te2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.pcub-te3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.pcub-te4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/*********8888*************************/
.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt20 {
  padding-top: 20px;
}
.pr20 {
  padding-right: 20px;
}

.pb30 {
  padding-bottom: 30px;
}


.mt60 {
  margin-top: 60px;
}

.pt60 {
  padding-top: 60px;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.plr70 {
  padding-left: 70px;
  padding-right: 70px;
}

.mlr70 {
  margin-left: 70px;
  margin-right: 70px;
}

.p10 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.p20 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.p30 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.m10 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mt10 {
  margin-top: 10px;
}


.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mlr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pt40 {
  padding-top: 40px;
}

.mr30 {
  margin-right: 30px;
}

.mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mlr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mr60 {
  margin-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pointer {
  cursor: pointer
}
.position-re {
  position: relative;
}
.position-ab {
  position: absolute;
}
.position-middle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.pcub {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
}

.pcub-f1 {
  position: relative;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.pcub-f2 {
  position: relative;
  -webkit-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}

.pcub-f3 {
  position: relative;
  -webkit-box-flex: 3;
  box-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}

.pcub-f4 {
  position: relative;
  -webkit-box-flex: 4;
  box-flex: 4;
  -webkit-flex: 4;
  flex: 4;
}

.pcub-1f2 {
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.pcub-1f3 {
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.pcub-1f4 {
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.pcub-pc {
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.pcub-pe {
  -webkit-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.pcub-pj {
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.pcub-ac {
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.pcub-ae {
  -webkit-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.pcub-pac {
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.pcub-ver {
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.pcub-bm {
  /*box-lines出现无法使用的情况*/
  -webkit-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hover-f7:hover {
  background: rgba(247, 247, 247, 0.7);
}
.hover-c-5b99ee:hover {
  color: #5b99ee;
}

.wrap {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.hide{
  display: none;
}
.bb-e0e0e0 {
  border-bottom: 1px #e0e0e0 solid;
}
.span-dot{
  color: red;
  margin-right: 2px;
}
.minh {
  min-height: calc(100vh - 284px);
}
.minh-ad {
  min-height: calc(100vh - 319px);
}
.mask-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
}
.layui-table-tips-c {
  padding:0!important;
}

.top-banner-width{
width: 100%;
min-width: 1200px;
}