* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	position: relative;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	overflow-x: hidden;
}

.makeimg {
	background-color: rgba(0, 0, 0, 0.7);
	width: 70%;
	font-size: 1rem;
	height: 2.5rem;
	line-height: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: justify;
	color: #fff;
	font-weight: normal;
	border-radius: 3px;
	position: fixed;
	top: 65%;
	left: 15%;
	transform: translate(0, -50%);
	z-index: 660;
}


.inputsr {
	width: 100%;
	margin: 0px auto;
	position: relative;

}

.inputsr2 {
	width: 80%;
	margin: 25px auto 15px;


}

.inputsr input {
	height: 45px;
	width: 100%;
	border: none;
	color: #000;
	font-size: 1rem;
	border-radius: 12px;
	padding-left: 15px;
	-webkit-appearance: none;
	background: #fff;
	line-height: 45px;
	box-shadow: 0 3px 2px rgba(0,0,0,0.2);

}

.inputsr2 input {
	height: 2.5rem;
	width: 100%;
	border: 1px solid #BDBDBD;
	color: #d48478;
	font-size: 1rem;
	border-radius: 10px;
	padding-left: 10px;
	-webkit-appearance: none;
	background: #ffffff;
	font-weight: bold;

}

.inputsr input::-webkit-input-placeholder {
	color: #939494;
}

.suofang {
	animation: suofang 0.3s linear forwards;
}

@keyframes suofang {
	0% {
		transform: scale(0.5);
	}

	100% {
		transform: scale(1);
	}
}

.ychu {
	animation: ychu 0.3s linear forwards;
}

@keyframes ychu {
	0% {
		transform: translateX(120%);
	}

	100% {
		transform: translateX(0);
	}
}

.fsdiv {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 1.1rem;
	color: #8e3126;
	background-image: url(../img/game/sjbg.png);
	background-size: 100% 100%;
	/* width: 150px; */
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
}

.sjdiv {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #8e3126;
	background-image: url(../img/game/sjbg.png);
	background-size: 100% 100%;
	width: 150px;
	height: 50px;
	line-height: 50px;

}

.box1 {
	position: absolute;
	height: 50px;
	line-height: 50px;
	border-radius: 10px;
	padding: 0px 30px;
	background-color: #fdefcd;
	border: 1px dashed #c6241e;
	font-size: 1.6rem;
	font-weight: bolder;
	text-align: center;
	color: #c6241e;
	display: inline-block;
	white-space: nowrap;
	visibility: hidden;
	/* 初始隐藏 */
}

.box2 {
	position: absolute;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	padding: 0px 15px;
	background-color: #fdefcd;
	border: 1px dashed #c6241e;
	font-size: 1.45rem;
	font-weight: bolder;
	text-align: center;
	color: #c6241e;
	display: inline-block;
	white-space: nowrap;
	visibility: hidden;
	/* 初始隐藏 */
}

.box3 {
	position: absolute;
	height: 30px;
	line-height: 30px;
	border-radius: 10px;
	padding: 0px 10px;
	background-color: #fdefcd;
	border: 1px dashed #c6241e;
	font-size: 1.1rem;
	font-weight: bolder;
	text-align: center;
	color: #c6241e;
	display: inline-block;
	white-space: nowrap;
	visibility: hidden;
	/* 初始隐藏 */
}

.box4 {
	position: absolute;
	height: 30px;
	line-height: 30px;
	border-radius: 10px;
	padding: 0px 0px;
	background-color: #fdefcd;
	border: 1px dashed #c6241e;
	font-size: 1rem;
	font-weight: bolder;
	text-align: center;
	color: #c6241e;
	display: inline-block;
	white-space: nowrap;
	visibility: hidden;
	/* 初始隐藏 */
}

.box5 {
	position: absolute;
	height: 25px;
	line-height: 25px;
	border-radius: 5px;
	padding: 0px 0px;
	background-color: #fdefcd;
	border: 1px dashed #c6241e;
	font-size: 0.9rem;
	font-weight: bolder;
	text-align: center;
	color: #c6241e;
	display: inline-block;
	white-space: nowrap;
	visibility: hidden;
	/* 初始隐藏 */
}

.box6 {
	position: absolute;
	height: 20px;
	line-height: 20px;
	border-radius: 5px;
	padding: 0px 0px;
	background-color: #fdefcd;
	border: 1px dashed #c6241e;
	font-size: 0.85rem;
	font-weight: bolder;
	text-align: center;
	color: #c6241e;
	display: inline-block;
	white-space: nowrap;
	visibility: hidden;
	/* 初始隐藏 */
}

.box7 {
	position: absolute;
	height: 15px;
	line-height: 15px;
	border-radius: 5px;
	padding: 0px 0px;
	background-color: #fdefcd;
	border: 1px dashed #c6241e;
	font-size: 0.7rem;
	font-weight: bolder;
	text-align: center;
	color: #c6241e;
	display: inline-block;
	white-space: nowrap;
	visibility: hidden;
	/* 初始隐藏 */
}

.act {
	background-color: #f8d277;
}

.ysdiv {
	color: #fe9e30;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;

}

.dfdiv {
	color: #b52509;
	font-size: 3rem;
	line-height: 3rem;
	text-align: center;
	font-weight: bolder;
	margin-bottom: 10px;
}

.chenghao {
	color: #b52509;
	font-size: 2rem;
	line-height: 2.5rem;
	text-align: center;
	font-weight: bold;
	margin-left: 2rem;
}

.phb_item {
	margin: 0 20px;
	display: flex;
	font-size: 1.1rem;
	color: #7e000d;
	border-bottom: 1px solid #e1af88;
	padding: 5px 0;
}


.shouye {
	position: relative;
	width: 100vw;
	min-height: 100vh;
	background-image: url(../img/assets/bg.png);
	background-size: 100% 100%;
}
.shouye2 {
	position: relative;
	width: 100vw;
	min-height: 100vh;
	background-image: url(../img/assets/bg22.png);
	background-size: 100% 100%;
}

.hdjsdiv {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: url(../img/assets/tmbg.png);
	background-size: 100% 100%;
}

.bendiv {
	width: 100%;
	position: relative;
	background-image: url(../img/assets/ben2.png);
	background-size: 100% 100%;
	margin-top: -1px;
}
.djsdiv{
	position: relative;
	width: 100%;
	font-size: 0;
}

.videocss{
			
	width: 100vw;
	height:100vh;
}


#canvas {
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 10000;
	width: 100vw;
	height: 100vh;
}
.hidden {
	opacity: 0;
	pointer-events: none;
	transform: scale(0);
}





		.box22{
			/* 最外层的盒子 */
			width:40px;
			height:40px;
			margin: 0 auto;
			position: relative;
			overflow: hidden;
			border-radius: 50%;
			background-color: #fff;
		}
		.box11{
			width:35px;
			height:35px;
			margin: 0 auto;
			position: absolute;
			top: 2.5px;
			left: 2.5px;
			right: 2.5px;
			bottom: 2.5px;
			overflow: hidden;
			border-radius: 50%;
			background-color: #EEEEEE;
		}
		.left_box,.right_box{
			position: absolute;
			top: 0;
			width:17.5px;
			height:35px;
			overflow: hidden;
			z-index: 1;
		}
		.left_box{
			left: 0;
		}
		.right_box{
			right: 0;
		}
		.left_item,.right_item{
			
			width: 17.5px;
			height: 35px;
		}
		.left_item_f,.right_item_f{
			
			width: 17.5px;
			height: 35px;
		}
		.left_item{
			border-top-left-radius: 17.5px;
			border-bottom-left-radius: 17.5px;
			-webkit-transform-origin: right center;
			transform-origin: right center;
			/* animation: loading_left 5s linear; */
			background-color: #c73839;
		}
		.right_item{
			border-top-right-radius: 17.5px;
			border-bottom-right-radius: 17.5px;
			-webkit-transform-origin: left center;
			transform-origin: left center;
			/* animation: loading_right 5s linear; */
			background-color: #c73839;
		}
		.left_item_f{
			border-top-left-radius: 17.5px;
			border-bottom-left-radius: 17.5px;
			-webkit-transform-origin: right center;
			transform-origin: right center;
			animation: loading_left_f 0.5s linear;
			background-color: #c73839;
		}
		.right_item_f{
			border-top-right-radius: 17.5px;
			border-bottom-right-radius: 17.5px;
			-webkit-transform-origin: left center;
			transform-origin: left center;
			animation: loading_right_f 0.5s linear;
			background-color: #c73839;
		}
		.mask{
			position: absolute;
			top: 2.5px;
			left: 2.5px;
			right: 2.5px;
			bottom: 2.5px;
			z-index: 2;
			border-radius: 50%;
			background-color: #fff;
			display: flex;
			/*实现垂直居中*/
			align-items: center;
			/*实现水平居中*/
			justify-content: center;
			text-align: justify;
			font-size: 0.85rem;
			color: #c73839;
			font-weight: bold;
		}
		@-webkit-keyframes loading_left{
			0%{
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
			}
			50%{
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
			}
			100%{
				-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
			}
		}
		@-webkit-keyframes loading_right{
			0%{
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
			}
			50%{
				-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
			}
			100%{
				-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
			}
		}
		
		@-webkit-keyframes loading_left_f{
			0%{
				-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
				
			}
			50%{
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
			}
			100%{
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
			}
		}
		@-webkit-keyframes loading_right_f{
			0%{
				-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
				
			}
			50%{
				-webkit-transform: rotate(180deg);
				transform: rotate(180deg);
			}
			100%{
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
			}
		}