/* 已分享标识 */
.ql-material-share-label {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.9rem;
  height: 0.4rem;
  background: rgba(153, 153, 153, 0.9);
  border-radius: 0.16rem 0rem 0.08rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.22rem;
  color: #FFFFFF;
  line-height: 0.24rem;
}
/* 切换企业版/个人版 */
.ql-change-edition-fab {
  position: fixed;
  right: 0;
  top: 6.5rem;
  height: 28px;
  background: rgba(0, 0, 0, 0.4);
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  z-index: 99;
}
.ql-change-edition-fab .content {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  font-size: 12px;
  color: white;
}
.ql-change-edition-fab .content .img-box {
  position: relative;
  left: -5px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 10px;
  box-sizing: border-box;
  padding: 5px;
}
.ql-change-edition-fab .content .img-box img {
  display: block;
  width: 10px;
  height: 10px;
}
/* 文字省略通用 */
/* 通用 */
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  /*文字超出宽度则显示ellipsis省略号*/
  text-overflow: ellipsis;
  width: 100%;
}
::-webkit-scrollbar {
  display: none;
}
/* 页面右侧固定 fab */
.ql-fab-wrapper {
  display: flex;
  position: fixed;
  right: 2.7vw;
  /* top: 175vw; */
  bottom: 33vw;
}
.ql-fab-wrapper .ql-fab-btn {
  display: flex;
  width: 10.6vw;
  height: 10.6vw;
  box-shadow: 0 0 4.2vw 0 rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.ql-fab-wrapper .ql-fab-btn .ql-fab-btn-icon {
  width: 5.3vw;
  height: 5.3vw;
}
/* 底部公共导航样式 */
.common-fixBar {
  width: 100%;
  height: 1.12rem;
  position: fixed;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 2;
}
.common-fixBar .Inn {
  display: flex;
  height: 100%;
  align-items: center;
  padding-top: 0.03rem;
}
.common-fixBar .Inn > a {
  flex: 1;
}
.common-fixBar .Inn > a dl {
  text-align: center;
}
.common-fixBar .Inn > a dl dd em {
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  margin: 0 auto;
}
.common-fixBar .Inn > a:nth-of-type(1) dl dd em {
  background: url('../images/icon2-t-16-1.png') no-repeat;
  background-size: 100%;
}
.common-fixBar .Inn > a.active:nth-of-type(1) dl dd em {
  background: url('../images/icon2-t-16-2.png') no-repeat;
  background-size: 100%;
}
.common-fixBar .Inn > a:nth-of-type(2) dl dd em {
  background: url('../images/icon2-t-17-1.png') no-repeat;
  background-size: 100%;
}
.common-fixBar .Inn > a.active:nth-of-type(2) dl dd em {
  background: url('../images/icon2-t-17-2.png') no-repeat;
  background-size: 100%;
}
.common-fixBar .Inn > a:nth-of-type(3) dl dd em {
  background: url('../images/icon2-t-18-1.png') no-repeat;
  background-size: 100%;
}
.common-fixBar .Inn > a.active:nth-of-type(3) dl dd em {
  background: url('../images/icon2-t-18-2.png') no-repeat;
  background-size: 100%;
}
.common-fixBar .Inn > a:nth-of-type(4) dl dd em {
  background: url('../images/icon2-t-19-1.png') no-repeat;
  background-size: 100%;
}
.common-fixBar .Inn > a.active:nth-of-type(4) dl dd em {
  background: url('../images/icon2-t-19-2.png') no-repeat;
  background-size: 100%;
}
.common-fixBar .Inn > a dl dt {
  color: #999;
  margin-top: 0.05rem;
  font-size: 0.22rem;
  line-height: 1.6;
}
.common-fixBar .Inn > a.active dl dt {
  color: #5283ff;
}
/* 公用页面页脚---齐啦技术支持 */
.ql-jk {
  width: 100%;
  height: 0.9rem;
  padding: 0 0.32rem;
  box-sizing: border-box;
  /* padding: 0.25rem 0; */
  /* height: 0.4rem; */
  background: none !important;
}
.ql-jk .ql-bottom {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.28rem;
  color: #999999;
  height: 100%;
  line-height: 0.4rem;
}
.ql-jk .ql-bottom::after {
  content: '';
  /* width: 1.99rem; */
  flex: 1;
  height: 0.02rem;
  /* position: absolute; */
  background: #EEEEEE;
  /* left: 0.32rem; */
  /* overflow: hidden; */
  /* visibility: initial; */
}
.ql-jk .ql-bottom::before {
  content: '';
  /* width: 1.99rem; */
  flex: 1;
  height: 0.02rem;
  /* position: absolute; */
  background: #EEEEEE;
  /* right: 0.32rem; */
  /* overflow: hidden;
  visibility: initial; */
}
.ql-jk .ql-bottom p {
  display: inline-block;
  padding: 0 0.32rem;
  /* flex: 1; */
  /* margin: 0 0.32rem; */
  position: relative;
}
.ql-jk .ql-bottom p img {
  width: 0.36rem;
  margin-right: 0.1rem;
  vertical-align: text-top;
}
/* 海报付费引导弹窗 */
.m-buyTips-1 {
  width: 6.2rem;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.m-buyTips-1 .txt {
  background: #fff;
  padding: 0.4rem 8% 0;
  text-align: center;
}
.m-buyTips-1 .txt p {
  color: #333;
  font-size: 0.32rem;
}
.m-buyTips-1 .btn {
  display: flex;
  justify-content: center;
  padding-top: 0.72rem;
  padding-bottom: 0.52rem;
  border-radius: 0 0 0.1rem 0.1rem;
  background: #fff;
}
.m-buyTips-1 .btn a {
  height: 0.7rem;
  display: flex;
  align-items: center;
  border-radius: 0.08rem;
  padding: 0 0.3rem;
  color: #fff;
  font-size: 0.32rem;
  font-weight: 500;
}
.m-buyTips-1 .btn a.a1 {
  background-color: #5283ff;
  border: 1px solid #5283ff;
  white-space: nowrap;
  margin-right: 0.25rem;
}
.m-buyTips-1 .btn a.a2 {
  border: 1px solid #5283ff;
  color: #5283ff;
  white-space: nowrap;
}
.m-buyTips-1 .close {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: 0.2rem;
  top: 0.12rem;
}
[v-cloak] {
  display: none !important;
}
.layui-form-select dl dd.layui-this {
  background-color: #5283ff;
}
/* 超过下载次数弹窗 download-modal是没有设置none的情况 */
.download-modal {
  width: 78%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.m-msgbox-1 {
  width: 78%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  display: none;
}
.download-modal .tit,
.m-msgbox-1 .tit {
  border-radius: 0.15rem 0.15rem 0 0;
}
.download-modal .con,
.m-msgbox-1 .con {
  background-color: #fff;
  border-radius: 0 0 0.15rem 0.15rem;
  padding-bottom: 0.5rem;
}
.download-modal .con .tips,
.m-msgbox-1 .con .tips {
  font-size: 0.34rem;
  text-align: center;
  background-color: #fff;
  padding-top: 0.45rem;
}
.download-modal .con .tips p,
.m-msgbox-1 .con .tips p {
  font-weight: 500;
  color: #333;
}
.download-modal .con .tips p em,
.m-msgbox-1 .con .tips p em {
  color: #ff4444;
}
.download-modal .con .tips span,
.m-msgbox-1 .con .tips span {
  color: #999;
  font-size: 0.3rem;
}
.download-modal .con .qrcode,
.m-msgbox-1 .con .qrcode {
  width: 55%;
  margin: 0.28rem auto 0;
}
.download-modal .con .tel,
.m-msgbox-1 .con .tel {
  font-size: 0.28rem;
  text-align: center;
  color: #5283ff;
  margin-top: 0.2rem;
}
.download-modal .con .btn,
.m-msgbox-1 .con .btn {
  display: flex;
  justify-content: space-evenly;
  margin-top: 0.65rem;
}
.download-modal .con .btn a,
.m-msgbox-1 .con .btn a {
  height: 0.7rem;
  display: flex;
  align-items: center;
  border-radius: 0.08rem;
  padding: 0 0.3rem;
  color: #fff;
  font-size: 0.32rem;
  font-weight: 500;
}
.download-modal .con .btn a.a1,
.m-msgbox-1 .con .btn a.a1 {
  background-color: #5283ff;
  border: 1px solid #5283ff;
}
.download-modal .con .btn a.a2,
.m-msgbox-1 .con .btn a.a2 {
  border: 1px solid #5283ff;
  color: #5283ff;
}
.download-modal .close,
.m-msgbox-1 .close {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: 0.2rem;
  top: 0.15rem;
}
/* 确认、取消对话框 */
.m-dialog-1 {
  width: 75%;
  background: #fff;
  border-radius: 0.1rem;
  position: fixed;
  z-index: 50;
}
.m-dialog-1 .Inn {
  font-size: 0.3rem;
  color: #333;
  padding-bottom: 0.45rem;
}
.m-dialog-1 h3 {
  font-size: 0.34rem;
  font-weight: bold;
  text-align: center;
  padding-top: 0.35rem;
}
.m-dialog-1 .desc {
  padding: 0.4rem 0.5rem 0;
  text-align: center;
}
.m-dialog-1 .desc p {
  font-size: 0.3rem;
  line-height: 1.3;
}
.m-dialog-1 .btn {
  display: flex;
  justify-content: space-between;
  padding: 0.62rem 0.5rem 0;
}
.m-dialog-1 .btn p {
  width: 45%;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 0.08rem;
}
.m-dialog-1 .btn p.cancel {
  background: #e7e7e7;
}
.m-dialog-1 .btn p.sure {
  background: #5283ff;
  color: #fff;
}
.m-dialog-1 .close {
  width: 0.39rem;
  height: 0.39rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.new-modal {
  width: 72%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -36%;
}
/* 联系客服、升级套餐对话框 */
.m-dialog-2 {
  width: 78%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  background-color: #fff;
  border-radius: 0.1rem;
}
.m-dialog-2 .tit {
  text-align: center;
  padding-top: 0.3rem;
}
.m-dialog-2 .tit h4 {
  color: #333;
  font-size: 0.36rem;
  font-weight: bold;
}
.m-dialog-2 .con {
  padding-top: 0.3rem;
  padding-bottom: 0.52rem;
}
.m-dialog-2 .con .tips {
  color: #333;
  font-size: 0.32rem;
  text-align: center;
  line-height: 1.3;
}
.m-dialog-2 .con .qrcode {
  width: 55%;
  margin: 0.2rem auto 0;
}
.m-dialog-2 .con .service {
  font-size: 0.3rem;
  color: #999;
  text-align: center;
  margin-top: 0.2rem;
  line-height: 1.3;
}
.m-dialog-2 .close {
  width: 0.39rem;
  height: 0.39rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.m-dialog-2 .con .btn {
  display: flex;
  justify-content: space-evenly;
  margin-top: 0.55rem;
}
.m-dialog-2 .con .btn a {
  height: 0.7rem;
  line-height: 0.7rem;
  border-radius: 0.08rem;
  padding: 0 0.5rem;
  color: #fff;
  font-size: 0.32rem;
  font-weight: 500;
}
.m-dialog-2 .con .btn a.a1 {
  background-color: #5283ff;
  border: 1px solid #5283ff;
}
.m-dialog-2 .con .btn a.a2 {
  border: 1px solid #5283ff;
  color: #5283ff;
}
.m-dialog-2 .con .btn2 {
  display: flex;
  justify-content: space-evenly;
  margin-top: 0.55rem;
}
.m-dialog-2 .con .btn2 a {
  height: 0.7rem;
  line-height: 0.7rem;
  border-radius: 0.08rem;
  padding: 0 0.5rem;
  color: #fff;
  font-size: 0.32rem;
  font-weight: 500;
}
.m-dialog-2 .con .btn2 a.a1 {
  background-color: #5283ff;
  border: 1px solid #5283ff;
}
.m-dialog-2 .con .btn2 a.a2 {
  border: 1px solid #5283ff;
  color: #5283ff;
}
/* 右侧悬浮-联系客服 */
.u-floatRight-1 {
  position: fixed;
  right: 1.5%;
  bottom: 30%;
  width: 1.03rem;
}
.u-floatRight-1 a {
  display: block;
}
/* 加载更多文字样式 */
.u-loadmore-1 {
  text-align: center;
  padding: 0.3rem 0 0.4rem;
  font-size: 0.26rem;
}
/* 无内容默认状态-1 */
.m-noCon-1 {
  width: 60%;
  margin-top: -0.6rem;
}
.minNodata {
  width: 2.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.minNodata > p {
  color: #d3d3d3;
  font-size: 0.32rem;
  text-align: center;
  margin-top: 0.2rem;
}
.m-noCon-1 > p {
  color: #d3d3d3;
  font-size: 0.32rem;
  text-align: center;
  margin-top: -1rem;
}
/* 联系客服、升级套餐对话框 */
.m-dialog-3 {
  width: 6.2rem;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 45;
  background-color: #fff;
  border-radius: 0.1rem;
}
.m-dialog-3 .tit {
  text-align: center;
  padding-top: 0.3rem;
}
.m-dialog-3 .tit h4 {
  color: #333;
  font-size: 0.36rem;
  font-weight: bold;
}
.m-dialog-3 .con {
  padding-top: 0.3rem;
  padding-bottom: 0.52rem;
}
.m-dialog-3 .con .tips {
  color: #333;
  font-size: 0.32rem;
  text-align: center;
  line-height: 1.3;
}
.m-dialog-3 .con .qrcode {
  width: 55%;
  margin: 0.2rem auto 0;
}
.m-dialog-3 .con .service {
  font-size: 0.3rem;
  color: #999;
  text-align: center;
  margin-top: 0.2rem;
  line-height: 1.3;
}
.m-dialog-3 .close {
  width: 0.39rem;
  height: 0.39rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.m-dialog-3 .con .btn {
  display: flex;
  justify-content: space-evenly;
  margin-top: 0.55rem;
}
.m-dialog-3 .con .btn a {
  height: 0.7rem;
  line-height: 0.7rem;
  border-radius: 0.08rem;
  padding: 0 0.5rem;
  color: #fff;
  font-size: 0.32rem;
  font-weight: 500;
}
.m-dialog-3 .con .btn a.a1 {
  background-color: #5283ff;
  border: 1px solid #5283ff;
}
.m-dialog-3 .con .btn a.a2 {
  border: 1px solid #5283ff;
  color: #5283ff;
}
.u-mask-3 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  text-indent: -99999px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 40;
}
/* 客服 悬浮固定按钮*/
.customer-body {
  background: #f6f5fa url(../images/yxgj-bg-1.png) no-repeat center top;
  background-size: 100%;
}
.customer-wrap {
  padding-top: 1.15rem;
}
.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.off {
  opacity: 0;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.textC {
  text-align: center;
}
.center {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* .u-mask-1 { width: 100%; height: 100%; display: none; position: fixed; left: 0; top: 0; z-index: 10; text-indent: -99999px; background-color: rgba(0, 0, 0, .7); } */
.u-toast {
  border-radius: 0.1rem;
  padding: 0.2rem;
  line-height: 1.4;
  font-size: 0.32rem;
  transition: all 0.5s ease;
  opacity: 1;
  color: #fff;
  text-align: center;
  position: fixed;
  left: 10%;
  top: 46%;
  z-index: 99;
  width: 80%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
}
.u-toast::before {
  z-index: 98;
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent;
}
.customer-wrap .m-box-1 {
  width: 80%;
  margin: 0 auto 0.2rem;
  padding-top: 0.01rem;
  padding-bottom: 0.4rem;
  background: #fff;
  box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.2);
  border-radius: 0.12rem;
}
.customer-wrap .m-box-1 .s1 {
  width: 22%;
  margin: -0.7rem auto 0;
}
.customer-wrap .m-box-1 .s2 {
  text-align: center;
  padding-top: 0.3rem;
}
.customer-wrap .m-box-1 .s2 h2 {
  color: #333333;
  font-size: 0.36rem;
}
.customer-wrap .m-box-1 .s2 p {
  color: #999999;
  font-size: 0.26rem;
}
.customer-wrap .m-box-1 .s3 {
  width: 60vw;
  height: 60vw;
  margin: 0.46rem auto 0;
  background: url(../images/kf_bg.png) no-repeat;
  background-size: 100% 100%;
}
.customer-wrap .m-box-1 .s3 img {
  padding: 2.6vw;
  box-sizing: border-box;
}
.customer-wrap .m-box-1 .s4 {
  color: #666666;
  font-size: 0.28rem;
  text-align: center;
  margin-top: 0.23rem;
  line-height: 1.3;
}
.customer-wrap .m-box-1 .s5 {
  margin-top: 0.9rem;
  color: #4174ff;
  font-size: 0.3rem;
  text-align: center;
}
.u-fixBtn-1 {
  position: fixed;
  right: 1%;
  bottom: 30%;
  width: 1.03rem;
}
.u-fixBtn-1 a {
  display: block;
}
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  text-indent: -99999px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}
/* 我的名片 */
.mp-m-box {
  background-color: #fff;
  padding-top: 0.35rem;
}
.user-logo {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: #c7c7c7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.35rem;
  /* position: relative; */
}
.user-logo > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}
.form-item {
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.06);
  display: flex;
  margin: 0 0 0 0.32rem;
  /* width: calc(100% - 0.32rem); */
}
.form-item.no-border {
  border-bottom: none;
}
.form-item.normal {
  height: 1.04rem;
  flex-direction: row;
  align-items: center;
}
.form-item.complex {
  flex-direction: column;
  padding: 0.26rem 0.32rem 0.3rem 0;
  /* align-items: center; */
}
.form-item.complex input {
  line-height: 1;
  height: 0.36rem;
  margin-left: 0.2rem;
}
.form-item.complex .item-top {
  line-height: 0.4rem;
  margin-bottom: 0.1rem;
  justify-content: space-between;
  display: flex;
}
.form-item .radio {
  display: flex;
  align-items: center;
}
.form-item .radio .radio-text {
  font-size: 0.3rem;
  color: #999999;
}
.form-item .radio .radio-img {
  margin-left: 0.08rem;
  padding: 0.02rem;
  display: inline-block;
  box-sizing: border-box;
  width: 0.4rem;
  height: 0.4rem;
}
.form-item.position-item.normal {
  height: 2.4rem;
  box-sizing: border-box;
  padding: 0.3rem 0;
  align-items: flex-start;
}
.form-item.position-item.normal label {
  width: 1.62rem !important;
}
.form-item.position-item .radio-wrapper {
  display: flex;
  margin-left: 0;
  flex-direction: column;
  flex: 1;
  margin-right: 0.32rem;
}
.form-item.position-item input {
  width: 100%;
  height: 0.8rem;
  border-radius: 0.12rem;
  border: 0.01rem solid #d7d7d7;
  margin-left: 0;
  padding: 0 0.32rem;
  box-sizing: border-box;
}
.form-item.position-item .input-wrapper {
  position: relative;
  margin-left: 0.1rem;
  margin-top: 0.3rem;
}
.form-item.position-item select {
  height: 0.8rem;
  margin-right: 0.32rem;
  box-sizing: border-box;
  border-radius: 0.12rem;
  border: 0.01rem solid #d7d7d7;
}
.form-item.position-item .radio .radio-text {
  color: #333333;
  margin-left: 0.1rem;
  white-space: nowrap;
}
.form-item.position-item .radio-group {
  display: flex;
}
.page-content .tip-text {
  font-size: 0.28rem;
  color: #5283ff;
  line-height: 0.4rem;
}
.page-content .tip-row {
  margin-top: 0.15rem;
  margin-left: 0.52rem;
  line-height: 0.32rem;
}
.page-content .tip-row a {
  padding-top: 0.12rem;
  display: inline-block;
}
.form-item.complex .item-bottom {
  padding-top: 0.2rem;
  line-height: 0.36rem;
  display: flex;
  align-items: center;
  position: relative;
}
.form-item.complex .item-bottom textarea {
  width: 100%;
  border: none;
  height: auto;
  margin-left: 0.2rem;
  line-height: 0.36rem;
  resize: none;
  font-size: 0.3rem;
  color: #333333;
}
.form-item.complex .item-bottom .word-limit {
  font-size: 0.28rem;
  color: #c9c9c9;
  line-height: 0.36rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.form-item label {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333333;
  margin-left: 0.2rem;
}
.form-item.required label {
  margin-left: 0;
}
.form-item .red {
  display: inline-block;
  width: 0.2rem;
  color: #ff6969;
}
.custom-select {
  flex: 1;
  margin-left: 0.55rem;
  font-size: 0.3rem;
  height: 0.55rem;
  line-height: 0.55rem;
}
.form-item.address-item {
  position: relative;
  height: auto;
  align-items: flex-start;
  padding: 0.26rem 0;
}
.form-item.address-item textarea {
  border: none;
  height: auto;
  margin-left: 0.55rem;
  line-height: 0.48rem;
  resize: none;
  width: 4.1rem;
  font-size: 0.3rem;
  color: #333333;
}
.form-item.address-item .icon-wrapper {
  z-index: 9;
  position: absolute;
  right: 0.24rem;
  top: calc(50% - 0.24rem);
}
.form-item.address-item .icon-wrapper img {
  padding: 0.08rem;
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.24rem;
}
.form-item input {
  flex: 1;
  margin-left: 0.55rem;
  font-size: 0.3rem;
  height: 0.55rem;
  line-height: 0.55rem;
  color: #333333;
}
.form-item select {
  width: 100%;
  font-size: 0.3rem;
  height: 0.55rem;
  line-height: 0.55rem;
  color: #333333;
}
.form-item .iconfont {
  color: #999999;
}
.qr-code-wrap {
  flex-direction: column;
  margin: 0 0 0 0.32rem;
  padding: 0.3rem 0;
  display: flex;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.06);
}
.qr-code-wrap .desc {
  font-size: 0.25rem;
  color: #999999;
  margin-top: 0.1rem;
}
.form-item .img-tip,
.qr-code-wrap .img-tip {
  font-size: 0.2rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.28rem;
  margin: 0.16rem 0.2rem 0 0.2rem;
}
.qr-code-wrap label {
  font-size: 0.3rem;
  line-height: 0.34rem;
  font-weight: bold;
  color: #333333;
  margin-left: 0.2rem;
}
.qr-code-wrap.required label {
  margin-left: 0;
}
.qr-code-wrap label .red {
  display: inline-block;
  color: #ff6969;
  width: 0.2rem;
}
.mp-qr-code {
  flex: 1;
  margin-top: 0.2rem;
  margin-left: 0.2rem;
  display: flex;
}
.form-item .mp-qr-code {
  margin-top: 0.14rem;
}
.mp-qr-code > .mp-qrcode > img {
  width: 1.34rem;
  height: 1.34rem;
  box-sizing: border-box;
  border: none;
}
.mp-qr-code > .mp-qrcode > img.img-qrcode {
  padding: 1px;
  border-radius: 0.04rem;
  border: 1px solid #bcbcbc;
}
.mp-qrcode {
  position: relative;
  width: 1.34rem;
}
.qr-code-tips p {
  font-size: 0.24rem;
  color: #ff6969;
  font-family: PingFang SC;
  font-weight: normal;
  margin-bottom: 0.2rem;
  margin-top: 0.4rem;
  line-height: 1.2;
}
.qr-code-tips a {
  font-size: 0.22rem;
  font-family: PingFang SC;
  font-weight: normal;
  text-decoration: underline;
  color: #5283ff;
}
.mp-sub-btn a {
  width: 100%;
  height: 0.88rem;
  background: #5283ff;
  border-radius: 0.1rem;
  display: flex;
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  justify-content: center;
  align-items: center;
}
.mp-sub-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  /* background-color: #F4F5F8; */
  padding: 0.1rem 0.32rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-logo .mp-m-poto {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  bottom: 10px;
  right: -4px;
}
.mp-qrcode .mp-m-poto {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  right: -0.1rem;
  top: -0.1rem;
}
.mp-qrcode .mp-m-rest {
  width: 99%;
  margin: 0.08rem auto 0;
}
.form-xj {
  padding: 0.1rem 0 0.3rem;
  width: 95%;
  margin: 0 auto;
}
.anniu {
  margin: 0 8px;
  float: left;
  display: block;
  width: 75%;
  color: #fff;
  background: #80b92d;
  border-radius: 5px;
  padding: 0.2rem 0;
  text-align: center;
  font-size: 0.36rem;
  text-decoration: none;
}
.anniu2 {
  display: block;
  width: 98%;
  color: #fff;
  background: #ff9900;
  border-radius: 5px;
  padding: 0.18rem 0;
  text-align: center;
  font-size: 0.36rem;
  text-decoration: none;
  margin: 35px 6px;
}
.float-code {
  position: fixed;
  right: 5%;
  bottom: 10%;
  width: 16%;
}
.dz-box {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
}
.dz-box .dz-infos {
  background: #fafafa;
  border-radius: 10px;
  overflow: hidden;
  width: 60%;
  margin: auto;
  position: relative;
  margin-top: 68px;
}
.dz-box .dz-infos .dz-logo {
  padding-top: 15px;
}
.dz-box .dz-infos .dz-code {
  font-size: 0.28rem;
  text-align: center;
  padding-top: 12px;
  position: relative;
}
.dz-box .dz-infos .dz-logo img {
  width: 100%;
  margin: auto;
  display: block;
}
.form-item select,
.form-item select option {
  background: #fff !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
}
.container {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.form-tips {
  margin-top: -0.35rem;
  font-size: 0.22rem;
}
.form-tips p {
  display: flex;
  padding: 0.2rem 0;
  align-items: center;
  color: #999999;
}
.form-tips .img_icon {
  width: 0.25rem;
  height: 0.25rem;
  overflow: hidden;
  margin-right: 0.1rem;
  display: block;
  margin-top: -0.05rem;
}
.form-tips .img_icon img {
  display: block;
}
.no-content {
  width: 60%;
  margin-left: 20%;
  margin-top: 20%;
  position: relative;
  margin-bottom: 2rem;
}
.no-content p {
  position: absolute;
  top: 50%;
  left: 40%;
  color: #969595;
}
/*switch 自定义组件*/
.bg_con {
  width: 0.65rem;
}
.bg_con .switch {
  display: none;
}
.bg_con label {
  position: relative;
  display: block;
  padding: 1px;
  border-radius: 24px;
  height: 22px;
  background-color: #eee;
  cursor: pointer;
  vertical-align: top;
  -webkit-user-select: none;
}
.bg_con label:before {
  content: '';
  display: block;
  border-radius: 24px;
  height: 22px;
  background-color: #dadada;
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.3s ease;
}
.bg_con label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background-color: white;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateX(-9px);
  -webkit-transition: all 0.3s ease;
}
.bg_con .switch:checked ~ label:after {
  -webkit-transform: translateX(9px);
}
.bg_con .switch:checked ~ label:before {
  background-color: #5283ff;
}
.mask-rgb {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  text-indent: -99999px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 8;
}
.no-content11 {
  width: 60%;
  height: 4rem;
  position: fixed;
  left: 20%;
  top: 20%;
}
/* 未关注公众号弹窗 */
.m-qrCodeBox {
  display: none;
  width: 70%;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #fff;
  z-index: 2;
  padding: 0.2rem;
}
.m-qrCodeBox > p {
  font-size: 0.3rem;
  text-align: center;
}
