@charset "utf-8";

/* CSS Document */
@font-face {
	/* font-properties */
	font-family: PingFang-SC-Regular;
	src: url('/public/font/PingFang-biao.woff');
	/* IE9 */
}

@font-face {
	/* font-properties */
	font-family: PingFang-bold;
	src: url('/public/font/PingFang-bold.woff');
	/* IE9 */
}

/*统一样式*/
* {
	margin: 0;
	padding: 0;
	outline: none;
}

li {
	list-style: none;
}

img {
	border: none 0;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

.div_space {
	padding-top: 10px;
	margin: 0 auto;
	clear: both;
}

.div_space_h {
	padding-left: 10px;
	float: left;
	height: 10px;
}

.auto {
	margin: 0 auto;
}

label,
input,
img,
button,
select {
	vertical-align: middle;
}


body {
	font-family: PingFang-SC-Medium;
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
	/*height:5000px;*/
}

.login_top {
	width: 100%;
	height: 93px;
	line-height: 93px;
	overflow: hidden;

}

.login_top .logo {
	width: 1200px;
	margin: 0 auto;
	height: 100%;


}

.login_top .logo_img {
	height: 100%;
	display: flex;
	align-items: center;
	float: left;
}

.login_top .logo img {
	align-items: center;

}

.shu {
	display: block;
	float: left;
	width: 2px;
	height: 27px;
	margin: 35px auto;
	margin-left: 12px;
	margin-right: 18px;
	background: #dddddd;
}

.login_top .logo .logo_right {
	float: left;
	font-family: PingFang-SC-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}

.login_cont {
	width: 100%;
	height: auto;
	background: url(../image/login/bg.png) no-repeat center;

	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: bottom center;
	overflow: hidden;
}

.login_cont .login_nei {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.login_cont .login_nei .login_left {
	float: left;
	margin-top: 125px;
	margin-bottom: 93px;
	margin-right: 171px;
}

.login_cont .login_nei .login_right {
	float: left;
	width: 404px;
	height: auto;
	overflow: hidden;
	margin-top: 97px;
	background-color: #ffffff;
}

.login_right .login_rtop {
	width: 90%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.login_right .login_rtop:first-child {

	margin-top: 39px;
	margin-bottom: 42px;
}

.login_rtop .login_rleft {
	width: 50%;
	float: left;
	font-family: PingFang-SC-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;

}

.login_rtop .login_rright {
	width: 50%;
	float: right;
	text-align: right;
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #008bf6;
}

.login_rtop .login_rright a {
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #008bf6;
}

.login_rtop input[type='text'] {
	width: 87%;
	height: 48px;
	border-radius: 6px;
	border: solid 1px #c9c9c9;
	padding-left: 12%;
	margin: 0 auto;
	/* background: url(../image/login/ff_09.png) no-repeat 8px 10px; */
}
.login_rtop input[name='username']{
	background: url(../image/login/ff_09.png) no-repeat 8px 10px;
}
.login_rtop input[name='kaptcha']{
	background: url(../image/login/ff_08.png) no-repeat 8px 10px;
}
.login_rtop input[type='password'] {
	width: 87%;
	height: 48px;
	border-radius: 6px;
	border: solid 1px #c9c9c9;
	padding-left: 12%;
	margin: 0 auto;
	background: url(../image/login/dl12.png) no-repeat 8px 10px;
	margin-top: 26px;
}

.login_rtop input[type='checkbox'] {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: 34px;
	display: block;
	float: left;
	cursor: pointer;
}

.login_rtop label {
	display: block;
	float: left;
	font-family: PingFang-SC-Regular;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
	margin-top: 34px;
	margin-right: 44px;
	vertical-align: text-bottom;
	cursor: pointer;

}

.login_rtop input[type='submit'] {
	width: 100%;
	height: 48px;
	background-color: #2c7df6;
	border-radius: 6px;
	border: solid 2px #2c7df6;
	font-family: PingFang-SC-Regular;
	font-size: 23px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 30px;
}

/* 底部 */
.footer {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.footer .footer_li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 6%;
}
.footer .footer_li ul{
  width: 60%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.footer .footer_li ul li {
	display: block;
	float: left;
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-right: 40px;
}

.footer .footer_li ul li a {
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}

.footer .footer_li ul li:last-child {
	margin-right: 0px;
}

.footer_bottom {
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 21px;
}


/* 注册 */
.bj_bai {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 4px 2px 8px 1px rgba(134, 131, 131, 0.29);
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

.bj_bai .reg_left {
	float: left;
	width: 50%;
	height: auto;
	overflow: hidden;
	margin-top: 5%;
}

.bj_bai .reg_left .reg_li {
	width: 80%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
}

.bj_bai .reg_left .reg_li:first-child {
	margin-top: 0px;
}

.bj_bai .reg_left .reg_li:nth-child(3) {
	height: 20px !important;
	margin-top: 20px;
}

.bj_bai .reg_left .reg_li .reg_name {
	width: 20%;
	float: left;
	height: 45px;
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 3px;
	color: #333333;
	margin-right: 4%;
	text-align: right;
}

.bj_bai .reg_left .reg_li .reg_input {
	width: 75%;
	float: left;

}

.bj_bai .reg_left .reg_li .reg_input input[type='text'] {
	width: 95%;
	border: none;
	height: 45px;
	border-radius: 6px;
	border: solid 1px #dcdcdc;
	padding-left: 5%;
}

.bj_bai .reg_left .reg_li .reg_input input[type='password'] {
	width: 95%;
	border: none;
	height: 45px;
	border-radius: 6px;
	border: solid 1px #dcdcdc;
	padding-left: 5%;
}

.bj_bai .reg_left .reg_li .reg_input input[type='submit'] {
	width: 100%;
	height: 48px;
	background-color: #2c7df6;
	border-radius: 6px;
	border: solid 2px #2c7df6;
	font-family: PingFang-SC-Regular;
	font-size: 23px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 40px;
}

.bj_bai .reg_right {
	float: left;
	width: 49%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 5%;

}

.bj_bai .reg_right img {
	width: 78%;
	height: auto;

}

.bj_bai .reg_right .reg_bottom {
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 20px;

}

.bj_bai .reg_right .reg_bottom a {
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #2c7df6;

}

.shu1 {
	display: block;
	float: left;
	width: 1px;
	height: 451px;
	margin: 0px auto;
	margin-top: 60px;
	margin-left: 0px;
	margin-right: 0px;
	background: #dddddd;
}

.passwordStrength {
	width: 75%;
	height: auto;
	overflow: hidden;
}

.passwordStrength span {
	display: block;
	float: left;
	width: 49px;
	height: 17px;
	background-color: #529d1a;
	font-family: PingFang-SC-Regular;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 17px;
	text-align: center;
	letter-spacing: 2px;
	color: #ffffff;
	margin-right: 17px;
}

.passwordStrength span.active {
	background-color: #ff0000;
}

/* 自适应 */
/* @media screen and (min-width:1024px) and (max-width:px){
  body {background-color:#f5f5f5;}
} */
@media screen and (min-width:1400px) and (max-width:1680px) {

	/* 头部 */
	.login_top {
		width: 100%;
		height: auto;
		line-height: inherit;
		overflow: hidden;

	}

	.shu {
		margin: 21px auto;
		margin-left: 12px;
		margin-right: 18px;
	}

	.login_top .logo .logo_right {
		line-height: 68px;
	}

	/* 登录 */
	.login_cont .login_nei .login_left {
		margin-top: 5%;
		margin-bottom: 5%;
		margin-right: 171px;
	}

	.login_cont .login_nei .login_right {
		margin-top: 5%;
	}

	.login_rtop input[type='checkbox'] {
		width: auto;
		height: auto;
		margin-top: 5%;
	}

	.login_rtop label {
		margin-top: 3.5%;
		margin-right: 44px;
	}

	/* 注册 */
	.bj_bai {
		margin-top: 4% !important;
		margin-bottom: 4% !important;
	}

	.bj_bai .reg_left {
		margin-top: 3%;
	}

	.shu1 {
		margin-top: 3%;
		height: 377px;
	}

	.bj_bai .reg_right {
		margin-top: 4%;
	}

	.bj_bai .reg_right img {
		width: 60%;
		height: auto;
	}

	.bj_bai .reg_left .reg_li .reg_name {
		height: 35px;
		line-height: 35px;
	}

	.bj_bai .reg_left .reg_li .reg_input input[type='text'] {

		height: 35px;
	}

	.bj_bai .reg_left .reg_li .reg_input input[type='password'] {
		height: 35px;
	}

	.bj_bai .reg_left .reg_li .reg_input input[type='submit'] {
		margin-top: 3%;
		margin-bottom: 5%;
	}

	/* footer */

	.footer .footer_li {
		margin-top: 3%;
	}
}

@media screen and (min-width:800px) and (max-width:1399px) {

	/* 头部 */
	.login_top {
		width: 100%;
		height: auto;
		line-height: inherit;
		overflow: hidden;

	}
	.login_top .logo{
		width: 75%;
	}

	.login_top .logo img {
		width: 80%;
	}

	.shu {
		width: 2px;
		height: 20px;

		margin: 16px auto;
		margin-left: -20px;
		margin-right: 18px;
	}

	.login_top .logo .logo_right {
		line-height: 50px;
	}

	/* 登录 */
	.login_cont .login_nei .login_left {
		margin-top: 5%;
		margin-bottom: 5%;
		margin-right: 171px;
		text-align: right;
	}

	.login_cont .login_nei .login_left img {
		width: 80%;
		height: auto;
	}

	.login_right .login_rtop:first-child {
		margin-top: 7%;
		margin-bottom: 10%;
	}

	.login_rtop input[type='text'] {
		height: 40px;
		line-height: 40px;
		/* background: url(../img/ff_09.png) no-repeat 9px 10px; */
		background-size: 20px 20px;
	}
	.login_rtop input[name='username']{
		background: url(../image/login/ff_09.png) no-repeat 9px 10px;
		
	}
	.login_rtop input[name='kaptcha']{
		background: url(../image/login/ff_08.png) no-repeat 9px 10px;
		
	}
	.login_rtop input[type='password'] {
		height: 40px;
		line-height: 40px;
		background: url(../image/login/dl12.png) no-repeat 9px 10px;
		background-size: 20px 20px;
		margin-top: 8%;
	}

	.login_rtop input[type='submit'] {
		height: 40px;
		font-size: 19px;
		margin-top: 5%;
		margin-bottom: 10%;
	}

	.login_cont .login_nei .login_right {
		width: 365px;
		margin-top: 5%;
	}

	.login_rtop input[type='checkbox'] {
		width: auto;
		height: auto;
		margin-top: 5%;
	}

	.login_rtop label {
		font-size: 14px;
		margin-top: 3.5%;
		margin-right: 44px;
	}

	/* 注册 */
	
	.bj_bai {
		width: 75% !important;
		margin-top: 4% !important;
		margin-bottom: 4% !important;
	}

	.bj_bai .reg_left {
		margin-top: 3%;
	}

	.shu1 {
		margin-top: 3%;
		height: 275px;
	}
	.bj_bai .reg_left .reg_li{
		margin-top: 12px;
	}
	.bj_bai .reg_right {
		margin-top: 4%;
	}

	.bj_bai .reg_right img {
		width: 53%;
		height: auto;
	}

	.bj_bai .reg_left .reg_li .reg_name {
		height: 25px;
		font-size: 14px;
		line-height: 25px;
	}

	.bj_bai .reg_left .reg_li .reg_input input[type='text'] {
font-size: 14px;
		height: 25px;
	}

	.bj_bai .reg_left .reg_li .reg_input input[type='password'] {
		height: 25px;
		font-size: 14px;
	}

	.bj_bai .reg_left .reg_li .reg_input input[type='submit'] {
		margin-top: 3%;
		margin-bottom: 5%;
		font-size: 16px;
		width: 80%;
		height: 35px;
	}
	.bj_bai .reg_right .reg_bottom{
		font-size: 14px;
	}
	.bj_bai .reg_right .reg_bottom a{
		font-size: 14px;
	}

	/* footer */
	.footer{
		width: 75%;
	}
	.footer .footer_li {
		margin-top: 2%;
		
	}
	.footer .footer_li ul li{
		font-size: 12px;
	}
	.footer .footer_li ul li a{
		font-size: 12px;
	}
	.footer_bottom{
		font-size: 12px;
	}
}


