
body,
html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.body,
.mask,
.main,
.footer,
.img_title,
.header>img,
.download_btns {
    display: none;
}

.pc_page,
.h5_page {
    display: block;
}

.pc_page .mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 11;
}

#video_dom {
    width: 100%
}

.pc_page .video_box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pc_page .header {
    display: flex;
    position: relative;
    z-index: 99;
    padding: 40px 120px;
    align-items: center;
    justify-content: space-between;
}

.pc_page .header .logo {
    width: 188px;
}

.pc_page .header .icon>a {
    display: inline-block;
    width: 38.5px;
}

.pc_page .header .icon>a:nth-child(2) {
    margin: 0 25px;
}

.footer {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: -10px;
    left: 0;
    height: 145px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    filter: brightness(0.95);
    background-color: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(15px);
    background-position: 0 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: content-box;
}

.footer .logo {
    width: 542px;
    height: 70px;
    margin-right: 24px;
}

.footer .item {
    width: 142px;
    margin: 0 24px;
}

.footer img {
    height: 100%;
    object-fit: contain;
}

.pc_page .logo-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.pc_page .main {
    display: flex;
    width: 1100px;
    margin: 32px auto;
    position: relative;
    z-index: 999;
}

.main .swiper_box {
    align-items: center;
    width: 342px;
    margin-right: 104px;
}

.main .content {
    padding: 60px;
    text-align: center;
}

.main .title {
    width: 700px;
}



.main .sub_title {
    width: 579px;
}

.main .pc_bottom {
    width: 468px;
    line-height: 72px;
}

.main .code_box {
    display: flex;
    margin-top: 88px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.code-box-h3 {
    position: absolute;
    top: -30px;
    left: 130px;
}

.main .code_box .code {
    width: 172px;
    height: 172px;
    background-color: #fff;
    padding: 6px;
}

.main .code_box>img {
    width: 200px;
    height: 121px;
    margin: 0 35px;
}

.h5_page {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: url("static/images/bg.png") no-repeat;
    background-size: cover;
    padding: 0 16.5px 30px;
}

.h5_page .footer {
    position: relative;
    height: 160px;
}

.h5_page .logo-box {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 4px;
}

.h5_page .logo-box .logo {
    display: none;
}

.h5_page .logo-box>div {
    width: 33.333333333%;
    margin: 0;
    text-align: center;
}

.h5_page .logo-box img {
    width: 88px;
    height: 56px;
}

.h5_page .video_box {
    position: relative;
    width: 100%;
}

.h5_page .video_box video {
    width: 100%;
}

.h5_page .img_title {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.h5_page .img_title .m_logo_title {
    width: 90%;
}

.h5_page .img_title .m_sub_title {
    width: 50%;
    margin-bottom: 10px;
}

.h5_page .header {
    display: block;
    padding: 0 15px;
    position: relative;
}

.h5_page .header>img {
    display: block;
}

.h5_page .header .icon {
    position: absolute;
    right: 0;
    top: 10px;
}

.h5_page .icon img {
    width: 25px;
    margin-left: 15px;
}

.h5_page .header .logo {
    width: 100%;
    text-align: center;
    padding: 15px 0 10px;
}

.h5_page .header .logo img {
    width: 88px;
}

.h5_page .download_btns {
    display: block;
    text-align: center;
    margin: 15px 0 20px;
}

.download_btns .title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.download_btns .title span {
    font-weight: bold;
    color: rgb(184, 169, 114)
}

.download_btns .ios_down {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff7f7f;
    font-size: 22px;
    border: 2px solid #ff7f7f;
    border-radius: 50px;
    padding: 6px 0 6px;
}

.download_btns .ios_down span {
    display: block;
    font-size: 15px;
    color: #fff;
    position: relative;
    transform: scale(0.8);
}

.download_btns .ios_down p {
    line-height: 1;
}

.download_btns .ios_down .apple {
    width: 24px;
    margin-right: 10px;
}

.download_btns .and_down {
    display: block;
    width: 240px;
    height: 39px;
    margin: 0 auto;
    line-height: 39px;
    background-color: #DF4571;
    border-radius: 200rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download_btns .and_down img {
    width: 95px;
}

.download_btns>a.and_down,
.download_btns>a.ios_down {
    display: none;
}

.layer_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 750px;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.layer_mask .layer_content {
    width: 60%;
    background-color: #fff;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    text-align: center;
}

.layer_content .content {
    padding: 0 15px 15px;
    font-size: 13px;
}

.layer_content .title,
.layer_content .close {
    padding: 15px 0;
    color: #DE2624;
    font-weight: bold;
}

.layer_content .close {
    border-top: 1px solid #eee;
    font-weight: normal;
    padding: 10px 0;
}



* {
    font-style: normal;
}





#overlay-div>#overlay-alter-div {
    width: 300px;
    height: 170px;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    z-index: 1000;
}

#overlay-div>#overlay-alter-div>ul {
    width: 100%;
    height: 100%;
}

#overlay-div>#overlay-alter-div>ul>li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#overlay-div>#overlay-alter-div>ul>li:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
}

#overlay-div>#overlay-alter-div>ul>li:nth-child(2) .invite-code {
    color: rgb(184, 169, 114)
}


#overlay-div>#overlay-alter-div>ul>li:nth-child(1),
#overlay-div>#overlay-alter-div>ul>li:nth-child(3) {
    height: 50px;
}

#overlay-div>#overlay-alter-div>ul>li:nth-child(2) {
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#overlay-div>#overlay-alter-div>ul>li:nth-child(2) span {
    font-size: 14px;
}

#overlay-div>#overlay-alter-div>ul>li:nth-child(3) {
    font-size: 16px;
    color: rgb(65, 142, 227)
}



.bg {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 9999;
}

.bg .img {
    width: 100%;
    /*height: 56vw;*/
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-44%);
    transform: translateX(-44%);
    z-index: 100;
    padding-right: 6.4vw;
}

.bg .img img {
    display: block;
    width: 106%;
    height: 100%;
    margin-left: -22px;
}

