.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%;
}

.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;
}

.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%;
}

.qr-code-bg{

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

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

.mobile-bg .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;*/
/*}*/

.qr-code-avatar{
  position: absolute;
}
.pc-bg .qr-code-avatar{
    left: 38%;
    top: 38%;
    width: 23%;
}

.mobile-bg .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;
}
