﻿
/*-----------------mainpage----------------*/
.main_page{
    /*margin-top: 44px;*/
    margin-top: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.sectionStyle{
    height: 100%;
    position: relative;
    width: 100%;
}
.logo_height{
    width: 100%;
    height: 100%;
    position: absolute;
}
.logo{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
.logo img{
    height: 100%;
    width: 100%;
}
.maintab{
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: -webkit-box;
    border-bottom: 1px solid #D3D3D3;
    font-size: 16px;
}
.maintab a:nth-child(2){
 
}
.tab {
    color: #313131;
    height: 100%;
    text-align: center;
    background-color: #eff3f4;
    -webkit-box-flex: 1;
    display: block;
}
.tab>p{
    display: inline-block;
}
.tcur {
    color: #F28518;
    border-bottom: 2px solid #F28518;
}
.hide{
    display: none;
}
.poster_bg{
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.poster{
    overflow: hidden;
    height: 130px;
    max-height: 268px;
    width: 100%;
}
.poster li{
    height: 130px;
    margin: 0 auto;
}
.poster a{
    display: inline-block;
}
.poster ul{
    display: block;
    white-space: nowrap;
    height: 130px;
}
.poster img{
    border:0 none;
    width:100%;
    height:100%;
}
.tipbtns {
    bottom: 0;
    font-size: 0;
    height: 17px;
    line-height: 24px;
    background-color: rgba(0,0,0,0.1);
    text-align: right;
    padding-right: 14px;
    position: absolute;
    width: 100%;
}
.swiper-pagination-switch{
    display: inline-block;
    height: 6px;
    margin-right: 12px;
    margin-left: -5px;
    width: 6px;
    border-radius: 4px;
    border:1px solid #F28518;
}
.swiper-active-switch{
    background-color: #F28518;
}
.games{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 2px;
}
.games ul{
    display: inline-block;
    width: 100%;
}
.games li p{
    display: inline-block;
    position: relative;
    width: 62%;
    overflow: hidden;
    white-space: nowrap;
}
.games .title {
    top: -18px;
    font-size: 14px;
    left: 0px;
    height: 30%;
    padding-top: 5px;
}
.games .star{
    top: -46px;
    left: 72px;
    color: #adabac;
    font-size: 12px;
    background-image: url("../images/common/mstar_grey.png");
    background-repeat: no-repeat;
    background-size: 59px;
    background-position: 0 0;
    overflow: visible;
}
.star img{
    width: 59px;
    vertical-align: top;
}

.mGsize{
    position: absolute;
    left: 60px;
    -webkit-transform: scale(0.9);
    top: -2px;
}
.mainhot {
    position: absolute;
    width: 36px;
    height: 34px;
    z-index: 1;
}
.mainhot img {
    width: 100%;
    height: 100%;
}
.mainhot .type {
    position: relative;
    top: -36px;
    color: #ffffff;
    font-size: 12px;
}
.img img{
    width: 100%;
    height: 100%;
}
.main_btn{
    width: 50px;
    height: 25px;
    position: absolute;
    right: 20px;
    bottom: 25px;
    line-height: 25px;
    text-align: center;
    z-index: 1;
    font-size: 15px;
}

    .games li{
        width: 100%;
        float: left;
        position: relative;
        color: #000;
        height: 80px;
        border-bottom: 1px solid #ebebeb;
    }
    .img {
        width: 62px;
        display: inline-block;
        height: 62px;
        position: relative;
        margin: 9px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .games .introduce{
        display:inline-block;
        top: -48px;
        left: 72px;
        color: #adabac;
        font-size: 12px;
        text-overflow: ellipsis;
        width: 65%;
    }

/*@media screen and (min-width: 961px) {
    .games li{
        width: 31%;
        float: left;
        margin: 0 10px;
        margin-bottom: 10px;
        padding-bottom: 5px;
        position: relative;
        color: #000;
        border-bottom: 1px solid #ebebeb;
    }
    .img {
        width: 100%;
        height: 130px;
    }
    .introduce{
        -webkit-transform: scale(0.7);
        -o-transform: scale(1);
        display: inline-block;
        color: #adabac;
        top: -4px;
        left: -20px;
    }
}*/
.game_content{
    width: 75%;
    height: 100%;
}
.logo a{
    position: absolute;
    display: block;
}
.logo_cancel{   
    bottom: 0;
    left: 50%;
    width: 35%;
    height: 7%;
    margin-left: -18%;
}
.logo_load{
    bottom: 6%;
    width: 37%;
    height: 12%;
    left: 50%;
    margin-left: -18%;
}
.grey_line{
    height: 70%;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    top: 15%;
    position: relative;
}
.grey_line_text{
    width: 96%;
}

/* category style */
.category{
   width: 100%;
   height: 100%;
   position: absolute;
}
.category_page{
   /* margin-top: 44px;*/
   width: 100%;
}
.category_page ul{
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}
#categoryGame_box li{
    width: 45%;
    float: left;
    position: relative;
    margin: 2%;
    background-color: #ffffff;
    height:100px;
    overflow: hidden;
    border-bottom: 1px solid #DCDCDC;
}
#categoryGame_box{
    background-color: #eeeeee;
}
.cate_picture{
    width: 100%;
    height: 70%;
    margin-top: 0;
    margin-left: 0;
}
.cate_picture img{
    width: 100%;
    height: 100%;
}
.cate_content{
    position: absolute;
    bottom:0;
    width: 100%;
    height: 25%;
}
.cate_content>div{
    width: 50%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.cate_belong{
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.875em;
}
.belong{

}
.belong_tip{

}
.cate_sum{
    color: #747474;
    font-size:9px;
    text-align: right;
    margin-top: 3px;
}
.sum{

}
.sum_tip{

}
#categoryGame_box .backgroundImg70px{
    background-image: url("../images/common/intial_game_pic.png");
    background-repeat: no-repeat;
    background-position: center;
}
.search{
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search input{
    height: 25px;
    width: 70%;
    border-radius: 3px;
    outline:none;
    border:1px solid grey;
}
.search input:focus{ 
    border:1px solid grey;
}
.search_btn{
    width: 50px;
    height: 30px;
    border: 1px solid #F28518;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    left: 10px;
    color: #ffffff;
    background-color: #F28518;
    line-height: 30px;
}
#mainGames .loading_pic{
    margin-left: 0;

}







