/* _content/TzdxWeb/Pages/Index.razor.rz.scp.css */

.banner[b-np4ceul76b] {
    width: 100%;
    height: 500px;
    background: url(/images/banner.png) center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.join-btn:hover[b-np4ceul76b] {
    background-color: mediumaquamarine;
}

.banner-text[b-np4ceul76b] {
    width: 28%;
    margin-top: 80px;
    margin-bottom: 70px;
}

.banner-title[b-np4ceul76b] {
    color: #fff;
    font-size: 40px;
}

.game-info[b-np4ceul76b] {
    padding: 50px 0;
}

.content-box[b-np4ceul76b] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    padding-bottom: .2rem;
    position: relative;
}

.join-btn[b-np4ceul76b] {
    width: 308px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: rgba(42, 130, 228, 1);
    color: #fff;
    font-size: 20px;
}


.info__img[b-np4ceul76b]{
    width: 100%; 
}

.title[b-np4ceul76b] {
    font-size: 48px;
    text-align: center;
} 

.content-box[b-np4ceul76b] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    padding-bottom: .2rem;
}

.game-item[b-np4ceul76b] {
    display: flex;
    width: 30%;
    position: relative;
}

.info[b-np4ceul76b] {
    position: absolute;
    width: 80%;
    left: 50%;
    bottom: 0;
    padding: .14rem .12rem;
    transform: translate(-50%, 50%);
    border: 1px solid rgba(204, 204, 204, 1);
    background-color: #fff;
}

.info-title[b-np4ceul76b] {
    font-size: 16px;
    margin-left: 7px;
    margin-right: 7px;
}

.info-sub-title[b-np4ceul76b] {
    font-size: 16px;
    color: rgba(128, 128, 128, 1);
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 7px;
}

.times[b-np4ceul76b] {
    width: 30%;
}

.c-box1[b-np4ceul76b] {
    background: rgba(238, 238, 238, 1);
    padding-top: 75px;
    padding-bottom: 155px;
}

.c-box-content[b-np4ceul76b] {
    position: relative;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
}

.h-item[b-np4ceul76b] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.h-icon[b-np4ceul76b] {
    width: 76px;
    height: 76px;
}

.h-title[b-np4ceul76b] {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 28px;
}

.h-desc[b-np4ceul76b] {
    width: 256px;
    font-size: 18px;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
}

.c-box[b-np4ceul76b] {
    padding-top: 50px;
    background-color: #fff;
    padding-bottom: 130px;
}

.box-content-row[b-np4ceul76b] {
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: 130px;
    display: flex;
    justify-content: space-around;
    font-size: 28px;
}

.box-item[b-np4ceul76b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box-icon[b-np4ceul76b] {
    width: 154px;
}

.box-title[b-np4ceul76b] {
    text-align: center;
    margin-top: 50px;
}

.bg[b-np4ceul76b] {
    background-color: rgba(238, 238, 238, 1);
}

.contact[b-np4ceul76b] {
    position: relative;
    padding: 40px 154px 40px 0px;
    font-size: 18px;
    width: 78%;
    margin: 0 auto;
}

.contact-title[b-np4ceul76b] {
    font-size: 36px;
}

.qrcode[b-np4ceul76b] {
    position: absolute;
    right: 0;
    width: 154px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-item[b-np4ceul76b] {
    display: flex;
    align-items: center;
    width: 33.333333%;
}

.contact-info[b-np4ceul76b] {
    margin-top: 40px;
    display: flex;
    align-items: center;
    width: 80%;
}

.contact-icon[b-np4ceul76b] {
    width: 51px;
    margin-right: 25px;
}

.footer[b-np4ceul76b] {
    background-color: rgba(24, 66, 151, 1);
    color: #fff;
    font-size: 16px;
    padding: 15px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f-icon-1[b-np4ceul76b] {
    width: 256px;
    margin-right: 80px;
}

.f-icon-2[b-np4ceul76b] {
    width: 369px;
}

.right[b-np4ceul76b] {
    text-align: right;
}

@media(max-width: 1439px) {
    .box-content-row[b-np4ceul76b] {
        font-size: 18px;
    }

    .contact[b-np4ceul76b] {
        font-size: 16px;
    }

    .contact-icon[b-np4ceul76b] {
        width: 40px;
        margin-right: 20px;
    }

    .qrcode[b-np4ceul76b] {
        width: 115px;
    }

    .contact-title[b-np4ceul76b] {
        font-size: 36px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .f-icon-1[b-np4ceul76b] {
        width: 190px;
        margin-right: 60px;
    }

    .f-icon-2[b-np4ceul76b] {
        width: 280px;
    }

    .footer[b-np4ceul76b] {
        font-size: 12px;
    }

    .box-icon[b-np4ceul76b] {
        width: 115px;
    }

}

@media(max-width: 1279px) {
    .menu-item[b-np4ceul76b] {
        font-size: 16px;
        line-height: 55px;
        padding: 0 15px;
    }

    .logo[b-np4ceul76b] {
        width: 95px;
    }

    .title[b-np4ceul76b] {
        font-size: 36px;
    }

    .h-title[b-np4ceul76b] {
        font-size: 24px;
    }

    .h-desc[b-np4ceul76b] {
        font-size: 16px;
    }

    .c-box[b-np4ceul76b] {
        padding: 30px 0 100px 0;
    }

    .box-content-row[b-np4ceul76b] {
        margin-top: 80px;
    }

    .c-box1[b-np4ceul76b] {
        padding: 50px 0 100px 0;
    }
}

@media(max-width: 1188px) {
    .content-box[b-np4ceul76b] {
        display: flex;
        flex-direction: column;
    }

    .game-item[b-np4ceul76b] {
        width: 40%;
    }
    .times[b-np4ceul76b]{
        width: 40%;
        margin-top: 80px;
    }

    .column__box-hot[b-np4ceul76b] {
        margin-top: 50px;
    }

    .contact-info[b-np4ceul76b] {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        margin-top: 10px;
    }

    .contact-title[b-np4ceul76b] {
        font-size: 36px;
    }

    .contact-icon[b-np4ceul76b] {
        width: 20px;
        height: auto;
        margin-right: 10px;
    }

    .contact[b-np4ceul76b] {
        padding: 5px 20px;
        width: 100%;
    }

    .contact-item[b-np4ceul76b] {
        margin-bottom: 30px;
        width: 100%;
    }

    .qrcode[b-np4ceul76b] {
        width: 154px;
        margin-right: 10px;
    }

    .contact-content[b-np4ceul76b] {
        font-size: 16px;
        display: flex;
    }

    .contact-content p[b-np4ceul76b] {
        margin-right: .2rem;
    }

    .footer[b-np4ceul76b] {
        padding: .2rem;
        flex-direction: column;
    }

    .f-icon-box[b-np4ceul76b] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: .2rem;
    }

    .f-icon-1[b-np4ceul76b] {
        margin-top: 30px;
        margin-right: 0;
        width: 186px;
    }

    .f-icon-2[b-np4ceul76b] {
        width: 269px;
        margin-top: 20px;
    }

    .right[b-np4ceul76b] {
        text-align: center;
        line-height: 22px;
        margin-top: 20px;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .footer[b-np4ceul76b] {
        padding: 10px 0;
    }

    .c-box[b-np4ceul76b] {
        padding: 20px 0;
    }
}


@media screen and (max-width:787px) {
    .banner[b-np4ceul76b] {
        height: 500px;
    }
    .login-box[b-np4ceul76b] {
        display: none;
    }

    .banner-title[b-np4ceul76b] {
        font-size: 30px;
    }

    .banner-text[b-np4ceul76b] {
        width: 60%;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .join-btn[b-np4ceul76b] {
        width: auto;
        height: auto;
        width: 150px;
        height: 50px;
        font-size: 16px;
        border: none;
    }

    .title[b-np4ceul76b] {
        font-size: 40px;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .content-box[b-np4ceul76b] {
        display: flex;
        flex-direction: column;
    }

    .game-item[b-np4ceul76b] {
        width: 60%;
    }
    .info-title[b-np4ceul76b] {
        font-size: 16px;
    }

    .info-sub-title[b-np4ceul76b] {
        font-size: 16px;
    }

    .times[b-np4ceul76b] {
        width: 55%;
        margin-top: 80px;
    }

    .c-box-content[b-np4ceul76b] {
        margin: 0 auto;
        flex-direction: column;
        width: 80%;
    }

    .h-item[b-np4ceul76b] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .c-box1[b-np4ceul76b] {
        padding: 20px 0;
    }

    .mo-show[b-np4ceul76b] {
        display: flex;
    }

    .h-icon[b-np4ceul76b] {

        height: 70px;
        width: auto;
    }

    .h-desc[b-np4ceul76b] {
        width: 100%;
        font-size: 18px;
        margin-top: 7px;
    }

    .h-title[b-np4ceul76b] {
        font-size: 20px;
        margin: 10px 0 5px 0;
        font-weight: bold;
    }

    .box-content-row[b-np4ceul76b] {
        margin-top: 0;
        flex-direction: column;
    }

    .box-item[b-np4ceul76b] {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .box-icon[b-np4ceul76b] {
        width: auto;
        height: 100px;
    }

    .box-title[b-np4ceul76b] {
        font-size: 20px;
        margin-top: 20px;
    }
}
@media screen and (max-width:480px){
    .content-box[b-np4ceul76b] {
        display: flex;
        flex-direction: column;
    }

    .game-item[b-np4ceul76b] {
        width: 50%;
    }
    .times[b-np4ceul76b] {
        width: 70%;
        margin-top: 80px;
    }


    .column__box-hot[b-np4ceul76b] {
        margin-top: 50px;
    }

    .contact-info[b-np4ceul76b] {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        margin-top: 10px;
    }

    .contact-title[b-np4ceul76b] {
        font-size: 36px;
    }

    .contact-icon[b-np4ceul76b] {
        width: 20px;
        height: auto;
        margin-right: 10px;
    }

    .contact[b-np4ceul76b] {
        padding: 5px 20px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .contact-item[b-np4ceul76b] {
        margin-bottom: 30px;
        width: 100%;
    }

    .qrcode[b-np4ceul76b] {
        width: 120px;
        margin-right: 5px;     
    }

    .contact-content[b-np4ceul76b] {
        font-size: 14px;
        display: flex;
    }

    .contact-content p[b-np4ceul76b] {
        margin-right: .2rem;
    }

    .content-box[b-np4ceul76b] {
        display: flex;
        flex-direction: column;
    }

    .game-item[b-np4ceul76b] {
        width: 90%;
    }
}
/* _content/TzdxWeb/Shared/MainLayout.razor.rz.scp.css */
.header[b-x0gt2u4mkr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 0 60px;
    width: 100%;
    background: rgba(24, 66, 151, 1);
    font-size: 24px;
}

.logo[b-x0gt2u4mkr] {
    width: 147px;
    display: flex;
    align-items: center;
    margin-right: 98px;
}

.nav[b-x0gt2u4mkr] {
    display: flex;
    height: 100%;
}

.header__img[b-x0gt2u4mkr] {
    width: 100%;
}

.menu[b-x0gt2u4mkr] {
    display: flex;
    height: 100%;
}

.menu-item[b-x0gt2u4mkr] {
    position: relative;
    padding: 0 25px;
    color: #fff;
    line-height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.menu-item:hover[b-x0gt2u4mkr] {
    background-color: rgba(255, 255, 255, 0.25);
    ;
}

.top-line[b-x0gt2u4mkr] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
}

.menu-item:hover .top-line[b-x0gt2u4mkr] {
    display: block;
}

.login-box[b-x0gt2u4mkr] {
    display: flex;
    height: 100%;
    align-items: center;
}

.mo-show[b-x0gt2u4mkr] {
    display: none;
}

.login-box a[b-x0gt2u4mkr] {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 14px;
    color: #fff;
    text-decoration: none;
}

.header[b-ji4fi1zl08][b-x0gt2u4mkr] {
    display: flex;
    flex-wrap: nowrap;
    color: rgb(255, 255, 255);
    padding: 0 60px;
    width: 100%;
    font-size: 18px;
}

.user[b-x0gt2u4mkr] {
    display: block;
    display: flex;
    margin-right: 0px;
    position: relative;
    padding: 0 25px;
    color: #fff;
    line-height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.user-menu[b-x0gt2u4mkr]{
    position: absolute;
    right: 60px;
    background-color: white;
    z-index: 4;
}
.user-menu-container[b-x0gt2u4mkr]{
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.6);
z-index: 3;
}
@media(max-width: 1279px) {
    .menu-item[b-x0gt2u4mkr] {
        font-size: 18px;
        line-height: 55px;
        padding: 0 20px;
        position: relative;
        color: #fff;
        line-height: 85px;
        white-space: nowrap;
    }

    .logo[b-x0gt2u4mkr] {
        width: 120px;
        margin-right: 30px;
}

}

@media (max-width: 787px) {

    .header[b-x0gt2u4mkr] {
        display: flex;
        flex-direction: column;
        padding: 0 10px;
    }

    .info[b-x0gt2u4mkr] {
        padding: 10px;
    }

    .game-info[b-x0gt2u4mkr] {
        padding: 10px 0;
    }

    .nav[b-x0gt2u4mkr] {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }

    .menu-item[b-x0gt2u4mkr] {
        font-size: 16px;
        padding: 0 8px;
        line-height: 40px;
        
    }

    .logo[b-x0gt2u4mkr] {
        width: 150px;
        height: max-content;
        margin-right: 0;
        margin-left: 0;
        margin-top: 10px;
    }
 
    .header[b-ji4fi1zl08][b-x0gt2u4mkr] {
        font-size: 18px;
        padding: 0 20px;
        line-height: 40px;
        margin-right: 50px;
    }

    .user[b-x0gt2u4mkr] {
        display: block;
        display: flex;
        margin-right: 0px;
        position: relative;
        padding: 0 25px;
        color: #fff;
        line-height: 85px;
        display: flex;
        justify-content: center;
        align-items: center;
        white-space: nowrap;
        margin-top: 0px;
    }
    .user-menu[b-x0gt2u4mkr]{
        position: absolute;
        right: 35%;
        background-color: white;
        z-index: 4;
    }
}
