/* index.html */
.bg_icon {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.title_box {
	padding: 0 15px 0 28px;
	height: 40px;
	line-height: 40px;
	color: #323233;
	font-weight: bold;
	font-size: 16px;
	text-indent: 10px;
	position: relative;
}

.title_box:before{
	content: "";
	position: absolute;
	left: 13px;
	top: 10px;
	width: 18px;
	height: 18px;
}
.title_box.t1:before{
	background: url(https://images.bobobaike.com/imagesnewgame/t1.png) no-repeat center center;
	background-size: contain;
}
.title_box.t2:before{
	background: url(https://images.bobobaike.com/imagesnewgame/t2.png) no-repeat center center;
	background-size: contain;
}
.title_box.t3:before{
	background: url(https://images.bobobaike.com/imagesnewgame/t3.png) no-repeat center center;
	background-size: contain;
}
.title_box.t4:before{
	background: url(https://images.bobobaike.com/imagesnewgame/t4.png) no-repeat center center;
	background-size: contain;
}
.title_box.t5:before{
	background: url(https://images.bobobaike.com/imagesnewgame/t5.png) no-repeat center center;
	background-size: contain;
}
.title_box.t6:before{
	background: url(https://images.bobobaike.com/imagesnewgame/t6.png) no-repeat center center;
	background-size: contain;
}
/* 更多-公用 */
.more_btn {
	font-size: 12px;
	color: #969799;
	font-weight: 400;
}

.more_btn:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 10px;
	position: relative;
	top: 0;
	left: 2px;
	background: url(https://images.bobobaike.com/imagesnewgame/arrow_r.png) no-repeat center center;
	background-size: contain;
}

/* 顶部-公用 */
.header_box {
	position: relative;
}

.header_box .p_relative {
	height: 56px;
	padding: 0 15px;
	background-color: #4A95FC;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_box .logo_item {
	display: block;
	/* width: 124px;
	height: 28px; */
	width: 116px;
	height: 34px;
	background: rgba(0,0,0,0.2);
	border-radius: 17px;
}

.header_box .menu_item {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-image: url(https://images.bobobaike.com/imagesnewgame/drop-menu.png);
}
/* 顶部 */
.header_box .p_relative i{
	width: 11px;
	height: 21px;
	display: inline-block;
	background: url(https://images.bobobaike.com/imagesnewgame/bg1.png) no-repeat -155px -80px;
	background-size: 200px 200px;
}
.header_box .p_relative p{
	font-size: 20px;
	color: #fff;
}

/* 下拉菜单-公用 */
.drop_box{
	display: none;
	position: absolute;
	top: 56px;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 999;
	padding-bottom: 20px;
}
.drop_box.active{
	display: block;
}
.drop_box .drop_menu li{
	width: 22.5%;
	float: left;
	margin: 20px 0 0 2%;
}
.drop_box .drop_menu li a{
	display: inline-block;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	border: 1px solid #4996FF;
	color: #4996FF;
}
.drop_box .drop_menu li a:hover,
.drop_box .drop_menu li.active a{
	background: #4996FF;
	color: #FFFFFF;
}

.drop_box .head_menu_up {
	width: 248px;
	height: 30px;
	background: #53B9BE;
	border: thin solid #53B9BE;
	box-shadow: 0 1px 10px 0 rgb(83 185 190 / 59%);
	border-radius: 4px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	margin: 32px auto 0;
}
/* 广告 */
.advertisement_box{
	height: 166px;
}
.advertisement_box a,
.advertisement_box a img{
	display: inline-block;
	height: 100%;
	width: 100%;
}

/* 路径导航-公用 */
.route_box{
	padding: 10px 15px ;
}
.route_box a{
	color: #999;
}
.route_box:before{
	content: '';
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	position: relative;
	top: 1px;
	background: url(https://images.bobobaike.com/imagesnewgame/route.png) no-repeat;
	background-size: 100% 100%;
	margin: 1px 7px 0 0;
}
.route_box a:not(:last-child):after{
	content: "";
	display: inline-block;
	width: 6px;
	height: 10px;
	background: url(https://images.bobobaike.com/imagesnewgame/arrow_r.png) no-repeat center center;
	background-size: contain;
	margin: 0 7px;
}
.route_box a:last-child{
	color: #4996FF;
}
/* 主题-公用 */
.theme_box{
	margin-top: 15px;
}
.theme_box .content{
	margin: 0 15px;
}
.common_download  a.img_item{
	display: inline-block;
	width: 72px;
	height: 72px;
}
.common_download  a.img_item img{
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.theme_box .content div{
	margin-left: 15px;
	flex: 1;
}
.common_download .content h3{
	font-size: 18px;
	font-weight: bold;
	width: 220px;
	overflow: hidden;
	margin-bottom: 5px;
}
.theme_box .content p{
	margin-top: 3px;
}
.theme_box .content p.p1{
	color: #666;
}
.theme_box .content p.p2{
	color: #999;
}
.theme_box .content p a {
	color: #FF583B;
	text-decoration: underline;
}

/* 下载 */
.common_download .btn_item{
	margin: 15px;
}
.common_download .btn_item>div{
	display: inline-block;
	width: 45%;
}
.common_download .btn_item>div a{
	display: inline-block;
	font-size: 16px;
	width: 100%;
	border-radius: 12px;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.common_download .btn_item>div .lbtn{
	color: #2A9DFF;
	border: 2px solid #2A9DFF;
	background-color: #fff;
	box-shadow: 0 0 6px 0px #2A9DFF;
	line-height: 36px;
}
.common_download .btn_item .none_download .lbtn{
	color: #999;
	border: 2px solid #ddd;
	background-color: #fff;
	box-shadow: 0 0 6px 0px #ddd;
}
.common_download .btn_item>div .rbtn{
	color: #fff;
	background: url(https://images.bobobaike.com/imagesnewgame/security_btn.png) no-repeat center center;
}
/* 浮窗 */
.fixed_download {
	display: none;
	position: fixed;
	margin: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	right: 0;
	z-index: 999;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px 15px 30px;
	box-shadow: 0px 2px 11px 0px rgb(0 0 0 / 11%);
}
.fixed_download.fixed_btn{
	display: block;
}
.fixed_download h3{
	position: absolute;
	top: 20px;
	font-size: 14px;
}
.fixed_download a.img_item{
	position: absolute;
	top: 20px;
}
.fixed_download .content{
	margin-left: 87px;
}
.fixed_download .btn_item{
	margin: 35px 0 0;
}
.fixed_download .btn_item>div{
	width: 48%;
}
.fixed_download .content p{
	display: none;
}
.fixed_download .btn_item>div a{
	height: 30px;
	line-height: 30px!important;
	font-size: 12px;
}


.space_box .info{
	background-color: #FFF3E2;
	font-size: 12px;
	padding: 5px 10px;
	color: #999;
	margin: 0 15px;
	border-radius: 10px;
	border: 1px dotted #FFD0BB;
}
.space_box .info span{
	color: #F86380;
	font-weight: 500;
}
.space_box .game_detail_other{
	padding:  10px 0;
	margin: 0 15px;
	text-align: center;
	border-bottom: 1px solid #F5F5F5;
}
.space_box .game_detail_other em{
	display: inline-block;
	margin-right: 10px;
	color: #ADADAD;
	font-size: 12px;
}
.space_box .game_detail_other em:before{
	content: '';
	display: block;
	float: left;
	width: 10px;
	height: 12px;
	margin: 2px 5px 0 0;
	background: url(https://images.bobobaike.com/imagesnewgame/icon_a.png) no-repeat center center;
}

/* 标题 */
.stairs_box{
	margin: 0 15px;
}
.stairs_box a{
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding: 15px 0;
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
}
.stairs_box a em{
	display: inline-block;
	width: 20px;
	height: 18px;
}
.stairs_box a:nth-child(1) em{
	background: url(https://images.bobobaike.com/imagesnewgame/point_1.png) no-repeat center center;
}
.stairs_box a:nth-child(2) em{
	background: url(https://images.bobobaike.com/imagesnewgame/point_2.png) no-repeat center center;
}
.stairs_box a:nth-child(3) em{
	background: url(https://images.bobobaike.com/imagesnewgame/point_2.png) no-repeat center center;
}
.stairs_box a:nth-child(4) em{
	background: url(https://images.bobobaike.com/imagesnewgame/point_4.png) no-repeat center center;
}
.stairs_box a span{
	display: block;
}
.stairs_box a.active{
	color: #4A97FF;
}

/* 图片 */
.game_img .recommend_box{
	margin: 0 15px;
	height: 140px;
	border-radius: 10px 10px ;
	background-image: linear-gradient(to bottom,#FE9B9F,#FFEFE6,#fff);
}
.game_img .recommend_box h3{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	border-radius: 10px 10px ;
}
.game_img .recommend_box li{
	width: 25%;
	float: left;
	text-align: center;
}
.game_img .recommend_box li a{
	display: inline-block;
	width: 66px;
	height: 66px;
}
.game_img .recommend_box li a img{
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 12px;
}
.game_img .recommend_box li p{
	width: 66px;
	font-size: 12px;
	margin: 0 auto;
}
.game_img .swiper_silder{
	margin: 0 15px;
}
.game_img .swiper_silder li {
	margin: 0 15px 0 0;
	text-align: center;
	display: inline-block;
	width: auto;
	float: left;
}
.game_img .swiper_silder li a {
	display: inline-block;
}
.game_img .swiper_silder li a img{
	width: auto;
	border-radius: 5px;
	height: 180px;
}
.game_img .swiper_silder li p {
	font-size: 14px;
	color: #323233;
	margin-top: 10px;
	line-height: 18px;
}

/* 游戏标签 */
.game_link{
	margin: 0 15px;
}
.game_link a{
	display: inline-block;
	text-align: center;
	font-size: 12px;
	border: 1px solid #126CFF;
	background-color: #E5F2FF;
	color: #126CFF;
	width: 75px;
	height: 22px;
	line-height: 22px;
	border-radius: 8px;
	margin: 8px 0;
}

/* 游戏介绍 */
.game_info .content{
	margin: 0 15px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #666;
}
.game_info .content.active{
	height: 95px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.game_info .content p{
	font-size: 16px!important;
	line-height: 26px!important;
}
.game_info .content h1,
.game_info .content h2,
.game_info .content h3,
.game_info .content h4,
.game_info .content h5,
.game_info .content h6{
	color: #333;
	font-weight: bold;
	font-size: 16px;
	text-indent: 15px;
	position: relative;
	line-height: 32px!important;
}
.game_info .content h1:before,
.game_info .content h2:before,
.game_info .content h3:before,
.game_info .content h4:before,
.game_info .content h5:before,
.game_info .content h6:before{
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 6px;
	height: 6px;
	background-color: #126CFF;
	border-radius: 50%;
}
 .game_info .look_more {
	text-align: center;
	border: 1px solid #126CFF;
	margin: 0 15px;
	line-height: 30px;
	border-radius: 10px;
	color: #126CFF;
	display: block;
}

/* 详细信息 */
.xg_info ul{
	background-color: #F5F5F5;
	margin: 0 15px 10px;
	padding: 5px 0;
	border-radius: 10px;
}
.xg_info ul li{
	font-size: 14px;
	color: #808080;
	padding: 5px 0;
	margin: 0 15px;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.xg_info ul li:last-child{
	border-bottom: none;
}
.xg_info ul li label{
	width: 90px;
	display: inline-block;
}
.xg_info ul li span,
.xg_info ul li a{
	float: right;
}
.xg_info ul li a{
	color: #3545D3;
}
/* 列表 */
.list_item_default {
	padding: 0 15px;
	margin-bottom: 10px;
}

.list_item_default dd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px;
}

.list_item_default dd  a.a_img{
	width: 66px;
	height: 66px;
}
.list_item_default dd a.a_img img{
	width: 100%;
	height: 100%;
	border-radius: 14px;
}

.list_item_default dd .content {
	padding: 0 10px;
	box-sizing: border-box;
	width: calc(100% - 180px);
	flex: 1;
}

.list_item_default dd .content a{
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	color: #323233;
	margin-top: 8px;
	font-weight: 500;
	white-space: nowrap;
}

.list_item_default dd .content div {
	height: 18px;
	margin-top: 5px;
	line-height: 18px;
	overflow: hidden;
}

.list_item_default dd .content div span {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	color: #9E9E9E;
}
.list_item_default dd .content p{
	font-size: 12px;
	padding: 8px 0;
	color: #999;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
}
.list_item_default dd .start span{
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(https://images.bobobaike.com/imagesnewgame/detail-stars.png) no-repeat;
	background-size: contain;
}
/* 半星 */
.list_item_default dd  .start5 span:nth-child(1){
	background: url(https://images.bobobaike.com/imagesnewgame/detail-stars@1.png) no-repeat;
	background-size: contain;
}
/* 一星 */
.list_item_default dd .start10 span:nth-child(1){
	background: url(https://images.bobobaike.com/imagesnewgame/detail-stars@.png) no-repeat;
	background-size: contain;
}
/* 一星半 */
.list_item_default dd .start15 span:nth-child(1){
	background: url(https://images.bobobaike.com/imagesnewgame/detail-stars@.png) no-repeat;
	background-size: contain;
}
.list_item_default dd .start15 span:nth-child(2){
	background: url(https://images.bobobaike.com/imagesnewgame/detail-stars@1.png) no-repeat;
	background-size: contain;
}
/* 二星 */
.list_item_default dd .start20 span:nth-child(-n+2){
	background: url(https://images.bobobaike.com/imagesnewgame/detail-stars@.png) no-repeat;
	background-size: contain;
}
/* 二星半 */
.list_item_default dd .start25 span:nth-child(-n+2){
	background: url(https://images.bobobaike.com/imagesnewgame/detail-stars@.png) no-repeat;
	background-size: contain;
}
.list_item_default dd .start25 span:nth-child(3){
	background: url(https://images.bobobaike.com/imagesnewgame/detail-stars@1.png) no-repeat;
	background-size: contain;
}
/* 三星 */
.list_item_default dd .start30 span:nth-child(-n+3){
	background: url(https://images.bobobaike.com/imagesnewgame/detail-stars@.png) no-repeat;
	background-size: contain;
}
/* 三星半 */
.list_item_default dd .start35 span:nth-child(-n+3){
	background: url(https://images.bobobaike.com/imagesnewgame/detail-stars@.png) no-repeat;
	background-size: contain;
}
.list_item_default dd .start35 span:nth-child(4){
	background: url(https://images.bobobaike.com/imagesnewgame/detail-stars@1.png) no-repeat;
	background-size: contain;
}
/* 四星 */
.list_item_default dd .start40 span:nth-child(-n+4){
	background: url(https://images.bobobaike.com/imagesnewgame/detail-stars@.png) no-repeat;
	background-size: contain;
}
/* 四星半 */
.list_item_default dd .start45 span:nth-child(-n+4){
	background: url(https://images.bobobaike.com/imagesnewgame/detail-stars@.png) no-repeat;
	background-size: contain;
}
.list_item_default dd .start45 span:nth-child(5){
	background: url(https://images.bobobaike.com/imagesnewgame/detail-stars@1.png) no-repeat;
	background-size: contain;
}
/* 五星 */
.list_item_default dd .start50 span:nth-child(-n+5){
	background: url(https://images.bobobaike.com/imagesnewgame/detail-stars@.png) no-repeat;
	background-size: contain;
}
.list_item_default dd .start em{
	color: #FF8B20;
	font-size: 12px;
	font-weight: bold;
}
.list_item_default dd .down_load {
	font-size: 12px;
	padding: 2px 16px;
	line-height: 22px;
	border-radius: 15px;
	text-align: center;
	color: #fff;
	background-color: #209CFF;
	box-shadow: 0 0 5px 0 #209CFF;
}

.private_mask_box{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(0,0,0,.62);
    display: none;
}
.private_mask_box .private_item{
    position: absolute;
    z-index: 5;
    top: 170px;
    left: 50%;
    transform: translate(-50%);
    width: 80%;
    height: 400px;
    max-width: 440px;
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
}
.private_mask_box .private_item .close_item{
    position: absolute;
    top: -50px;
    right: 0;
    width: 32px;
    height: 32px;
}
.private_mask_box .private_item .close_item i{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('https://images.bobobaike.com/imagesnewgame/delete.png') no-repeat;
}
.private_mask_box .private_item .private_title{
    width: 100%;
    height: 50px;
    background-image: url('https://images.bobobaike.com/imagesnewgame/private_title.jpg');
    background-size: 100% 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
    position: relative;
}
.private_mask_box .private_item .private_title i{
    display: block;
    position: absolute;
    width: 80px;
    height: 90px;
    left: 50%;
    top: -50px;
    transform: translate(-50%) scale(0.6);
    background: url('https://images.bobobaike.com/imagesnewgame/icon.png') no-repeat;
    background-position: -575px -898px;
    background-size: 1000px 1000px;
}
.private_mask_box .private_item .private_title p{
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.private_mask_box .private_item .private_content{
    display: block;
    height: 260px;
    padding: 0 26px;
    line-height: 28px;
    font-size: 14px;
    margin: 20px auto;
    text-align: left;
    overflow: auto;
}
.private_sure{
    display: inline-block;
    width: 90%;
    border: 0;
    background-color: #38a6fd;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    line-height: 36px;

}
/*相关信息*/
.private_title_header h3{
    font-size: 16px;
    color: #333333;
    height: 26px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.private_title_header h3 i{
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #38a6fd;
    border-radius: 5px;
    margin-right: 10px;
    font-style: normal;
}
.private_title_header ul{
    clear: both;
    overflow: hidden;
}
.private_title_header ul li{
    float: left;
    width: 220px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #808080;
    background-color: #eee;
    padding-left: 15px;
    margin: 0 0 9px 0;
    border-radius: 2px;
    width:31%;
    box-sizing: border-box;
}
.private_title_header ul li:not(:first-child){
    margin-left: 3%;
}
.private_title_header ul li span{
    color: #333;
}
.private_title_header ul li a{
    color: blue;
}
@media screen and (max-width: 767px){
    .private_title_header ul li{
        width: 40%;
        margin-left: 3%;
    }
}

/* 推荐专题 */
.tj_box .swiper_silder{
	margin: 0 15px;
}
.tj_box .swiper_silder li {
	width: 150px;
	padding-right: 20px;
}
.tj_box .swiper_silder li a {
	display: block;
	width: 100%;
	height: 92px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.tj_box li p{
	color: #344058;
	margin-top: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* 相关合集 */
.like_box .tab_menu{
	margin:0 15px 15px;
}
.like_box .tab_menu span {
	display: inline-block;
	width: 22%;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #B6B6B6;
	border: 2px solid #CCCCCC;
	overflow: hidden;
}
.like_box .tab_menu span.active {
	color: #4A97FF;
	border-color:#4A97FF;
	box-shadow: 0 0 3px 0 #4A97FF;
}

.like_box .tab_content_box dl{
	display: none;
}
.like_box .tab_content_box dl.active {
	display: block;
}
.like_box .tab_content_box dl dt{
	margin: 0 15px 10px;
}
.like_box .tab_content_box dl dt h6{
	color: #333;
	border-top: 1px solid #F4F4F4;
	padding: 10px 0;
	font-size: 16px;
}
.like_box .tab_content_box dl dt h6 a{
	color: #126CFF;
}
.like_box .tab_content_box dl dt h6 a:after{
	background: url(https://images.bobobaike.com/imagesnewgame/arrow_r_c.png) no-repeat center center;
}
.like_box .tab_content_box dl dt p{
	font-size: 14px;
	color: #999;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.like_box .tab_content_box  dd {
	display: inline-block;
	float: left;
	text-align: center;
	width: 25%;
	margin-bottom: 15px;
}
.like_box .tab_content_box dd a{
	display: inline-block;
	width: 64px;
	height: 64px;
	overflow: hidden;
	border-radius: 10px;
}
.like_box .tab_content_box dd p{
	font-size: 14px;
	width: 64px;
	color: #344058;
	line-height: 18px;
	margin: 0 auto;
}

/* 底部 */
.footer_box {
	margin-top: 15px;
	width: 96%;
	padding: 0 2%;
	border-top: thin solid #333333;
	background: #333333;
	margin-bottom: 120px;
}

.footer_box>a {
	display: inline-block;
	width: 100%;
	padding: 11px 0;
	text-align: center;
}

.footer_box a img {
	display: inline-block;
	width: 184px;
	height: 50px;
}

.footer_box div p{
	text-align: center;
	color: #B7B7B7;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
}

.footer_box .footer_menu {
	width: 100%;
	border-top: thin solid #666666;
	padding: 10px 0;
	margin-top: 10px;
	overflow: hidden;
}

.footer_box .footer_menu li {
	width: 33.33%;
	float: left;
	border-left: thin solid #424242;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
}

.footer_box .footer_menu li:first-child {
	border-left: 0;
}

.footer_box .footer_menu li a,
.footer_box .footer_menu li{
	display: inline-block;
	color: #FF9C01;
}

.footer_box .footer_menu li i {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	margin: 2px 7px 0 0;
	background: url(https://images.bobobaike.com/imagesnewgame/bg1.png) no-repeat;
	background-size: 200px 200px;
}

.footer_box .footer_menu li a .i_index {
	background-position: -80px -75px;
}

.footer_box .footer_menu li a .i_PC {
	background-position: -95px -75px;
}

.footer_box .footer_menu li .i_top {
	background-position: -110px -75px;
}
.footer_box .footer_menu li .to_top{
	display: block;
	width: 55px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	background: none;
	border-radius: 0;
	border: 0;
	margin: 0 auto;
}
.back_top{
	width: 36px;
	height: 36px;
	background-color: #fff;
	box-shadow: 0 0 10px 2px #ddd;
	position: fixed;
	bottom: 130px;
	right: -36px;
	z-index: 999;
	border-radius: 50%;
	text-align: center;
	transition: all .5s;
}
.back_top a {
	display: inline-block;
	width: 20px;
	height: 24px;
	margin-top: 6px;
	background: url(https://images.bobobaike.com/imagesnewgame/back_top.png) no-repeat center center;
}
.back_top.fixed_btn{
	right: 15px;
}

/* mip */
.back_top mip-gototop i{
	display: inline-block;
	width: 20px;
	height: 24px;
	top: 6px;
	position: relative;
	background: url(https://images.bobobaike.com/imagesnewgame/back_top.png) no-repeat center center;
}
.back_top mip-gototop{
	color: transparent;
	border-radius: 50%;
	border: none;
	background: none;
}
mip-img{
	height: 100%!important;
}
.swiper_mip_box{
	margin: 0 15px;
}
.swiper_mip_box li {
	width: auto;
	margin-right: 15px;
	display: inline-block;
	white-space: normal;
	padding-right: 0;
	font-size: inherit;
	margin-left: 0!important;
}
.swiper_mip_box li  a{
	height: 100%;
	width: 100%;
	display: inline-block;
}
.swiper_mip_box li  a mip-img{
	height: 100%;
}
.swiper_mip_box li  a mip-img img{
	width: auto!important;
	border-radius: 8px;
	height: 180px;
}
.tj_box li {
	width: 150px;
}
.tj_box li  a mip-img img{
	height: 92px;
	border-radius: 5px;
}
.tj_box li p{
	font-size: 14px;
	text-align: center;
}
.footer_box{margin-bottom:0;}
.header_box .p_relative i{background: url(https://images.bobobaike.com/imagesnewgame/back_page.png)!important;}
.footer_box .footer_menu li a .i_index{background: url(https://images.bobobaike.com/imagesnewgame/footer_icon1.png)!important;}
.footer_box .footer_menu li a .i_PC{background: url(https://images.bobobaike.com/imagesnewgame/footer_icon2.png)!important;}
.footer_box .footer_menu li .i_top{background: url(https://images.bobobaike.com/imagesnewgame/footer_icon3.png)!important;}
.header_box .p_relative i,
.footer_box .footer_menu li a .i_index,
.footer_box .footer_menu li a .i_PC,
.footer_box .footer_menu li .i_top{
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-size: cover!important;
}

