body{
  background: -webkit-linear-gradient(0deg,#360c76,#922e63);
  background: linear-gradient(0deg,#360c76,#922e63);
  /*height: 1000px;*/
  padding-bottom: 1rem;
}
/*按钮*/
.btn-box{
  width:100%;
  display: block;
  overflow: hidden;
  z-index:1000;
  background: rgba(0,0,0,0.5);
}
.absolute{
  position: absolute;
  top:7.3rem;
  left:0; 
}
.fixed{
  position: fixed;
  left:0;
  bottom: 0;
}
.kaihu_Btn{
  width: 80%;
  height: .74rem;
  line-height: .74rem;
  display: block;
  color:#fff;
  text-align: center;
  border-radius: .08rem;
  background-color: #e2233e;
  margin: .32rem auto;
  font-size: .32rem;
}
#wrap{
  max-width: 750px;
}
.new img{
  display: block;
  width:100%;
}
.box{
  margin:0 0.3rem .2rem;
  /*background-color: rgba(0,0,0,0.3);*/
  position: relative;
  text-align: center;
  padding-top: .8rem;
  margin-top: 1rem;
  font-weight: bold;
}
.box:before{
  display: block;
  width:78%;
  content: attr(data-con);
  position: absolute;
  top:0;
  left: 50%;
  transform:translate(-50%,-50%);
  color:#fff;
  padding: 0.28rem 0.3rem;
  border-radius: 1.2rem;
  opacity: 0.9;
}
.box:after{
  content: '';
  display: inline-block;
  width: 0;
    height: 0;
    border-left: .2rem solid transparent;
    border-right: .2rem solid transparent;
    border-top: .25rem solid #bc396f;
    position: absolute;
    top:0.78rem;
    left: 50%;
  transform:translate(-50%,-50%);
}
.box:before,
.top{ 
  background: -ms-linear-gradient(-95deg,#ae39bc,#ef432e);
  background: -webkit-linear-gradient(-95deg,#ae39bc,#ef432e);
  background: -moz-linear-gradient(-95deg,#ae39bc,#ef432e);
  background: linear-gradient(-95deg,#ae39bc,#ef432e);
  text-align: center; 
}
.top{
  display: inline-block;
  height: .8rem;
  line-height: .8rem;
  font-size: .38rem;
  color: #fdec59;
  margin: .4rem 0 .3rem;
  padding: 0 0.4rem;
  border-radius: .4rem;
}
.p1{
  padding: 0 0.3rem;
  font-size: .28rem;
  color:#fff;
  text-align: left;
}
.pb21{
  padding-bottom: .21rem;
}
.p1.c{
  text-align: center;
}
.p2{
  color:#fdec59;
}
.orange{
  color:#fdec59;
}
.box2{
  padding: 0.28rem 0;
  background-color: rgba(0,0,0,0.2);
  margin-top: .3rem;
}
.box2.box3{
  background-color: rgba(0,0,0,0.6);
}
.pl{
  padding: 0.28rem  0.3rem;
}
.mg{
  margin: 0 0.6rem;
}
.purple{
  color:#7846a3;
  font-size: .26rem;
}
.btn{
  display: block;
  height: .78rem;
  line-height: .78rem;
  text-align: center;
  color:#fff;
  background-color: #e2233e;
  font-size: .32rem;
  margin: 0.3rem .3rem;
  border-radius: .4rem;
}
.box-rule{
  margin: 0.8rem .3rem;
  background-color: #661e6c;
  
  color:#fff;
  padding: 0.56rem 0.3rem .4rem;
  position: relative;
  /*overflow: hidden;*/
}
.rule li{
  margin-bottom: .12rem;
  position: relative;
  overflow: hidden;
  padding-left: .45rem;
  font-size: .28rem;
}
.rule li:before{
  content: attr(data-content);
  display: inline-block;
  width: .32rem;
  height:.32rem;
  border-radius: 50%;
  position: absolute;
  top:0.05rem;
  left: 0;
  background-color: #fcf135;
  color:#661e6c;
  text-align: center;
  line-height: .32rem;
  font-family: '黑体';
}
.abso{
  position: absolute;
  position: absolute;
  top:-0.4rem;
  left: 50%;
  transform:translate(-50%,-50%);
}
/*弹出窗*/
.blue{
  color:#0066cc;
}
big{
  font-size: .3rem;
}
.tc{
  text-align: center;
}
.tr{
  text-align: right;
}
.btn-main,.x-input-wrap.phone:before,.x-input-wrap.checkcode:before,.x-input-wrap.error:after,.overlayer-close{
  background-image:url(https://stock.pingan.com/huodong/ydkh/images/css_sprite.png);
  background-size: .75rem auto;
}
.btn{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select:none;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border:0;
  -webkit-appearance:none;
}
.btn-main{
  line-height: 0.8rem;
  height:.8rem;
  color:#fff;
  width:100%;
  background-color: #e90a0a;
  background-repeat: repeat-x;
  background-position: 0 -2.6rem;
  font-size: .34rem;
  border-radius:.4rem;
}
.btn-main:hover,.btn-main:active,.btn-main:focus{
  background: #e90a0a; 
}

.x-wrap{
  height: 100%;
  width:100%;
  position: relative;
}

.bg{
  width:100%;
  height:100%;
}

.hide{
  display: none;
}
.show{
  display: block;
}
/* 表单 */
.fbox{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.box-flex{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.x-input-wrap{
  border:#000 .02rem solid;
  border-radius:.1rem;
  -webkit-border-radius:.1rem;
  width:100%;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  position: relative;
  padding-left: 1.05rem;
  background-color: #fff;
}
.x-input-wrap.phone:before,.x-input-wrap.checkcode:before,.x-input-wrap.error:after{
  content:'';
  position: absolute;
  top:.1rem;
  height:.54rem;
  width:.75rem;
  display: inline-block;
  border-right: #7f7f7f 1px solid;
  background-repeat: no-repeat;
}
.x-input-wrap.phone:before{
  left:0;
  background-position: 0 0;
}
.x-input-wrap.checkcode:before{
  left:0;
  background-position: 0 -0.64rem;
}
.x-input-wrap.error:after{
  background-position: 0 -1.26rem;
  right:0;
  border-right:0;
}
.x-input-wrap.error{
  border-color:#e90a0a;
}
.x-input-wrap input{
  height: .72rem;
  line-height: .5rem;
  width:100%;
  display: block;
  color:#333;
  font-size:.3rem;
  background-color: #fff;
  border-radius:.1rem;
  -webkit-border-radius:.1rem;
}
.x-fm{
  margin:.95rem .25rem 0 .25rem;
}
.x-fm .item{
  min-height: .76rem;
  margin-top: .25rem;
}
.x-fm .error-tips{
  margin-top: .15rem;
  margin-bottom: .15rem;
  min-height: .35rem;
  color:#e90a0a;
}
.checkcodeImg{
  display: inline-block;
  width:1.80rem;
  height:.72rem;
  line-height: .72rem;
  margin-left: .1rem;
  text-align: center;
  font-family:Arial;
  font-style:italic;
  font-weight:bold;
  letter-spacing:2px;
  font-size: .5rem;
  color:blue;
}
.x-fm .button{
  padding: 0 .2rem;
}

/* 弹出层 */
.overlayer{
  position:fixed;
  top:0;
  left:0;
  bottom: 0;
  right:0;
  z-index: 2000;
  width:100%;
  /* height:100%; */
  background-color: rgba(0,0,0,.5);
  display: none;
}
.overlayer-content{
  position:fixed;
  top:40%;
  left:50%;
  width:90%;
  min-height:4.6rem;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  background-color: #f4f4f4;
  border-radius:.15rem; 
  -webkit-border-radius:.15rem; 
}
.overlayer-close{
  width:.36rem;
  height:.36rem;
  position: absolute;
  top:.16rem;
  right:.16rem;
  display: block;
  background-position: 50% -1.9rem;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
    .overlayer-content{
    max-width:5.9rem;
    margin-left:-2.95rem;
    }
}

.ts-box{
  display: none;
  min-width: 50%;
  position: fixed;
  padding: 0.3rem .5rem;
  border-radius: 0.2rem;
  font-size: .32rem;
  color:#fff;
  top:40%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  background-color: rgba(0,0,0,0.6);
  z-index: 2000;
  text-align: center;
}