html{
    font-size: 16px;
}
h2{
    padding:1.5rem 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000000;
}
.special_title{
    padding-bottom: 4rem;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.home_page_container{
    width: 100%;
    height: 100%;
    margin-top: 105px;
    font-family: Noto Sans CJK SC!important;
}
.store_christmas_banner img{
    width: 100%;
    height: auto;
}
.main_content{
    max-width: 1400px;
    margin: 0 auto;
}
.nav_fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    overflow: hidden;
}
.nav_click{
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    background-color: #CAEEFF;
    margin-bottom: 10px;
}
.quick_nav_list a{
    color: #333;
    font-size: 1rem;
    font-weight: bold;
}
.quick_nav_list div p{
    text-align: center;
}
.quick_nav_list div.active a{
    color: #fff;
}
.nav_click div.active{
    background-color: #0083C0;
}
.nav_click div{
    width: 20%;
    height: auto;
    text-align: center;
    padding:1rem 0;
    line-height: 1;
}
/*.nav_click .br_nav{*/
/*    line-height: 30px;*/
/*}*/
.tab_click div{
    width: 50%;
    height: auto;
    text-align: center;
    padding-bottom: 1rem;
}
.tab_click div.active{
    border-bottom: 1px solid #0078A5;
}

.tab_click div a{
    font-weight: 400;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}
.tab_click div.active a{
    color: #333;
    font-size: 18px;
}
 ::-webkit-scrollbar{
    width: 0;
     height: 0;
}
@media screen and (max-width: 768px){
    .nav_click{
        display: -webkit-box;
        overflow-x: scroll;
    }
    .quick_nav_list div{
        width: 45%;
    }
}
.quick_nav_list div:last-child{
    margin-right: 0;
}
.tab_click{
    display: flex;
    justify-content: space-around;
}
.special_content{
    border-top: 1px solid #E0E2E5;
    padding-top: 2rem;
}
.activity_content{
    display: none;
}
.activity_content img{
    width: 100%;
}
.Holiday_content{
    position: relative;
}
.Holiday_content img{
    width: 100%;
}
.activity_social{
    display: none;
    position: relative;
}
.activity_social img{
    width: 100%;
    height: 100%;
}
.activity_block{
    display: block;
}
.special_text{
    font-size: 13px;
    font-weight: 400;
    color: #56ABD1;
    text-align: center;
    margin-top: 10px;
    line-height: 15px;
}
#special,#Holiday,#Live,#Social,#Art,#Free{
    padding-top: 5rem;
}
#Live{
    margin-bottom: 3rem;
}
.com_p4_span{
    width: auto;
    padding: 0 10px;
    height: 2.5rem;
    text-align: center;
    background-color: #e11d1f;
    line-height: 2.5rem;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    position: absolute;
}
.one_btn{
    bottom: 50px;
    left: 60px;
}
.details_btn{
    bottom: 20px;
    right: 20px;
}
#Art img{
    width: 100%;
}
#Social img{
    width: 100%;
}
.activity_text,.special_activity_text{
    padding: 2rem 0;
    text-align: center;
}
.special_activity_text{
    margin: 20px auto;
}
.activity_text p{
    line-height: 25px;
    font-weight: 500;
    font-size: 16px;
}
.activity_date{
    margin-top: 40px;
}
.special_activity_text h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1.2rem
}
.special_activity_text p{
    line-height: 25px;
    font-weight: 500;
}
.special_activity_text .giveaway_text{
    font-size: 16px;
}
.special_activity_text h5{
    font-size: 14px;
    margin-top: 1.2rem;
    line-height: 25px;
    font-weight: 500;
}
.special_activity_text .partici_text{
    font-size: 14px;
}
@media screen and (max-width: 767px){
    h2{
        font-size: 18px;
    }
    h3{
        font-size: 14px;
    }
    .com_p4_span{
        width: auto;
        height: 3.5rem;
        line-height: 3.5rem;
        font-size: 12px;
    }
    .details_btn{
        bottom: 10px;
        right: 10px;
    }
    .free-content{
        margin-bottom: 40px;
    }
    .one_btn{
        bottom: -25px;
        left: 15px;
    }
    .home_page_container{
        margin-top: 50px;
    }
}
.country_select{
    padding: 10px;
    height: 100%;
}
.select_button{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.select_button a{
    margin-top: 20px;
    margin-left: 20px;
    width: 20%;
}
.last_country{
    width: 32%;
}
.country_select p{
    background-color: #2D93CA;
    padding: 15px;
    margin-bottom: 0;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
.country_select h2{
    text-align: center;
    color: #666;
}
.flex_content{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 576px){
    .last_country{
        width: 50%!important;
    }
    .select_button a{
        width: 40%;
    }
    .select_button{
        padding-bottom: 20px;
    }
    .layui-layer{
        width: 95%!important;
        left: 9px!important;
    }
}