body{
	font-family: 'Open Sans',Arial;
	background-color: #fbfbfb;
}
.clearbox{
	clear: 	both;
}
.header{
	width: 100%;
	min-width: 960px;
	height: 50px;
	background: #0285e5;
}
.header .menu{
	display: none;
}
.header .logo{
	float: left;
	width: 30%;
}
.header .logo a{
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	display: block;
}
.header .logo a img{
	width: 121px;
    height: 23px;
    margin-top: 14px;
}
.header .search-bar{
	float: right;
	width: 50%;
}
.header .search-bar .search-bar-form{
	width: 100%;
}
.header .search-bar .search-bar-form input{
	float: right;
	width: 53%;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	text-indent: 5px;
	border:none;
	border-radius: 4px;
}
.header .search-bar .search-bar-form button{
	float: right;
	width: 30px;
	margin-top: 6px;
	height: 41px;
    padding: 4px;
    padding-right: 0px;
    color: transparent;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
}
.header .search-bar .search-bar-form button .icon-search{
	zoom: 1;
    display: inline-block;
    width: 23px;
    height: 23px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
    margin: 0;
    background-image: url(../images/icon-search.png);
}
.pc_menu{
	width: 100%;
	min-width: 960px;
	height: 40px;
	background:#fff;
	margin-bottom: 5px;
	box-shadow: 0 1px 2px rgba(4,0,0,.12);
}
.pc_menu_ul{
    width: 960px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: left;
}
.pc_menu_ul li{
	float: left;
	width: 	20%;
}
.pc_menu_ul li a{
	font-weight: bold;
	color: #707070;
}
.pc_menu_ul li a.active,.pc_menu_ul li a:hover{
	font-weight: bold;
	color: #0285e5;
}
.pc_menu_ul li a .homeicon{
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	background:url(../images/home.png) no-repeat center center;
	background-size: 100%;
	margin:6px;
}
.pc_menu_ul li a .gameicon{
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	background:url(../images/game.png) no-repeat center center;
	background-size: 100%;
	margin:6px;
}
.pc_menu_ul li a.active .homeicon,.pc_menu_ul li a:hover .homeicon{
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	background:url(../images/home1.png) no-repeat center center;
	background-size: 100%;
	margin:6px;
}
.pc_menu_ul li a.active .gameicon,.pc_menu_ul li a:hover .gameicon{
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	background:url(../images/game1.png) no-repeat center center;
	background-size: 100%;
	margin:6px;
}
.menu_tab{
	display: none;
}
.wrap{
	width: 960px;
	margin: 0 auto;
}
.wrap_left{
	margin-top: 15px;
	width: 670px;
	float: left;
	background:#fff;
}
.wrap_right{
	margin-top: 15px;
	margin-left: 15px;
	width: 275px;
	float: left;
}
.code{
	padding:5%;
	background:#fff;
	text-align: center;
}
.code img{
	float: left;
	width: 210px;
}
.code .code_playmobo{
	display: inline-block;
	font-size: 1.6em;
    font-weight: bold;
    color: #0285e5;
    margin-top: 15px;
    margin-left:10px;
}
.code a{
	float: left;
    width: 120px;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 4px;
    background: #0285e5;
    border: 1px solid #0285e5;
    font-size: 0.8em;
    text-align: center;
    margin-top: 20px;
    margin-left:10px;
}
.code .code_word{
	display: inline-block;
    margin: 10px;
	font-size: 1em;
	line-height: 1.5em;
    color: #0285e5;
}
.googleplay_like{
	float: 	left;
	margin-left: 2%;
	width: 	10%;
	height: 23px;
}
.googleplay_like .like{
	display: block;	
	margin-top: 2px;
	width: 	28px;
	height: 23px;
	background: url(../images/like.png) no-repeat right center;	
	background-size: 28px 23px;
	ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}
.googleplay_like .nolike{
	display: block;	
	margin-top: 2px;
	width: 	28px;
	height: 23px;
	background: url(../images/nolike.png) no-repeat right center;	
	background-size: 28px 23px;
	ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
	cursor: pointer;
}
.fixed_bottom{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width:100%;
    background: rgb(0,0,0);
    filter:alpha(opacity=80); 
    background: rgba(0,0,0,0.5);
    height:60px;
}
.fixed_bottom .playicon{
	float: 	left;
	width: 	50px;
	margin:5px;
}
.fixed_bottom .play_words{
	float: 	left;
	width: 	55%;
	margin-left: 2%;
	font-size: 1em;
    line-height: 60px;
}
.fixed_bottom .play_words span{
	display: block;	
	float: left;
	color: 	#fff;
}
.fixed_bottom .downbtn{
	float: 	right;
	width: 	100px;
	display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 4px;
    background: #0285e5;
    border: 1px solid #0285e5;
    font-size: 0.8em;
    text-align: center;
    margin-top: 15px;
}
.fixed_bottom .downbtn a{
	color: #fff;
}
.fixed_bottom .close{
	position: absolute;
	right: 5px;
	top:5px;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.hotgame{
	padding:5%;
	margin-top: 15px;
	background:#fff;
}
.hotgame h2{
	font-size: 1em;
    line-height: 1.5em;
}
.hotgame li{
	margin:20px auto;
}
.hotgame .hotgame_sort{
	display: inline-block;
    background: #ffbb00;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    position: relative;
    margin-left: 0px;
    margin-top: 18px;
    margin-right: 5px;
    float: left;
    color: #fff;
    font-size: 0.7em;
}
.hotgame .hotgame_sort1{
	display: inline-block;
    background: #9e9e9e;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    position: relative;
    margin-left: 0px;
    margin-top: 18px;
    margin-right: 5px;
    float: left;
    color: #fff;
    font-size: 0.7em;
}
.hotgame .hotgame_icon{
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 12px;
}
.hotgame .hotgame_icon img{
	width: 100%;
}
.hotgame .hotgame_mid{
	width: 165px;
	float: left;
}
.hotgame .hotgame_name{
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1em;
    line-height: 20px;
}
.hotgame .hotgame_mid .star {
    background: url(../images/star.png) no-repeat left center;
    background-size: 14px 14px;
    ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
    padding-left: 16px;
    margin-right: 10px;
    font-size: 0.8em;
    font-weight: bold;
    color: #9e9e9e;
    height: 1.2em;
    line-height: 1.2em;
    display: block;	
    float: left;
    margin-top: 14px;
}
.hotgame .hotgame_mid .down{
	background: url(../images/down.png) no-repeat left center;
	background-size: 14px 14px;
	ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
	padding-left:16px;
	margin-right:10px;
	font-size: 0.8em;
	font-weight: bold;
    color: #9e9e9e;
    height: 1.2em;
    line-height: 1.2em;
    display: block;	
    float: left;
    margin-top: 14px;
}
.hotgame .hotgame_mid .man{
	background: url(../images/man.png) no-repeat left center;
	background-size: 14px 14px;
	ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
	padding-left:16px;
	margin-right:10px;
	font-size: 0.8em;
	font-weight: bold;
    color: #9e9e9e;
    height: 1.2em;
    line-height: 1.2em;
    display: block;		
    float: left;
    margin-top: 14px;
}
.first_hotgame .hotgame_mid .star,.first_hotgame .hotgame_mid .man,.first_hotgame .hotgame_mid .down{
	display: none;
}
.hotgame .hotgame_mid .star a,.hotgame .hotgame_mid .down a,.hotgame .hotgame_mid .man a{
    color: #9e9e9e;
    font-size: 0.8em;
	font-weight: bold;
}
.hotgame .hotgame_btn{
	display: none;
}
.first_hotgame .hotgame_btn{
	display: block;
    float: left;
    width: 65px;
    padding: 4px 0px;
    color: #fff;
    border-radius: 4px;
    background: #0285e5;
    border: 1px solid #0285e5;
    font-size: 12px;
    text-align: center;
    margin-top:5px;
}
.footer{
	padding-top:50px;
	clear: both;
	width: 	100%;
	color: lightgray;
}
.footer .footer_ul{
	width: 	100%;
	margin-top:15px;
}
.footer .footer_ul li{
	float: 	left;
	width: 	30%;
	text-align: center;
}
.footer .footer_ul li:first-child+li{
	width: 	39%;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.footer .footer_ul li a{
	display: block;	
	text-align: center;	
	color: 	#373737;
	font-size: 	0.8em;
}
.footer .copyright{
	text-align: center;	
	color: 	#373737;
	font-size: 	0.8em;
	padding:30px 15px;
}
.hide{
	display: none;
}
.gotop {
    position: fixed;
    z-index: 9;
    right: 2%;
    bottom: 80px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background-image: url(../images/gotop.png);
    background-size: 100% 100%;
    ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}
.navigation{
	margin-top: 15px;
}
.navigation a:hover,.navigation span{
	color: #0285e5;
}
#backgroundPopup{
    display: none;
}
.popdownload{
    width: 90%;
    background:#fff;
    border-radius: 5px;
    margin: 0 auto;
    display: none;
    z-index:1000;
    position: relative;
    max-width: 480px;
}
.popdownload .popleft{
    width: 38%;
    padding: 35px 5% 15px 5%;
    float: left;
}
.popdownload .popright{
    width: 38%;
    padding: 35px 5% 15px 5%;
    float: right;
}
.popor{
    float: left;
    width: 4%;
    margin-top: 140px;
    text-align: center;
}
.popleft .btn{
    display: block;
    float: left;
    width: 80%;
    margin: 0 10%;
    border-radius: 4px;
    background: #0285e5;
    border: 1px solid #0285e5;
}
.popright .btn{
    display: block;
    float: right;
    width: 80%;
    margin: 0 10%;
    border-radius: 4px;
    border: 1px solid #ededed;
}
.popleft span,.popright span{
    width: 100%;
    height: 40px;
    font-size: 1em;
    line-height: 1.2em;
    padding:2% 0;
    display:block;
}
.popleft span.icon,.popright span.icon{
    width: 70%;
    padding:15%;
    height: 128px;
    margin-bottom: 10px;
}
.popdownload .close1{
    position: absolute;
    right: 10px;
    top:10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
@media screen and (max-width: 480px) {
	body{
		background:#fff;
	}
	.header{
		width: 91%;
		min-width: 100px;
		padding:0 4% 0 5%;
	}
	.header .menu {
		display:block;
		float: left;
		width: 5%;
		height: 14px;
		padding-top: 18px;
		padding-right:3%;
	}
	.header .menu .icon-bar {
    	display: block;
    	width: 100%;
    	height: 2px;
    	border-radius: 1px;
    	background-color: #fff;
	}
	.header .menu .icon-bar+.icon-bar {
	    margin-top: 4px;
	}
	.header .logo a{
		font-size: 1.2em;
	}
	.header .search-bar .search-bar-form button{
		width: 10%;
	}
	.pc_menu{
		display: none;
	}
	.menu_tab{
		display: block;
		position: relative;
	    overflow-x: auto;
	    width: 	100%;
	    height: 40px;
	    line-height: 40px;
	    text-align: center;
	    border-bottom: 1px solid #ededed;
	}
	.menu_tab ul li{
		float: left;
		width: 33%;
	}
	.menu_tab ul li a{
		width: 100%;
		display: block;
		position: relative;
	}
	.menu_tab ul li a.active:before{
		position: absolute;
		left: 50%;
	    bottom: 0px;
	    margin-left: -10px;
		content: '';
		width: 20px;
		background: #0285e5;
		height: 2px;
	}
	.wrap{
		width: 	auto;
	}
	.wrap_left{
		width: 100%;
		margin-top: 0px;
	}
	.wrap_right{
		display: none;
	}
	.fixed_bottom{
	    width:90%;
	    padding:2% 5%;
	    height:50px;
	}
	.fixed_bottom .playicon{
		width: 	15%;
		margin:0px;
	}
	.fixed_bottom .play_words{
	    line-height: 1.2em;
	}
	.fixed_bottom .play_words span{
		width: 	100%;
		float: none;
	}
	.fixed_bottom .downbtn{
		float: 	left;
		width: 	20%;
		display: block;
		font-size: 12px;
	    height: 30px;
	    line-height: 30px;
	    margin-top: 10px;
	}
	.fixed_bottom .close{
		float: 	right;
		margin-top: 0px;
		margin-left: 2%;
		width: 	5%;
	}
	.footer{
		padding-top:8px;
	}
	.footer .copyright{
		padding:15px 5px;
	}
	.menu nav{
		position: fixed;
	    left: 0;
	    top: 50px;
	    z-index: 9999;
		width:90%;
	    background: rgba(0,0,0,0.9);
	    padding:2% 5%;
	}
	.menu nav a{
		font-size: 1em;
	    line-height: 2.2em;
		display: block;	
		width: 	100%;
	    color: 	#fff;
	}
	.navigation{
		display: none;
	}
	.popleft span.icon,.popright span.icon{
	    padding:15%;
	    height: 88px;
	}
}
@font-face { 
	font-family: 'opensans-regular-webfont'; 
	font-weight: normal; 
	font-style: normal; src: url('../fonts/opensans-regular-webfont.eot'); src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg') format('svg'); 
}
