html body #aff-im-root {
  display: none !important;
}
.layerMouse {
  display: block;
  width: 42px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px 0px 0px 10px;
  box-shadow: -1px 0px 10px 0px rgba(207, 207, 207, 0.34);
  padding: 14px 0;
  position: fixed;
  right: 0;
  top: 280px;
  z-index: 2000;
}
.layerMouse .icon {
  display: block;
  line-height: 42px;
  color: #b4bbc4;
  padding-top: 2px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.layerMouse .icon .green {
  color: #1eB795;
}
.layerMouse .icon .blue {
  color: #348bff;
}
.layerMouse .icon .cyan {
  color: #42c77e;
}
.layerMouse .icon .yellow {
  color: #ffa10c;
}
.layerMouse .icon .sky-blue {
  color: #04a9ff;
}
.layerMouse .icon:first-child {
  border-radius: 10px 0 0 0;
}
.layerMouse .icon.last-item {
  border-radius: 0 0 0 10px;
}
.layerMouse .icon .tips {
  opacity: 0;
  width: 0;
  height: 32px;
  background: #07aea0;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  padding: 0 12px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.4s;
  position: absolute;
  top: 6px;
  right: 42px;
  transform: translate(40px, 0);
  z-index: -1;
}
.layerMouse .icon .tips.wxapp {
  height: 160px;
  padding: 12px 12px 0;
  top: -45px;
}
.layerMouse .icon .tips.wxapp img {
  width: 112px;
  height: 112px;
  vertical-align: bottom;
}
.layerMouse .icon .tips.chat,
.layerMouse .icon .tips.feedback {
  width: 0px;
}
.layerMouse .icon a {
  display: block;
  width: 100%;
  height: 100%;
  color: #b4bbc4;
}
.layerMouse .icon span {
  font-size: 22px;
}
.layerMouse .icon span.iconfont-m {
  font-size: 20px;
}
.layerMouse .icon:hover {
  color: #fff;
}
.layerMouse .icon:hover .tips {
  opacity: 1;
  width: 136px;
  transform: translate(0, 0);
}
.layerMouse .icon:hover .tips.share {
  width: 110px;
}
.layerMouse .icon:hover .tips.chat,
.layerMouse .icon:hover .tips.feedback {
  width: 90px;
}
.layerMouse .icon:hover a {
  color: #fff;
}
.share-box {
  user-select: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.share-box .mian {
  width: 480px;
  height: 566px;
  background: #ffffff;
  border-radius: 4px;
}
.share-box .mian .top {
  height: 150px;
  background: url('/assets/images/common/share.png') no-repeat center center;
  position: relative;
}
.share-box .mian .top .iconfont {
  width: 20px;
  height: 20px;
  color: #fcbc14;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}
.share-box .mian .urlShare {
  width: 440px;
  height: 104px;
  margin: 0 auto;
  border-bottom: 1px dashed #ebeaee;
}
.share-box .mian .urlShare .text {
  line-height: 55px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  text-align: center;
}
.share-box .mian .urlShare .urlCopy {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fc940c;
  text-align: center;
}
.share-box .mian .urlShare .urlCopy .url {
  display: inline-block;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.share-box .mian .urlShare .urlCopy .btn {
  display: inline-block;
  width: 70px;
  height: 30px;
  background: #fc940c;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 24px;
  vertical-align: middle;
}
.share-box .mian .qr-code {
  width: 164px;
  height: 164px;
  margin: 30px auto;
}
.share-box .mian .qr-code img {
  width: 100%;
  height: 100%;
}
.share-box .mian .tips {
  width: 344px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  text-align: center;
  margin: 0 auto;
}
.no-loading {
  user-select: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.no-loading .mian {
  width: 621px;
  height: 323px;
  background: #ffffff;
  border-radius: 4px;
  display: flex;
}
.no-loading .mian .left {
  margin-left: 111px;
  width: 200px;
  height: 166px;
  margin-top: 80px;
}
.no-loading .mian .right {
  margin-top: 109px;
  margin-left: 46px;
}
.no-loading .mian .right .txt {
  color: #666666;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
}
.no-loading .mian .right .btn {
  width: 86px;
  height: 30px;
  background: #08aea0;
  border-radius: 2px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  margin-top: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
}
.no-loading .mian .right .btn:hover {
  background: #0cb7a9;
}
.return-top {
  display: none;
  position: fixed;
  bottom: 140px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.return-top i {
  font-size: 30px;
  color: #626262;
}
.cover-tips {
  width: 380px;
  height: 48px;
  border-radius: 4px;
  position: fixed;
  left: 50%;
  top: 20px;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -128px);
  opacity: 0;
  padding: 14px 20px;
  box-sizing: border-box;
}
.cover-tips .img {
  width: 20px;
  height: 20px;
  background: no-repeat center center;
  background-size: 20px 20px;
  float: left;
}
.cover-tips .text {
  margin-left: 30px;
  font-size: 14px;
}
.cover-tips.success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}
.cover-tips.success .img {
  background-image: url('/assets/images/common/success.png');
}
.cover-tips.success .text {
  color: #67c23a;
}
.cover-tips.error {
  background-color: #fef0f0;
  border-color: #fde2e2;
}
.cover-tips.error .img {
  background-image: url('/assets/images/common/error.png');
}
.cover-tips.error .text {
  color: #f56c6c;
}
.cover-tips.show {
  transform: translate(-50%, 0);
  opacity: 1;
}
.cover-tips-min {
  width: 100vw;
  height: 1.2rem;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  padding: 0.28rem 0.4rem;
  transform: translate(0, -1.2rem);
  box-sizing: border-box;
}
.cover-tips-min .text {
  line-height: 0.64rem;
  font-size: 0.32rem;
  text-align: center;
}
.cover-tips-min.success {
  background-color: #07c160;
}
.cover-tips-min.success .text {
  color: #fff;
}
.cover-tips-min.error {
  background-color: #f56c6c;
}
.cover-tips-min.error .text {
  color: #fff;
}
.cover-tips-min.warning {
  background: #ff976a;
}
.cover-tips-min.warning .text {
  color: #fff;
}
.cover-tips-min.show {
  transform: translate(0, 0);
  opacity: 1;
}
#form-input .form-cover {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 55;
}
#form-input .form-proup {
  width: 900px;
  background: #fff;
  box-shadow: -1px 0px 18px 0px rgba(102, 102, 102, 0.2);
  border-radius: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 60;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
#form-input .form-proup.show {
  transform: translate(-50%, -50%) scale(1);
}
#form-input .form-proup-title {
  line-height: 58px;
  font-size: 16px;
  font-weight: bold;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  color: #FFFFFF;
  padding: 0 30px;
  border-bottom: 1px solid #f3f6f8;
  background: url(/assets/images/leaflet/form-title-bg.png) no-repeat center center;
  background-size: 100% 100%;
}
#form-input .form-proup-title .close {
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 10;
  background: url(/assets/images/leaflet/close.png);
}
#form-input .form-proup-content {
  padding: 20px 60px 30px;
  display: flex;
  justify-content: space-between;
}
#form-input .form-proup-content .left {
  width: 368px;
}
#form-input .form-proup-content .left .form-proup-content-item > input:focus {
  outline: 0;
  border: 1px solid #07AEA0;
}
#form-input .form-proup-content .left .errTips {
  font-size: 12px;
  color: #fe7b7b;
  transform: translateY(-10px);
}
#form-input .form-proup-content .right {
  width: 390px;
}
#form-input .form-proup-content-item .label {
  font-size: 14px;
  font-weight: 500;
  font-family: 'OPPOSans-M';
  color: #292b31;
  margin-bottom: 10px;
}
#form-input .form-proup-content-item .input {
  width: 100%;
  height: 36px;
  padding: 10px 20px;
  color: #666;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 20px;
  outline: none;
}
#form-input .form-proup-content-item .input.code {
  width: 248px;
  float: left;
  margin-right: 10px;
}
#form-input .form-proup-content-item .get_code {
  width: 110px;
  height: 36px;
  background: #f4f5f5;
  line-height: 36px;
  font-size: 14px;
  color: #bac1c5;
  text-align: center;
  border-radius: 4px;
  float: left;
  cursor: pointer;
}
#form-input .form-proup-content-item .get_code.can {
  background: #3382f7;
  color: #fff;
}
#form-input .form-proup-content-item .get_code.none {
  cursor: default;
}
#form-input .form-proup-content .text-content {
  border: 1px dashed #e5e5e5;
  padding: 33px 20px 33px;
  border-radius: 10px;
}
#form-input .form-proup-content .text-content img.right-img {
  width: 350px;
  margin-bottom: 30px;
}
#form-input .form-proup-content .text-content-txt {
  line-height: 20px;
  font-size: 14px;
  color: #768792;
}
#form-input .form-proup .submit {
  width: 144px;
  height: 45px;
  background: #07aea0;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  margin: 0 auto 30px;
  cursor: pointer;
}
#form-input .submit-success {
  width: 360px;
  background: #fff;
  box-shadow: -1px 0px 18px 0px rgba(102, 102, 102, 0.2);
  border-radius: 6px;
  padding: 36px 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 60;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
#form-input .submit-success.show {
  transform: translate(-50%, -50%) scale(1);
}
#form-input .submit-success-txt {
  color: #768792;
  font-size: 14px;
  font-weight: 500;
  font-family: 'OPPOSans-M';
  color: #292b31;
  margin-bottom: 38px;
}
#form-input .submit-success-btn {
  width: 100px;
  background: #3382f7;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  margin: 0 auto;
  cursor: pointer;
}
.qr-popup {
  display: none;
}
.qr-popup .popup-cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2002;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.qr-popup .center {
  position: fixed;
  max-height: 100%;
  width: 5.86rem;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2003;
  text-align: center;
}
.qr-popup .center .pop-center-img {
  width: 5.86rem;
  height: 5.86rem;
}
.qr-popup .center .pop-center-text {
  width: 4.06rem;
  font-size: 0.28rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 auto;
  margin-top: 0.48rem;
}
.modal {
  display: none;
}
.modal.show {
  display: block;
}
.modal .modal-cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2002;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.modal .center {
  position: fixed;
  max-height: 100%;
  width: 6.22rem;
  height: 3.36rem;
  background: #FFFFFF;
  border-radius: 0.12rem;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2003;
  text-align: center;
  padding: 1.1rem 0 0.6rem;
}
.modal .center .text {
  font-size: 0.28rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #121212;
}
.modal .center .btn {
  margin: 0 auto;
  width: 1.96rem;
  height: 0.64rem;
  background: #06AEA0;
  border-radius: 0.04rem;
  text-align: center;
  line-height: 0.64rem;
  color: #FFFFFF;
  margin-top: 0.84rem;
}
