.layerMouse {
  display: block;
  width: 68px;
  opacity: 0;
  position: fixed;
  right: 65px;
  bottom: 188px;
  z-index: 10;
}
.layerMouse .layerMouse_ad {
  display: block;
  width: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.88) 100%);
  backdrop-filter: blur(8px);
  border: 1px solid #fff;
  border-radius: 25px 25px 25px 25px;
  box-shadow: 0px 4px 4px 0px rgba(126, 152, 178, 0.1);
}
.layerMouse .layerMouse_ad .icon {
  display: block;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding: 12px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.layerMouse .layerMouse_ad .icon:first-child {
  margin-bottom: 28px;
  border-radius: 25px 25px 0 0;
}
.layerMouse .layerMouse_ad .icon:first-child::after {
  display: none;
}
.layerMouse .layerMouse_ad .icon:last-child {
  padding-bottom: 12px;
  border-radius: 0 0 25px 25px;
  margin: 0;
}
.layerMouse .layerMouse_ad .icon:last-child::after {
  display: none;
}
.layerMouse .layerMouse_ad .icon::after {
  content: "";
  width: 18px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 12px;
}
.layerMouse .layerMouse_ad .icon .item_icon {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
.layerMouse .layerMouse_ad .icon .item_icon.item_logo {
  width: 50px;
  height: 50px;
  background: url(/assets/images/common/slide-logo.png) no-repeat center center;
  background-size: 34px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(177, 193, 208, 0.18);
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: 0;
  z-index: 1;
}
.layerMouse .layerMouse_ad .icon .item_icon.item_icon1 {
  background: url(/assets/images/common/slide-icon1.png) no-repeat center center;
  background-size: 100% 100%;
}
.layerMouse .layerMouse_ad .icon .item_icon.item_icon2 {
  background: url(/assets/images/common/slide-icon2.png) no-repeat center center;
  background-size: 100% 100%;
}
.layerMouse .layerMouse_ad .icon .item_icon.item_icon3 {
  background: url(/assets/images/common/slide-icon3.png) no-repeat center center;
  background-size: 100% 100%;
}
.layerMouse .layerMouse_ad .icon .item_icon.item_icon4 {
  background: url(/assets/images/common/slide-icon4.png) no-repeat center center;
  background-size: 100% 100%;
}
.layerMouse .layerMouse_ad .icon .item_icon.item_icon5 {
  background: url(/assets/images/common/slide-icon5.png) no-repeat center center;
  background-size: 100% 100%;
}
.layerMouse .layerMouse_ad .icon .tips {
  opacity: 0;
  width: auto;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.5) 100%);
  border: 1px solid #fff;
  font-weight: 500;
  border-radius: 6px;
  padding: 12px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 45px;
  transform: translate(280px, 0);
  animation: tips-move-out 0.3s linear;
  z-index: -1;
}
@keyframes tips-move-out {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    opacity: 0;
    transform: translate(40px, 0);
  }
  100% {
    opacity: 0;
    transform: translate(280px, 0);
  }
}
.layerMouse .layerMouse_ad .icon .tips.tel {
  height: 68px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-size: 16px;
  color: #080b31;
  text-align: center;
}
.layerMouse .layerMouse_ad .icon .tips.tel p {
  font-size: 14px;
  margin-bottom: 2px;
}
.layerMouse .layerMouse_ad .icon .tips.tel .phone {
  font-size: 18px;
}
.layerMouse .layerMouse_ad .icon .tips.wxapp {
  font-size: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.5) 100%);
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  border: 1px solid #fff;
  color: #080b31;
}
.layerMouse .layerMouse_ad .icon .tips.wxapp img {
  width: 130px;
  height: 130px;
  border-radius: 6px;
  vertical-align: bottom;
  margin-bottom: 10px;
}
.layerMouse .layerMouse_ad .icon .tips.chat,
.layerMouse .layerMouse_ad .icon .tips.feedback {
  width: 0px;
}
.layerMouse .layerMouse_ad .icon a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
}
.layerMouse .layerMouse_ad .icon span {
  font-size: 22px;
}
.layerMouse .layerMouse_ad .icon span.iconfont-m {
  font-size: 20px;
}
.layerMouse .layerMouse_ad .icon:hover:not(:first-child) {
  background: #fff;
}
.layerMouse .layerMouse_ad .icon:hover:not(:first-child) .tips {
  opacity: 1;
  width: 150px;
  transform: translate(0, 0);
  animation: tips-move-in 0.3s linear;
}
tr .layerMouse .layerMouse_ad .icon:hover:not(:first-child) .tips.share {
  width: 110px;
}
.layerMouse .layerMouse_ad .icon:hover:not(:first-child) .tips.chat,
.layerMouse .layerMouse_ad .icon:hover:not(:first-child) .tips.feedback {
  width: 90px;
}
@keyframes tips-move-in {
  0% {
    opacity: 0;
    transform: translate(280px, 0);
  }
  20% {
    opacity: 0;
    transform: translate(40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.layerMouse .layerMouse_ad .icon:hover:not(:first-child) a {
  color: #fff;
  font-weight: bold;
}
.layerMouse .layerMouse_enterprise {
  width: 40px;
  background: linear-gradient(180deg, #3573F6 0%, #3639FF 100%);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 25px 25px 25px 25px;
  padding: 10px 12px;
  margin-top: 8px;
  cursor: pointer;
  position: relative;
}
.layerMouse .layerMouse_enterprise::after {
  content: '免费试用';
  width: 62px;
  height: 20px;
  background: linear-gradient(90deg, #FFE6A8 0%, #FFD380 100%);
  box-shadow: 0px 2px 12px 0px rgba(255, 151, 32, 0.3);
  border-radius: 4px;
  line-height: 20px;
  font-size: 11px;
  color: #6C400C;
  text-align: center;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.layerMouse .layerMouse_enterprise:hover {
  background: #3573F6;
}
.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 {
  width: 40px;
  height: 40px;
  background: url(/assets/images/common/icon-to-top.png) no-repeat center center, linear-gradient(180deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.88) 100%);
  box-shadow: 0px 4px 4px 0px rgba(126, 152, 178, 0.1);
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  backdrop-filter: blur(8px);
  display: none;
  position: fixed;
  bottom: 120px;
  right: 93px;
  z-index: 10;
  cursor: pointer;
}
.return-top:hover {
  background: url(/assets/images/common/icon-to-top.png) no-repeat center center, #CAF4EF;
}
.cover-tips {
  height: 48px;
  border-radius: 4px;
  position: fixed;
  left: 50%;
  top: 20px;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -80px);
  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;
}
#i_cecream {
  margin: 0 auto;
  max-width: 2560px;
}
html body #aff-im-root {
  display: none !important;
}
