html {
  -ms-touch-action: none;
}

body, canvas, div {
  display: block;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Remove spin of input type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body {
  width: 980px;
  height: 100%;
  padding: 0;
  border: 0;
  margin: 0 auto;

  cursor: default;
  color: #1ec6ca;
  background-color: #000;

  text-align: center;
  font-family: Helvetica, Verdana, Arial, sans-serif;

  display: flex;
  flex-direction: column;
  font-size:16px;
  overflow: auto;
}

.topimg {
	width: 100%; height:182px; overflow: hidden;
}

.ct_span1 {
	font-size:28px;
	font-weight:bold;
	text-shadow: 0.05em 0.05em 0.05em #368;
}
.ct_span2 {
	font-size:50px;
	font-weight:bold;
	margin:0 20px 0 30px;
	text-shadow: 0.05em 0.05em 0.05em #368;
}

.content {
	min-height:700px;
	font-size:100%;
	margin:0;
}

.content p {
	text-align:left;
	margin-left:25px;
	
}
.content a {
	color: #dfdfdf;
	text-decoration: none;
	display:block;
	font-weight:bold;
}

.content a span{
	font-size:80%;
	font-weight:normal;
	color:#888;
	display:block;
	margin:0 32px;
}

.header {
	max-width: 100%; height:50px; background-color:#006560; overflow: hidden;
	display:flex;
}
.header a {
	font-size: 120%;
	font-weight:bold;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	flex: 1;
	margin: 0 15px;
	cursor: pointer;
	transition: all .2s;
	text-decoration: none;
	padding:0;
	outline:none;
}

.header a:hover {
	background-color:#fff;
	color:#006560;
}

.footer {
	height:80px;
	max-width: 100%;
	background-color: #006560;
	overflow: hidden;
	color:#aaa;
	font-size: 80%;
}

.footer a {
	color:#aaa;
	text-decoration: none;
	border: none;
	padding-left: 20px;
}

.footer i {
	background-image:url(/etgate/home_site/image/wwwgongan.png);
	background-repeat: no-repeat;
	background-size:cover;
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 3px;
}

.footer p {
	margin: 6px 0;
}

.login_reg {
	width: 500px;
	margin: 50px auto;
	box-shadow: 2px 3px 3px 1px rgba(12, 186, 192, 0.2);
	border: 1px solid #13cdab;
	overflow: hidden;
	transition: all .3s ease;
}
.ipt_block {
	margin:30px 60px;
	display:flex;
	text-align: center;
}

.ipt_block input{
	font-size: 22px;
	height: 30px;
	display: inline-block;
	flex: 1;
	margin: 0 10px;
}

.ipt_block a {
	font-size: 22px;
	font-weight:bold;
	color: #fff;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	flex: 1;
	cursor: pointer;
	transition: all .2s;
	text-decoration: none;
	margin: 0 10px;
	padding:0;
	outline:none;
	border-radius: 6px;
}

.btn_a {
	background-color:#1eaac6;
}

.btn_a:hover {
	background-color:#fff;
	color:#006560;
}

.btn_a_disabled {
	background-color:#999;
}

