* {
    margin: 0;
    padding: 0;
}

body {
    background: linear-gradient(to right, #ffffff, #f4fcff,  #e0f0fd);
    min-height: 100vh;
}
.kele-flex{
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    vertical-align: middle;
    box-sizing: border-box;
}

.bgimg img {
    width: 100%;
}

.block {
    background: #fff;
    width: 0.0375rem;
    height: 0.01rem;
}
.banner{
    padding-bottom: 30px;
}
.banner img{
    width: 100%;
}
.vessel{
    flex: 1;
    position: relative;
    width: 100vw;
    background: url(../imgs/bg.jpg) no-repeat ;
    background-size: 100% auto;
    box-sizing: border-box;
}
.form {
    padding: 20px 30px 80px;
    line-height: 0;
}

.input {
    background-color: #008aae;
    border-radius: 0.20rem;
    width: 100%;
    border: 0;
    height: 0.40rem;
    text-align: center;
    font-size: 0.12rem;
    margin-top: 0.20rem;
    outline: none;
    color: #fff;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

input::placeholder {
    color: #fff;
}
#name{
    margin-top: 0;
}
.btn {
    border: 0;
    height: 0.40rem;
    text-align: center;
    font-size: 0.14rem;
    margin-top: 0.30rem;
    outline: none;
    width: 100%;
    background-color: #008aae;
    border-radius: 0.20rem;
    color: #fff;
    font-weight: bold;
    /* letter-spacing: 3px; */
    position: relative;
    z-index: 999;
    cursor: pointer;
}
.btn+button{
    margin-top: 0.20rem;
}
.text{
    padding: 0.1rem;
    border: 2px solid #f6e2c0;
    border-radius: 10px;
    background-color: rgba(255,255,255,.55);
}

.footer {
    position: absolute;    
    left: 0;
    bottom: 0.10rem;
    width: 100%;
}
.footer img{
    width: 100%;
}

.pannel {
    padding: 20px 30px 80px;
    line-height: 0;
}

.pannel p {
    font-size: 0.12rem;
    line-height: 0.24rem;
}

.pannel text {
    color: #008aae;
}

.code {
    width: 1.10rem;
    display: block;
    margin: 0.30rem auto 0;
}
.code img{
    width: 100%;
}

.items {
    background: #008aae;
    border-radius: 10px;
    max-height: 143px;
    overflow: scroll;
    margin-top: 4px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
}

.item {
    /* box-shadow: 0 0 2px 0 #ccc; */
    background-color: #008aae;
    font-size: 0.14rem;
    /* margin-top: 10px; */
    padding: 4px;
    border-radius: 10px;
    color: #ffffff;
    line-height: 1;
    cursor: pointer;
}

.load {
    color: #fff;
    font-size: 14px;
}