img{
    margin: 0;
    padding: 0;
}
input{border: none;}
input,
input[type="text"],
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
    /* 去掉边框和外边框 */
    outline: none;
    border: none;
    -webkit-appearance: none; /* 针对Safari和Chrome */
    -moz-appearance: none;    /* 针对Firefox */
    -ms-appearance: none;     /* 针对IE */
    -o-appearance: none;      /* 针对Opera */
    appearance: none;
    /* 其他需要覆盖的样式 */
    background-color: transparent; /* 背景色透明 */
    /* 其他CSS属性，如字体、颜色、内边距等 */
}
 
/* 当input获取焦点时的样式，可以根据需要添加 */
input:focus {
    border: none;
}
.getCoupon-mobile-list{
    height: auto;
    border-radius: 10px;
    background-color: #fff;
    margin:0.2rem 0.85rem;
}
.getCoupon-mobile-list .ulCoupon{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.1rem 0;
    height: 0.7rem;
}
/* .ul:nth-of-type(5){
    margin-bottom: 1rem;
 }  */
 .getCoupon-mobile-list .cdKey-mobile-flex{
    margin: 0 0.2rem;
    display: flex;
    align-items: center;
}
.getCoupon-mobile-list .cdKey-mobile-flex img {
    width:0.4rem;
    height: 0.4rem;
    border-radius:50%;
    margin-right: 0.1rem;
    display: block;
}
.getCoupon-mobile-list .coupon-flex-right{
    margin-right: 0.2rem;
}
.login-wap{
  padding: 1.65rem 0.85rem 0.1rem;
  overflow: hidden;
 
}
.login-tit{
    color: #fff;
    font-size: 0.3rem;
    font-weight: bold; 
    margin:0 auto 1rem;
}
.login-form{
    overflow: hidden;
}
.phone-ipt-wap{
    margin-bottom: 1rem;
}
.login-form .phone-ipt-top{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.login-form .phone-ipt-top .iphone-icon{
    width: 0.16rem;
    height: 0.25rem;
   
}
.login-form .name{
  font-size: 0.24rem;
  color: #fff;
  margin-left: 0.2rem;
  
}
.login-form .phone-ipt{
   width: 100%;
   height: 0.5rem;
   line-height: 0.5rem;
   color: #fff;
   background-color: transparent;
   margin-bottom: 0.3rem;
}
.login-form-line-bg{
    width:100%;
    height: 2px; 
    margin: 0 auto;
    background:url('images/line-bg.png') no-repeat;
    background-size: 100% 100%;
  }
  .login-form .yzm-wap .yzm-top{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
  }
  .login-form .yzm-wap .yzm-top img{
    width: 0.25rem;
    height: 0.22rem;
  }
 .yzm-ipt{
    width: 70%;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #fff;
    background-color: transparent;
 }
 .login-form .yzm-wap .yzm-btn{
    width: 1.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.18rem;
    color: #000;
    border-radius: 3px;
    padding: 0 0.1rem;
    background-color: #fff;
 }
 .yzm-bottom{
    margin-bottom: 0.3rem;
 }

 .login-form .submit{
    height: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
   border-radius: 6px;
   background-color: #fff;
   font-size: 0.28rem;
   font-weight: bold;
   margin-top: 1.35rem;
 }
 .box-activity{
    padding: 1rem 0;
    position: fixed;
    top: 40%;
    left:.5rem;
    right:.5rem;
    background-color: #FFF;
    color: #666;
    padding: .15rem;
    border-radius: .12rem;
    overflow: auto;
    z-index: 12;
    font-size: .25rem;
    max-height: 7rem;
    display: none;
  }
  #message{
    padding: 0.35rem 0;
  }
  .content-html{
    padding: 0.1rem 0.15rem;
  }
 .tips .cont1{
    color: #fff;
    font-size: 0.48rem;
    margin-top: 2.5rem;
  }
  .tips .cont2{
    color: #fff;
    font-size: 0.48rem;
    margin-top: 1.5rem;
  }