html,body{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
body{
  height: 100vh;
}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden}
.clearfix{clear:both;zoom:1}
.header-container{
  width: 100%;
  height: 1.173333rem;
  background: white;
  display: flex;
  align-items: center;
  font-size: 0.5rem;
  justify-content: center;
  font-weight: bold;
  position: relative;
  display: none;
  transition: 0.3s all;
}
.back-btn-cus{
  position: absolute;
  bottom: 0.266667rem;
  left: .3rem;
  display: inline-block;
  width: 0.533333rem /* 40/75 */;
  height: 0.533333rem /*40/75 */;
  background: url(https://image.zhihuishu.com/zhs_yufa_150820/ablecommons/zhangying/202103/35dcda66e7b24ae884b9898527ae4d20.png) no-repeat;
  background-size: 100% 100%;
}
.share-btn-cus{
  position: absolute;
  bottom: 0.266667rem;
  right: .3rem;
  display: inline-block;
  width: 0.533333rem /* 40/75 */;
  height: 0.533333rem /*40/75 */;
  background: url(https://image.zhihuishu.com/zhs_yufa_150820/ablecommons/zhangying/202103/259ce77eb9eb4a3a920ee735b85dc5c5.png) no-repeat;
  background-size: 100% 100%;
}
.main-container{
  flex:1;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #E8ECF8;
}
img{
  display: block;
  margin: 0 auto;
  width: 100%;
}

.btn-bottom-container{
  width: 100%;
  position: fixed;
  bottom:10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0%;
  transition: all 0.3s;
}
.btn-bottom-container.isIos{
  background-color:#fff;
  bottom: 0;
  padding-bottom: 10px;
}

.buy-btn__group{
  width: 93%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.buy-btn{
  height: 40px;
  border-radius: 10px;
  background: #EE5335;
  color:#fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .3em;
  margin: 0 .4em;
}

#bought_btn{
  display: none;
}
.QR-code-container{
  width: 100vw;
  height: 100vh;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background:rgba(0,0,0,0.3);
  /* display: flex; */
  flex-direction: column;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0rem 0.933333rem;
  box-sizing: border-box;
  overflow-y: auto;
}
.qr-main-container{
  width: 100%;
  background-color: #fff;
  border-radius: 0.32rem;
  margin-bottom: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.8rem;
  box-sizing: border-box;
}
.ensure-msg{
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 0.586667rem;
  color: #EE5335;
  text-align: center;
  margin-bottom: 0.533333rem;
  display: none;
}
.qr-title{
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 0.373333rem;
  color: #1A1D1E;
  text-align: center;
}
.sub-title{
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #B6C6CC;
  text-align: center;
  line-height: 0.48rem;
  margin-bottom: 0.533333rem;
}
.qr-img{
  width: 3.733333rem;
  height: 3.733333rem;
  margin-bottom: 0.533333rem;
}
.remark{
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #FCAA20;
  text-align: center;
  line-height: 0.48rem;
  margin-bottom: 0.8rem;
  width: 5.333333rem;
}
.save-qr-btn{
  width: 6.533333rem;
  height: 1.066667rem;
  background: #EE5335;
  border-radius: 0.586667rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 0.426667rem;
  color: #FFFFFF;
  text-align: center;
}
.qr-cloese{
  font-size: 1.066667rem!important;
  color: #fff;
}



.downloadzhidaoapp-div {
  display: none;
  background: #323238;
  width:10rem;
  height: 1.28rem;
  position: fixed;
  top: 0;
  text-align: center;
  z-index: 99;
  left: 50%;
  transform: translate(-50%,0);
}
.downloadzhidaoapp-div .zhidaofont {
  color: #ffffff;
  height: 0.64666667rem;
  line-height: 0.64666667rem;
  margin-top: 0.3rem;
  /*font-size: .186667rem;*/
}
.downloadzhidaoapp-div .downloadbtn {
  width: 2.08rem;
  height: 0.74666667rem;
  display: inline-block;
  text-align: center;
  line-height: 0.74666667rem;
  color: #FFAE00;
  border: 1px solid #FFAE00;
  border-radius: .066667rem;
  margin: 0.25333337rem 0.506667rem 0 0;
  /*font-size: .186667rem;*/
}
.downloadzhidaoapp-div .zhidaodownloadico img {
  width: 0.74666667rem;
  height: 0.74666667rem;
  display: inline-block;
  margin: 0.28666667rem 0.26666667rem 0 0.506667rem;
}


.protocal-container{
  width: 93%;
  height: 20px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 15px 0;
}

.circle-container{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border:1px solid #666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.circle-in{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #666;
}
.protocol{
  /* color: #409eff; */
  text-decoration: underline;
}


.layui-m-layer2 .layui-m-layerchild {
  max-width: 300px;
}

.layui-m-layer2 .layui-m-layercont p,
.layui-m-layer0 .layui-m-layercont {
  font-size: 12px;
  line-height: 1.5;
}

[data-dpr="2"] .layui-m-layer2 .layui-m-layercont p,
[data-dpr="2"] .layui-m-layer0 .layui-m-layercont {
  font-size: 24px;
}

[data-dpr="3"] .layui-m-layer2 .layui-m-layercont p,
[data-dpr="3"] .layui-m-layer0 .layui-m-layercont {
  font-size: 36px;
}

.layui-m-layerchild {
  background: #000;
  border-radius: 0.4rem;
  border: 1px solid #333;
  overflow: hidden;
}

.layui-m-layer0 .layui-m-layercont {
  color: #fff;
}

.layui-m-layerbtn span[yes] {
  color: #d7a453;
  font-size: 12px;
}

[data-dpr="2"] .layui-m-layerbtn span[yes] {
  font-size: 24px;
}

[data-dpr="3"] .layui-m-layerbtn span[yes] {
  font-size: 36px;
}

.layui-m-layerbtn {
  background: #000;
  border-color: #333;
}

.layui-m-layermain .layui-m-layersection {
  vertical-align: bottom;
}

body .layui-m-layer .layui-m-layer-msg {
  bottom: 3rem;
}

body .layui-m-layer-msg .layui-m-layercont {
  padding: .133333rem .266667rem;
}