/*  */
body{
    width: 100%;
    height: 100%;
    background: #d5e6f8;

}
.widthDrawal-container{
    width:100%;
    height: 100%;
}
.widthDrawal-content{
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    background: url(../img/xb-bg1.png) no-repeat;
    background-size: 100% auto;
    padding-bottom: 1rem;
    padding-top: 8.8rem;
}
.widthDrawal-wrap{
    width: 6rem;
    margin: 0 auto;
}
.input-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}
.input{
    display: block;
    width: 100%;
    height: 0.73rem;
    padding-left: 0.4rem;
    font-size: 0.32rem;
    color: #333;
    border-radius: 0.37rem;
    background: #fff;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    border:1px solid #ffbb11
}
.inputcode{
    width:3.03rem;
}
.code{
    width: 2.12rem;
    height: 0.73rem;
    /*background: linear-gradient(0deg, #ffe574, #ffbb11);*/
    background: #ee8507;
    border-radius: 0.37rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.32rem;
    color: #ffffff;
}
.input-item .gray {
    background: #cccccc;
    color: #fff;
}
.btn{
    width: 100%;
    height: 0.73rem;
    /*background: linear-gradient(0deg, #ffe574, #ffbb11);*/
    background: #2334c0;
    border-radius: 0.37rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.32rem;
    color: #fff;
    margin-bottom: 0.4rem;
}
.desc {
    font-size: 0.24rem;
    color: #000;
}
.desc a{
    color: #000;
}

.widthDrawal-copyright{
    text-align: center;
    color: #bbb;
    font-size: 12px;
    background: #fff;
    position: absolute;
    bottom: -20px;
    width: 100%;
}
.widthDrawal-copyright a{
    color: #999;
    line-height: 0.4rem;

}

.wechatImg {
    max-width: 100%;
}

.wechat-tip {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    filter: alpha(opacity=80);
    z-index: 100;
}
