body,html{
    background-color: #f5f6fa;
    height: 100%;
}
.container{
    
    padding-top: 11.2vw;
    overflow-x: hidden;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}
.head{
    box-shadow: 0 2px 2px 0 #e5e6e9;
}
.head .bf_logo{
    display: block;
}
.head .back{
    float: left;
    display: none;
}
.tabBar a:nth-of-type(1){
    color: #4b9dfb;
}
.tabBar a:nth-of-type(1) i{
    background: url("../image/home02.png") center no-repeat;
    background-size: contain;
}


.swiper01{
    margin: 0 auto;
    width: 100vw;
    height: 42.13vw;
}
.swiper01 .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0.8vw 0;
}

.swiper01 .swiper-slide .swiper_pic{
    width: 100%;
    height: 100%;
}
.swiper01 .swiper-slide .swiper_pic img{
    width: 100%;
    height: 100%;
}
.swiper01 .game_info{
    position: absolute;
    box-sizing: border-box;
    padding-left: 6.13vw;
    padding-top: 25vw;
    left: 0;
    bottom: 0.8vw;
    width: 100%;
    height: 40.53vw;
    color: #fff;
    font-size: 3.7vw;
    font-weight: normal;
    background: url("../image/swiper_bg.png") left repeat-x;
    background-size: contain;
}
.swiper01 .game_info h3{
    font-weight: normal;
    padding-bottom: 0.9vw;
}
.swiper01 .game_info img{
    display: block;
    width: 10.8vw;
    height: 10.8vw;
    float: left;
    border-radius: 1.2vw;
    margin-right: 1.8vw;
}
.swiper01 .game_info div{
    float: left;
}
.swiper01 .game_info p{
    font-size: 3.2vw;
}
.swiper01 .swiper-pagination{
    text-align: right;
    bottom: 3vw!important;
    box-sizing: border-box;
    padding-right: 4vw;
}
.swiper01 .swiper-pagination-bullet{
    width: 2.93vw;
    height:2.93vw;
    border-radius: 50%;
    opacity: 1;
    background: #fff;
    margin: 0 0.5vw!important;
}
.swiper01 .swiper-pagination-bullet-active{
    width: 2.93vw;
    height:2.93vw;
    border-radius: 50%;
    opacity: 1;
    background: #fff;
    box-sizing: border-box;
    padding: 0.5vw 0.42vw;
}
.swiper01 .swiper-pagination-bullet-active i{
    display: block;
    width: 2vw;
    height: 2vw;
    background-color: #4b9dfb;
    border-radius: 50%;
}


.recommend{
    width: 100vw;
    height: 63vw;
    background-color: #fff;
    margin-bottom: 2.7vw;
}
.recommend_title{
    margin: 0 auto;
    width: 92vw;
    height: 11.6vw;
}
.recommend_title h2{
    height: 100%;
    font-weight: bold;
    font-size: 4.27vw;
    line-height: 11.6vw;
    position: relative;
    text-indent: 7.7vw;
}
.recommend_title img{
    width: 8.4vw;
    height: 5.73vw;
    position: absolute;
    top: 3.4vw;
    left: -2vw;
}
.swiper02{
    margin: 0 auto;
    padding-top: 1vw;
    box-sizing: border-box;
    height: 51.4vw;
}
.swiper02 .swiper-slide{
    width: 100%;
    box-sizing: border-box;
    padding: 0 4vw;
}
.swiper02 .swiper-slide li{
    width: 17.71vw;
    height: 42vw;
    float: left;
    text-align: center;
    margin-right: 6.8vw;
    line-height: 5.8vw;
}
.swiper02 .swiper-slide li:nth-of-type(4){
    margin-right: 0;
}
.swiper02 .swiper-slide li h3{
    font-size: 3.47vw;
    font-weight: bold;
}
.swiper02 .swiper-slide li p{
    font-size: 2.93vw;
    color: #939397;
    overflow: hidden;
    
    white-space: nowrap;
    width: 100%;
}
.swiper02 .swiper-slide li .game_download a{
    display: inline-block;
    width: 14.67vw;
    height: 6.27vw;
    line-height: 6.27vw;
    color: #fff;
    background-color: #4d9bfb;
    font-size: 3.4vw;
    border-radius: 6.27vw;
}
.swiper02 .swiper-slide li .game_download a:nth-of-type(2){
    display: none;
    
}
.swiper02 .swiper-slide li .game_download a.show{
    display: inline-block;
}
.swiper02 .swiper-slide li .game_about_logo{
    width: 100%;
    height: 17.73vw;
    margin-bottom: 1vw;
}
.swiper02 .swiper-slide li .game_about_logo a{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper02 .swiper-slide li .game_about_logo img{
    width: 100%;
    height: 17.73vw;
    border-radius: 4vw;
}
.swiper02 .swiper-slide li .game_star{
    margin: 0 auto;
    display: block;
    width: 12.65vw;
    height: 2.53vw;
    background: url("../image/star_gray.png") center repeat-x;
    background-size: contain;
    text-align: left;
    padding: 0;
    overflow: hidden;
}
.swiper02 .swiper-slide li .game_star img{
    display: block;
    float: left;
    height: 2.53vw;
    width: 2.53vw;
}
.swiper02 .swiper-pagination{
    bottom: 2.5vw!important;
}
.swiper02 .swiper-pagination-bullet{
    width: 2.93vw;
    height:2.93vw;
    border-radius: 50%;
    opacity: 1;
    background: #ced9eb;
    margin: 0 1.15vw!important;
}
.swiper02 .swiper-pagination-bullet-active{
    width: 2.93vw;
    height:2.93vw;
    border-radius: 50%;
    opacity: 1;
    background: #4d9bfb;
    box-sizing: border-box;
    padding: 0.465vw;
}


.game_list{
    background-color: #fff;
}
.game_list_title{
    margin: 0 auto;
    width: 92vw;
    height: 12.13vw;
}
.game_list_title a{
    color: #000;
    display: block;
    height: 100%;
    font-weight: bold;
    font-size: 4.27vw;
    line-height: 15.8vw;
    position: relative;
    text-indent: 7.7vw;
}
.game_list_title a img:nth-of-type(1){
    width: 8.4vw;
    height: 5.73vw;
    position: absolute;
    top: 5.2vw;
    left: -2vw;
}
.game_list_title a img:nth-of-type(2){
    position: absolute;
    top: 6.1vw;
    right: 0;
    width: 2vw;
    height: 3.2vw;
    vertical-align: middle;
}
.lists{
    width: 92vw;
    height: auto;
    margin: 0 auto;
}
.lists li{
    height: 23.87vw;
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
    margin-top: 0;
    padding-top: 3.7vw;
    overflow: hidden;
}
.lists li>a{
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
}
.lists li>a>img{
    width: 16.13vw;
    height: 16.13vw;
    display: block;
    float: left;
    border-radius: 4vw;
    margin-right: 2.5vw;
}
.lists li h3{
    font-size: 4.27vw;
    font-weight: bold;
    margin-bottom: 0.4vw;
}
.lists li div .list_star{
    margin-left: 0;
    display: block;
    width: 12.65vw;
    height: 2.53vw;
    background: url("../image/star_gray.png") center repeat-x;
    background-size: contain;
    text-align: left;
    padding: 0;
    overflow: hidden;
}
.lists li div .list_star img{
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    height: 2.53vw;
    width: 2.53vw;
}

.lists li div p{
    font-size: 3.2vw;
    color: #939397;
    width: 50vw;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 8vw;
}
.lists li>a>div:nth-of-type(1){
    width: 50vw;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 0.7vw;
}
.lists li>a>div:nth-of-type(2){
    float: right;
}
.lists li .down a{
    display: inline-block;
    width: 14.67vw;
    height: 6.27vw;
    line-height: 6.5vw;
    color: #fff;
    background-color: #4d9bfb;
    font-size: 3.4vw;
    border-radius: 6.27vw;
    text-align: center;
    margin-top: 4.93vw;
    margin-right: 1vw;
}
.lists li .down a:nth-of-type(2){
    display: none;
    
}
.lists li .down a.show{
    display: inline-block;
}
.more{
    display: block;
    width: 100%;
    height: 11vw;
    position: relative;
    text-align: center;
    line-height: 11vw;
    color: #767987;
    font-size: 4vw;
}
.more span{
    margin-right: 2vw;
}
.more img{
    width: 1.5vw;
    height: 3vw;
    vertical-align: middle;
    position: relative;
    top: -0.6vw;
}