.download_icon {
  -webkit-mask: url("../fonts/download-icon.svg") no-repeat;
  mask: url("../fonts/download-icon.svg") no-repeat;
}

.switch_icon {
  -webkit-mask: url("../fonts/switch-icon.svg") no-repeat;
  mask: url("../fonts/switch-icon.svg") no-repeat;
}

.code-box-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(38, 38, 38, 0.4);
  z-index: 1001;
}

.qr-code-box {
  width: 323px;
  padding: 12px 12px 12px;
  background: #06C662;
  background-size: 100% 100%;
  border-radius: 8px 8px 8px 8px;
  position: fixed;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.qr-code-box .code-box-back {
  width: 210px;
  height: 140px;
  background: url("../images/wxzx_vxkbg_img@3x.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 0px;
}

.qr-code-box .clearbtn {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  bottom: -52px;
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
}

.qr-code-box .code-t1 {
  width: 100%;
  height: 40px;
  padding: 0 4px;
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.qr-code-box .code-t1 .logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  margin-right: 8px;
}

.qr-code-box .code-t1 .logo img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.qr-code-box .code-t1 span {
  display: block;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 20px;
}

.qr-code-box .code-con {
  width: 100%;
  padding-top: 16px;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}

.qr-code-box .code-con .code-name {
  display: block;
  width: 100%;
  height: 28px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #262626;
  text-align: center;
  line-height: 28px;
}

.qr-code-box .code-con .code-tips {
  display: block;
  font-size: 13px;
  color: #8C8C8C;
  text-align: center;
  line-height: 18px;
}

.qr-code-box .code-con .wx-num {
  margin: 20px auto 12px;
  width: 211px;
  height: 48px;
  border: 1px solid #D9D9DA;
  border-radius: 8px;
  position: relative;
}

.qr-code-box .code-con .wx-num > span {
  display: block;
  width: 70px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translate(-50%);
  background: #fff;
  font-size: 12px;
  color: #ABABAB;
  text-align: center;
  line-height: 16px;
}

.qr-code-box .code-con .wx-num > div {
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.qr-code-box .code-con .wx-num > div em {
  display: block;
  height: 52px;
  font-size: 18px;
  color: #262626;
  line-height: 52px;
}

.qr-code-box .code-con .wx-num > div span {
  display: block;
  width: 32px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #D9D9DA;
  margin-left: 8px;
  font-size: 12px;
  font-style: normal;
  color: #8C8C8C;
  text-align: center;
  cursor: pointer;
}

.qr-code-box .code-con .qr-code-imgs {
  display: block;
  width: 168px;
  height: 168px;
  margin: 0 auto;
  box-sizing: content-box;
}

.qr-code-box .code-con .step {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
}

.qr-code-box .code-con .step li {
  font-size: 13px;
  color: #ABABAB;
  line-height: 18px;
}

.qr-code-box .code-con .step .arrow {
  font-size: 12px;
  padding: 0 2px;
}

.qr-code-box .code-con .step2 {
  margin: 32px auto 55px;
}

.qr-code-box .code-con .preservation {
  width: 132px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 22px;
  border: 1px solid #06C662;
  margin: 10px auto 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qr-code-box .code-con .preservation i {
  display: block;
  width: 20px;
  height: 20px;
  background: #06C662;
  margin-right: 2px;
}

.qr-code-box .code-con .preservation span {
  font-size: 14px;
  font-weight: 600;
  color: #06C662;
  line-height: 20px;
}

.qr-code-box2 {
  transform: translate(-50%, -89%) !important;
}

.qr-code-box2 .wx-num {
  margin-bottom: 50px !important;
}

.wx-consulting-alert {
  width: 299px;
  height: 275px;
  padding: 0px 13px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -4%);
  z-index: 1002;
}

.wx-consulting-alert .clearbtn {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
}

.wx-consulting-alert .alert-tit {
  width: 100%;
  height: 48px;
  padding: 16px 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wx-consulting-alert .alert-tit img {
  display: block;
  width: 18px;
  height: 6px;
  margin: 0 4px;
}

.wx-consulting-alert .alert-tit span {
  font-size: 15px;
  font-weight: bold;
  color: #FE5900;
  line-height: 21px;
}

.wx-consulting-alert .vice-tit {
  margin-bottom: 16px;
  font-size: 12px;
  color: #FE9A00;
  text-align: center;
  line-height: 16px;
}

.wx-consulting-alert .form {
  width: 100%;
}

.wx-consulting-alert .form .phone,
.wx-consulting-alert .form .code {
  width: 100%;
  height: 44px;
  background: #FAFBFC;
  border-radius: 22px;
  border: 1px solid #D9D9DA;
  margin-bottom: 8px;
  overflow: hidden;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wx-consulting-alert .form .phone input,
.wx-consulting-alert .form .code input {
  width: 100%;
  height: 44px;
  font-size: 15px;
  color: #262626;
  background: transparent;
}

.wx-consulting-alert .form .code {
  margin-bottom: 12px;
}

.wx-consulting-alert .form .code button {
  height: 44px;
  background: transparent;
  flex-shrink: 0;
  font-size: 14px;
  color: #FE5900;
  line-height: 44px;
  cursor: pointer;
}

.wx-consulting-alert .form .switch {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
}

.wx-consulting-alert .form .switch i {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background: #595959;
}

.wx-consulting-alert .form .switch span {
  display: block;
  font-size: 13px;
  color: #595959;
}

.wx-consulting-alert .form .confirm {
  width: 100%;
  height: 44px;
  background: linear-gradient(270deg, #FF6100 0%, #FE8D00 100%);
  border-radius: 22px;
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}

.wx-consulting-alert .agreement {
  display: flex;
  justify-content: center;
  padding-top: 12px;
  margin-left: -3px;
  font-size: 12px;
  color: #595959;
  line-height: 16px;
}

.wx-consulting-alert .agreement span {
  font-size: 12px;
  color: #1A8CFF;
  line-height: 16px;
  text-decoration: underline;
}

.wx-consulting-alert2 .alert-tit {
  width: 100%;
  height: 77px;
  padding: 16px 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wx-consulting-alert2 .phone {
  margin-bottom: 12px !important;
}

.wx-consulting-alert2 .agreement {
  display: flex;
  justify-content: center;
  margin-left: -3px;
  font-size: 12px;
  color: #595959;
  line-height: 16px;
}

.wx-consulting-alert3 .alert-tit {
  width: 100%;
  height: 53px;
  padding: 16px 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wx-consulting-alert3 .phone {
  margin-bottom: 12px !important;
}

.wx-consulting-alert3 .agreement {
  display: flex;
  justify-content: center;
  margin-left: -3px;
  font-size: 12px;
  color: #595959;
  line-height: 16px;
}

.jybLoadingMask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.2);
}

.jybLoading {
  width: 72px;
  height: 72px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000000;
}

.jybLoading img {
  display: block;
  width: 72px;
  height: 72px;
}

.jyb-btn-wx {
  color: #fff;
  border-color: #06B61B;
  background-color: #06B61B;
}

.jyb-btn-wx:hover {
  color: #fff;
  border-color: #51cc60;
  background-color: #51cc60;
}

.info-collection .collection-btn-wx {
  background-color: #06B61B;
  margin-top: 8px;
}

.info-collection .collection-btn-wx:hover {
  color: #fff;
  border-color: #51cc60;
  background-color: #51cc60;
}

.wx-seek {
  width: 100%;
  height: 110px;
  padding-top: 20px;
  border: 1px solid;
  border-image: linear-gradient(270deg, rgba(155, 226, 164, 0.4), #9be2a4) 1 1;
  position: relative;
  background: linear-gradient(270deg, #F0FBF2 0%, #FFFFFF 100%);
  border-radius: 2px;
}

.wx-seek .wx-seek-tit {
  width: 240px;
  height: 20px;
  background: linear-gradient(270deg, rgba(240, 251, 242, 0) 0%, #06B61B 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5px;
}

.wx-seek .wx-seek-tit img {
  display: block;
  width: 14px;
  height: 14px;
}

.wx-seek .wx-seek-tit span {
  display: block;
  margin-left: 5px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
}

.wx-seek .wx-seek-back {
  display: block;
  width: 193px;
  height: 75px;
  position: absolute;
  right: 231px;
  top: 0px;
}

.wx-seek .wx-seek-con {
  width: 100%;
  height: 88px;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wx-seek .wx-seek-con .seek-l {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wx-seek .wx-seek-con .seek-l .s-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #EBEBEB;
}

.wx-seek .wx-seek-con .seek-l .s-logo img {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.wx-seek .wx-seek-con .seek-l .s-con {
  padding-left: 15px;
}

.wx-seek .wx-seek-con .seek-l .s-con .tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wx-seek .wx-seek-con .seek-l .s-con .tit span {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #262626;
  line-height: 24px;
}

.wx-seek .wx-seek-con .seek-l .s-con .tit em {
  display: block;
  margin-left: 8px;
  font-size: 14px;
  color: #595959;
  line-height: 20px;
}

.wx-seek .wx-seek-con .seek-l .s-con > p {
  font-size: 13px;
  color: #8C8C8C;
  line-height: 18px;
}

.wx-seek .wx-seek-con .seek-l .s-con .wxnum {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wx-seek .wx-seek-con .seek-l .s-con .wxnum p {
  font-size: 13px;
  color: #8C8C8C;
  line-height: 18px;
}

.wx-seek .wx-seek-con .seek-l .s-con .wxnum span {
  display: block;
  margin-left: 10px;
  font-size: 13px;
  color: #576B95;
  line-height: 18px;
  position: relative;
  cursor: pointer;
}

.wx-seek .wx-seek-con .seek-l .s-con .wxnum span:before {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background: #ABABAB;
  position: absolute;
  left: -4px;
  top: 3px;
}

.wx-seek .wx-seek-con .seek-r {
  width: 180px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #06B61B;
  font-size: 14px;
  font-weight: 600;
  color: #06B61B;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.wx-seek .wx-seek-con .seek-r:hover {
  background: #06B61B;
  color: #fff;
}

.wx-seek .wx-seek-con .seek-r2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: -18px;
}

.wx-seek .wx-seek-con .seek-r2 img {
  display: block;
  width: 92px;
  height: 92px;
}

.wx-seek .wx-seek-con .seek-r2 div {
  margin-left: 10px;
}

.wx-seek .wx-seek-con .seek-r2 div span {
  display: block;
  font-size: 13px;
  color: #262626;
  line-height: 18px;
}

.wx-seek .wx-seek-con .seek-r2 div em {
  display: block;
  font-size: 13px;
  color: #262626;
  line-height: 18px;
  font-weight: 600;
}

.jyb-tips {
  width: 300px;
  height: auto;
  max-height: 52px;
  margin: auto;
  position: fixed;
  z-index: 100003;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.jyb-tips p {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0px 20px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-indent: 0;
  letter-spacing: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.pc-jyb-loading {
  width: 120px;
  height: 116px;
  margin: auto;
  padding: 20px;
  position: fixed;
  z-index: 100003;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.6);
}

.pc-jyb-loading > img {
  margin: 0 auto;
  animation: fadenum 2s linear infinite;
}

@keyframes fadenum {
  100% {
    transform: rotate(360deg);
  }
}

.pc-jyb-loading-text {
  display: block;
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.wx-consulting-alert .bxk-notice input {
    width: 15px;
    height: 15px;
    margin: 2px 6px 0 0;
    background: url(../images/checkbox-blank-line@2x.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: none;
    cursor: pointer;
}

    .wx-consulting-alert .bxk-notice input[type=checkbox]:checked {
        background: url(../images/checkbox-fill@2x.png) no-repeat;
        background-size: 100% 100%;
    }

.wx-consulting-alert .bxk-notice {
    font-family: PingFang SC,PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #595959;
    line-height: 18px;
    border: 0 !important;
    box-shadow: none !important;
    display: flex;
    font-weight: bold;
    margin: 12px 0px 12px 18px;
}

.wx-consulting-alert .confirm.bxk-disable {
    opacity: 0.5;
    cursor: not-allowed;
}


        .wx-consulting-alert .bxk-notice a, .wx-consulting-alert .bxk-notice a:hover
        {
            color: #1A8CFF;
        }
