body{
    background: #fff;
    font-size: 0;
    line-height: 1;
}
.adtitle{
    line-height:14px;
}
.mb10px{
    margin-bottom:10px;
}
.mx10px{
    margin-left:10px;
    margin-right:10px;
}
.section{
    margin:35px 0px 0;
    padding:32px 10px 0;
    border-radius:6px;
}

/****/
ul.games{
    margin:0 -1% 5px;
}
.section .tag_game_list{
    width:46%;
    margin:0 2% 15px;
    background:#fff;
    border-radius:6px;
    padding:0;
}
.section .tag_game_list.small{
    width:29%;
    margin:0 2% 15px;
}
.section .tag_game_list .img{
    width:100%;
    position:relative;
    overflow:visible;
}
.section .tag_game_list .img .hot{
    position:absolute;
    width:50px;
    height:50px;
    left:-2px;
    top:-2px;
}
.section .tag_game_list .img img{
    border-radius:10px;
}
.section .tag_game_list .right{
    width:calc(100% - 133px);
    height:100%;
    display:none;
}
.section .tag_game_list .right h3{
    line-height:30px;
    margin:5px 0 0;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section .tag_game_list .right h2 a{
    font-size:14px;
}
.section .tag_game_list .right p.desc{
    font-family:Roboto-Light;
    font-size:12px;
    color:#999;
    line-height: 20px;
    padding-right:10px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section .tag_game_list .right .play_button{
    background:#1153FB;
    color:#fff;
    border-radius:3px;
    position:absolute;
    right:10px;
    bottom:10px;
    padding:0 10px;
    font-size:12px;
}
/****/
.first-section{
    background: url("/images/new_mobile/bg_header_blue.png") no-repeat;
    background-size: 100% auto;
    background-position: 0 -82px;
    padding-top: 33px;
}

.first-section li{
    width: 21.3%;
    height: 73px;
    padding: 2px;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 14px;
    box-shadow:1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}

.first-section li a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.list-h100-wrapper{
    background: #fff;
    border-radius: 6px;
    margin:0 auto 10px;
    width: 98%;
    padding: 20px 0px 10px;
}

.section h1,.section h2,.section .h1{
    font-weight:bold;
    text-align: center;
    font-size: 15px;
    color: #7912FB;
    line-height: 40px;
    top: -20px;
    left: 10%;
    min-width: 80%;
    /* margin-top: 35px; */
    margin-bottom: 35px;
}

.section.part2 h2{
    background-color: #FF6100;
}
.section.section-new h2{
    background-color:#ff1f48;
}
.section.section-trends h2{
    background:#4f00ff;
}
.section.all_games h2{
    background:#00547C;
}

.section-interested li{
    width: 30.6%;
    margin-bottom: 27px;
    height:151px;
}

.section-interested li a{
    width: 100%;
    height: 100%;
    padding-bottom: 12px;
}

.section-interested li .item-img{
    display: block;
    width: 76%;
    border-radius: 10px;
    overflow: hidden;
    margin: -12px auto 0;
}

.section-interested li p.item-name{
    line-height:15px;
    background-color: transparent !important;
    max-height: 30px;
    overflow: hidden;
}

.section-interested li p{
    width: 76%;
    margin: 0 auto;
    text-align: center;
    font-size:12px;
    font-weight:bold;
    font-style: italic;
    color:rgba(255,255,255,1);
    line-height:26px;
    border-radius: 13px;
}

.section-interested li:nth-of-type(1){
    background: url("/images/new_mobile/interest_1.png") no-repeat center/100% 100%;
}

.section-interested li:nth-of-type(1) .item-img{
    border:2px solid rgba(31,185,255,1);
    box-shadow:2px 1px 6px 0px rgba(0,62,114,0.66);
}

.section-interested li:nth-of-type(1) p{
    background-color: #1153FC;
}

.section-interested li:nth-of-type(2){
    background: url("/images/new_mobile/interest_2.png") no-repeat center/100% 100%;
}

.section-interested li:nth-of-type(2) .item-img{
    border:2px solid rgba(251,216,123,1);
    box-shadow:2px 1px 6px 0px rgba(141,102,0,0.66);
}

.section-interested li:nth-of-type(2) p{
    background-color: #FF6100;
}

.section-interested li:nth-of-type(3){
    background: url("/images/new_mobile/interest_3.png") no-repeat center/100% 100%;
}

.section-interested li:nth-of-type(3) .item-img{
    border:2px solid rgba(209,161,248,1);
    box-shadow:2px 1px 6px 0px rgba(64,0,170,0.66);
}

.section-interested li:nth-of-type(3) p{
    background-color: #4F00FF;
}

.section-interested li:nth-of-type(4){
    background: url("/images/new_mobile/interest_4.png") no-repeat center/100% 100%;
}

.section-interested li:nth-of-type(4) .item-img{
    border:2px solid rgba(147,255,235,1);
    box-shadow:2px 1px 6px 0px rgba(0,130,91,0.66);
}

.section-interested li:nth-of-type(4) p{
    background-color: #00B827;
}

.section-interested li:nth-of-type(5){
    background: url("/images/new_mobile/interest_5.png") no-repeat center/100% 100%;
}

.section-interested li:nth-of-type(5) .item-img{
    border:2px solid rgba(255,181,194,1);
    box-shadow:2px 1px 6px 0px rgba(139,0,25,0.66);
}

.section-interested li:nth-of-type(5) p{
    background-color: #FF1F48;
}

.section-interested li:nth-of-type(6){
    background: url("/images/new_mobile/interest_6.png") no-repeat center/100% 100%;
}

.section-interested li:nth-of-type(6) .item-img{
    border:2px solid rgba(115,239,255,1);
    box-shadow:2px 1px 6px 0px rgba(0,94,118,0.66);
}

.section-interested li:nth-of-type(6) p{
    background-color: #0098FF;
}

.section.section-common{
    padding-top:10px;
    padding-bottom: 10px;
    margin-top: 20px;
}
.section.section-common.part2,.section.section-common.section-new,.section.section-common.section-trends{
    margin-top:40px;
    padding-top:30px;
}

.section-common.section-popular{
    background: url("/images/new_mobile/index_popular.png") no-repeat;
    background-size: 100% auto;
    margin-top: 5px;
}

.section-common li{
    width: 30%;
    height: 96px;
    overflow: hidden;
    margin-bottom: 13px;
    box-shadow:1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.section-common.section-ads{
    background: url("/images/new_mobile/section_bg2.png") #feb800 no-repeat;
    background-size: 100% auto;
}

.section-ads .index-ads-con{
    background:rgba(255,255,255,1);
    border-radius:6px;
    padding:10px;
    margin: 0 auto 10px;
    width: 100%;
}

.section-common.section-new{
    background: url("/images/new_mobile/section_new.png") #ff7a93 no-repeat;
    background-size: 100% auto;
}

.section-common.section-trends{
    background: url("/images/new_mobile/section_trends.png") #7a2ef7 no-repeat;
    background-size: 100% auto;
}

.section-online h2{
    background:#00547C;
    border-radius:18px;
    line-height: 36px;
    font-size:15px;
    color:rgba(255,255,255,1);
    text-align: center;
    font-style: italic;
    margin-top: 35px;
    margin-bottom: 20px;
}

.section-online ul{
    height: 255px;
}

.section-online li{
    position: absolute;
    width: 30.6%;
    height: 105px;
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow:1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}

.section-online li a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.section-online li:nth-of-type(1){
    width: 65.4%;
}

.section-online li:nth-of-type(9){
    width: 65.4%;
}

.more-img{
    width: 160px;
    height: 62px;
    margin: 35px auto;
}

.more-list{
    margin-top: 35px;
    margin-bottom: -25px;
}

.more-list .item-list{
    width: 48.1%;
}

.more-list .item-list:nth-of-type(2){
    margin-top: 25px;
}

.more-list .item-list a{
    display: block;
    width: 100%;
    background:rgba(255,255,255,1);
    box-shadow:1px 1px 2px 0 rgba(0, 0, 0, 0.4);
    border-radius:5px;
    margin-bottom: 25px;
    overflow: hidden;
}

.more-list .item-img{
    width: 100%;
    height: 165px;
}

.more-list .item-con{
    padding: 12px 14px 15px;
}

.more-list .item-name{
    font-size:12px;
    font-weight: bold;
    font-style: italic;
    color:rgba(51,51,51,1);
    line-height:1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
}
.more-list .tag.hot{
    height: 15px;
    background: url("/images/new_mobile/more_hot.png") no-repeat;
    background-size: auto 100%;
    background-position: 0 0;
}

.more-list .tag.new{
    height: 15px;
    background: url("/images/new_mobile/more_new.png") no-repeat;
    background-size: auto 100%;
    background-position: 0 0;
}

.more-list .tag.trends{
    height: 15px;
    background: url("/images/new_mobile/more_trends.png") no-repeat;
    background-size: auto 100%;
    background-position: 0 0;
}

@media screen and (max-width: 320px){

    .section{
        margin:35px 0 10px;
    }

    .list-h100-wrapper{
        margin: 5px auto 10px !important;
        box-shadow: none;
        width:auto;
        border-radius:0;
    }

    .section-common.section-ads{
        margin: 30px 0 0 0 !important;
    }

    .section-ads .index-ads-con{
        background: transparent;
        border-radius: 0;
        padding: 0 !important;
    }

    /*其他列表页 start*/
    .section-ads.first-section{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .list-h100-wrapper.section-ads{
        margin-top: 37px !important;
    }
    /*其他列表页 end*/
}

.bg-blue{
    background-color: #00547C;
}
.tag_list{
    margin:0 0 30px;
}
.tag_list h2{
    font-size:14px;
    font-family:Roboto-Light;
    padding:0 15px;
    line-height:30px;
}
.tag_list .tag_item .img{
    display:inline-block;
    width:60px;
    margin:10px 0 10px 15px;
}
.tag_list .tag_item .img img{
    width:100%;
    border-radius:6px;
}
.tag_list .tag_item .name{
    display:flex;
    margin:20px 10px 20px 15px;
}
.tag_list .tag_item .name a{
    align-self:center;
    line-height:25px;
    font-family:Roboto-Light;
}
.tag_list .tag_item .button{
    margin:20px 15px 20px auto;
    display:flex;
}
.tag_list .tag_item .button a{
    color:#892FFB;
    padding:7px 10px;
    text-transform: capitalize;
    display:inline-block;
    align-self:center;
    border-radius:15px;
    border:1px solid #7912FB;
    font-size:12px;
}
.div-line{
    border-bottom:1px solid #eee;
    margin:0 15px;
}

.footer ul li a{
    color:#666;
    font-size:12px;
    opacity:0.5;
}
.footer{
    background:#f6f6f6;
    padding:0 0 10px;
}