
header .searchBox {
	position: relative;
	width: calc(100% - 135px);
	border-radius: 6px
}

header .searchBox .xuanfu .search_b {
	width: 100%;
	height: 34px
}

header .searchBox .xuanfu .search_b input {
	border-radius: 16px;
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #999;
	font-weight: bold;
	font-size: 14px;
	border: none;
	outline: none;
	text-indent: 1em
}

header .searchBox .xuanfu .search_b input::-webkit-input-placeholder {
	color: #999
}

header .searchBox .xuanfu .search_b>.iconfont {
	position: absolute;
	border: none;
	cursor: pointer;
	outline: none;
	background-color: transparent;
	right: 10px;
	top: 28%;
	color: #999;
	font-size: 25px
}

header .searchBox .a {
	display: flex;
	z-index: 999
}
.detail_2{max-width: 767px;text-align: center;margin:0 auto;}
.detail_2,.playbox {
    overflow: hidden;
    position: relative;
    height: 550px;
    padding-top: 0px;
    max-height:400px;
}
.detail_2>img{width: 100%;}
.playbox{height:100%;max-height:100%;position:absolute;width:100%;}
.container {
    max-width: 767px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
}

.play_bc {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,.3); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.play_bc .bbc {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}
.play_bc .bbc .play_img {
	width: 120px;
	height: 120px;
	border: 2px solid #fff;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 15px
}

.play_bc .bbc .play_img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.play_bc .bbc>a {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	width: 100px;
	height: 34px;
	background-color: #f94941;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 17px
}
.dtitle{text-align:center;margin-top:16px;}
.playimg{position:absolute;top:33%;z-index:2;width:33%;max-width: 150px;}

.bttomad{position: absolute;width: 100%;height: 55px;bottom: 0;}
.play_iframe {
	width: 100%;
	height: calc(100% - 55px);
    position:absolute;
    background: #202020;
}


.play_iframe>iframe {
	display: block;
	width: 100%;
	min-width: 100%;
	height: 1px;
	min-height: 100%;
	border: 0;
	overflow: hidden;
	z-index: 999
}

.reserve {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
    z-index:5;
}

.reserve.res_active {
	display: flex
}

@media(orientation: landscape) {
	.reserve.res_active {
		display: none
	}
}

.reserve>img {
	width: 30%
}

.reserve>p {
	color: #fff;
	font-size: 1em;
	margin-top: 10px
}
.top_lea {
	display: none;
	width: 50px;
	height: 50px;
	background-color: #007eff;
	border-radius: 25px;
	position: fixed;
	align-items: center;
	justify-content: center;
	right: 15px;
	bottom: 162px;
	z-index: 9999
}

.top_lea .iconfont {
	color: #fff;
	font-size: 18px
}
.ad {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.ad>p {
	font-size: 12px;
	color: #ccc
}
/* 3 */
.bguimg{
	object-fit: cover;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(20px);
}
body{background-color: #FEE44E;}
.bgfff{background-color: #fff;}
.game-box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 2rem) / 3));
    grid-template-rows: auto;
    grid-gap: 1rem 1rem;
}
#listbox .game-item:first-child {
    grid-column-start: span 2;
    grid-row-start: span 2;
}

.game-item {
    animation: enter 200ms ease-in;
    transform-origin: center center;
}
.game-box .game {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% - 0.4rem);
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}
.game-box .game a {
    display: block;
    position: absolute;
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem);
    top: 0rem;
    left: 0rem;
    border-radius: 1rem;
    overflow: hidden;
    border: 2px solid #fff;
}
.image-box {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.image-box .image-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.image-box .image-background img {
    width: 100%;
    height: 100%;
}
.leftpanle{padding:0 5px;}
.game-box2{display: flex;justify-content: space-around;flex-wrap: wrap;width: 300px;}
.game-item2{width: 44%;padding:5px;}
.game2{display: block;
    width: 100%;position: relative;
    border-radius: 1rem;
    overflow: hidden;}
.game-box2 .game2 a{
	display: block;
    width: 100%;
    height: 100px;
    border-radius: 1rem;
    overflow: hidden;
    border: 2px solid #fff;

}
.game-box2 img{
	width: 100%;
    height: 100%;
}
.aboutbox{
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 25px;
	position: fixed;
	align-items: center;
	justify-content: center;
	right: 15px;
	top: 40%;
	z-index: 9999;
	text-align: center;
	line-height: 45px;
}
.aboutbox img{width: 70%;margin:0 auto;margin-top:10%;}
.btip{
	position: absolute;
    width: 100%;
    left: 0;
    bottom: -12px;
    padding: 8px 10px 5px 10px;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(255,255,255,.9);
}
.main.index,.main.list{max-width: 1024px;margin:0 auto;}
.hd-menu-wrapper.wrapper ,.hd-menu-wrapper{
	padding: 0!important;
	background-color: rgba(0,0,0,.8);
	position: absolute;top:48px;right:-120%;height:100%;z-index: 5;
	display: none;
}
html{font-size: 62.5%;height: 100%;}
body{margin: 0;height: 100%;}

@media (min-width: 1025px){
	.game-box {
		grid-template-columns: repeat(8, calc((100% - 10.5rem) / 8));
		grid-gap: 1.5rem 1.5rem;
	}
}
.bottominfo {
    text-align: center;
    color: #aaaaac;
    font-size: 12px;
    margin-top: 20px
}
