.hidden {
    display: none;
}

.full {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.public-web-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.public-web-container.hidden{
    display: none;
}

.public-web-container p {
    position: absolute;
    top: 40%;
}

.public-web-container a {
    position: absolute;
    top: 60%;
}
.public-web-normal-content{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 100px;
}
.public-web-normal-content.hidden{
    display: none;
}
.public-web-qr-code-content{
    width: 100%;
    position: relative;
}
.public-web-qr-code-container{
    position: absolute;
    top: 87.3vw;
    left: 23.3vw;
    width: 53vw;
    height: 53vw;
    width: 53%;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}
.public-web-qr-code-avatar{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 25%;
    width: 25%;
}
.public-web-qr-code-img{
    width: 100%;
    height: 100%;
}
.public-web-qr-title{
    width: 100%;
    position: absolute;
    top: 8%;
    font-size: 40px;
    text-align: center;
    color: #fff;
}
/* .weui-btn_primary{
    background-color: #07c160;
}
.weui-btn {
    position: relative;
    display: block;
    width: 184px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 24px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 1.41176471;
    border-radius: 4px;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} */


.wechat-web-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wechat-web-container.hidden{
    display: none;
}

.wechat-web-container p {
    /* position: absolute;
    top: 40%; */
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.wechat-web-container p icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-image: url("//game.gtimg.cn/images/datamore/cp/cc/loading-blue.png");
    animation: rotate 1s linear infinite;
}


.wechat-web-container .launch-btn {
    /* position: absolute; */
    /* bottom: 40%; */
    /* left: 0; */
    /* right: 0; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wechat-web-normal-content{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 100px;
}
.wechat-web-normal-content.hidden{
    display: none;
}
.wechat-web-qrCode-content{
  position: relative;
}

.wechat-qr-code-container{
    position: absolute;
    top: 87.3vw;
    left: 23.3vw;
    width: 53vw;
    height: 53vw;
    width: 53%;
}
.wechat-qr-code-avatar{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 25%;
    width: 25%;
}
.wechat-qr-title{
    width: 100%;
    position: absolute;
    top: 8%;
    font-size: 40px;
    text-align: center;
    color: #fff;
}


.desktop-web-container {
    min-width: 960px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.desktop-web-container.hidden{
    display: none;
}
.pc-render-container{
  position: relative;
}
.pc-bg{
    width: 100%;
    min-width: 960px;
    position: relative;
}
.mobile-bg{
   width: 375px;
    margin-top: 50px;
}
.pc-bg .pc-qr-title{
    top: 5%;
    font-size: 60px;
}
.mobile-bg .pc-qr-title {
   top: 35px;
    font-size: 50px;
}
.pc-qr-title{
    text-align: center;
    text-align: center;
    position: absolute;
    width: 100%;
    color: #fff;
}

.pc-qr-code-bg{

}
.pc-qr-code-bg{
  width: 100%;
}
.qr-code-bg{
    width: 100%;
}

.pc-bg .pc-qr-code-container{
    position: absolute;top:35% ;left: 41.5%;width: 16.8%;height: 30%
}

.mobile-bg .pc-qr-code-container{
    width: 208px;
    position: absolute;
    top: 319px;
    left: 83.5px;
}


/*.qr-code-pc{*/
/*    position: absolute;top:35% ;left: 41.5%;width: 16.8%;height: 30%*/
/*}*/
/*.qr-code-mobile{*/
/*    width: 278px;*/
/*    position: absolute;*/
/*    top: 278px;*/
/*    left: 48px;*/
/*}*/

.pc-qr-code-avatar{
  position: absolute;

}
.pc-bg .pc-qr-code-avatar{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
    height: 25%;
}

.mobile-bg .pc-qr-code-avatar{
    left: 78px;
    top: 78px;
    width: 50px;
}


.desktop-web-container p {
    position: absolute;
    top: 40%;
}
.launch-btn{
    width: 200px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 17px;
    display: block; margin: 0 auto;
    border: none; border-radius: 4px;
    background-color: #07c160; color:#fff;
}
