@charset "UTF-8";
.c-float-modePop {
  text-align: center;
  background-color: #fafafc;
}
.c-float-modePop .warnMsg {
  padding: 20px 10px 10px 10px;
  color: #fff;
}
.c-float-modePop button {
  padding: 6px 9px 6px 9px;
  color: #949494;
  border: 0;
}
.c-float-shade {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 99;
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.c-float-shade.hide {
  display: none;
}
.c-float-popWrap {
  width: 85%;
  z-index: 9999;
  position: fixed;
  border-radius: 3px;
  overflow: hidden;
}
.c-float-popWrap .c-float-modePop {
  overflow: hidden;
}
.c-float-popWrap .c-float-modePop .warnMsg {
  padding: 0.8em 0 0.8em;
  font-size: 1.5rem;
  color: #fff;
  background-color: #37363b;
}
.c-float-popWrap .c-float-modePop .content {
  font-size: 14px;
  color: #888;
  word-wrap: break-word;
  word-break: break-all;
  text-align: left;
  height: 22rem;
}
.c-float-popWrap .c-float-modePop button {
  background-color: #37363b;
  width: 50%;
  height: 4.3rem;
  line-height: 4.3rem;
  color: #444;
  font-size: 1.5rem;
  border: 0;
  padding: 0;
}
.c-float-popWrap .c-float-modePop button.ok {
  color: #fff;
}
.c-float-popWrap .c-float-modePop button.cancel {
  position: relative;
}
.c-float-popWrap .c-float-modePop button.cancel:after {
  content: " ";
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #d5d5d6;
  color: #d5d5d6;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.c-float-popWrap.hide {
  display: none;
  -webkit-box-shadow: none;
}
.c-float-popWrap.show {
  display: block;
}
.c-float-popWrap.msgMode .c-float-modePop .content,
.c-float-popWrap.msgMode .c-float-modePop .doBtn {
  display: none;
}
.c-float-popWrap.alertMode .c-float-modePop .doBtn .cancel {
  display: none;
}
.c-float-popWrap.confirmMode .c-float-modePop .content,
.c-float-popWrap.confirmMode .c-float-modePop .doBtn {
  display: block;
}
.confirm_input {
  border: 1px solid #d5d5d6;
  padding: 10px;
  width: 70%;
}
.weui_mask_transparent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.cx_mask_transparent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
}
.web_toast {
  position: fixed;
  margin: 0 10px;
  z-index: 9999;
  display: none;
  display: block;
  padding: 10px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  font-size: 1.4rem;
  text-align: center;
  border-radius: 4px;
}
.weui_mask_transparent {
  background: none;
}
.c-float-modePop {
  position: relative;
}
.c-float-modePop .ok {
  position: absolute;
  top: 0;
  right: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff; /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
  height: 90%;
  padding-bottom: 2% 0 8% 0;
}
