* {
    margin: 0;
    padding: 0;
}

.gpt {
    width: 720px;
    height: 1550px;
    background: #000;
    position: relative;
    margin: auto;
}

.box1 {
    width: 656px;
    height: 398px;
    background: #FFFFFF;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    /* position: absolute;
    bottom: 72px;
    left: 32px; */
    position: fixed;
    bottom: 72px;
    left: 50%;
    transform: translateX(-50%);
}

.shadow {
    width: 656px;
    height: 398px;
    position: relative;
}

.logo {
    position: absolute;
    display: block;
    top: -60px;
    left: 268px;
}

.po1 {
    font-size: 30px;
    font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi;
    font-weight: 600;
    color: #061317;
    text-align: center;
    margin-top: 80px;
}

.po2 {
    text-align: center;
    font-size: 22px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #9BA0A2;
    margin-top: 16px;
}

.po3 {
    text-align: center;
    padding-top: 16px;
    font-size: 22px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #9BA0A2;
}

.po4 {
    text-align: center;
    font-size: 20px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #9BA0A2;
    margin-bottom: 16px;
}

.foot {
    margin-left: 152px;
}

.foot span {
    font-style: 20px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #9BA0A2;
    margin-right: 20px;
}

.sp2 {
    border-right: 2px #ddd solid;
    padding-right: 30px;
}



.progressbar {
    width: 584px;
    height: 88px;
    border-radius: 50px;
    border: 0;
    margin: 12px 36px;
    position: relative;
    background: #21caa585 ;
}

.loadshadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 500;
    text-align: center;
    font-size: 34px;
    color: #fff;
    padding-top: 22px;
    position: relative;
    z-index: 999;
    background: #0BA27F;
    width: 584px;
    height: 68px;
    border-radius: 50px;
    border: 0;
}

/*在进度条元素上调用动画*/
#fill {
    width: 584px;
    height: 88px;
    border-radius: 50px;
    /* text-align: center; */
    background-color: #0BA27F;
    padding: 0;
    /* font-size: 34px; */
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    z-index: 999;
}

#test {
    text-align: center;
    font-size: 34px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 88px;
    z-index: 99;
}

/*实现元素宽度的过渡动画效果*/
@keyframes move {
    0% {
        width: 0;

    }

    100% {
        width: 100%;
    }
}





.wxbg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    text-align: end;
    overflow: hidden;
    padding: 16px 5px 0 16px;
    z-index: 999;
}


