html,
body {
	font-size: 20px;
	height: 100%;
	font-family: "微软雅黑";
}

input {
	outline: none;
}

@media only screen and (min-width: 100px) and (max-width: 770px) {
	body {
		background: #f7f3f3;
	}
	.register {
		margin-top: 0.5rem;
		width: 100%;
		height: 100%;
		background: #f7f3f3;
	}
	.register .nav ul {
		height: 2rem;
		width: 100%;
	}
	.register .nav ul li {
		float: left;
		width: 50%;
		height: 2rem;
		font-size: 1rem;
		text-align: center;
		line-height: 2rem;
		cursor: pointer;
		text-align: center;
		color: #ff3c4e;
		background: rgba(218, 218, 218, 0.8);
		color: #9e9e9e;
		font-size: 0.8rem;
	}
	.register .nav ul li.register_on {
		box-sizing: border-box;
	}
	.register .nav ul .active_div {
		background: rgba(218, 218, 218, 0.0);
		color: #ff4e5c;
	}
	.register_use,
	.register_staff {
		width: 100%;
		display: none;
	}
	.register_use {
		display: block;
		padding-top: 1rem;
	}
	.register_staff ul {
		margin-top: 1rem;
	}
	.register_use ul li,
	.register_staff ul li {
		width: 100%;
		position: relative;
	}
	.register_use ul li .use_name_span2,
	.register_use ul li .use_psd_span2 {
		display: none;
	}
	.register_use ul li .use_name_span1,
	.register_staff ul li .use_name_span1 {
		height: 1.5rem;
		width: 2rem;
		position: absolute;
		font-size: 0.5rem;
		left: 12.5%;
		top: 0.15rem;
	}
	.register_use ul li .use_psd_span1,
	.register_staff ul li .use_psd_span1 {
		height: 2rem;
		width: 2rem;
		position: absolute;
		font-size: 0.5rem;
		left: 12.5%;
		top: 0.15rem;
	}
	#use_name,
	#use_psd,
	#staff_name,
	#staff_psd {
		width: 77%;
		margin: 0.5rem 10%;
		height: 1.5rem;
		padding-left: 3%;
		line-height: 1rem;
		font-size: 0.5rem;
		border: 1px solid #e6e6e6;
	}
	#use_name::-webkit-input-placeholder,
	#use_psd::-webkit-input-placeholder,
	#login_auth_code::-webkit-input-placeholder {
		/* WebKit browsers */
		font-size: 0.5rem;
		color: #666666;
		font-family: "微软雅黑";
	}
	#use_name:-moz-placeholder,
	#use_psd:-moz-placeholder,
	#login_auth_code:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		font-size: 0.5rem;
		color: #666666;
		font-family: "微软雅黑";
	}
	#use_name::-moz-placeholder,
	#use_psd::-moz-placeholder,
	#login_auth_code::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		font-size: 0.5rem;
		color: #666666;
		font-family: "微软雅黑";
	}
	#use_name:-ms-input-placeholder,
	#use_psd:-ms-input-placeholder,
	#login_auth_code:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		font-size: 0.5rem;
		color: #666666;
		font-family: "微软雅黑";
	}
	.register_use ul li:nth-of-type,
	.register_staff ul li:nth-of-type {
		position: relative;
	}
	.register_use ul li:nth-of-type(1) .pos,
	.register_use ul li:nth-of-type(2) .pos2,
	.register_use ul li:nth-of-type(3) .pos3,
	.register_staff ul li:nth-of-type(1) .pos4,
	.register_staff ul li:nth-of-type(3) .pos5,
	.register_staff ul li:nth-of-type(2) .pos6 {
		margin: 0 0 0 12%;
		height: 2rem;
		line-height: 2rem;
		position: absolute;
		font-size: 0.5rem;
		left: 0.15rem;
		top: 0.15rem;
		display: block;
		padding: 0;
		font-family: "微软雅黑";
	}
	.register_use ul li:nth-of-type(3) .pos3,
	.register_staff ul li:nth-of-type(2) .pos6 {
		width: 4rem
	}
	.register_use ul li:nth-of-type(3) .pos3,
	.register_staff ul li:nth-of-type(2) .pos6 {
		margin: -0.1rem 0 0 3%;
	}
	.register_use ul li:nth-of-type(3),
	.register_staff ul li:nth-of-type(2) {
		width: 80%;
		height: 2rem;
		margin: 0.5rem 10%;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-direction: row;
		align-items: center;
		position: relative;
	}
	.register_use ul li:nth-of-type(3) p,
	.register_staff ul li:nth-of-type(2) p {
		position: absolute;
		left: 0;
		top: 2rem;
		padding: 0;
		margin: 0;
		width: 100%;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		height: 2rem;
		text-align: left;
		line-height: 1rem;
		font-size: 0.5rem;
	}
	.register_use ul li:nth-of-type(3) input:nth-of-type(1),
	.register_staff ul li:nth-of-type(2) input:nth-of-type(1) {
		width: 2rem;
		height: 1.5rem;
		margin-right: 0.5rem;
		padding-left: 0.5rem;
		border: 1px solid #e6e6e6;
		width: 4rem;
		font-size: 0.5rem;
	}
	.register_staff ul li:nth-of-type(2) #identifying_code1 {
		margin: 0;
		width: 4rem;
		height: 1.5rem;
		margin-right: 1em;
	}
	.register_use ul li:nth-of-type(3) div:nth-of-type(1),
	.register_staff ul li:nth-of-type(2) div:nth-of-type(1) {
		padding-top: 0rem;
		width: 3rem;
		height: 1.5rem;
		display: inline-block;
	}
	.register_use ul li:nth-of-type(3) .identifying_area img,
	.register_staff ul li:nth-of-type(2) .identifying_area img {
		width: 4rem;
		height: 1.5rem;
	}
	.register_use ul li:nth-of-type(3) .identifying_img,
	.register_staff ul li:nth-of-type(2) .identifying_img {
		margin-left: 1rem;
		width: 2rem;
		height: 1.5rem;
		display: inline-block;
		background: springgreen;
	}
	.register_use ul li:nth-of-type(3) .identifying_img img {
		width: 2rem;
		height: 1.5rem;
	}
	.register_staff ul li:nth-of-type(2) .identifying_area {
		width: 4rem;
		height: 1.5rem;
		display: inline-block;
		background: springgreen;
	}
	.register_staff ul li:nth-of-type(2) .identifying_area img {
		width: 4rem;
		height: 1.5rem;
	}
	.register_staff ul li:nth-of-type(2) .identifying_img {
		margin-left: 1rem;
		width: 2rem;
		height: 1.5rem;
		display: inline-block;
		background: springgreen;
	}
	.register_staff ul li:nth-of-type(2) .identifying_img img {
		width: 2rem;
		height: 1.5rem;
	}
	.btn_enter {
		width: 80%;
		margin: 0.5rem 10% 0.8rem;
		background: #ff4e5c;
		height: 2rem;
		line-height: 2rem;
		cursor: pointer;
		border: none;
		color: white;
		font-family: "方正兰亭超细黑", "方正兰亭", "微软雅黑", "Microsoft YaHei"
	}
	.btn_enter:hover {
		background: #fc3e4d;
	}
	.register_use p,
	.register_staff p {
		padding: 0 10%;
		margin-bottom: 0.5rem;
		color: #000;
		font-size: 0.6rem;
		text-align: right;
	}
	#login_errorMessage,#login_non_errorMessage{
		text-align: center;
		color: #ff4e5c;
		line-height: 0.8rem;
	}
	.register_use p input,
	.register_staff p input {
		float: left
	}
	.register_use p span,
	.register_staff p span {
		float: left
	}
	.register_use p a,
	.register_staff p a {
		color: #000;
	}
	.register_use .quick_span p,
	.register_staff .quick_span p {
		text-align: center;
		font-size: 0.6rem;
		height: 1.5rem;
		line-height: 1.5rem;
	}
	.register_use .quick,
	.register_staff .quick {
		height: 1rem;
		width: 80%;
		margin: 0.5rem 10%;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}
	.register_use .quick div,
	.register_staff .quick div {
		padding-top: 0.5rem;
		cursor: pointer;
	}
	.register_use .quick div img,
	.register_staff .quick div img {
		width: 1.5rem;
		height: 1.5rem;
	}
	.outer_box,
	header,
	.main,
	.foot {
		display: none;
	}
	.huoqu_btn {
		position: absolute;
		right: 2rem;
		top: 0.75rem;
		height: 1rem;
		line-height: 1rem;
		font-size: 0.6rem;
		background: #ff4e5c;
		color: #fff;
		border: none;
		border-radius: 4px;
		width: 105px;
		cursor: pointer
	}
	.check{
		position: absolute;
		right: 4%;
		top: 0.8rem;
		height: 17px;
		width: 17px;
		display: none;
	}
}

@media only screen and (min-width: 770px) {
	/*杞挱css*/
	.outer_box {
		margin: 0 auto;
		min-width: 1200px;
		max-width: 1600px;
		height: 500px;
		position: relative;
		overflow: hidden;
	}
	.banner {
		width: 1900px;
		height: 500px;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -950px;
		overflow: hidden;
	}
	.banner .img {
		width: 7600px;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.banner .img img {
		width: 1920px;
		height: 500px;
	}
	.banner .img li {
		float: left;
	}
	.outer_box .num {
		position: absolute;
		width: 100%;
		bottom: 10px;
		left: 0px;
		text-align: center;
		font-size: 0px;
	}
	.outer_box .num li {
		width: 10px;
		height: 10px;
		background-color: #fff;
		border-radius: 10px;
		display: inline-block;
		margin: 0px 3px;
		cursor: pointer;
	}
	.outer_box .num li.on {
		background-color: #e9737c;
	}
	.btn {
		width: 45px;
		height: 80px;
		position: absolute;
		bottom: 210px;
		cursor: pointer;
		z-index: 99999;
		background: rgba(194, 194, 194, 0.5);
		line-height: 80px;
		font-size: 30px;
		color: #ff4e5c;
		text-align: center;
	}
	.btn_l {
		left: 20px;
	}
	.btn_r {
		right: 20px;
	}
	.outer_box:hover .btn {
		display: block;
	}
	/*鐧婚寗妗�*/
	.register_outer {
		margin: 0 auto;
		min-width: 1200px;
		max-width: 1600px;
		height: 1px;
		position: relative;
	}
	.register {
		position: absolute;
		right: 100px;
		bottom: 40px;
		width: 367px;
		height: 420px;
		overflow: hidden;
		FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#ffffff, endColorStr=#f7f7f7);
		/*IE 6 7 8*/
		background: -ms-linear-gradient(top, #ffffff, #f7f7f7);
		/* IE 10 */
		background: -moz-linear-gradient(top, #ffffff, #f7f7f7);
		/*火狐*/
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f7f7f7));
		/*谷歌*/
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f7f7f7));
		/* Safari 4-5, Chrome 1-9*/
		background: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
		/*Safari5.1 Chrome 10+*/
		background: -o-linear-gradient(top, #ffffff, #f7f7f7);
		/*Opera 11.10+*/
		border-radius: 5px;
		-moz-box-shadow:0px -2px 2px #fff inset, 0 1px 4px rgba(144, 144, 144, 0.25);             /* For Firefox3.6+ */
		-webkit-box-shadow:0px -2px 2px #fff inset,0 1px 4px rgba(144, 144, 144, 0.25);          /* For Chrome5+, Safari5+ */
		box-shadow:0px -2px 2px #fff inset,10px 10px 20px rgba(144, 144, 144, 0.25);                  /* For Latest Opera */
	}
	.register .nav {
		width: 100%;
		height: 50px;
	}
	.register .nav ul li {
		font-size: 18px;
		width: 50%;
		height: 50px;
		float: left;
		line-height: 50px;
		text-align: center;
		color: #9e9e9e;
		cursor: pointer;
		background: #dadada;
		color: #9e9e9e;
	}
	.register .nav ul .active_div {
		background: #ffffff;
		color: #ff4e5c;
		font-weight: 800;
	}
	.register_use ul,
	.register_staff ul {
		height: 167px;
		margin-bottom: 10px;
	}
	.register_use,
	.register_staff {
		width: 100%;
		display: none;
	}
	.register_use {
		display: block;
	}
	.register_use ul li {
		width: 100%;
		height: 46px;
		margin-top: 16px;
		position: relative;
	}
	.register_staff ul li {
		width: 100%;
		height: 46px;
		margin-top: 16px;
		position: relative;
	}
	.register_use ul li .use_name_span2 {
		height: 18px;
		width: 18px;
		position: absolute;
		font-size: 12px;
		left: 14.5%;
		top: 12px;
		background: url(../newimages/icon1.png) no-repeat 0px -45px;
	}
	.register_use ul li .use_psd_span2 {
		height: 18px;
		width: 18px;
		position: absolute;
		font-size: 12px;
		left: 14.5%;
		top: 12px;
		background: url(../newimages/icon1.png) no-repeat -25px -45px;
	}
	#use_name,
	#use_psd,
	#staff_name,
	#staff_psd {
		width: 292px;
		margin: 0 30px;
		height: 46px;
		padding-left: 14px;
		font-size: 14px;
		font-family: "微软雅黑";
		border-radius: 4px;
	}
	#use_name::-webkit-input-placeholder,
	#use_psd::-webkit-input-placeholder,
	#login_auth_code::-webkit-input-placeholder {
		/* WebKit browsers */
		font-size: 14px;
		color: #6f6f70;
		font-family: "微软雅黑";
	}
	#use_name:-moz-placeholder,
	#use_psd:-moz-placeholder,
	#login_auth_code:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		font-size: 14px;
		color: #6f6f70;
		font-family: "微软雅黑";
	}
	#use_name::-moz-placeholder,
	#use_psd::-moz-placeholder,
	#login_auth_code::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		font-size: 14px;
		color: #6f6f70;
		font-family: "微软雅黑";
	}
	#use_name:-ms-input-placeholder,
	#use_psd:-ms-input-placeholder,
	#login_auth_code:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		font-size: 14px;
		color: #6f6f70;
		font-family: "微软雅黑";
	}
	.register_use ul li,
	.register_staff ul li {
		position: relative;
	}
	.pos,
	.pos2,
	.pos3,
	.pos4,
	.pos5,
	.pos6 {
		font-family: "微软雅黑";
		margin: 0 0 0 12%;
		height: 42px;
		line-height: 46px;
		position: absolute;
		font-size: 14px;
		left: 0;
		top: 0;
		display: block;
	}
	.register_use ul .yanzhengma .pos3,
	.register_staff ul .yanzhengma .pos6 {
		margin: 0 0 0 5%;
		width: 100px
	}
	.yanzhengma {
		width: 337px;
		height: 42px;
		margin-left: 30px;
		float: left;
		position: relative;
	}
	.yanzhengma .yanzhengma_img {
		position: absolute;
		left: 135px;
		top: 3px;
		height: 35px;
		width: 65px;
	}
	.yanzhengma .yanzhengma_suss {
		position: absolute;
		left: 208px;
		top: 10px;
		height: 20px;
		width: 20px;
	}
	ul .yanzhengma p {
		position: absolute;
		left: -4px;
		top: 0px;
		margin: 0;
		width: 100px;
		height: 46px;
		text-align: center;
		vertical-align: middle;
	}
	#login_auth_code,
	#identifying_code1 {
		margin: 0;
		width: 110px;
		height: 46px;
		margin-right: 10px;
		padding-left: 14px;
		font-size: 14px;
		font-family: "微软雅黑";
		border: 1px solid #dedede;
		border-radius: 4px;
	}
	#login_errorMessage {
		font-size: 12px;
		line-height: 14px;
		color: #ff4e5c;
		width: 300px;
		margin: 0 auto;
		text-align: center;
		vertical-align: middle;
	}
	#login_non_errorMessage {
		font-size: 12px;
		line-height: 14px;
		color: #ff4e5c;
		width: 300px;
		margin: 0 auto;
		text-align: center;
		vertical-align: middle;
	}
	.yanzhengma .identifying_area {
		width: 50px;
		height: 25px;
		display: inline-block;
		background: springgreen;
	}
	.yanzhengma .identifying_area img {
		width: 50px;
		height: 25px;
	}
	.yanzhengma .identifying_img {
		margin-left: 10px;
		width: 25px;
		height: 25px;
		display: inline-block;
		background: springgreen;
	}
	.yanzhengma .identifying_img img {
		width: 25px;
		height: 25px;
	}
	/* 	.register_staff ul .yanzhengma .identifying_area{ */
	/* 		width: 50px; */
	/* 		height: 25px; */
	/* 		display: inline-block; */
	/* 		background: springgreen; */
	/* 	} */
	/* 	.register_staff ul .yanzhengma .identifying_area img{ */
	/* 		width: 50px; */
	/* 		height: 25px; */
	/* 	} */
	/* 	.register_staff ul .yanzhengma .identifying_img{ */
	/* 		margin-left: 10px; */
	/* 		width: 25px; */
	/* 		height: 25px; */
	/* 		display: inline-block; */
	/* 		background: springgreen; */
	/* 	} */
	/* 	.register_staff ul .yanzhengma .identifying_img img{ */
	/* 		width: 25px; */
	/* 		height: 25px; */
	/* 	} */
	.btn_enter {
		width: 307px;
		margin: 10px 30px 0;
		background: #ff4e5c;
		height: 40px;
		line-height: 30px;
		cursor: pointer;
		border-radius: 4px;
		font-size: 18px;
		outline: none;
		border: none;
		color: white;
		font-family: "鏂规鍏颁涵瓒呯粏榛�", "鏂规鍏颁涵", "微软雅黑", "Microsfoft YaHei"
	}
	.btn_enter:hover {
		background: #fc3e4d;
	}
	.register_use p,
	.register_staff p {
		font-size: 14px;
	}
	p.password2 {
		margin: 16px 0 0 34px;
		color: #000;
		font-size: 12px;
		text-align: right;
		width: 300px;
		height: 12px;
	}
	.register_use p input,
	.register_staff p input {
		float: left
	}
	.register_use p span,
	.register_staff p span {
		float: left
	}
	.register_use p a,
	.register_staff p a {
		color: #ff4e5c;
	}
	.register_use .quick_span,
	.register_staff .quick_span {
		width: 307px;
		line-height: 24px;
		height: 24px;
		padding: 5px 30px 5px;
		font-size: 14px;
		position: relative;
		position: absolute;
		bottom: 37px;
		left: 0;
	}
	.register_use .quick_span p,
	.register_staff .quick_span p {
		margin: 0;
		color: #6e6b6b;
		font-size: 14px;
		width: 307px;
		display: inline-block;
		text-align: center;
	}
	.register_use .quick_span div,
	.register_staff .quick_span div {
		position: absolute;
		top: 23px;
		width: 90px;
		height: 1px;
		background: #dedede;
	}
	.span_right {
		right: 30px;
		top: 17px !important;
	}
	.span_left {
		top: 17px !important;
	}
	.register_use .quick,
	.register_staff .quick {
		width: 80%;
		margin: 3px 10%;
		position: absolute;
		left: 0;
		bottom: 6px;
	}
	.register_use .quick div,
	.register_staff .quick div {
		cursor: pointer;
	}
	.register_use .quick div,
	.register_staff .quick div {
		width: 49.8%;
		text-align: center;
		float: left;
	}
	.register_use .quick div img,
	.register_staff .quick div img {
		width: 26px;
		height: 26px;
	}
	.huoqu_btn {
		position: absolute;
		right: 40px;
		top: 10px;
		height: 26px;
		line-height: 28px;
		font-size: 13px;
		background: #ff4e5c;
		color: #fff;
		border: none;
		border-radius: 4px;
		width: 105px;
		cursor: pointer;
		font-family: "微软雅黑";
		font-size: 14px;
		line-height:26px;
	}
	.check{
		position: absolute;
		right: 7px;
		top: 14px;
		height: 17px;
		width: 17px;
		display: none;
	}
	.border1{
		border: 1px solid #dedede;
	}
	/*验证码倒计时背景*/
	.active{
		position: absolute;
		right: 40px;
		top: 10px;
		height: 26px;
		line-height: 28px;
		font-size: 13px;
		background: #ff8992;
		color: #fff;
		border: none;
		border-radius: 4px;
		width: 96px;
		cursor: pointer;
		font-family: "微软雅黑";
		font-size: 14px;
		line-height:26px;

	}
	/*验证码正确输入框颜色*/
	.right{
		border: 1px solid #21b6fa;
	}
	/*验证码错误输入框颜色*/
	.wrong{
		border: 1px solid #ff4e5c;
	}
}
/*验证码倒计时背景*/
.active{
	background: #ff8992;
}
/*验证码正确输入框颜色*/
.right{
	border: 1px solid #21b6fa;
}
/*验证码错误输入框颜色*/
.wrong{
	border: 1px solid #ff4e5c;
}