*{
    margin: 0;
    padding: 0;
}
html {
    font-size: calc(100vw/750*40);
    background-color: rgba(49, 51, 63, 1);
}
a{
	text-decoration:none;
	background-color:transparent;
	-webkit-tap-highlight-color:transparent
}
header {
	
    width: 100vw;
    background-color: rgba(40, 42, 48, 0.996078431372549);
}
header .logo {
	display: flex;
	align-items: center;
	height: 40px;
}
header .logo img{
	height: 30px;
}
header .container {
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;	
}
header .search {
	width: 60%;
	height: 34px;
	position: relative;
}
header .search button {
	width: 55px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	outline: none;
	border: none;
	border-radius: 6px;
	background-color: #FB5B21;
	text-align: center;
	cursor: pointer;
}
header .search i {
	color: #FFF;
	font-size: 18px
}
header .search input {
	border-radius: 6px;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	color: #999;
	font-weight: 700;
	font-size: 14px;
	border: none;
	outline: none;
	text-indent: 1em;
}
footer {
	position: fixed;
	width: 100vw;
	height: 20vw;
	bottom: 0px;
	background-color: rgba(40, 42, 48, 0.996078431372549);
}
footer .container {
	height: 20vw;
	display: flex;
	justify-content: space-around;
	align-items: center
}
footer .iconfont {
	font-size: 1.6em;
}
footer a {
	color: #f6f6f6;
	text-align: center;
}
footer h4 {
	font-size: 12px;
	font-weight: 400;
}
.container {
    width: calc(100% - 10vw);
    margin-left: auto;
    margin-right: auto;
}
h2 {
    padding: 10px 0;
    font-size: .9em;
    font-weight: 600;
    color: #fb5b21;
	line-height: 24px;
}
h2 span {
	color: #fff;
}
h2 .line {
	background-color: #FB5B21;
	display: none;
	width: 0.25rem;
	height: .9em;
	margin-right: 0.2rem;
}
.box:nth-last-child(1) {
	margin-bottom: 20vw;
}
.box .text ,
.box .tags,
.box .game{
	border-radius: 1vw;
	background-color: #fdfdfd;
	padding: 3vw;
}
.box .start {
	width: 90vw;
	height: 90vw;
	overflow: hidden;
	border-radius: 1vw;
	position: relative;
}
.box .start a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
	background-color: #FB5B21;
	border-radius: 100px;
	color: #fff;
	border: 3px solid #FFFFFF;
}
.box .start a i {
	width: 23px;
	height: 33px;
	font-size: 40px;
}
.box .start img {
	width: 100%;
	height: 100%;
	filter: blur(5px);
}
.box .game {
	display: flex;
}
.box .game .title {
	display: flex;
	flex-direction: column;
	justify-content: space-between


}
.box .game .title h3 {
	font-size: 1.3em;
}
.box .game .title p{
	color: #FB5B21;
	font-weight: 700;
	font-size: 14px;
}
.box .game .img {
	width: 16vw;
	height: 16vw;
	overflow: hidden;
	border-radius: 2vw;
	margin-right: 2vw;
}
.box .game .img img {
	width: 100%;
	height: 100%;
}
.box .tags {
	display: flex;
	flex-wrap: wrap;
}
.box .tags a {
	display: block;
	padding: 1vw 2vw;
	font-size: 12px;
	color: #fff;
	border-radius: 2vw;
	line-height: 13px;
	margin: 5px;
	
	background-color: #FB5B21;
}
.box .text .buttomContent {
	text-align: center;
}
.box .text a {
	display: inline-block;
	font-size: 12px;
	color: #FB5B21;
	padding: 1vw 3vw;
	background-color: rgba(40, 42, 48, 0.996078431372549);
	border-radius: 2vw;
	margin: 2vw auto 0;
}
.box .text a:nth-child(2) {
	display: none
}	
.dec {
	overflow: hidden;
}
.dec p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
}

.box .rac ,
.box .category{
	display: flex;
	flex-wrap: wrap;
}
.box .iconfont {
	font-size: 1em;
}
.box .rac a {
	display: inline-block;
	width: 27vw;
	height: 27vw;
	border-radius: 1vw;
	overflow: hidden;
	margin:0 4.5vw 4.5vw 0;
}
.box .rac a img {
	width: 100%;
	height: 100%;
}
.box .rac a:nth-child(3n) {
	margin-right: 0;
}
.box .category a {
	display: flex;
	width: 43vw;
	height: 18vw;
	border-radius: 1vw;
	overflow: hidden;
	margin: 0 4vw 4vw 0;
	padding: 2vw;
	box-sizing: border-box;
	background-color: #f2f2f2;
}
.box .category a img {
	width: 14vw;
	height: 14vw;
	border-radius: 1vw;
	margin-right: 5vw;
}
.box .category a h3 {
	color: #FB5B21;
	display: inline-block;
	font-size: .8em;
	width: 20vw;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 14vw;
}
.box .category a:nth-child(2n) {
	margin-right: 0;
}
.box .button a {
	display: block;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	background-color: #fff;
	font-size: 20px;
	color: #FB5B21;
	text-align: center;
	font-weight: 600;
	margin: 20px 0;
}
html, body,.main2,.menu{
	width: 100%;
	height: 100%
}
.play iframe {
    display: block;
    width: 1px;
    min-width: 100%;
    height: 1px;
    min-height: 100%;
    border: 0;
    overflow: hidden;
}
.play {
	width: 100%;
	height: calc(100vh - 58px);
}
.ad {
	width: 100%;
	height: 58px;
	background-color: #fff;
	
}
.detail_box {
	width: 220px;
	height: 100%;
}
.menu {
	position: absolute;
	left: -220px;
	background-color: #31333f;
	width: 220px;
}
.menu .button {
	width: 40px;
	height: 40px;
	padding: 5px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	position: absolute;
	left: 220px;
	top: 100px;
	background-color: #fff;
	z-index: 999;
}
.menu .button a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	overflow: hidden;
}
.menu .button a img {
	width: 100%;
	height: 100%;
}
.menu .head {
	display: flex;
	width: 100%;
	height: 50px;
	padding: 5px 10px;
	align-items: center;
	justify-content: space-between;
	background-color: #282a30;
	box-sizing: border-box;
}
.menu .head i {
	font-size: 30px;
	color: #fff;
}
.menu .head a {
	display: flex;
	height: 40px;
	align-items: center;
}
.menu .head a img {
	height: 30px;
}
.menu .games_box {
	display: flex;
	flex-wrap: wrap;
	margin: 10px;
	width: calc(100% - 20px);
}
.menu .games_box a {
	margin-right: 8px;
	margin-bottom: 8px;
	width: calc(50% - 4px);
	border-radius: 6px;
	overflow: hidden;
}
.menu .games_box a img{
	width: 100%;
	height: 100%;
}
.menu .games_box a:nth-child(2n) {
	margin-right: 0;
}
.ray_box {
	margin: 10px;
}
.menu .ray_box a {
	display: flex;
	width: 200px;
	height: 54px;
	background-color: #fff;
	border-radius: 10px;
	align-items: center;
	margin-bottom: 10px;
}
.menu .ray_box a p{
	font-size: 12px;
	font-weight: 700;
	color: #FB5B21;
}
.menu .ray_box .img {
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin: 19px 10px 19px 20px;
}
.menu .ray_box .img img {
	width: 100%;
	height: 100%;
}
.ad {
	display: flex;
	
}