.anquan-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: url('./bg.png');
    height: 100vh;
    background-size: 100% 100%;
    width: 100%;
}

.anquan-bg .bg-box {
    padding-top: 200px;
    width: 100%;
    margin: 0 auto;
}

.anquan-bg .h1 {
    margin-bottom: 60px;
    font-size: 28px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.anquan-bg .jindu-bg {
    margin: 0 auto;
    width: 80%;
    padding-right: 3%;
    height: 30px;
    background: #C3E9FE;
    border-radius: 20px;
}

.anquan-bg .jindu-bg .jindu-box {
    width: 0%;
    transition: all 2s linear;
    background: url('./jindu-box.png');
    height: 30px;
    border-radius: 20px;
    background-size: 100% 100%;
    position: relative;
}

.anquan-bg .jindu-bg .jindu-box .jindu-anniu {
    position: absolute;
    right: -40px;
    top: -2px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    width: 80px;
    border-radius: 20px;
    height: 36px;
    background: #22CA85;
}

.anquan-bg .anquan-bottom {
    margin-top: 70px;
    text-align: center;
    color: #000;
    font-size: 18px;
}

.anquan-bg .anquan-bottom img {
    width: 22px;
    vertical-align: top;
    margin-right: 6px;
    margin-top: 3px;
}

.anquan-bg .anquan-btn {
    text-align: center;
    margin-top: 50px;
    display: none;

}

.anquan-bg .anquan-btn span {
    display: inline-block;
    cursor: pointer;
    border-radius: 8px;
    color: #fff;
    font-size: 22px;
    padding: 8px 60px;
    background-image: linear-gradient(to right, #15f175, #23ca85);
}

.anquan-bg .anquan-ba {
    text-align: center;
    margin-top: 50px;
}

.anquan-bg .anquan-ba span {
    display: inline-block;
    border-radius: 8px;
    color: #fff;
    font-size: 22px;
    padding: 8px 60px;
    background: #C3E9FE;
}

.jiancha-b {
    display: none;
}