.bg{
  width: 10rem;
  margin: 0 auto;
  position: relative;
}
.hot{
  width: 0.84rem;
  position: absolute;
  left: -0.25rem;
  top: -0.2rem;
}
.input-box{
  width: 8.8rem;
  height: 0.9rem;
  position: relative;
  border: 1px solid #E4E4E4;
  margin: 0 auto;
  border-radius: 0.1rem;
  text-align: center;
  .ok-click{
    position: absolute;
    top: 0.13rem;
    right: 0.18rem;
    width: 1.3rem;
    height: 0.64rem;
    line-height: 0.64rem;
    text-align: center;
    color: #723700;
    font-size: 0.33rem;
    font-weight: 700;
    border-radius: 2rem;
    background: linear-gradient(to right,#FBE7AC,#F7C86C);
  }
  input{
    height: 0.9rem;
    width: 7rem;
    text-align: center;
    font-size: 0.35rem;
    margin-left: -1.3rem;
  }
}

.pay-ul{
  width: 9.3rem;
  min-height: 6rem;
  margin: 0 auto;
  li{
    position: relative;
    height: 1.634rem;
    width: 4.351rem;
    border: 1px solid #E5E5E5;
    float: left;
    margin-bottom: 0.3rem;
    border-radius: 0.1rem;
    p{
      line-height: 0.55rem;
      height: 0.55rem;
      font-size: 0.4rem;
      text-align: center;
    }
    p:nth-child(1){
      padding-top: 0.3rem;
    }
    p:nth-child(2){
      color: #ABABAB;
      font-size: 0.37rem;
    }
  }
  li:nth-child(even){
    margin-left: 0.37rem;
  }
  .li-click{
    background: url(../images/select.png)no-repeat;
    background-size: 100% 100%;
    border: 1px solid #fff;
  }
}
.pay-tips{
  color: #1C1C1C;
  font-size: 0.33rem;
  margin-left: 0.55rem;
  margin-top: 0.3rem;
}
.payfor-ul{
  margin-left: 0.55rem;
  margin-top: 0.2rem;
  li{
    float: left;
    width: 2.84rem;
    line-height: 1.06rem;
    height: 1.06rem;
    border: 1px solid #DBDBDB;
    margin-right: 0.25rem;
    border-radius: 0.1rem;
    img{
      font-size: 0;
      width: 0.55rem;
      vertical-align: middle;
      margin-left: 0.3rem;
      margin-right: 0.15rem;
    }
    font-size: 0.35rem;
  }
  .payfor-click{
    background: url(../images/pay-select.png)no-repeat;
    background-size: 100% 100%;
    border: 1px solid #fff;
  }
}
.reg-btn{
  width: 7.5rem;
  height: 1.2rem;
  margin: 0 auto;
}
.reg-btn{
  width: 7.5rem;
  height: 1.2rem;
  border-radius: 1rem;
  background: linear-gradient(to right,#FBE7AC,#F7C86C);
  color: #723700;
  line-height: 1.2rem;
  text-align: center;
  font-size: 0.45rem;
  margin-top: 0.75rem;
}
.reg-btn-no{
  background: #DFDFE1;
  color: #fff;
}
.login-face{
  display: none;
  position: absolute;
  width: 3.5rem;
  height: 0.9rem;
  line-height: 0.9rem;
  left: 0;
  top: 0;
  color: #303030;
  font-size: 0.35rem;
  text-align: left;
  img{
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    font-size: 0;
    vertical-align: middle;
    margin-top: -0.1rem;
    margin-left: 0.25rem;
    margin-right: 0.05rem;
  }
}
.shadow{
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}
.tips-box{
  transition: 0.35s all;
  position: fixed;
  height: 13.5rem;
  width: 10rem;
  background: #FFFFFF;
  border-radius: 0.5rem 0.5rem 0 0;
  bottom: -13.5rem;
  left:0;
  h2{
    color: #D28A00;
    text-align: center;
    font-size: 0.4rem;
    padding-top: 0.6rem;
    margin-bottom: 0.4rem;
  }
  p{
    text-align: center;
    color: #121212;
    font-size: 0.35rem;
    margin-bottom: 0.35rem;
    margin-top: 0.2rem;
  }
  div{
    text-align: center;
    img{
      width: 5.61rem;
    }
  }
}
.id-tips-box{
  width: 10rem;
  height: 1rem;
  background: rgb(240,240,240);
  position: relative;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  .id-span{
    color: #D59007;
    font-size: 0.35rem;
    position: absolute;
    height: 1rem;
    right: 0.6rem;
    line-height: 1rem;
  }
  .god-span{
    position: absolute;
    left: 0.6rem;
    line-height: 1rem;
    font-size: 0.35rem;
    color: #FF205E;
  }
}