html {
    box-sizing: border-box;
    /* font-family: sans-serif; */
    font-family: "Helvetica Neue","ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;
    height: 100%;
    width: 100%;
    font-size: 16px;
}
body {
    -webkit-text-size-adjust: 100%;
    background-color: #0a090d;
    margin: 0;
    min-height: 100%;
    width: 100%;
    height: 100%;
}
#app {
    width: 750px;
    height: 5367px;
    margin: 0 auto;
    position: relative;
    background-image: url(../mobile/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    background-size: cover;
}
/* nav start ↓ */
.app_nav {
    width: 750px;
    height: 5rem;
    background: #0a090d;
    opacity: .7;
    position: absolute;
    top: 0;
    z-index: 99;
}
.nav_row{
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem 0 1.5rem;
    line-height: 5rem;
    position: relative;
}
.nav_logo{
    height: 70%;
    margin: auto 0;
}
.nav_logo img {
    height: 100%;
}
.nav_menu{
    height: 2rem;
    position: absolute;
    right: 1rem;
    top: 1.5rem;
    cursor: pointer;
}
.nav_menu img{
    height: 100%;
}
ul,li {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* nav end ↑ */
/* main start ↓ */
.main{
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}
/* main1 start ↓ */
.app_main1{
    width: 100%;
    height: 348px;
    position: absolute;
    margin: 0 auto;
    top: 830px;
}
.main1_btn{
    width: 100%;
}
.main1_btn ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.main1_btn ul li {
    height: 4rem;
}
.main1_btn ul li img {
    height: 100%;
}
.main1_btn .qr_code{
    height: 64;
    width: 215px;
}
.main1_btn .qr_code button{
    background: #000;
    outline: none;
    border: 1px solid white;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 1.4rem;
    cursor: pointer;
}
.main1_video {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 3rem 0;
    cursor: pointer;
}
.mian1_down {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 6rem;
}
.mian1_down img{
    height: 2.6rem;
}

@keyframes bounce-down {
    25% {transform: translateY(-8px);}
    50%{transform: translateY(0);}
    75% {transform: translateY(8px);}
    100% {transform: translateY(0);}
}
.mian1_down img{ 
    -webkit-animation: bounce-down 1s linear infinite;animation: bounce-down 1s linear infinite;
}

/* main1 end ↑ */
/* main2 start ↓ */
.app_main2{
    width: 100%;
    height: 1840px;
    position: absolute;
    top: 1178px;
}
.main2_title {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.main2_news{
    margin-top: 3rem;
}
.main2_n_content{
    width: 100%;
}
.main2_n_c_title{
    width: 100%;
    padding: 0 1rem;
    border-bottom: 1px solid rgb(198, 179, 153);
}
.main2_n_c_title>div{
    display: inline-block;
    margin-bottom: 1rem;
    font-size: .8rem;
    text-align: center;
    cursor: pointer;
}
.main2_n_c_title_text {
    width: 5rem;
    height: 3rem;
    line-height: 3rem;
    color: rgb(239, 209, 139);
    margin-right: 1rem;
}
.main2_n_c_title_text_active {
    background: rgb(159, 101, 100);
    color: white;
    border-radius: .4rem;
}
.main2_n_c_title_more {
    background: url(../mobile/new/more.png);
    height: 2rem;
    width: 2rem;
    float: right;
    margin-top: .8rem;
}
.main2_n_c_list {
    height: 900px;
    width: 100%;
    padding: 0 1rem;
    margin-top: 1rem;
}
.main2_n_c_r_list{
    color: rgb(198, 179, 153);
    border-bottom: 1px solid rgb(198, 179, 153);
    margin-bottom: 1rem;
}
.main2_n_c_l_overflow{
    height: 100%;
    width: 100%;
    background: url(../mobile/new/news.png) no-repeat;
    background-size: 100% 100%; 
    box-sizing: border-box;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    white-space: nowrap;
    padding: 2rem 1.5rem;
}
.main2_n_c_row {
   width: 100%;
}
.main2_n_c_row>div{
    margin: 15 0;
}
.main2_n_c_l_overflow::-webkit-scrollbar {
    height: 1px;
    width: 9px;
}
.main2_n_c_l_overflow::-webkit-scrollbar-thumb {

    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background:rgb(130, 118, 80);
    display: inline-block;
    height: 3rem;
}
.main2_n_c_l_overflow::-webkit-scrollbar-track {
 
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}
.main2_n_c_l_title {
    height: 3rem;
    line-height: 3rem;
}
.main2_n_c_l_title img{
    position: absolute;
    top: 0.9rem;
}
.main2_n_c_l_title span {
    padding-left: 1.5rem;
}
.main2_twitter{
    width: 100%;
    height: 600px;
    margin-top: 50px;
    padding: 1rem;
}
.main2_t_title{
    height: 5rem;
    border: 1px solid rgb(208, 168, 123);
    background: #0a090d;
    opacity: .7;
}
.main2_t_t_page{
    display: inline-block;
    width: 80%;
    height: 100%;
    font-size: 1.5rem;
    color:  rgb(208, 168, 123);
    line-height: 78px;
}
.main2_t_t_page a{
    color:  rgb(208, 168, 123);
    display: inline-block;
    margin-left: 10px;
}
.main2_t_t_icon {
    width: 5rem;
    height: 100%;
    float: left;
    text-align: center;
}
.main2_t_t_icon img {
    margin: 1rem;
    height: 3rem;
}
.main2_t_tweet{
    height: 30rem;
    border: 1px solid rgb(208, 168, 123);
    margin-top: 1rem;
    background: #0a090d;
    opacity: .7;
}
/* main2 start ↑ */
/* main3 start ↓ */
.app_main3 {
    width: 100%;
    height: 790px;
    position: absolute;
    top: 3016px;
}
.main3_title {
    width: 100%;
    height: 6rem;
    margin-top: 3rem;
    padding: 0 3rem;
}
.main3_title img {
    width: 100%;
}
.main3_carousel {
    width: 100%;
    margin-top: 3rem;
}
.active_left{
    width: 3rem;
    height: 3rem;
}
.active_right{
    width: 3rem;
    height: 3rem;
}
.mu-carousel-item{
    width: 90%;
    margin: 0 auto;
}
.mu-carousel-item img{
    height: 70%;
    min-width: auto;
}
/* main3 end ↑ */
/* main4 start ↓ */
.app_main4 {
    width: 100%;
    height: 360px;
    position: absolute;
    top: 3805px;
}
.main4_title{
    width: 100%;
    height: 6rem;
    margin-top: 3rem;
    padding: 0 3rem;
}
.main4_title img{
    width: 100%;
}
.main4_table {
    width: 100%;
    height: 210px;
    padding: 0 1rem;
}
.main4_table table{
    width: 100%;
    height: 210px;
}
.main4_t_list {
    height: 60px;
    /* background: rgb(199, 178 , 152); */
    border: 1px solid rgb(199, 178 , 152);
    text-indent: 1rem;
    line-height: 48px;
    color: rgb(199, 178 , 152);
    background: rgb( 14, 19, 25);
    opacity: .9;
    text-align: center;
}
/* main4 end ↑*/
/* main5 start ↓ */
.app_main5 {
    height: 690px;
    width: 100%;
    top: 4140px;
    position: absolute;
    padding: 0 1rem;
}
.main5_title{
    width: 100%;
    height: 3rem;
    margin-top: 5rem;
}
.main5_title h2{
    margin: 0;
    color: rgb(239, 209, 139);
    text-align: left;
}
.main5_contribute{
    width: 100%;
    height: 4.5rem;
} 
.main5_contribute p{
    margin: 0;
    color: rgb(198, 179, 153);
    display: inline-block;
    height: 1.8rem;
    line-height: 1.8rem;
}
.main5_c_input {
    width: 100%;
    height: 2.7rem;
    line-height: 2.7rem;
}
.main5_c_input input::-webkit-input-placeholder {
        /* placeholder颜色  */
         color: rgb(208, 168, 123);
        /* placeholder字体大小  */
         font-size: 12px;
         text-indent: 1rem;
    }
.main5_c_input button{
    width: 15%;
    background: rgb(198, 179, 153);
    border-radius: 15px;
    color: #0a090d;
    height: 2.7rem;
    line-height: 1.4rem;
    float: right;
    font-size: 1.3rem;
    outline: none;
    cursor: pointer;
}
.main5_c_input input{
    width: 80%;
    height: 2.7rem;
    line-height: 2.7rem;
    background: none;
    border: 1px solid rgb(199, 178 , 152);
    outline: none;
    background: rgb( 14, 19, 25);
    opacity: .9;
    color: white;
    text-indent: 1rem;
}
.main5_list {
    width: 100%;
    height: 450px;
    border: 1px solid rgb(199, 178 , 152);
    margin-top: 1.5rem;
    background: rgb( 14, 19, 25);
    opacity: .9;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    white-space: nowrap;
}
.main5_list_content {
    width: 95%;
    margin: 0 auto;
}
.main5_list::-webkit-scrollbar {
    height: 1px;
    width: 9px;
}
.main5_list::-webkit-scrollbar-thumb {
    /* background: rgb(130, 118, 80);
    margin-right: -30px;
    height: 30px; */
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background:rgb(130, 118, 80);
    display: inline-block;
    height: 3rem;
}
.main5_list::-webkit-scrollbar-track {
    /* border: none;
    background: none; */
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}
/* main5 end ↑ */
/* main6 start ↓ */
.app_main6 {
    position: absolute;
    width: 100%;
    height: 481px;
    top: 4886px;
    background: url(../mobile/footer/footer.jpg) no-repeat;
}
.main6_gameInfo {
    width: 100%;
    height: 12.5rem;
    margin: 4rem 0;
}
.main6_gI_logo{
    width: 8rem;
    display: inline-block;
}
.main6_gI_info{
    width: 16rem;
    height: 8rem;
    float: right;
    margin-right: 8rem;
}
.main6_gI_logo {
    margin-left: 25%;
}
.main6_gI_logo img{
    width: 100%;
}
.main6_gI_info {
    /* padding-top: 1.5rem; */
}
.main6_gI_info p {
    margin: 7px 0;
    color: rgb(239, 209, 139);
    width: 100%;
    display: inline-block;
    height: 1.2rem;
    line-height: 0rem;
}
.main6_cilck {
    padding: 0 4rem;
    width: 100%;
    height: 5rem;
}
.main6_c_link{
    color: rgb(208, 168, 123);
    height: 3rem;
    text-align: center;
}
.main6_c_link i {
    display: inline-block;
    position: absolute;
    top: 2;
}
.main6_c_link i img{
    height: 1rem;
}
.main6_c_link span {
    display: inline-block;
    height: 1.3rem;
    margin-left: 30px;
    color: rgb(0, 162, 255);
}

/* main6 end ↑ */
/* main end ↑ */
/* menu start ↓ */

.mobile_menu {
    height: 100%;
    width: 750px;

    position: absolute;
    z-index: 101;
    top: 0;
    background: rgb( 14, 19, 25) !important;
    opacity: .9;
}
.mb_m_close {
    float: right;
    margin: 1rem;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
}
.mb_m_close img{
    height: 100%;
}
.mb_m_list_third {
    width: 100%;
    height: 3.6rem;
    display: flex;
    justify-content: space-around;
    padding: 0 3rem;
}
.mb_m_list_third>div {
    /* border-radius: 50%; */
    height: 100%;
    width: 3.6rem;
    overflow: hidden;
}
.mb_m_list_third>div img {
    height: 100%;
}
.mb_m_list_nav {
    height: 460px;
    width: 100%;
    margin: 4rem 0;
}
.mb_m_list_nav ul {
    height: 100%;
    width: 100%;
}
.mb_m_list_nav ul li {
    width: 80%;
    margin: 0 auto;
    height: 6rem;
    line-height: 6rem;
    color: rgb(239, 209, 139);
    font-size: 32px;
    text-align: center;
    border-bottom: 1px dashed rgba(208, 168, 123,.5);
    cursor: pointer;
}
.menu_active {
    color: aliceblue !important;
}
.mb_m_list_download {
    display: flex;
    justify-content: space-around;
}
.mb_m_list_download>div {
    width: 15rem;
}
.mb_m_list_download>div img{
    width: 100%;
}
/* menu end ↑ */
/* video start ↓ */
.app_video {
    position: absolute;
    top: 800px;
    width: 100%;
    height: 600px;
    text-align: center;
}
.videoClose{
    position: absolute;
    top: 0;
    right: 50px;
    width: 50px;
    cursor: pointer;
}
.videoClose img {
    width: 100%;
}
/* video end ↑ */
/* gotoplay start ↓ */
.gotoPlay {
    background: url(../image/go-play.png);
    width: 243px;
    height: 168px;
    position: fixed;
    right: 0;
    top: 20%;
    cursor: pointer;
}
/* gotoplay end ↑ */

/* public style start ↓ */
.fw_bolder{
    font-weight: bolder;
}
.fs_20{
    font-size: 20px;
    color: rgb(198, 179, 153);
}
.grid-cell {
    height: 36px;
    /* background: rgb(199, 178 , 152); */
    border: 1px solid rgb(199, 178 , 152);
}
.border_top_0 {
    border-top: 0;
}
.border_left_0 {
    border-left: 0;
}
.hide {
    display: none;
}
.mu-snackbar_location{
    position: absolute;
    height: 5rem;
    top: 4100;
    width: 568px;
    left: 91;
    font-size: 1.2rem;
}
.qr_code_img{
    position: absolute;
    top: 560px;
    left: calc(50% - 130px);
    width: 260px;
    height: 260px;
    z-index: 10;
}
.main4_pagination{
    position: absolute;
    bottom: 25px;
    width: 718px;
    text-align: center;
}
.mu-pagination-item.mu-button.is-current{
    color: rgb(198, 179, 153) !important;
}
.mu-pagination-item.mu-button.is-current,.mu-pagination-item.mu-button{
    background: none !important;
    border: 1px solid rgb(198, 179, 153);
}
.mu-button-wrapper{
    color: rgb(198, 179, 153) !important;
}
.mu-pagination__raised .mu-pagination-btn.mu-button{
    background: none !important;
    border: 1px solid rgb(198, 179, 153);
}
/* @media screen and (max-width: 1200px) {
    body {
        background: url(../image/bg.jpg) no-repeat;
    }
} */
/* public style end ↑ */