@charset "utf-8";
/* CSS by william*/

.geetest_box {
	background: linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%);
	height: 1rem;
	line-height: 1rem;
	border-radius: 5px;
	color: #666;
	border: 1px solid #ccc;
	position: relative;
}

.geetest_box .geetest-heart {
	position: absolute;
	height: 1rem;
	line-height: 1rem;
	width: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.geetest_box {
	margin: 0.35rem 8.6%;
}

.geetest_box a {
	color: inherit;
	display: block;
	text-align: center;
	font-size: 0.374rem;
}

.geetest-refresh {
	position: absolute;
	right: 0;
	top: 0;
	width: 1rem;
	height: 1rem;
}

strong {
	font-weight: bold;
}

.button {
	border: 1px solid #bfbfbf;
	box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2, 0 2px 4px rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	padding: 9px 16px 9px;
	transition: all 20ms ease-out;
	vertical-align: top;
}

.button:hover,
.button:focus {
	background: #f2f2f2;
	border-color: #8c8c8c;
	box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2;
}

.button:active {
	background: #f2f2f2;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button .fa {
	color: #bfbfbf;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-blue {
	background-color: #42b0e3;
	background-image: linear-gradient(to bottom, #42b0e3, #2ba9e3);
	border: 1px solid #107db0;
	box-shadow: inset 0 1px 0 #7cd4fc, inset 0 -1px 0 #2696c9, inset 0 0 0 1px #59b7e3, 0 2px 4px rgba(0, 0, 0, 0.2);
	color: white;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.button-blue:hover,
.button-blue:focus {
	background: #2ba9e3;
	border-color: #004c6f;
	box-shadow: inset 0 1px 0 #7cd4fc, inset 0 -1px 0 #2696c9, inset 0 0 0 1px #59b7e3;
}

.button-blue:active {
	background: #2ba9e3;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button-blue .fa {
	color: #107db0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-green {
	background-color: #97cc76;
	background-image: linear-gradient(to bottom, #97cc76, #8bcc62);
	border: 1px solid #5f993a;
	box-shadow: inset 0 1px 0 #c6e6b3, inset 0 -1px 0 #79b356, inset 0 0 0 1px #a4cc8b, 0 2px 4px rgba(0, 0, 0, 0.2);
	color: white;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.button-green:hover,
.button-green:focus {
	background: #8bcc62;
	border-color: #326612;
	box-shadow: inset 0 1px 0 #c6e6b3, inset 0 -1px 0 #79b356, inset 0 0 0 1px #a4cc8b;
}

.button-green:active {
	background: #8bcc62;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button-green .fa {
	color: #5f993a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-purple {
	background-color: #847bba;
	background-image: linear-gradient(to bottom, #847bba, #7568ba);
	border: 1px solid #493e87;
	box-shadow: inset 0 1px 0 #bab6d4, inset 0 -1px 0 #655aa1, inset 0 0 0 1px #948dba, 0 2px 4px rgba(0, 0, 0, 0.2);
	color: white;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.button-purple:hover,
.button-purple:focus {
	background: #7568ba;
	border-color: #1f1654;
	box-shadow: inset 0 1px 0 #bab6d4, inset 0 -1px 0 #655aa1, inset 0 0 0 1px #948dba;
}

.button-purple:active {
	background: #7568ba;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button-purple .fa {
	color: #493e87;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-orange {
	background-color: #f58a38;
	background-image: linear-gradient(to bottom, #f58a38, #f57c20);
	border: 1px solid #c25706;
	box-shadow: inset 0 1px 0 #ffb984, inset 0 -1px 0 #db6f1d, inset 0 0 0 1px #f59851, 0 2px 4px rgba(0, 0, 0, 0.2);
	color: white;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.button-orange:hover,
.button-orange:focus {
	background: #f57c20;
	border-color: #773300;
	box-shadow: inset 0 1px 0 #ffb984, inset 0 -1px 0 #db6f1d, inset 0 0 0 1px #f59851;
}

.button-orange:active {
	background: #f57c20;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button-orange .fa {
	color: #c25706;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-red {
	background-color: #ed6d64;
	background-image: linear-gradient(to bottom, #ed6d64, #ed574c);
	border: 1px solid #ba3329;
	box-shadow: inset 0 1px 0 #ffb0aa, inset 0 -1px 0 #d44d44, inset 0 0 0 1px #ed837b, 0 2px 4px rgba(0, 0, 0, 0.2);
	color: white;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.button-red:hover,
.button-red:focus {
	background: #ed574c;
	border-color: #870c03;
	box-shadow: inset 0 1px 0 #ffb0aa, inset 0 -1px 0 #d44d44, inset 0 0 0 1px #ed837b;
}

.button-red:active {
	background: #ed574c;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button-red .fa {
	color: #ba3329;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-yellow {
	background-color: #fce374;
	background-image: linear-gradient(to bottom, #fce374, #fcdf5b);
	border: 1px solid #c9ae34;
	box-shadow: inset 0 1px 0 #fff6ce, inset 0 -1px 0 #e3c852, inset 0 0 0 1px #fce88d, 0 2px 4px rgba(0, 0, 0, 0.2);
	color: #967d09;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.button-yellow:hover,
.button-yellow:focus {
	background: #fcdf5b;
	border-color: #967d09;
	box-shadow: inset 0 1px 0 #fff6ce, inset 0 -1px 0 #e3c852, inset 0 0 0 1px #fce88d;
}

.button-yellow:active {
	background: #fcdf5b;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button-yellow .fa {
	color: #c9ae34;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button .fa {
	float: left;
	font-size: 14px;
	line-height: 20px;
	margin: -1px 8px 0 -4px;
	vertical-align: top;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}

li {
	list-style: none;
}

.both {
	clear: both;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

body {
	font-size: 14px;
	font-family: 'microsoft Yahei';
	-webkit-text-size-adjust: none;
	background: #0c0c0c;
	color: #fff;
}

body a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 750px) {}

.bgg {
	width: 100vw;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.video_box {
	width: 100%;
	height: 100%;
	position: relative;
	object-fit: cover;
}

.content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.15);
	/* background-image: url('../images/bg1.png'); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* backdrop-filter: blur(20px); */
}

.main {
	margin: 0 auto;
	width: 80%;
	height: 100%;
	position: relative;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-end;
	align-items: center;
}

.img_banner {
	/* flex: 1; */
	text-align: center;
	height: 50%;
}

.img_banner img {
	width: 50%;
}

.main section {
	/* margin-top: auto;
*/
	margin-bottom: 80px;
}

.btn_open {
	cursor: pointer;
}

.form {
	flex: 1;
}

.reg_box {
	width: 100%;
	/* background-color: rgba(0, 0, 0, 0.8); */
	/* padding: 20px; */
	/* border-radius: 10px; */
	/* border: solid 1px #000; */
}

.top {
	text-align: center;
}

.top img {
	width: 80%;
	height: auto;
}

.reg_content {
	display: flex;
	justify-content: center;
}

.reg_content li {
	display: flex;
	align-items: flex-start;
	flex-flow: column;
	justify-content: center;
	margin-right: 15px;
}

.reg_content li:last-child {
	margin-right: 0;
}

::placeholder {
	color: rgba(22, 22, 22, 0.75);
}

.reg_content li span:first-child {
	text-align: left;
	font-size: 13px;
	color: #d7d7d7;
	margin-bottom: 3px;
}

.reg_content li span:last-child {
	display: flex;
	position: relative;
}

.reg_content li select,
.reg_content li span:last-child input {
	width: 100%;
	height: 40px;
	border: none;
	padding: 0 10px;
	overflow: hidden;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.3);
	/* color: #fff; */
	color: #333;
	backdrop-filter: blur(3px);
}

.reg_content li select:hover,
.reg_content li span:last-child input:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.reg_content li select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	flex: 1;
}

.reg_content li select option {
	background-color: #000;
	color: #fff !important;
}

.reg_content li select+input {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	flex: 2;
}

.reg_content li span:last-child #code_btn {
	border: none;
	background-color: rgba(255, 255, 255, 0.3);
	color: #333;
	backdrop-filter: blur(3px);
	border-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 110px;
	cursor: pointer;
}

.reg_content li:last-child {
	margin-bottom: 0;
}

.reg_content li span:last-child {
	flex: 1;
}

/* .reg_content li span:last-child input:active,
.reg_content li span:last-child input:focus, */

.reg_content li label {
	color: #ffec14;
	font-size: 13px;
	position: absolute;
	bottom: -20px;
}

.regbtn {
	margin: 25px 0 15px 0;
}

.regbtn li button {
	border: none;
	background-color: rgba(255, 255, 255, 0.3);
	color: #333;
	backdrop-filter: blur(3px);
	border-radius: 2px;
	width: 160px;
	cursor: pointer;
	height: 40px;
}

.regbtn li button.zxiun {
	background-color: #4ebca2;
	color: #fff;
}

.regbtn li button.zuce {
	background-image: url('../images/123.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	width: 160px;
}

.regbtn li button.xiumi {
	background-image: url('../images/123.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	width: 160px;
}

.reg_content li .button_box {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.contentn_down {
	/* background-image: url('../images/tricksterm.jpg'); */
}

.main_down {
	flex-direction: column;
}

.erweima {
	width: 902px;
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}

.erweima div {
	width: 200px;
	margin-left: 30px;
	text-align: center;
}

.erweima div:first-child {
	margin-left: 0;
}

.erweima img {
	width: 120px;
}

.down_btn {
	margin-left: 30px;
	width: 200px;
	height: 50px;
	font-size: 16px;
	background-image: url('../images/123.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 5px;
}

.down_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.down_btn a strong {
	margin-left: 8px;
}

.down_btn:first-child {
	margin-left: 0px;
}

.pc_down_img {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.m_down_img {
	text-align: center;
	display: none;
}

@media (min-width: 100px) and (max-width: 626px) {
	.content {
		background-color: rgba(0, 0, 0, 0.35);
	}

	.main {
		width: 90%;
		flex-flow: column;
		justify-content: unset;
		overflow-y: scroll;
	}

	.main section {
		margin-bottom: 10px;
	}

	.img_banner {
		text-align: center;
		width: 100%;
		height: 28%;
	}

	.img_banner img {
		width: 70%;
	}

	::placeholder {
		color: rgba(255, 255, 255, 0.75);
	}

	.reg_content li select,
	.reg_content li span:last-child input,
	.reg_content li span:last-child #code_btn {
		color: #fff;
	}

	.reg_content {
		flex-flow: column wrap;
	}

	.reg_content li {
		margin-right: 0;
		margin-bottom: 25px;
	}

	.reg_content li span:last-child {
		width: 100%;
	}

	.regbtn {
		margin: 25px 0;
		display: flex;
		flex-flow: row wrap;
	}

	.regbtn li {
		margin: 0;
		margin-right: 15px;
	}

	.regbtn li:last-child {
		margin-right: 0;
	}

	.regbtn li button {
		width: auto;
		padding: 0 15px;
	}

	.btn_open {
		display: none;
	}

	.reg_box {
		margin-top: 30px;
		width: 100%;
		border-radius: 0px;
	}

	.down_btn{
		margin-top: 20px;
	}

	.button_box {
		justify-content: flex-end !important;
	}

	.contentn_down {
		/* background-position: 20% top; */
	}

	.main_down img {
		width: 100%;
		/* transform: scale(1.2); */
	}

	.erweima {
		display: none;
	}

	.main_down .down {
		flex-direction: column;
		display: flex;
		margin-top: 20px;
	}

	.pc_down_img {
		display: none;
	}

	.m_down_img {
		display: block;
	}

	.down_btn {
		margin-left: 0px;
		width: 200px;
		height: 50px;
		font-size: 14px;
		margin-top: 20px;
	}

	.main_down .down button:last-child {
		/* margin-left: 0 !important; */
		/* margin-top: 30px; */
	}
}