@charset "UTF-8";
/*
* @description:pay style
* @author:bairuru
* @update:2019-12-27
*/
html, body {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.hide {
  display: none;
}

/* 头部 */
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: .45rem;
  background-color: #fff;
}

.header h1 {
  height: .45rem;
  line-height: .45rem;
  text-align: center;
  font-size: .16rem;
}

.header .back {
  position: absolute;
  left: .2rem;
  top: .16rem;
  z-index: 3;
}

.header .back img {
  display: block;
  width: .08rem;
  height: .15rem;
}

.content {
  width: 100%;
  height: auto;
  padding-top: .45rem;
}

/* 用户信息 */
.content .userinfo {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  color: #000;
  font-size: .16rem;
  padding: .05rem .2rem .1rem;
  border-bottom: .1rem #F9F9F9 solid;
}

.content .userinfo li {
  padding: .06rem 0;
}

.content .userinfo li span {
  color: #ED6BA6;
  font-size: .16rem;
}

/* 输入用户id */
.content .login {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: .75rem;
  color: #000;
  font-size: .16rem;
  padding-top: .2rem;
  /* padding: .05rem .2rem .1rem; */
  border-bottom: .1rem #F9F9F9 solid;
  overflow: hidden;
}
.content .login .user-id{
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1.54rem;
  z-index: inherit;
  box-sizing: border-box;
  display: inline-block;
  width: 3.08rem;
  height: .54rem;  
  padding: 0 .2rem;
  background-color: #FFF7F7;
  border-radius:12px 12px 0px 0px;
  -moz-border-radius:12px 12px 0px 0px;
  -webkit-border-radius:12px 12px 0px 0px;
  overflow: hidden;
}
.content .login .user-id .logo{
  float: left;
  width: .34rem;
  height: .34rem;
  margin-top: .1rem;  
  margin-left: .09rem;
  overflow: hidden;
}
.content .login .user-id .logo img{
  display: block;
  width: 100%;  
}
.content .login .user-id .user-id-text{
  box-sizing: border-box;
  float: left;
  width: 1.6rem;
  height: .26rem;
  margin-top: .14rem;
  padding-right: .13rem;
  margin-left: .12rem;
  color: #ED6BA6;
  border: none;
  border-bottom: 1px solid #EF7FB2;
  background-color: #FFF7F7;
  overflow: hidden;
}
.content .login .user-id .user-id-text::placeholder{
  color: #ffbcda;
}
.content .login .user-id .user-id-btn{
  /* display: inline-block; */
  float: left;
  width: .6rem;
  height: .26rem;
  margin-top: .14rem;
  margin-left: -.15rem;
  color: #ED6BA6;
  font-size: .12rem;  
  border: 1px solid #EF7FB2;
  background-color: #FFF7F7;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}

/* 选择充值金额 */
.content .price-module {
  width: 100%;
  height: auto;
  padding-top: .1rem;
  overflow: hidden;
}

.content .price-module .pay-title h2 {
  height: .2rem;
  line-height: .2rem;
  padding-left: .2rem;
  font-size: .15rem;
  margin: .15rem 0;
}

.content .price-module .price-list {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0 .2rem;
  overflow: hidden;
}

.content .price-module .price-list li {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-bottom: .1rem;
}

.content .price-module .price-list li .price-list-item {
  width: 100%;
  height: .6rem;
  background-color: #fff;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.content .price-module .price-list li .price-list-item.style-bg {
  border-color: #ED6BA6;
}

.content .price-module .price-list li .price-list-item .left{
  box-sizing: border-box;
  float: left;
  width: 70%;
  height: 100%;
  padding-left: .18rem;
  padding-top: .05rem;
  margin: auto 0;
  overflow: hidden;
}

.content .price-module .price-list li .price-list-item .left h3{
  color: #EB5567;
  text-align: left;
  font-size: .14rem;
  font-weight: 600;
  line-height: .5rem;
}

.content .price-module .price-list li .price-list-item .left-active{
  box-sizing: border-box;
  float: left;
  width: 70%;
  height: 100%;
  padding-left: .18rem;
  margin: auto 0;
  overflow: hidden;
}

.content .price-module .price-list li .price-list-item .left-active h3{
  color: #EB5567;
  text-align: left;
  font-size: .14rem;
  font-weight: 600;
  height: .22rem;
  line-height: .22rem;
  margin-top: .05rem;
}

.content .price-module .price-list li .price-list-item .left-active p{
  float: left;
  color: #333;
  padding: 0 .12rem;
  height: .16rem;
  line-height: .16rem;
  background-color: #F8E71C;
  overflow: hidden;
}

.content .price-module .price-list li .price-list-item .right {
  box-sizing: border-box;
  float: left;
  width: 30%;
  height: 100%;
  color: #333;
  font-size: .14rem;
  line-height: .6rem;
  text-align: left; 
  padding-left: .2rem;  
}

.content .price-module .price-list li .price-list-item .label {
  position: absolute;
  right: -.1rem;
  top: -.02rem;
  z-index: inherit;
  color: #fff;
  background-color: #EB5567;
  padding: .01rem .15rem .02rem;
  border-radius:0px 4px 0px 100px;
  -webkit-border-radius:0px 4px 0px 100px;
  -moz-border-radius:0px 4px 0px 100px;
  transform: scale(.9);
}

.content .price-module .price-list li .price-list-item .label.none{
  display: none;
}

/* 选择充值方式 */
.content .price-choose {
  width: 100%;
  height: auto;
  padding-top: .1rem;
  padding-bottom: .25rem;
  overflow: hidden;  
  border-bottom: .1rem #F9F9F9 solid;
}

.content .price-choose .pay-title h2 {
  height: .2rem;
  line-height: .2rem;
  padding-left: .2rem;
  font-size: .15rem;
  margin: .15rem 0 .1rem;
}

.content .price-choose .price-list {
  padding: 0 .2rem;
}

.content .price-choose .price-list li {
  box-sizing: border-box;
  float: left;
  width: 20%;
  height: auto;
  padding: .05rem .025rem;
}

.content .price-choose .price-list li .channel_list {
  padding: .06rem .05rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
}

.content .price-choose .price-list li .channel_list.style-bg {
  border-color: #ED6BA6;
}

.content .price-choose .price-list li img {
  display: block;
  width: 100%;
  height: auto;
}

/* 充值按钮 */
.content .pay-btn {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: .05rem .2rem .15rem;
  text-align: center;
  overflow: hidden;
}

.content .pay-btn button {
  width: 1.5rem;
  height: .46rem;
  line-height: .46rem;
  color: #fff;
  font-size: .17rem;
  background-color: #ED6BA6;
  border: none;
  margin: 0 auto;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  cursor: pointer;
}

/* 温馨提示 */
.content .tip {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding-left: .2rem;
  padding-right: .2rem;
  padding-bottom: .35rem;
  padding-top: .3rem;
  background-color: #F9F9F9;
  overflow: hidden;
}

.content .tip .tip-title h2 {
  font-size: .16rem;
}

.content .tip .tip-text {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: .1rem;
}

.content .tip .tip-text li {
  color: #383838;
  font-size: .14rem;
  line-height: .24rem;
}

/* dialog弹框 */
.dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 12;
  width: 1.4rem;
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  font-size: .16rem;
  margin-left: -.7rem;
  margin-top: -.4rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* tip提示 */
#message {
  position: fixed;
  vertical-align: middle;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: 180px;
  height: auto;
  margin-top: -45px;
  margin-left: -90px;
  line-height: 31px;
  text-align: center;
  color: #FFF;
  background-color: #333;
  opacity: 0.9;
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  display: none;
  /* visibility: hidden; */
}

.content .price-info {
  width: 100%;
  height: auto;
  padding-top: .1rem;
  overflow: hidden;
  border-bottom: .1rem #F9F9F9 solid;
}

.content .price-info .pay-title h2 {
  height: .2rem;
  line-height: .2rem;
  padding-left: .2rem;
  font-size: .15rem;
  margin: .15rem 0 .1rem;
}

.content .price-info .pay-title h3 {
  height: .2rem;
  line-height: .2rem;
  padding-left: .2rem;
  /*font-size: .15rem;*/
  margin: .15rem 0 .1rem;
}