.header-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:13.75rem;
    z-index: 1;
    background-image: url('../images/bg01.png');
    background-size: cover;
}
.header-unlogin{
    position: absolute;
    top: 4%;
    width: 100%;
    height: 3.25rem;
    z-index: 2;
}
.header-login{
    position: absolute; 
    top: 5.5%;
    width: 100%;
    height: 52px;
    z-index: 2;
}
.header01{
    position: absolute;
    top: 10.4rem;   
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
    height: 8.75rem;
    z-index: 2;
    background-image: url('../images/header01.png');
    background-size: cover;
}
.user-unlogin{
    float: left;
    width: 20%;
    left: 10px;
    height: 40px;
    background-image: url('../images/unlogin.png');
    z-index: 3;
}

.header-bg2{
    position: absolute;
    width:100%;
    height:1.875rem;
    z-index:2;
    margin-top: 2%;
}
.header-bg2-img{
    height: 16px;
    margin-left:40%;
}
.header-unlogin-img{
    float: left;
    margin-left: 10px;
}
.header-bg2-01{
    float: left; 
    margin-left: 10px; 
    display: block;
}
.header-bg2-01-img{
    margin-top:6px;
    height: 25px;
}
.product{
    width: 90%;
    margin-left:5%;
    height: 35px;
}
.product-title{
    font-size: 15px;
    font-weight: bold; 
    color: #200606;
}
.product-img{
    width: 90%;
    margin-left:5%;
    height: 11.25rem;
}
.rules{
    width: 94%;
    margin-left:3%;
    color:#6a6666
}
.rules-title{
    font-weight: bold;
    font-size: 15px;
}
.receive{
    position: absolute;
    background-color:rgba(0,0,0,.7);
    width: 100%;
    z-index: 4;
    height: 50rem;
    right: 0;
    left: 0;
}
.receive-toast{
    top: 20%;
    left: 10%;
    transform: translate3d(-50%,-50%,0);
    max-height: 100%;
    overflow-y: auto;
}
.receive-close{
    position: absolute;
    top: 20%;
    right: 10%;
    width: 1.875rem;
    height: 1.875rem;
}
.receive-contene{
    width: 21.25rem;
    margin-top:11.25rem;
    height: 25rem;
    background-image: url('../images/confirm-u.png');
    background-size: 21.25rem 25rem;
    margin-left: 1.875rem;
}
.rec-pro{
    position: absolute;
    top: 45%;
    left: 33%;
}
.rec-back{
    position: absolute;
    top: 60%;
    left: 25%;
    width:5rem;
    height: 2.5rem;
}
.rec-confrim{
    position: absolute;
    top: 60%;
    left: 55%;
    width:5rem;
    height: 2.5rem;
}

.grant{
    position: absolute;
    background-color:rgba(0,0,0,.7);
    width: 100%;
    z-index: 4;
    height: 54rem;
    right: 0;
    left: 0;
}

.grant-contene{
    width: 21.25rem;
    margin-top:8.25rem;
    height: 26rem;
    background-image: url('../images/grant.png');
    background-size: 25.25rem 40rem;
    margin-left: -0.125rem;
}

.login{
    position: absolute;
    background-color:rgba(0,0,0,.7);
    width: 100%;
    z-index: 4;
    height: 54rem;
    right: 0;
    left: 0;
}

.login-contene{
    background-image: url('../images/login-bg.png');
    background-size: cover;
    width: 21.25rem;
    margin-top:8.25rem;
    height: 26rem;
    margin-left: 1.875rem;
    border-radius: 20px;
}
.login-close{
    position: absolute;
    top: 12%;
    right: 3%;
    width: 1.875rem;
    height: 1.875rem;
}
.login-pro{
    position: absolute;
    top: 17%;
    left: 14%;
    width: 75%;
    height: 30%;
}
.login-input{
    position: absolute;
    top: 31%;
    left: 21%;
    width: 56%;
    height: 4%;
    border-radius: 14px; 
    border: 1px solid rgb(180, 118, 40);
}

.login-verInput{
    position: absolute;
    top: 39%;
    left: 21%;
    width: 28%;
    height: 4%;
    border-radius: 14px; 
    border: 1px solid rgb(180, 118, 40);
}

.login-verBut{
    position: absolute;
    background-color: #f96b4b;
    border-radius: 9px;
    border: 1px;
    top: 39%;
    left: 55%;
    width: 25%;
    height: 4.8%;
}

.login-sub{
    position: absolute;
    top: 49%;
    left: 25%;
    width: 55%;
    height: 5%;
}
.header-login-span{
    color: white;
    font-size: 20px;
    font-weight: bold;
}
