﻿.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;
}

.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: 103;
}

.qr-code-box .code-box-back {
  width: 210px;
  height: 140px;
  background: url("../images/wxzx_vxbg_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;
}

.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-big{
	height: 36px;
	position: relative;
	margin-bottom: 0px;
}
.qr-code-box .code-big .big-logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  margin-right: 8px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

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

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

.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;
}

.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: 245px;
  padding: 0px 13px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  position: fixed;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -4%);
  z-index: 105;
}

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

.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;
  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;
}

.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;
}

.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;
}
