.popup_layer{
  width: 7.2rem!important;
  border-radius: 0.27rem;
  overflow: hidden;
}
.popup_layer .layui-layer-content{
  width: 100%;
  padding-right: 6%;
}
.popup_layer #popupLayer{
  width: 7.2rem;
  background-color: #ffffff;
}

.popup_layer .popupLayer-title{
  font-weight: bold;
  font-size:  0.45rem;
  letter-spacing: 1px;
  color: #333;
  text-align: center;
  padding: 0.2rem 0.2rem;
}
.popup_layer .popupLayer-wx{
  padding:0.1rem 0 0.08rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333333;
}
.popup_layer .popupLayer-qq{
  font-size: 0.28rem;
  line-height: 0.33rem;
  color: #999999;
}
.popupLayer-info{
  display:flex ;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  margin: 0.2rem auto 0;
  width: 4.06rem;
  /* height: 4.78rem; */
  padding: 0.3rem ;
  box-sizing: border-box;
  /* background-image: url(/assets/zhifu/img/border_success.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center; */
}
.popupLayer-info img{
  padding:0.1rem;
  width: 3.22rem;
}
.popupLayer-other{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.86rem;
  background: rgba(243,243,243,0.39);
  font-size: 0.24rem;
  font-weight: 400;
  color: #999999;
  border-top: 1px dashed #CCC;
}
.popupLayer-other::before{
  content:"";
  position: absolute;
  width: 0.36rem;
  height: 0.36rem;
  left: -0.14rem;
  top: -0.17rem;
  background: #EEEEEE;
  border-radius: 50%;
  z-index: 1;
}
.popupLayer-other::after{
  content:"";
  position: absolute;
  width: 0.36rem;
  height: 0.36rem;
  right:-0.14rem;
  top: -0.17rem;
  background: #EEEEEE;
  border-radius: 50%;
  z-index: 1;
}
.popup_layer .popupLayer-tip-title{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.29rem;
  color: #999;
}
.popup_layer .popupLayer-tip-title:before{
  content:'';
  width: 1.17rem;
  height: 1px;
  background-color: #ccc;
  margin-right: 0.27rem;
}
.popup_layer .popupLayer-tip-title:after{
  content:'';
  width: 1.17rem;
  height: 1px;
  background-color: #ccc;
  margin-left: 0.27rem;
}
.popup_layer .popupLayer-content{
  width: 5.33rem;
  margin: 0.16rem auto 0;
  padding-bottom: 0.59rem;
}
.popup_layer .popupLayer-content .identification-tip{
  font-size: 0.27rem;
  line-height: 0.52rem;
}
.popup_layer  .popupLayer-content .identification-text{
  font-size: 0.27rem;
  color: #666;
  line-height: 0.56rem;
}
.popup_layer .popupLayer-content .identification-color{
  color: #ff9900;
}
.popup_layer .popupLayer-btnBox{
  display: flex;
  justify-content: center;
  /* margin: 0.34rem 0 0.29rem; */
  margin: 0 auto;
  padding: 0.34rem 0 0.29rem;
}
.popup_layer .popupLayer-btnBox .popupLayer-studyBtn{
  display: inline-block;
  font-size: 0.4rem;
  width: 4.05rem;
  height: 1.01rem;
  line-height: 1.01rem;
  background-color: #ff9000;
  border-radius: 0.51rem;
  color: #fff;
  text-align: center;
}

.miniprogram_ios_layer{
 background-color: #ffffff;border-radius: 20px;
}
.miniprogram_ios_layer .layui-layer-btn{
  height: 50px; padding: 0px;text-align: center;
}
.miniprogram_ios_layer .layui-layer-btn a{
  margin: 0 7px;
}
.miniprogram_ios_layer .layui-layer-btn .layui-layer-btn0{
  width: 105px; height: 37px;background-color: #ff9900;border-radius: 37px;padding:0px;font-size: 15px;line-height: 38px;font-weight: normal;border-color: white;
}
.miniprogram_ios_layer .layui-layer-btn .layui-layer-btn1{
  width: 105px; height: 37px;background-color: #ffffff;;border-radius: 37px;border: solid 1px #ff9900;padding:0px;color: #ff9900;font-size: 15px;line-height: 38px;font-weight: normal;
}
.layui-layer-ico{background: url("/video/img/close.png") no-repeat;}
.miniprogram_ios_layer .layui-layer-setwin .layui-layer-close2{
  position: absolute;width: 12px;height: 12px;top:16px;right: 16px;background-size: 100%;background-position:center;
}
.miniprogram_ios_layer .layui-layer-content{
  padding: 0;
}
.miniprogram_ios_layer .layui-layer-setwin{
  top:0px;right: 0px;
}
