﻿
/*phone*/
@media screen and (orientation:portrait) and (min-width: 320px) and (max-width: 640px) {
    .poster{
        height: 150px;
    }
    .poster li{
        height: 150px;
    }
    .banner_bg{
        background-size: 117px 103px;
        background-position: 58% 10px;
    }
}
@media screen and (orientation:landscape) and (min-width: 480px) and (max-width: 960px) {
    .poster{
        height: 200px;
    }
    .poster li{
        height: 200px;
    }
    .banner_bg{
        background-size: 194px 166px;
        background-position: 58% 20px;
    }
}
/*pad*/
@media only screen and (orientation:portrait) and (min-width: 641px) and (max-width: 1536px) {
    .poster{
        height: 240px;
    }
    .poster li{
        height: 240px;
    }
    .banner_bg{
        background-size: 214px 186px;
        background-position: 58% 50px;
    }
    .games li{
        height: 110px;
    }
    .img{
        width: 80px;
        height: 80px;
        margin: 12px;
        margin-top: 17px;
    }
    .backgroundImg62px{
        background-size: 80px 80px;
    }
    .games .introduce{
        left: 105px;
        top: -45px;
        font-size: 14px;
    }
    .games .star{
        left: 110px;
        top: -60px;
        font-size: 14px;
    }
    .logo_cancel{   
        bottom: 4%;
    }
    .logo_load{
        bottom: 11%;
    }
    .title{
        font-size: 20px;
        top: -30px;
    }
    .main_btn{
        width: 90px;
        height: 35px;
        line-height: 35px;
    }
    .maintab{
        height: 45px;
    }
    .tab{
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }
    .tipbtns{
        height: 30px;
        line-height: 34px;
    }
    .main_page{
        
    }
    #categoryGame_box li{
        height: 200px;
    }
}
@media only screen and (orientation:landscape) and (min-width: 961px) and (max-width: 2048px) {
    .poster{
        height: 280px;
    }
    .poster li{
        height: 280px;
    }
    .banner_bg{
        background-size: 234px 206px;
        background-position: 58% 50px;
    }
    .games li{
        height: 120px;
    }
    .img{
        width: 85px;
        height: 85px;
        margin: 15px;
        margin-top: 17px;
    }
    .backgroundImg62px{
        background-size: 85px 85px;
    }
    .games .introduce{
        left: 115px;
        top: -54px;
        font-size: 14px;
    }
    .games .star{
        left: 115px;
        top: -60px;
        font-size: 14px;
    }
    .logo_cancel{   
        bottom: 0;
    }
    .logo_load{
        bottom: 6%;
    }
    .title{
        font-size: 20px;
        top: -30px;
    }
    .main_btn{
        width: 90px;
        height: 35px;
        line-height: 35px;
    }
    .maintab{
        height: 45px;
    }
    .tab{
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }
    .tipbtns{
        height: 35px;
        line-height: 40px;
    }
    .main_page{
        
    }
    #categoryGame_box li{
        height: 200px;
    }
}

/*phone*/
@media screen and (orientation:portrait) and (min-width: 320px) and (max-width: 640px) {
    .category_page li{
        height:99px;
    }
    .cate_picture{

    }
    .cate_content{

    }
}
@media screen and (orientation:landscape) and (min-width: 480px) and (max-width: 960px) {
    .category_page li{
        height:99px;
    }
    .cate_picture{

    }
    .cate_content{

    }
}
/*pad*/
@media only screen and (orientation:portrait) and (min-width: 641px) and (max-width: 1536px) {
    .category_page li{
        height:165px;
    }
    .cate_picture{

    }
    .cate_content{

    }
    .backgroundImg55px{
        background-size: 125px 125px;
    }
    .belong {
        font-size: 26px;
    }
    .belong_tip {
        font-size: 16px;
    }
    .cate_sum{
        font-size: 16px;
    }
    .cate_count_bg {
        width: 56px;
        height: 54px;
    }
    .cate_count {
        top: -52px;
        right: -12px;
        font-size: 20px;
    }
}
@media only screen and (orientation:landscape) and (min-width: 961px) and (max-width: 2048px) {
    .category_page li{
        height:120px;
    }
    .cate_picture{

    }
    .cate_content{

    }
    .backgroundImg55px{
        background-size: 90px 90px;
    }
    .belong {
        font-size: 24px;
    }
    .belong_tip {
        font-size: 15px;
    }
    .cate_sum{
        font-size: 15px;
    }
    .cate_count_bg {
        width: 56px;
        height: 54px;
    }
    .cate_count {
        top: -52px;
        right: -12px;
        font-size: 20px;
    }
}