* {
	padding: 0;
	margin: 0;
}
body {
	background: rgba(247, 245, 248, 1);
	color: #666;
	font-size: 14px;
}
.cl:after, .clearfix:after, .container:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cl:before, .clearfix:before, .container:before {
  content: "";
  display: table;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.login_box {
	min-width: 300px;
	position: fixed;
	width: 320px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 20px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	background: #fff;
}
.logo_box {
	display: inline-block;
	/*width: 78%;*/
	position: relative;
	/*margin-left: 50%;*/
	left: 50%;
	margin-top: 20px;
	transform: translateX(-50%);
}
.logo {
	width: 70px;
	height: 70px;
}
.row {
	width: 37px;
	height: 37px;
	margin: 0 30px 16px;
	transform: rotate(180deg);
}
.text_box {
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-indent: 1em;
	margin-top: 20px;
	outline: none;
	border-radius: 6px;
	border: 1px solid rgba(230, 230, 230, 1);
}
.login_btn {
	border-color: rgba(213, 20, 35, 1);
	background: rgba(213, 20, 35, 1);
	text-indent: 0;
	color: #fff;
	margin-bottom: 20px;
}
.c_blue {
	color: #2488EC;
}
.mgt10 {
	margin-top: 10px;
}
.border_t {
	border-top: 1px solid rgba(230, 230, 230, 1);
	padding-top: 10px;
}
.border_b {
	border-bottom: 1px dashed rgba(230, 230, 230, 1);
}
a {
	text-decoration: none;
}
.h20 {
	line-height: 30px;
}
.mgt20 {
	margin-top: 20px;
}
.register_btn {
	margin-top: 0px;
	margin-bottom: 20px;
	cursor: pointer;
}
.check {
	width: 15px;
	height: 15px;
	position: relative;
	top: 4px;
}
.xieyi {
	color: skyblue;
}
.xieyi:hover {
	color: red;
	cursor: pointer;
}
.center {
	text-align: center;
}
.code_box {
	position: relative;
}
.code_btn {
	width: 101px;
	height: 48px;
	line-height: 46px;
	position: absolute;
	right: -1px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	top: 20px;
	background: #0daf96;
	border-radius: 0 6px 6px 0;
}
.dis_btn {
	background: #999;
}
.model {
	position: fixed;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
}
.xieyi_content {
	min-width: 260px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	background: #fff;
	border-radius: 6px;
}
.xieyi_title {
	line-height: 40px;
	font-style: 16px;
}
.xieyi_info {
	padding: 10px;
	line-height: 20px;
	height: 200px;
	font-style: 14px;
	overflow-y: auto;
}
.xieyi_btn {
	cursor: pointer;
	display: block;
	width: 40px;
	background: red;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	padding: 10px;
	margin: 10px auto;
}
.c_red {
	color: #FF0033;
}
.hide {
	display: none;
}
@media screen and (max-width:768px) {
	body {
		background: #fff;
	}
	.login_box {
		box-sizing: border-box;
		width: 100%;
		box-shadow: none;
	}
}