
#grey-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000;
    opacity: 0.3;
    left: 0;
    top:0;
    z-index: 101;
}
#box{
    width:80%;
    height:200px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 200;
    background-color: rgb(244,245,247);
    border-radius: 15px;
}
#box input{
    width:30px;
    height:30px;
    line-height: 30px;
    display: inline-block;
    border:1px solid #e3e3e3;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding:0;
}
button#reset{
    display: block;
    padding:5px 35px;
    line-height: 30px;
    margin:auto;
    background: url(/static/h5/images/shop/confirm-pay.png) no-repeat;
    background-size: 100% 100%;
    color: white;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 15px;
    border: 0;
}
button#reset:hover{opacity: 0.7;}
.pwd-title{
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
}

#shop-buy-msg-success{
    background: RGB(245,245,245);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
}
.shop-buy-msg-success-body{
    /*position: absolute;*/
    /*left: 50%;*/
    /*top:50%;*/
    /*transform: translate(-50%,-50%);*/
    text-align: center;
}
.shop-buy-msg-success-icon{
    width: 100px;
}

.shop-buy-msg-success-view-btn{
    background: url(/static/h5/images/withdraw/btnBg.png) no-repeat;
    background-size: 200% 200%; background-position: center;
    width: 130px;
    height: 35px; border-radius: 25px;
    line-height: 35px;
    border: 0;
    color: #fff;
    font-size: 13px;
    margin-top: 80px;
}
.shop-buy-msg-success-title{
    font-size: 14px;
    margin-top: 15px;
}
.shop-buy-msg-success-name{
    color: rgb(173,148,66);
    font-size: 13px;
}
#shop-buy-msg-error{
    background: url(/static/h5/images/shop/shop-buy-msg-error.png) no-repeat;
    background-size: 100% 100%;
    width: 80%;
    height: 200px;
    position: fixed;
    z-index: 300;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.shop-buy-msg-error-close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    z-index: 301;
}
.shop-buy-msg-error-title{
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.shop-buy-msg-error-msg{
    font-size: 13px;
    color: rgb(136,140,151);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.shop-buy-msg-error-btn{
    background: url(/static/h5/images/shop/view-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 120px;
    height: 35px;
    line-height: 35px;
    border: 0;
    color: #fff;
    font-size: 13px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    position: absolute;
}