body,
html {
    padding: 0;
    margin: 0;
    color: #000;
    overflow: hidden;
}

body {
    width: 100vw;
    height: 100vh;
    background: url(../images/bg.jpg) center;
    background-size: cover;
}

.wrap_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tip {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tip .tiptext {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.tip img {
    width: 25px;
    height: 25px;
    position: absolute;
    margin-top: -10px;
    right: 25px;
}

.content-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-text {
    font-size: 25px;
    color: #3c4043;
    margin: 25px auto;
    margin-top: 60px;
}

.content-box .top_panel {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: initial;
}

.top_panel .code-box {
    width: 185px;
    height: 185px;
    display: flex;
    justify-content: space-around;

}

.code-box .gzhMinicode {
    font-size: 20px;
    font-weight: lighter;
    /* margin-top: 5px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gzhMinicode img {
    width: 185px;
    height: 185px;
}

.code-box .sbgzh {
    margin: 10px;
}

.top_panel{
    margin-top: 10px;
}

.top_panel .download-box {
    /* margin-top: 10px; */
    width: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.download-box div {
    /* width: 120%; */
    height: 40px;
    background: #f8f9fa;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .download-box div:nth-child(3) {
    margin-bottom: -8px;
} */

.download-box div img {
    margin-right: 8px;
}

.download-box div a {
    color: #000;
    font-size: 16px;
}

.textstate {
    position: absolute;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.appletCode {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

}

.appletCode img {
    width: 250px;
    height: 250px;
}

.appletCode p {
    color: rgb(39, 37, 37);
    font-size: 20px;
    font-weight: bold;
    word-spacing: 5px;
}

.diraction-text {
    font-size: 15px;
    color: #3c4043;
}

.diraction-text div {
    margin-top: 30px;
}

.diraction-text a {
    color: rgb(80, 133, 231);
    text-decoration: underline;
}