#app{
    height: 100%;
    width: 100%;
    background-image: url(../imgs/page-Bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    overflow: hidden;
    padding: 20px;
    padding-top: 30%;
}
h1{
    font-size: 16px;
    font-weight: 600;
    color: rgb(225, 172, 124);
    margin-bottom: 12px;
}
.vip{
    width: 100%;
    height: 69px;
    background-image: url(../imgs/bg.ac.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 20px;
}
.vip span{
    font-size: 16px;
    font-weight: 600;
    color: rgb(115, 44, 18);
    padding-left: 10px;
}
#app input{
    display: block;
    height: 48px;
    background: #1f1f29;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-left: 24px;
    outline: none;
    border: none;
}
#app input:focus{
    outline: 0;
    border: 1px solid #e7c9ad;
}
.getCodeBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.getCodeBox input{
    width: 65%;
}
.getCodeBox span{
    height: 48px;
    width: 25%;
    background: #1f1f29;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #caab7c;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
}
.codeBox{
    margin-bottom: 20px;
    width: 100%;
    display: flex;
}
.codeBox input{
    width: 100%;
}
.btnBox{
    width: 100%;
}
.btnBox button{
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg,#caab7c,#b68e5b);
    color: #141313;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}
