::-webkit-scrollbar {
	display: none;
}

.modal-backdrop {
	width: 100% !important;
}

body {
	margin: 0;
	background-color: #f7f7f7;
}

 iframe::-webkit-scrollbar {
    display: none; /* Safari 和 Chrome */
  }

  iframe {
    -ms-overflow-style: none; /* IE 和 Edge */
    scrollbar-width: none; /* Firefox */
  }

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

nav {
	width: 100%;
	height: 65px;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	background-color: hsla(0, 0%, 100%, .2);
	z-index: 1;
}

.top {
	/* width: 1140px; */
	height: 65px;
	line-height: 65px;
	margin: 0 auto;

	padding-left: 100px;
}

.title {
	font-family: Minecraft;
	color: rgb(94, 94, 94);
	text-decoration: none;
	font-size: 20px;
	font-weight: 400;
}

.title:hover {
	font-family: Minecraft;
	color: rgb(94, 94, 94);
	text-decoration: none;
	font-size: 20px;
	font-weight: 400;
}

.top li {
	float: right;
	color: rgb(255, 255, 255, 0.75);
	padding: 0 15px;
}

.top li a {
	float: right;
	color: rgb(255, 255, 255, 0.75);
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}

.top li a:hover {
	color: white;
}

.splash {
	bottom: 0;
	height: 50%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 100px;
	width: 80%;
}

.splash-head {
	font-size: 250%;
	color: #fff;
	font-family: Minecraft;
	line-height: 1.5em;
	margin: .2em 0 .5em;
	padding: .8em .5em 1em;
	/* text-shadow: 0 4px 3px rgb(0 0 0 / 40%), 0 8px 13px rgb(0 0 0 / 10%), 0 18px 23px rgb(0 0 0 / 10%); */
}

.splash-subhead {
	color: #fff;
	font-family: Ubuntu, Segoe UI, Microsoft Yahei, Microsoft Jhenghei, sans-serif;
	font-size: 16px;
	letter-spacing: .05em;
	margin-bottom: 3em;
}

.main-button {
	/* height: 60px;
	width: 120px; */
	display: block;
	margin: 0 auto;
	background: transparent;
	background-color: rgba(255, 255, 255, 0.15);
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 120%;
	padding: .8em 0.5em;
	/* font-size: 18px;
	padding: 20px; */
	text-decoration: none !important;
	transition: all .25s ease-in-out, border-color .25s ease-in-out, background-color .25s ease-in-out;


}

.main-button:hover {
	background-color: rgba(255, 255, 255, 0.7);
	color: black;
	font-weight: bold;
}



.main_img {
	position: relative;
	width: 100%;
	background-image: url(../img/2022-02-24_20.46.35.png);

	background-size: cover;
	height: 100vh;
	/* position: fixed; */
	width: 100%;
	/* z-index: -1; */
}

.callout {
	border-radius: .25rem;
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	background-color: #fff;
	border-left: 5px solid #e9ecef;
	margin-bottom: 1rem;
	padding: 1rem;
}

.callout.callout-info {
	border-left-color: #117a8b;
}

.callout.callout-danger {
	border-left-color: #dc3545;
}

.callout.callout-success {
	border-left-color: #28a745;
}

.verifition,
.verifition_result,
.code_error,
.sendEamil_error {
	display: none;
}

.apply_body {
	width: 1130px;
	padding-top: 45px;
	position: relative;
	/* left: -764px; */
	overflow: hidden;

	transition: all 0.5s;
}

.verify {
	overflow: hidden;
	/* margin-top: 45px; */
	width: 366px;
	float: left;

	transition: all 0.5s;
}

.verifyCode {
	width: 398px;
	padding: 16px;
	float: left;
	position: relative;
	overflow: hidden;
	/* height: 0px; */
	margin-top: 0px;
	transition: all 0.5s;
}

.apply_succ {
	margin-left: 32px;
	overflow: hidden;
	width: 366px;
	height: 287px;
	float: left;
	/* background-color: #d4edda; */

	transition: all 0.5s;
}

.apply_succ_alert {
	margin: 0 auto;
	width: 90%;
	text-align: center;
	margin-top: 50px;
}

.verify_step1_title,
.verify_step2_title {
	padding-bottom: 20px;
	margin: 0;
	font-weight: bold;
	position: absolute;
	opacity: 1;
}

.verify_step2_title {
	opacity: 0;
}

.verify_code_input {
	font-family: minecraft;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	width: 100%;
	outline: none;
	border: 0px;
	border-bottom: solid 2px #117a8b;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 10px;
}




/* 主体 */
.main {
	width: 1000px;
	/* min-height: 1500px; */
	margin: 24px auto 0 auto;
	overflow: hidden;
	/* margin-top: 100vh; */
}

.news_list {
	float: left;
	width: 660px;
	margin-right: 40px;
}

.news {
	float: left;
	width: 660px;
	margin-right: 40px;

}

.news h3 {
	margin: 0 0 9px 0;
}

.news_body {
	background: white;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	width: 100%;
	/* height: 200px; */
	padding: 20px;
	float: left;
	margin-top: 15px;
}

.news_body img {
	width: 100%;
	margin-top: 10px;
}

.news_body h2 {
	font-weight: bold;
	font-size: 24px;
	font-family: "microsoft yahei";
	margin: 0;
	padding: 0;
}

.badge {
	font-size: 12px;
	position: relative;
	bottom: 6px;
}

.news_time {
	margin-top: 8px;
	float: right;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.3);
	font-family: "microsoft yahei";
	font-weight: 400;
}

.news_body p {
	font-size: 16px;
	line-height: 27px;
	margin-top: 16px;
}


.about_server {
	float: left;
	width: 300px;
	position: relative;
	z-index: 100;
	/* margin-right: 40px; */
}

.server {
	width: 300px;
	padding-top: 10px;
	/* width: 100px;
	height: 100px;
	background-color: red; */

	/* position: fixed; */
	/* top: 0px; */
	font-size: 16px;
}

.introduction p {
	margin-bottom: 8px;
}

.server_status {
	margin-top: 30px;
}

/* end */
.end {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.3);
	/* height: 20px; */
	line-height: 40px;
	/* border-top: solid 1px rgba(0, 0, 0,0.3); */
	margin-top: 50px;
}



.main-button {
	width: 168px !important;
}

.apply_row {
	height: 70px;
	padding: 0;
}