/**
 *  修改google浏览器，默认的聚焦黄色背景为白色
 */
input:-webkit-autofill,select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #EDEEF0  inset !important;
}

input {
    outline-color: invert;
    outline-style: none;
    outline-width: 0px;
    border: none;
    border-style: none;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
}
input::-webkit-input-placeholder{
    color:#9CA0AB;
    font-size:0.32rem;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#9CA0AB;
    font-size:0.32rem;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#9CA0AB;
    font-size:0.32rem;;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#9CA0AB;
    font-size:0.32rem;
}

.channelPage-cover{
    display: none;
}
.channelPage-header-preloading{
    width: 7.5rem;
    background: #F8F9FA;
    display: flex;
    justify-content: center;
    align-items: center;
}
.channelPage-cover-loading{
    width: 7.5rem;
    height: 12.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.channelPage-header-img{
    width: 7.5rem;
    display: none;
}
.channelPage-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.channelPage-form-input{
    position: relative;
    margin-top: 0.16rem;
    width: 6.4rem;
    height: 1.12rem;
    border: 2px solid #C0C7CF;
}
.input-code-info{
  color:#9CA0AB;
  font-size: 0.24rem;
  margin-top: 8px;
}
.pre-text{
    position: absolute;
    top: 0.36rem;
    left: 0.24rem;
    font-size: 0.32rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #32333D;
    line-height: 0.4rem;
}
.channelPage-form-input input{
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    padding-left: 1.3rem;
    font-size: 0.4rem;
    color: #32333D;
}
.input-text{
  color:#32333D;
  font-size: 0.28rem;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  margin: 0.64rem 0 0;
  text-align: center;
}
#promoCode{
  height: 0.68rem;
  padding-left: 0.24rem;
}

.channelPage-button{
    margin-top: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.4rem;
    height: 0.96rem;
    background: #10A310;
    border-radius: 0.08rem;
    font-size: 0.32rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
}


/*六边形的样式*/
.hexagon {
    position: relative;
    width: 0.5rem;
    height: 0.866rem;
    margin: 0.5rem auto;
    background-color: #10A310;
    -webkit-animation: 1s bet-loader linear infinite;
    animation: 1s bet-loader linear infinite;
}
.hexagon:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right:0.5rem;
    border-width: 0.433rem 0.25rem;
    border-style: solid;
    border-color: transparent #10A310 transparent transparent;
}
.hexagon:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left:0.5rem;
    border-width: 0.433rem 0.25rem;
    border-style: solid;
    border-color: transparent transparent transparent #10A310;
    top:0;
}

.one {
    width: 0.5rem;
    height: 0.866rem;
    margin: 0 auto;
}
.two {
    position: absolute;
    width: 0.5rem;
    height: 0.866rem;
    left: 0.25rem;
    top: 0;
    transform: translate(-50%,-50%);
    transform: rotate(60deg);
}
.three {
    position: absolute;
    width: 0.5rem;
    height: 0.866rem;
    left: 0.25rem;
    top: 0;
    transform: translate(-50%,-50%);
    transform: rotate(300deg);
}

@keyframes bet-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.channelPage-bottom-cover{
    margin-top: 0.6rem;
    width: 7.5rem;
    height: auto;
}
.channelPage-bottom-img{
    width: 7.5rem;
    height: auto;
}

.iframe-cover{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.otpIframe{
    width: 100%;
    height: 55%;
    border: 0;
    bottom: 0;
    position: fixed;
    z-index: 100000;
    background-color: #ffffff;
}

.keep-dialog{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.keep-dialog-cover{
    width: 90%;
    background: #FFFFFF;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0.48rem 0.48rem 0.4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.keep-title{
    font-size: 0.38rem;
    font-family: Roboto-Bold, Roboto;
    font-weight: bold;
    color: #32333D;
}
.keep-sub-title{
    margin-top: 0.2rem;
    font-size: 0.28rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #393A46;
}
.keep-continue{
    margin-top: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.88rem;
    /*background: #10A310;*/
    border-radius: 0.08rem;
    font-size: 0.32rem;
    font-family: ArialMT;
    color: #10A310;
    border: 1px solid #10A310;
}
.keep-continue2{
    margin-top: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.88rem;
    background: #10A310;
    border-radius: 0.08rem;
    font-size: 0.32rem;
    font-family: ArialMT;
    color: #FFFFFF;
    margin-left: auto;
}
.tips-title{
    margin-top: 0.4rem;
    font-size: 0.24rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #9CA0AB;
}
.tips-ussd{
    display: block;
    margin-top: 0.28rem;
    font-size: 0.24rem;
    font-family: LucidaGrande;
    color: #6285C3;
}
.tips-service{
    display: block;
    margin-top: 0.24rem;
    font-size: 0.24rem;
    font-family: LucidaGrande;
    color: #517AB8;
}
.close-icon{
    float: right;
    color:  #C0C7CF;
}


