@media screen and (min-width:1200px) {
	input:-webkit-autofill,
	textarea:-webkit-autofill,
	select:-webkit-autofill {
	-webkit-text-fill-color: #333 !important;
	background-color: transparent;
	transition: background-color 50000s ease-in-out 0s;
	}
	input {
	background-color: transparent;
	}
	
	.head{
		display: none;
	}
	/* 注册页 */
	
	.register{
		width: 100%;
		height: 100vh;
		display: flex;
	/* 	-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		box-sizing: border-box; */
	}
	.register_left{
		width: 52%;
		background-color: #f2f4fa;
		height: 100%;
		padding: 5% 6% 5% 8%;
		position: relative;
	}
	..register_left_pic{
		width: 100%;
		/* padding-top: 12%; */
	}
	.register_left_title{
		width: 100%;
		font-size: 40px;
		color: #000;
		text-align: center;
		position: absolute;
		left: 0;
		bottom: 17%;
	}
	.register_left_desc{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #555;
		position: absolute;
		left: 0;
		bottom: 12%;
	}
	
	/* 右边 */
	.register_right{
		width: 45%;
		height: 100%;
		position: relative;
		/* padding: 0 8%; */
	}
	.register_right_head{
		width: 100%;
		padding: 6% 0 4% 18%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		box-sizing: border-box;
	}
	.register_right .back{
		font-size: 18px;
		color: #333;
		width: 50%;
		/* padding: 4% 0%; */
		text-align: right;
		display: block;
		text-decoration: none;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction:column;
		align-self: center;
	}
	.register_right a:hover{
		color: #0243d4;
	}
	.register_right_logo{
		width: 190px;
		/* margin: 2% 18% 0; */
	}
	.register_right_main{
		width: 100%;
		padding-left: 18%;
	}
	.register form {
	    /* margin: 50px 60px; */
		margin-left: 1%;
	    max-width: 560px;
	}
	
	.register form h2 {
		margin-bottom: 6%;
		font-size: 30px;
	    font-weight: normal;
	    color: #191C3D;
		margin-top: 5%;
	    /* text-align: center; */
	}
	
	.register button.submit {
		margin: 3% 0!important;
		width: 100%;
		height: 58px;
		line-height: 58px;
		background: #002e9b;
		border-radius: 100px;
		font-size: 18px;
		color: #fff;
		/* font-weight: bold; */
		cursor: pointer;
		border: none;
	}
	.register button.submit:hover{
		box-shadow: 0px 5px 30px rgba(0,46,155,0.4);
	}
	
	.register form li {
		height: 52px;
		line-height: 52px;
		position: relative;
	    margin-top: 5%;
	    padding-left: 25px;
	    border: 1px solid #ddd;
		border-radius: 6px;
	}
	.register form li:last-child{
		overflow: hidden;
	}
	.register form li span {
	    display: inline-block;
	    width: 80px;
	    border-right: 1px solid #ddd;
		font-size: 16px;
	}
	.register .yzmbtn {
		height: 54px;
		line-height: 54px;
		background: #cccccc;
		float: right;
	    display: block;
	    /* width: 140px; */
		width: 30%;
	    color: #fff;
	    text-align: center;
		font-size: 18px;
		padding: 0;
		text-decoration: none;
		/* border-radius: 6px; */
	}
	
	.register .yzmbtn:hover {
		background: #002e9b;
		color: #FFFFFF;
	}
	
	.register select {
		height: 50px;
		line-height: 50px;
		width: 76%;
		padding-left: 10px;
		box-sizing: border-box;
	    border: none;
	    outline: none;
		font-size: 16px;
		background: transparent;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
	}
	
	.register .submit input {
		height: 44px;
		line-height: 44px;
		border-radius: 5px;
		/* font-size: 16px; */
	}
	
	.register input {
		display: inline-block;
	    max-width: 100%;
		height: 40px;
		line-height: 40px;
		padding-left: 10px;
	    border: none;
	    outline: none;
		font-size: 16px;
		background: none;
	}
	.register input:focus{
		outline: none;
		background: none;
	}
	
	.register #regTel {
		width: 76%;
	}
	
	.register #regVCode {
		width: 46%;
	}
	
	.txt-center{
		text-align: center;
	}
}



@media screen and (min-width:1000px) and (max-width:1200px) {
	input:-webkit-autofill,
	textarea:-webkit-autofill,
	select:-webkit-autofill {
	-webkit-text-fill-color: #333 !important;
	background-color: transparent;
	transition: background-color 50000s ease-in-out 0s;
	}
	input {
	background-color: transparent;
	}
	
	.head{
		display: none;
	}
	/* 注册页 */
	
	.register{
		width: 100%;
		height: 100vh;
		display: flex;
		padding: 0 1% 0 0;
	/* 	-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		box-sizing: border-box; */
	}
	.register_left{
		width: 52%;
		background-color: #f2f4fa;
		height: 100%;
		padding: 9% 5% 5% 6%;
		position: relative;
	}
	..register_left_pic{
		width: 100%;
		/* padding-top: 12%; */
	}
	.register_left_title{
		width: 100%;
		font-size: 36px;
		color: #000;
		text-align: center;
		position: absolute;
		left: 0;
		bottom: 17%;
	}
	.register_left_desc{
		width: 100%;
		text-align: center;
		font-size: 16px;
		color: #555;
		position: absolute;
		left: 0;
		bottom: 12%;
	}
	
	/* 右边 */
	.register_right{
		width: 45%;
		height: 100%;
		position: relative;
		/* padding: 0 8%; */
	}
	.register_right_head{
		width: 100%;
		padding: 10% 0 4% 12%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		box-sizing: border-box;
	}
	.register_right .back{
		font-size: 18px;
		color: #333;
		width: 50%;
		/* padding: 4% 0%; */
		text-align: right;
		display: block;
		text-decoration: none;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction:column;
		align-self: center;
	}
	.register_right a:hover{
		color: #0243d4;
	}
	.register_right_logo{
		width: 150px;
		/* margin: 2% 18% 0; */
	}
	.register_right_main{
		width: 100%;
		padding-left: 12%;
	}
	.register form {
	    /* margin: 50px 60px; */
		margin-left: 1%;
	    max-width: 560px;
	}
	
	.register form h2 {
		margin-bottom: 6%;
		font-size: 28px;
	    font-weight: normal;
	    color: #191C3D;
		margin-top: 5%;
	    /* text-align: center; */
	}
	
	.register button.submit {
		margin: 3% 0!important;
		width: 100%;
		height: 58px;
		line-height: 58px;
		background: #002e9b;
		border-radius: 100px;
		font-size: 18px;
		color: #fff;
		/* font-weight: bold; */
		cursor: pointer;
		border: none;
	}
	.register button.submit:hover{
		box-shadow: 0px 5px 30px rgba(0,46,155,0.4);
	}
	
	.register form li {
		height: 52px;
		line-height: 52px;
		position: relative;
	    margin-top: 5%;
	    padding-left: 25px;
	    border: 1px solid #ddd;
		border-radius: 6px;
	}
	.register form li:last-child{
		overflow: hidden;
	}
	.register form li span {
	    display: inline-block;
	    width: 80px;
	    border-right: 1px solid #ddd;
		font-size: 16px;
	}
	.register .yzmbtn {
		height: 54px;
		line-height: 54px;
		background: #cccccc;
		float: right;
	    display: block;
	    /* width: 140px; */
		width: 30%;
	    color: #fff;
	    text-align: center;
		font-size: 16px;
		padding: 0;
		text-decoration: none;
		/* border-radius: 6px; */
	}
	
	.register .yzmbtn:hover {
		background: #002e9b;
		color: #FFFFFF;
	}
	
	.register select {
		height: 50px;
		line-height: 50px;
		width: 76%;
		padding-left: 10px;
		box-sizing: border-box;
	    border: none;
	    outline: none;
		font-size: 16px;
		background: transparent;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
	}
	
	.register .submit input {
		height: 44px;
		line-height: 44px;
		border-radius: 5px;
		/* font-size: 16px; */
	}
	
	.register input {
		display: inline-block;
	    max-width: 100%;
		height: 40px;
		line-height: 40px;
		padding-left: 10px;
	    border: none;
	    outline: none;
		font-size: 16px;
		background: none;
	}
	.register input:focus{
		outline: none;
		background: none;
	}
	
	.register #regTel {
		width: 76%;
	}
	
	.register #regVCode {
		width: 46%;
	}
	
	.txt-center{
		text-align: center;
	}
}




@media screen and (min-width:320px) and (max-width:999px) {
	input:-webkit-autofill,
	textarea:-webkit-autofill,
	select:-webkit-autofill {
	-webkit-text-fill-color: #333 !important;
	background-color: transparent;
	transition: background-color 50000s ease-in-out 0s;
	}
	input {
	background-color: transparent;
	}
	
	
	/* 注册页 */
	
	.register{
		width: 100%;
		height: 100vh;
		/* display: flex; */
	/* 	-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		box-sizing: border-box; */
	}
	.register_left{
		width: 100%;
		background-color: #f2f4fa;
		/* height: 100%; */
		padding: 80px 8% 8%;
		position: relative;
	}
	..register_left_pic{
		width: 100%;
		/* padding-top: 12%; */
	}
	.register_left_title{
		width: 100%;
		font-size: 26px;
		color: #000;
		text-align: center;
		margin-top: 14px;
	}
	.register_left_desc{
		width: 100%;
		text-align: center;
		font-size: 14px;
		line-height: 22px;
		margin-top: 12px;
		color: #555;
	}
	
	/* 右边 */
	.register_right{
		width: 100%;
		position: relative;
		padding: 0 8%;
	}
	.register_right_head{
		width: 100%;
		padding: 6% 0 4% 18%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		box-sizing: border-box;
		display: none;
	}
	.register_right .back{
		font-size: 18px;
		color: #333;
		width: 50%;
		/* padding: 4% 0%; */
		text-align: right;
		display: block;
		text-decoration: none;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction:column;
		align-self: center;
		display: none;
	}
	.register_right a:hover{
		color: #0243d4;
	}
	.register_right_logo{
		width: 190px;
		/* margin: 2% 18% 0; */
	}
	.register_right_main{
		width: 100%;
		/* padding-left: 18%; */
		padding: 24px 0 50px;
	}
	.register form {
	    /* margin: 50px 60px; */
		/* margin-left: 1%; */
	    /* max-width: 560px; */
		width: 100%;
	}
	
	.register form h2 {
		margin-bottom: 6%;
		font-size: 30px;
	    font-weight: normal;
	    color: #191C3D;
		margin-top: 5%;
		display: none;
	    /* text-align: center; */
	}
	
	.register button.submit {
		margin: 40px 0!important;
		width: 100%;
		height: 52px;
		line-height: 52px;
		background: #002e9b;
		border-radius: 100px;
		font-size: 16px;
		color: #fff;
		/* font-weight: bold; */
		cursor: pointer;
		border: none;
	}
	.register button.submit:hover{
		box-shadow: 0px 5px 30px rgba(0,46,155,0.4);
	}
	
	.register form li {
		height: 52px;
		line-height: 52px;
		position: relative;
	    margin-top: 20px;
	    padding-left: 14px;
	    border: 1px solid #ddd;
		border-radius: 6px;
	}
	.register form li:last-child{
		overflow: hidden;
	}
	.register form li span {
	    display: inline-block;
	    width: 22%;
	    border-right: 1px solid #ddd;
		font-size: 14px;
	}
	.register .yzmbtn {
		height: 54px;
		line-height: 54px;
		background: #cccccc;
		float: right;
	    display: block;
	    /* width: 140px; */
		width: 32%;
	    color: #fff;
	    text-align: center;
		font-size: 14px;
		padding: 0;
		text-decoration: none;
		/* border-radius: 6px; */
	}
	
	.register .yzmbtn:hover {
		background: #002e9b;
		color: #FFFFFF;
	}
	
	.register select {
		height: 50px;
		line-height: 50px;
		width: 76%;
		padding-left: 16px;
		box-sizing: border-box;
	    border: none;
	    outline: none;
		font-size: 14px;
		background: transparent;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
	}
	
	.register .submit input {
		height: 44px;
		line-height: 44px;
		border-radius: 5px;
		/* font-size: 16px; */
	}
	
	.register input {
		display: inline-block;
	    /* max-width: 76%; */
		width: 76%;
		height: 40px;
		line-height: 40px;
		padding-left: 16px;
	    border: none;
	    outline: none;
		font-size: 14px;
		background: none;
	}
	.register input:focus{
		outline: none;
		background: none;
	}
	
	.register #regTel {
		width: 76%;
	}
	
	.register #regVCode {
		width: 44%;
	}
	
	.txt-center{
		text-align: center;
	}
}