body {
  font-family: "Microsoft YaHei";
  font-size: 12px;
  -webkit-overflow-scrolling: touch !important;
  overflow-scrolling: touch !important;
  /* -webkit-text-size-adjust: 100%!important; 
  text-size-adjust: 100%!important; 
  -moz-text-size-adjust: 100%!important; */
}
.ui-content {
  overflow-x: hidden;
}
input,
button,
select,
textarea {
  box-sizing: border-box;
  display: block;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: normal;
  outline: none;
  background: none;
  outline: none;
  border: 0px;
  resize: none;
}
p {
  margin: 0;
}
span {
  display: inline-block;
}
pre {
  white-space: pre-wrap !important; /* css3.0 */
  white-space: -moz-pre-wrap !important; /* Firefox */
  white-space: -pre-wrap !important; /* Opera 4-6 */
  white-space: -o-pre-wrap !important; /* Opera 7 */
  word-wrap: break-word !important; /* Internet Explorer 5.5+ */
  overflow-x: hidden;
  width: 100%;
}
em{
	font-style: normal;
}
a {
  text-decoration: none;
  border-color: #d9d9d9;
}
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
 border-color: #d9d9d9;
  color: inherit;
}
a.ui-cell:active:before {
  content: ‘’;
  border-color: #d9d9d9;
}
.indent {
  text-indent: 2em;
}
.get_val::-webkit-input-placeholder {
  color: #999;
}
.a_100 {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.width100 {
  width: 100%;
}
.width50 {
  width: 50%;
}
.width25 {
  width: 25%;
}
.width33 {
  width: 33%;
}
img {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1); /* IE 9 */
  -moz-transform: scale(1, 1); /* Firefox */
  -webkit-transform: scale(1, 1); /* Safari 和 Chrome */
  -o-transform: scale(1, 1); /* Opera */
}
.img_100 {
  display: block;
  width: 100%;
}
.img_90 {
  display: block;
  width: 90%;
}
.img_80 {
  display: block;
  width: 80%;
}
.img_70 {
  display: block;
  width: 70%;
}
.img_60 {
  display: block;
  width: 60%;
}
.img_50 {
  display: block;
  width: 50%;
}
.img_40 {
  display: block;
  width: 40%;
}
.img_30 {
  display: block;
  width: 30%;
}
.img_20 {
  display: block;
  width: 20%;
}
.img_10 {
  display: block;
  width: 10%;
}
/*字符间距*/
.ls1 {
  letter-spacing: 1px;
}
.ls2 {
  letter-spacing: 2px;
}
.ls3 {
  letter-spacing: 3px;
}
.ls4 {
  letter-spacing: 4px;
}
.ls5 {
  letter-spacing: 5px;
}
.ls10 {
  letter-spacing: 10px;
}
.ls15 {
  letter-spacing: 15px;
}
.popu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.modWin {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -moz-transform: translate(-50%, -50%); /* Firefox */
  -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 900;
}

.share-model {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 990;
}
.model-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.share-box {
  position: absolute;
  z-index: 990;
  width: 80%;
  top: 0.5rem;
  right: 1rem;
}
.ui-cell,
.box,
.ui-cell-noborder {
  padding: 0.5rem;
}

.mbox {
  margin: 0.5rem;
}

.btn {
  display: block;
  background: #f6556c;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  height: 1.7rem;
  line-height: 1.7rem;
  font-family: "Microsoft YaHei";
  outline: none;
  border: none;
  width: 100%;
}

.btn-inline {
  display: inline-block;
  background: #f6556c;
  color: #fff;
  border-radius: 3px;
  height: 1.2rem;
  line-height: 1.2rem;
  font-family: "Microsoft YaHei";
  padding: 0 0.5rem;
  outline: none;
  border: none;
}

.btn:active,
.btn-inline:active {
  background-color: #f3455e;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none;
}
.fs10 {
  font-size: 0.5rem;
}
.fs11 {
  font-size: 0.55rem;
}
.fs12,
.size-ss {
  font-size: 0.6rem;
}
.fs13,
.size-s {
  font-size: 0.65rem;
}
.fs14,
.size-m {
  font-size: 0.7rem;
}
.fs15,
.size-b {
  font-size: 0.75rem;
}
.fs16 {
  font-size: 0.8rem;
}
.fs17 {
  font-size: 0.85rem;
}
.fs18 {
  font-size: 0.9rem;
}
.fs20 {
  font-size: 1rem;
  line-height: 1rem;
}
.fs22 {
  font-size: 1.1rem;
  line-height: 1rem;
}
.fs24 {
  font-size: 1.2rem;
  line-height: 1rem;
}
.fs26 {
  font-size: 1.3rem;
  line-height: 1rem;
}
.fs28 {
  font-size: 1.4rem;
  line-height: 1rem;
}
.fs30 {
  font-size: 1.5rem;
  line-height: 1rem;
}
.fs32 {
  font-size: 1.6rem;
  line-height: 1rem;
}
.fs34 {
  font-size: 1.8rem;
  line-height: 1rem;
}
.fs36 {
  font-size: 2rem;
  line-height: 1rem;
}
.c_e9 {
  color: #e9e9e9;
}

.c_gray,
.color-9 {
  color: #999;
}

.c_bbb,
.color-b {
  color: #bbb;
}

.c_000 {
  color: #000;
}

.c_333 {
  color: #333;
}
.color-3 {
  color: #3a3a3a !important;
}
.c_666,
.color-6 {
  color: #666;
}
.c_lightg_gray {
  color: #c9c9c9;
}

.c_rose {
  color: #f6556c;
}

.c_fff {
  color: #fff !important;
}
.c_zong {
  color: #5a2b0a;
}

/*头像边框*/
.c_vip {
  color: #f7c192;
}
/*文字颜色*/
.c_vip2 {
  color: #e2af7a !important;
}
/*黑卡专享价*/
.c_vip3 {
  color: #e8ae80;
}
.b_vip {
  background: #f7c192;
}
.vip_red {
  color: #f15555;
}
.vip_price {
  color: #fe7768;
}
.b_gray {
  background: #f6f8f8;
}
.set_gray {
  filter: contrast(100%) grayscale(100%);
  -webkit-filter: contrast(100%) grayscale(100%);
}
.main_c,
.color-vi {
  color: #01b2b6 !important;
}
.main_b,
.bg-vi {
  background: #01b2b6;
}

.b_fff {
  background: #fff;
}
.row {
  font-size: 0;
  padding: 0 0.25rem;
}

.line_center {
  line-height: 1rem;
}
.col-4 {
  width: 33.3333%;
  display: inline-block;
  font-size: 0.7rem;
  padding: 0 0.25rem;
  box-sizing: border-box;
  vertical-align: middle;
}

.col-6 {
  width: 50%;
  display: inline-block;
  font-size: 0.7rem;
  padding: 0 0.25rem;
  box-sizing: border-box;
  vertical-align: middle;
}

.underline {
  text-decoration: underline !important;
}

.relative {
  position: relative;
}

.white {
  background-color: #fff;
}

.radius {
  border-radius: 5px;
}

.process {
  width: 100%;
  height: 0.7rem;
  background-color: #f6556c;
  position: relative;
  border-radius: 0.7rem;
  max-width: 5rem;
  margin: 0 auto;
}

.pro-in {
  position: absolute;
  width: 60%;
  height: 100%;
  background-color: #fbbbc4;
  border-radius: 0.7rem;
}

.inblock {
  display: inline-block;
}

.block {
  display: block;
}

.middle {
  vertical-align: middle;
}
.t_center {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%); /* IE 9 */
  -moz-transform: translateX(-50%); /* Firefox */
  -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}

.m_auto {
  margin: 0 auto;
}
/*顶外边距*/
.mt-1 {
  margin-top: -1px;
}
.mt5 {
  margin-top: 0.3rem;
}
.mt10 {
  margin-top: 0.5rem;
}
.mt15 {
  margin-top: 0.8rem;
}
.mt20 {
  margin-top: 1rem;
}
.mt30 {
  margin-top: 1.5rem;
}
/*左外边距*/
.ml5 {
  margin-left: 0.3rem;
}
.ml10 {
  margin-left: 0.5rem;
}
.ml15 {
  margin-left: 0.8rem;
}
.ml20 {
  margin-left: 1rem;
}
.ml30 {
  margin-left: 1.5rem;
}
/*右外边距*/
.mr5 {
  margin-right: 0.3rem;
}
.mr10 {
  margin-right: 0.5rem;
}
.mr15 {
  margin-right: 0.8rem;
}
.mr20 {
  margin-right: 1rem;
}
/*左右外边距*/
.mlr5 {
  margin: 0 0.3rem;
}
.mlr10 {
  margin: 0 0.5rem;
}
.mlr15 {
  margin: 0 0.8rem;
}
.mlr20 {
  margin: 0 1rem;
}
/*底外边距*/
.mb3 {
  margin-bottom: 0.15rem;
}
.mb5 {
  margin-bottom: 0.25rem;
}
.mb10 {
  margin-bottom: 0.5rem;
}
.mb15 {
  margin-bottom: 0.8rem;
}
.mb20 {
  margin-bottom: 1rem;
}
.mb30 {
  margin-bottom: 1.5rem;
}
/*盒子左右内边距*/
.plr0 {
  padding: 0.5rem 0;
}
.plr10 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.plr15 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.plr20 {
  padding-left: 1rem;
  padding-right: 1rem;
}
/*底内边距*/
.pt0 {
  padding-top: 0rem !important;
}
.pb0 {
  padding-bottom: 0rem !important;
}
.pb10 {
  padding-bottom: 0.5rem;
}
.pb15 {
  padding-bottom: 0.8rem;
}
.pb20 {
  padding-bottom: 1rem;
}
.pb25 {
  padding-bottom: 2.5rem;
}
/*顶内边距*/
.ptb0 {
  padding: 0 0.5rem !important;
}
.pt10 {
  padding-top: 0.5rem;
}
.pt15 {
  padding-top: 0.8rem;
}
.pt20 {
  padding-top: 1rem;
}
.pt30 {
  padding-top: 1.5rem;
}
/*去除内边距*/
.p0 {
  padding: 0 !important;
}
.line-1 {
  line-height: 1rem;
}
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center,
.tx-center {
  text-align: center !important;
}
.through {
  text-decoration: line-through;
}
.center_100 {
  width: 100%;
  text-align: center !important;
}

.overflow {
  overflow: hidden;
}

.badge {
  display: inline-block;
  border-radius: 100%;
  background-color: #f6556c;
  color: #ffffff;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.3rem;
}

.bold {
  font-weight: bold;
}

.-bold {
  font-weight: normal;
}
.numBold {
  font-family: PingFangSC-Medium, sans-serif;
  font-weight: bold;
}

.pf {
  font-family: PingFangSC-Medium, sans-serif;
}
/*空数据*/
.no_data {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #f6f8f8;
}
.center_box {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -moz-transform: translate(-50%, -50%); /* Firefox */
  -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.no_data .logo_img img {
  display: block;
  width: 100%;
  margin: 0 auto 2rem;
}
.no_data p {
  width: 100%;
  text-align: center;
}
.to_index {
  display: block;
  margin: 0 auto;
  width: 50%;
  padding: 0.3rem 0.5rem;
  border: 1px solid #01aaaf !important;
  color: #01aaaf;
  border-radius: 5px;
}
.tips {
  color: #666;
  width: 100%;
  text-align: center;
  padding: 0.3rem 0 0.5rem;
}
/* 打开调试 */
.open-debug {
  position: fixed !important;
  bottom: 4rem;
  right: 1rem;
  background: rgba(0, 0, 0, 0.5);
  /* padding: .5rem; */
  border-radius: 100%;
  z-index: 9999;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.4s;
}
.open-debug.up {
  width: 1.5rem;
  height: 1.5rem;
  bottom: 10.5rem;
  right: 0.5rem;
  z-index: 999999;
}
.open-debug .icon-banshou {
  font-size: 1.4rem !important;
}
.debug-win {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 0.5rem;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  transition: all 0.4s;
  z-index: 9999;
  min-height: 10rem;
  max-height: 10rem;
  overflow-y: scroll;
  word-break: break-all;
  font-size: 12px;
}
.debug-win.show {
  bottom: 0;
  z-index: 999999;
}
.debug-win .debug-content {
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.debug-win .icon-paixuxia {
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  margin-right: 0.3rem;
  transition: all 0.4s;
}
.error-win.show .debug-content,
.log-win.show .debug-content {
  height: 7rem;
  max-height: 7rem;
  overflow-y: scroll;
}
.error-win.show .icon-paixuxia,
.log-win.show .icon-paixuxia {
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.debug-win .win-tl {
  padding: 0.2rem 0;
}
/*文字换行*/
.ui-cell-lt {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
}
.ui-cell-lb {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
}
.ui-cell-sb {
  -webkit-box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.ui-cell-sa {
  -webkit-box-pack: space-around;
  /* 12版 */
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.ui-cell-cn {
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.ui-cell-str {
  -webkit-box-pack: flex-start;
  /* 12版 */
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.ui-cell-end {
  -webkit-box-pack: flex-end;
  /* 12版 */
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.ui-cell-cen {
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.ui-cell-cl {
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.ui-shrink0 {
  flex-shrink: 0;
}
.ui-cell-hh {
  flex-wrap: wrap;
  justify-content: space-between;
}
.ui-cell-ft {
  text-align: right;
  color: #aaa;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ui-wrap {
  -webkit-box-lines: multiple;
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ui-cell-bt {
  align-self: flex-end;
}

.ui-nowrap {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 文字截断 */

.ui-nowrap,
.ui-nowrap-flex,
.ui-nowrap-2,
.ui-nowrap-3 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-nowrap {
  max-width: 100%;
  white-space: nowrap;
}

.ui-nowrap-flex,
.ui-nowrap-2,
.ui-nowrap-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.ui-nowrap-flex {
  -webkit-line-clamp: 1;
  -webkit-box-flex: 1;
  height: inherit;
}

/*要截断的行数*/

.ui-nowrap-2 {
  -webkit-line-clamp: 2;
}

.ui-nowrap-3 {
  -webkit-line-clamp: 3;
}

/*1px边框*/
.border-1px,
.border-bottom-1px,
.border-top-1px,
.border-left-1px,
.border-right-1px {
  position: relative;
}
/*线条颜色 黑色*/
.border-1px::after,
.border-bottom-1px::after,
.border-top-1px::before,
.border-left-1px::before,
.border-right-1px::after {
  /* background-color: #000;  */
  background-color: #e6e6e6;
}

/*底边边框一像素*/
.border-bottom-1px::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform-origin: 0 0;
}

/*上边边框一像素*/
.border-top-1px::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  transform-origin: 0 0;
}

/*左边边框一像素*/
.border-left-1px::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  transform-origin: 0 0;
}

/*右边边框1像素*/
.border-right-1px::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  transform-origin: 0 0;
}

/*边框一像素*/
.border-1px::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
}
/*********flex布局*********/
.flex_list{
	display: flex;
	display: -webkit-flex;
}
.flex_list li,
.flex_list .flex_fow{
	flex: 1;
	-webkit-flex: 1;
}
/*icon小图标*/










/*
layer 弹窗
*/



.layui-m-layer{position:relative; z-index: 19891014;}
.layui-m-layer *{-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
.layui-m-layershade,
.layui-m-layermain{position:fixed; left:0; top:0; width:100%; height:100%;}
.layui-m-layershade{background-color:rgba(0,0,0, .7); pointer-events:auto;}
.layui-m-layermain{display:table; font-family: Helvetica, arial, sans-serif; pointer-events: none;}
.layui-m-layermain .layui-m-layersection{display:table-cell; vertical-align:middle; text-align:center;}
.layui-m-layerchild{position:relative; display:inline-block; text-align:left; background-color:#fff; font-size:14px; border-radius: 5px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);  pointer-events:auto;  -webkit-overflow-scrolling: touch;}
.layui-m-layerchild{-webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: .2s; animation-duration: .2s;}


/* 弹出动画 */
@-webkit-keyframes layui-m-anim-scale { /* 默认 */
	0% {opacity: 0; -webkit-transform: scale(.5); transform: scale(.5)}
	100% {opacity: 1; -webkit-transform: scale(1); transform: scale(1)}
}
@keyframes layui-m-anim-scale { /* 默认 */
	0% {opacity: 0; -webkit-transform: scale(.5); transform: scale(.5)}
	100% {opacity: 1; -webkit-transform: scale(1); transform: scale(1)}
}
.layui-m-anim-scale{animation-name:  layui-m-anim-scale; -webkit-animation-name:  layui-m-anim-scale;}

@-webkit-keyframes layui-m-anim-up{
  0%{opacity: 0; -webkit-transform: translateY(800px); transform: translateY(800px)}
  100%{opacity: 1; -webkit-transform: translateY(0); transform: translateY(0)}
}
@keyframes layui-m-anim-up{
  0%{opacity: 0; -webkit-transform: translateY(800px); transform: translateY(800px)}
  100%{opacity: 1; -webkit-transform: translateY(0); transform: translateY(0)}
}
.layui-m-anim-up{-webkit-animation-name: layui-m-anim-up;animation-name: layui-m-anim-up}


.layui-m-layer0 .layui-m-layerchild{width: 90%; max-width: 640px;}
.layui-m-layer1 .layui-m-layerchild{border:none; border-radius:0;}
.layui-m-layer2 .layui-m-layerchild{width:auto; max-width:260px; min-width:40px; border:none; background: none; box-shadow: none; color:#fff;}
.layui-m-layerchild h3{padding: 0 10px; height: 60px; line-height: 60px; font-size:16px; font-weight: 400;  border-radius: 5px 5px 0 0; text-align: center;}
.layui-m-layerchild h3,
.layui-m-layerbtn span{ text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.layui-m-layercont{padding: 50px 30px; line-height: 22px; text-align:center;}
.layui-m-layer1 .layui-m-layercont{padding:0; text-align:left;}
.layui-m-layer2 .layui-m-layercont{text-align:center; padding: 0; line-height: 0;}
.layui-m-layer2 .layui-m-layercont i{width:25px; height:25px; margin-left:8px; display:inline-block; background-color:#fff; border-radius:100%;}
.layui-m-layer2 .layui-m-layercont p{margin-top: 20px;}

/* loading */
@-webkit-keyframes layui-m-anim-loading{
    0%,80%,100%{transform:scale(0); -webkit-transform:scale(0)}
    40%{transform:scale(1); -webkit-transform:scale(1)}
}
@keyframes layui-m-anim-loading{
    0%,80%,100%{transform:scale(0); -webkit-transform:scale(0)}
    40%{transform:scale(1); -webkit-transform:scale(1)}
}
.layui-m-layer2 .layui-m-layercont i{-webkit-animation: layui-m-anim-loading 1.4s infinite ease-in-out; animation: layui-m-anim-loading 1.4s infinite ease-in-out; -webkit-animation-fill-mode: both; animation-fill-mode: both;}

.layui-m-layer2 .layui-m-layercont i:first-child{margin-left:0; -webkit-animation-delay: -.32s; animation-delay: -.32s;}
.layui-m-layer2 .layui-m-layercont i.layui-m-layerload{-webkit-animation-delay: -.16s; animation-delay: -.16s;}
.layui-m-layer2 .layui-m-layercont>div{line-height:22px; padding-top:7px; margin-bottom:20px; font-size: 14px;}
.layui-m-layerbtn{display: box; display: -moz-box; display: -webkit-box; width: 100%; position:relative; height: 50px; line-height: 50px; font-size: 0; text-align:center;  border-top:1px solid #D0D0D0; background-color: #F2F2F2; border-radius: 0 0 5px 5px;}
.layui-m-layerbtn span{position:relative; display: block; -moz-box-flex: 1; box-flex: 1; -webkit-box-flex: 1;  text-align:center; font-size:14px; border-radius: 0 0 5px 5px; cursor:pointer;}
.layui-m-layerbtn span[yes]{color: #40AFFE;}
.layui-m-layerbtn span[no]{border-right: 1px solid #D0D0D0; border-radius: 0 0 0 5px;}
.layui-m-layerbtn span:active{background-color: #F6F6F6;}
.layui-m-layerend{position:absolute; right:7px; top:10px; width:30px; height:30px; border: 0; font-weight:400; background: transparent; cursor: pointer; -webkit-appearance: none; font-size:30px;}
.layui-m-layerend::before, .layui-m-layerend::after{position:absolute; left:5px; top:15px; content:''; width:18px; height:1px; background-color:#999; transform:rotate(45deg); -webkit-transform:rotate(45deg); border-radius: 3px;}
.layui-m-layerend::after{transform:rotate(-45deg);  -webkit-transform:rotate(-45deg);}

/* 底部对话框风格 */
body .layui-m-layer .layui-m-layer-footer{position: fixed; width: 95%; max-width: 100%; margin: 0 auto; left:0; right: 0; bottom: 10px; background: none;}
.layui-m-layer-footer .layui-m-layercont{padding: 20px; border-radius: 5px 5px 0 0; background-color: rgba(255,255,255,.8);}
.layui-m-layer-footer .layui-m-layerbtn{display: block; height: auto; background: none; border-top: none;}
.layui-m-layer-footer .layui-m-layerbtn span{background-color: rgba(255,255,255,.8);}
.layui-m-layer-footer .layui-m-layerbtn span[no]{color: #FD482C; border-top: 1px solid #c2c2c2; border-radius: 0 0 5px 5px;}
.layui-m-layer-footer .layui-m-layerbtn span[yes]{margin-top: 10px; border-radius: 5px;}

/* 通用提示 */
body .layui-m-layer .layui-m-layer-msg{width: auto; max-width: 90%; margin: 0 auto; bottom: -150px; background-color: rgba(0,0,0,.7); color: #fff;}
.layui-m-layer-msg .layui-m-layercont{padding: 10px 20px;}


/**VIP黑卡会员**/
.vip_card_box{
	background: linear-gradient( 152deg, #30180E 6%, #333333 51%, #591F08 100%);
	margin-right: .12rem;
	height: .34rem;
	padding: 0 .2rem 0 0;
	border-radius: 32px;
	color: #F7EBD3;
	font-size: .24rem;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.vip_card_icon{
	background: url("https://resource.bangbangce.com/mRWSfbGQWHyw") no-repeat;
	background-size: 100% 100%;
	width: .42rem;
	height: .42rem;
	margin-right: .04rem;
	position: relative;
	left: -.04rem;
	top: 0;
}