* {
    margin: 0;
    padding: 0;
}

body {
    background: linear-gradient(#f7edea, #f7edea);
    min-height: 100vh;
    ;
}

.bgimg img {
    width: 100%;
}

.block {
    background: #fff;
    width: 3.75rem;
    height: 1rem;
}

.form {
    padding: 0 0.8rem;
}

.input {
    background-color: #eeac80;
    border-radius: .39rem;
    width: 100%;
    border: 0;
    height: .78rem;
    text-align: center;
    font-size: .26rem;
    margin-top: .3rem;
    outline: none;
    color: #935028;
}

input::placeholder {
    color: #935028;
}

.btn {
    border: 0;
    height: .78rem;
    text-align: center;
    font-size: .26rem;
    margin-top: .3rem;
    outline: none;
    width: 100%;
    background-color: #eeac80;
    border-radius: .39rem;
    color: #935028;
    font-weight: bold;
    /* letter-spacing: 3px; */
}

/* .footer {
    margin-top: 1rem;
    background: url(../imgs/exh_same_term.png) center no-repeat;
    background-size: 6.7rem .5rem;
    height: .5rem;
    margin-bottom: 30px;
} */

.pannel {
    width: 6.5rem;
    /* border: 1px solid #fff; */
    border-radius: 12px;
    margin: 20px auto;
    /* color: #fff; */
    /* padding: 0 .4rem .46rem; */
    box-sizing: border-box;
    color: #935028;
}

.pannel p {
    font-size: .24rem;
    line-height: .4rem;
    margin-top: .16rem;
    text-indent: 2em;
}

.pannel text {
    /* color: #fff100; */
}

.qrcode {
    display: block;
    margin: 1rem auto 0;
    padding-bottom: 20px;
    width: 100%;
    max-width: 6.7rem;
}

.items {
    background: #eeac80;
    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: #eeac80;
    font-size: .14rem;
    /* margin-top: 10px; */
    padding: 4px;
    border-radius: 0.1rem;
    color: #fff;
}

.load {
    color: #fff;
    font-size: 0.14rem;
}