* {
    padding: 0;
    margin: 0;
    color: #fff;
}

html {
    width: 100%;
    height: 100%;
    background-size: cover;
    /* background-image: url(./image/banner.png); */
    background-image: url("./image/loadingBj1.png");
}

#header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 100%;
    background-size: cover;
    background-image: url(./image/commonHeaderBj.png);
    position: relative;
}

body {
    width: 100%;
    height: 100%;
    position: relative;
}

#headaer div:nth-child(1) {
    position: absolute;
}

.a2 {
    height: 30px;
}

#top {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 999;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top img {
    height: 20px;
}

#top span {
    line-height: 24px;
    height: 24px;
    color: #fff;
}

#center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#text_one {
    color: #fff;
    margin-top: 20px;
}

#scan img {
    width: 260px;
}

#button {
    position: relative;
}

#button button {
    width: 155px;
    height: 34px;
    background-size: cover;
    border-radius: 5px;
    outline: none;
    border: none;
    color: #fff;
    background-image: url(./image/clickEnter.png);
}

#button input {
    width: 155px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

#text_two {
    margin: 5px 0;
}

#button {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    position: relative;
}

#text_three {
    font-size: 12px;
}

#corp {
    font-size: 13px;
    margin: 20px 0;
}

#footer {
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    text-align: center;
}

#center_ti {
    z-index: 0;
    text-align: center;
}

#text_one {
    text-align: left;
}

#center_1 {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    z-index: 100;
}

#center_ta {
    text-align: center;
    display: none;
}

#center_ta img {
    height: 115px;
    height: 115px;
}

#center_ta p {
    font-weight: 1000;
}

#center_ta img:nth-child(3) {
    height: 225px;
    width: 287px;
    margin: 60px 0;
}

#uploadForm {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: blue; */
    position: absolute;
    /* opacity: 0; */
}

#uploadForm input {
    background-color: red;
    z-index: 1000;
    /* color: #fff; */
    /* opacity: 1; */
    width: 155px;
    height: 34px;
    line-height: 34px;
    position: relative;
}

#info-box-err {
    width: 302px;
    height: 375px;
}

#back_i {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

#info-box-err img {
    width: 109px;
    height: 109px;
    margin-bottom: 10px;
}

#info-box-err {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
}

#info-box-err_p1 {
    color: rgb(240, 175, 0);
    font-weight: 1000;
    font-size: 40px;
}

#info-box-err_p2 {
    margin: 20px;
    color: #000;
    font-weight: 1000;
    /* font-size: 40px; */
}

#info-box-err_p3 {
    width: 155px;
    height: 34px;
    background-size: cover;
    border-radius: 5px;
    outline: none;
    border: none;
    color: #fff;
    background-image: url(./image/clickEnter.png);
}

#info-box-err a {
    margin-top: 20px;
    color: rgba(128, 128, 128, 0.8);
    font-size: 12px;
}

#info-box-err #info-box-err_p6 {
    /* margin-top: 20px; */
    color: rgba(128, 128, 128, 0.9);
    font-size: 12px;
}

#back_i {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#close {
    width: 100%;
    text-align: center;
}

#close img {
    width: 61px;
    height: 61px;
}

#info-box-ok,
#info-box-err,
#info-box-no {
    transform: scale(0.9);
    max-width: 460px;
}

#info-box-ok-header {
    background-color: #3faa5a;
    color: #fff;
    width: 100%;
    /* width: 360px; */
    text-align: center;
}

#info-box-ok-header img {
    height: 119px;
    width: 119px;
    margin: 10px 0;
    margin-top: 25px;
}

#info-box-ok-header p {
    font-weight: 1000;
    font-size: 20px;
    padding-bottom: 25px;
}

#info-box-ok-header-p99 {
    font-size: 20px;
    font-weight: 1000;
    padding-top: 15px;
    text-align: center;

    color: gray;
}

#info-box-ok {
    width: 90%;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}

#info-box-no {
    width: 90%;
    background-color: #fff;
}

#info-box-ok-center {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

#info-box-ok-info * {
    color: gray;
    text-align: left;
}

#info-box-ok-info {
    display: flex;
    /* justify-content: space-around; */
}

#info-box-ok-info div {
    width: 40%;
    font-size: 20px;
    font-weight: 1000;
}

#info-box-ok-info div p {
    padding: 3px 0;
}

#line {
    /* width: 100%; */
    margin: 15px;
    height: 4px;
    background-color: gray;
}

#vip_info p {
    font-weight: 1000;
    font-size: 20px;
    color: #000;
    text-align: center;
    width: 100%;
}

#jif {
    margin: 0 auto;
    width: 80%;
    background-color: #dbf2e8;
    color: #3faa5a;
    font-size: 25px;
    font-weight: 1000;
    border-radius: 5px;
    height: 55px;
    outline: none;
    border: none;
    border: 2px solid #3faa5a;
    margin-top: 20px;
    margin-bottom: 10px;
}