* {
    margin: 0;
    padding: 0;
}

body {
    /* background: linear-gradient(#008baf, #35aad2); */
    background-color: #fff;
    min-height: 100vh;
}
.kele-flex{
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bgimg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: url(../imgs/vipbanner_en.png) no-repeat;
    background-size: 100%;
}

.block {
    background: #fff;
    width: 3.75rem;
    height: 1rem;
}

.form {
    position: relative;
    padding-top: 70vw;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    z-index: 99;
    text-align: center;
}

.input {
    background-color: #008aae;
    border-radius: .1rem;
    width: 100%;
    border: 0;
    height: .78rem;
    text-align: center;
    font-size: .26rem;
    margin-top: .3rem;
    outline: none;
    color: #fff;
}

input::placeholder {
    color: #fff;
}

.btn {
    border: 0;
    height: .78rem;
    width: 5.9rem;
    text-align: center;
    font-size: .26rem;
    margin-top: .3rem;
    outline: none;
    background-color: #008aae;
    border-radius: .1rem;
    color: #fff100;
    font-weight: bold;
    letter-spacing: 3px;
}

.footer {
    /* margin-top: 1rem; */
    /* background: url(../imgs/invi06.png) center no-repeat; */
    /* background-size: 6.7rem .3rem; */
    /* height: .4rem; */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url(../imgs/vipfooter_en.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.footer img{
    width: 100%;
    vertical-align: middle;
}
.sharecon{
    position: relative;
    padding-top: 70vw;
    padding-bottom: 50vw;
    z-index: 999;
}
.pannel {
    width: 6.1rem;
    border: 1px solid #008baf;
    border-radius: 12px;
    margin: 20px auto;
    color: #333;
    padding: 0 .4rem .46rem;
    box-sizing: border-box;
}

.pannel p {
    font-size: .24rem;
    line-height: .4rem;
    margin-top: .36rem;
    text-indent: 2em;
}

.page31{
    width: 100%;
    text-align: center;
}
.fix02{
    width: 100%;
    vertical-align: middle;
}
/* .pannel text {
    color: #fff100;
} */

.qrcode {
    width: 100%;
    display: block;
    margin: 1rem auto 0;
    width: 6.7rem;
}

.items {
    background: #008aae;
    border-radius: .1rem;
    max-height: 1.43rem;
    overflow: scroll;
    margin-top: 0.04rem;
    padding: 0.1rem;
}

.item {
    /* box-shadow: 0 0 2px 0 #ccc; */
    background-color: #008aae;
    font-size: 14px;
    /* margin-top: 10px; */
    padding: 4px;
    border-radius: 0.1rem;
    color: #ffffff;
}

.load {
    color: #fff;
    font-size: 0.14rem;
}