html {
	overflow-x: hidden;
	overflow-y: scroll;
	box-sizing: border-box;
	height: 100%;
	font-size: 62.5%;
	width:100%;
}

body {
	width: 100%;
	position: relative;
	font-weight: 400;
	color:#3C3C3C;
	min-width:1200px;
	font-family: -apple-system,BlinkMacSystemFont,Roboto,sans-serif;
}

.font-light{
	font-weight:300;
}

.font-regular{
	font-weight:400;
}

.font_medium{
	font-weight:500;
}

.font_semiBold{
	font-weight:600;
}

.font_bold{
	font-weight:700;
}

.header {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: #fff;
	z-index: 99;
}

.header_bar {
	background-color: #000;
	height: 32px;
	position: relative;
	z-index: 10;
}

.header_cover{
	position:absolute;
	width:100%;
	background-color:rgba(0,0,0,0.7);
	z-index: 1;
}

.sub_header_bar {
	float: right;
	margin-right: 0;
	z-index: 10;
}

.sub_header_bar_item {
	float: left;
}

.header_menu_1 {
	height: 68px;
}

.header_menu_1>li{
	width:164px;
}

.header_menu_2 {
	height: 48;
}

.header_menu_2>li{
	width: auto;
	padding-right: 64px !important;
}

.header_menu_3 {
	height: auto;
}

.content {
	position: relative;
	margin: 100px 0 120px;
}

.header_menu_1>li>.header_menu_title>a {
	font-weight: 400;
	height: 68px;
	line-height: 68px;
	font-size: 1.6rem;
}

.header_menu_2>li>.header_menu_title>a {
	font-weight: 400;
	height: 48px;
	line-height: 48px;
	font-size: 1.4rem;
}

.header_menu_3 a {
	font-weight: 400;
	height: 48px;
	line-height: 48px;
	font-size: 1.2rem;
	opacity: 0.7;
}

.lang_select ul,.lang_select li, #user_menu, #user_menu li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.lang_select {
	font-size: 1.4rem;
	height: 32px;
	display: inline-block;
}

.lang_select li a {
	width:60px;
	text-align:center;
    display: inline-block;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
}

.lang_select li ul, #user_menu {
	position: absolute;
	background-color: #000000;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	visibility: hidden
}

#current_lang{
	background: #4097E0;
}

.lang_select li:hover ul, #current_user:hover ul {
	top: 32px;
	opacity: 1;
	visibility: visible;
}

#lang_menu > li:hover, #current_lang:hover, #user_menu > li:hover{
	background: #4097E0;
}

#current_user{
	position: relative;
}

#user_menu{
	width: 100%;
	text-align: center;
}

#user_menu > li{
	width: 100%;
}

#user_menu a{
	display: block;
}

.animate_up_float{
	transform: translate(0, 0);
	transition: all 0.5s ease-in-out;
}

.animate_up_float:hover{
	position:relative;
	z-index: 9;
	transform: translate(0, -10px);
	box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
}

.org_animate_up_float{
	transform: translate(0, 0);
	transition: all 0.5s ease-in-out;
}

.org_animate_up_float:hover{
	position:relative;
	z-index: 9;
	transform: translate(0, -6px);
	box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
}

.nav_links {
	padding: 0;
	margin: 0;
	height: 100%;
}

.nav_links li {
	display: inline-block;
	list-style: none;
	padding: 0;
}

.nav_links a {
	color: inherit;
	cursor: pointer;
	line-height: 40px;
	text-decoration: none;
	font-size: 1.4rem;
}

.nav_links_sm {
	height: 32px;
}

.nav_links_sm li {
	padding: 0 10px;
}

.nav_links_sm li {
	height: 32px;
}

.nav_links_sm a {
	color: #808080;
	cursor: pointer;
	line-height: 32px;
	text-decoration: none;
}

.header_login li, .header_login a{
	color: #fff;
}

.header_nav{
	height:68px;
	width:100%;
	border-bottom: 1px solid #b3b3b3;
}

.header_content, .footer_content, .body_content, .nav_content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.footer_content{
    height: 100%;
    position: relative;
}

.logo {
	position: relative;
	left: 0px;
	float: left;
}

 .logo2{
 	position: absolute;
 	left: 0px;
 	bottom: 10px;
 	float: left;
 }

.logo a, .logo2 a {
	height: 28px;
	width: 194px;
	float: left;
	overflow: hidden;
	text-indent: -1000px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.logo a {
	height: 68px;
	background-image: url(../img/logo1.png);
}

.logo img{
	width: 100%;
}

.logo2 a {
	opacity: 0.8;
	background-image: url(../img/logo2.png);
}

.logo2 a:hover {
	opacity: 1;
}

.header_menu {
	height: 68px;
	padding-left: 80px;
	float: left;
}

.header_menu_sub {
	display: none;
	width: 100%;
	position: fixed;
	left: 0px;
	background-color: #FAFAFA;
	height: 48px;
	top: 100px;
	z-index:10;
}

.header_menu_sub>ul, .header_menu_thirdsub>ul {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	left: 274px;
	padding: 0;
}

.header_menu_thirdsub {
	display: none;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 148px;
	background-color: #fff;
	height: auto;
	padding-bottom: 30px;
	padding-top: 20px;
}

.header_menu_thirdsub .header_menu_item {
	min-width: 250px;
}

.header_menu_thirdsub .nav_links {
	height: auto;
}

.header_menu_item a {
	color: #3C3C3C;
}

*, :after, :before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.header_menu_1>.header_menu_item>.header_menu_title::after {
	content: '';
	max-width: 0;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
	height: 3px;
	background-color: #000;
	display: block;
	position: relative;
	top: -3px;
}

.header_menu_1>.active>.header_menu_title::after {
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	max-width: 30px;
	margin-left: 0;
}

.active>a {
	color: #4DAEFF;
	font-weight: 600;
}

.active>.header_menu_title>a, .header_menu_3>.active>a {
	color: #3C3C3C;
	font-weight: 600;
}

.footer {
	height: 480px;
	width: 100%;
	position: relative;
	margin-top: 100px;
	clear: both;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-image: url(../img/footer_bg.png);
}

.footer_links {
	padding-top: 80px;
}

.footer_links ul {
	margin: 0;
	padding: 0;
}

.footer_links li {
	list-style: none;
	margin-bottom: 12px;
	height: 22px;
}

li.footer_link_s{
	margin-bottom: 20px;
}

.footer_links a, .footer_cp, .footer_cp a {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-size: 1.4rem;
	opacity: 0.8;
}

.footer_links a:hover,.footer_cp a:hover{
	opacity: 1;
}

.footer_cp {
	text-align: right;
    height: 27px;
    line-height: 27px;
}

.footer_cp div {
	display: inline-block;
}

.footer_link_s a, .footer_link_section_last a{
	font-size: 1.6rem;
	opacity: 1;
}

.footer_link_s a, .terms, .footer_cp, .footer_cp a{
	opacity: 1;
	font-weight: 500;
}

.footer_cp, .footer_cp a{
	opacity: 0.8;
}

.footer_link_section {
	float: left;
	width: 235px;
}

.footer_link_section_last{
	float:right;
	width: 160px;
}

.wechat, .tel{
	width: 48px;
	height: 48px;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	float: left;
	opacity: 1;
	margin-top:20px;
}

.wechat {
	background-image: url(../img/wechat.svg);
	margin-right: 26px;
}

.wechat:hover{
	background-image: url(../img/wechat_h.svg);
	margin-right: 26px;
}

.wechat:hover > .wxbox{
	display: block;
}

.wxbox{
	display: none;
	position: relative;
	width: 200px;
	height: 200px;
	top: -210px;
	left: -76px;
	z-index: 10;
	border-radius: 10px;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
}

.wxbox > img{
	width: 100%;
}

.tel {
	background-image: url(../img/tel.svg);
}

.tel:hover {
	background-image: url(../img/tel_h.svg);
}

.footer_icon {
	width: 100%;
	clear: both;
	position: absolute;
	bottom: 20px;
}

.footer_icon::before{
	content: "";
	height: 1px;
	width: 1200px;
	background: url(../img/footer_border.png);
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	display: block;
	position: relative;
	top: -12px;
	margin: 0;
}

.footer_info {
	float: right;
}

.carousel-indicators li {
	width: 14px;
	height: 14px;
	border-radius: 100%;
	margin-right:20px;
  }
  
  .carousel-indicators{
	margin-bottom:20px;
  }

.top_pic {
	position: relative;
	width: 100%;
}

.top_pic_img {
	position: relative;
}

.top_pic_img>img {
	width: 100%;
}

.top_pic_info{
	position: absolute;
	right: 200px;
	bottom: 70px;
	height: 320px;
	min-width: 540px;
	z-index: 1;
	font-size: 5.6rem;
	color: #FFFFFF;
	padding: 30px 30px 0 30px;
	background-color: rgba(0,0,0,0.3);
}

#top_pic_info_1{
	background-color: rgba(0,0,0,0);
}

.top_pic_info_en{
	font-weight: 300;
	font-size: 2.6rem;
	color: #FFFFFF;
	letter-spacing: 10px;
}

.top_pic_info_en::after {
	content: "";
	height: 4px;
	width: 220px;
	background: url(../img/banner_pic.png);
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	display: block;
	position: relative;
	top: 23px;
	margin: 0;
}

.top_pic_btn {
	background: rgba(0,0,0,0.30);
	border: 2px solid #FFFFFF;
	border-radius:0px;
	color: inherit;
	width: 180px;
	height: 50px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	font-size: 2rem;
	margin-top: 70px;
}

.top_pic_btn:hover{
	background: rgba(255,255,255,1);
}


.terms {
	border: 2px solid currentColor;
	border-radius: 25.5px;
	background-color: transparent;
	color: #fff;
	opacity: 1;
	min-width: 160px;
	text-align: center;
	cursor: pointer;
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-top: 76px;
}

.terms:hover{
	background-color: #FFFFFF;
	color: #3F96DF;
}

.footer_link_section>div {
	clear: both;
}

.nav_content ol {
	margin: 0;
	padding: 0;
}

.nav_content li {
	display: inline-block;
	list-style: none;
	padding: 0;
}

.nav_content a {
	font-size:1.8rem;
	color: #D8D8D8;
	cursor: pointer;
	line-height: 30px;
	text-decoration: none;
}

.nav_content_link.active a {
	font-weight: 600;
	color: #3C3C3C;
}

.nav_content_link, .nav_content_icon {
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	color: #D8D8D8;
	font-size: 1.4rem;
}

.nav_content_icon{
	background: url(../img/arr.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 10px;
	margin-left:10px;
	margin-right:20px;
}

.nav_content_link.active {
	color: #000;
}

.content_item{
	padding-top:100px;
	overflow: hidden;
}

.content_title {
	font-size: 3.6rem;
	line-height: 60px;
	font-weight:500;
	margin-bottom: 60px;
	color: #3C3C3C;
}

.content_title::after {
	content: "";
	height: 4px;
	width: 100%;
	background: url(../img/border.png);
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	display: block;
	position: relative;
	top: 16px;
	margin: 0;
}

.content_desc {
	font-size: 1.6rem;
	color: #3C3C3C;
	line-height: 30px;
	width: 1040px;
}

.content_desc ul{
	margin-left: -20px;
}

.content_desc li{
	list-style-image:url(../img/dot.svg);
}

.content_img {
	margin-top: 60px;
}

input{
	height: 50px;
	width: 300px;
	font-size: 1.4rem;
	border: 1px solid #DADADA;
	padding-left: 20px;
}


.placeholderColor {
	color : #232323 !important;
}

input::-webkit-input-placeholder {
	font-size: 1.4rem;
	color: #232323;
}

input:-moz-placeholder {
	font-size: 1.4rem;
	opacity: 1;
	color: #232323;
}

input::-moz-placeholder {
	font-size: 1.4rem;
	opacity: 1;
	color: #232323;
}

input:-ms-input-placeholder {
	font-size: 1.4rem;
	color: #232323;
}

input::-ms-input-placeholder {
	font-size: 1.4rem;
	color: #232323;
}

input:focus::-webkit-input-placeholder {
	color:transparent;
}

input:focus:-moz-placeholder {
	color:transparent;
}

input:focus::-moz-placeholder {
	color:transparent;
}

input:focus:-ms-input-placeholder {
	color:transparent;
}

input:focus::-ms-input-placeholder {
	color:transparent;
}

.submit{
	padding-left: 0;
	background: #1458A7;
	font-size: 2rem;
	color: #FFFFFF;
	line-height: 28px;
	border: none;
	opacity: 0.8;
}

.submit:hover{
	opacity: 1;
}

.error_msg{
	width: 300px;
	height: 30px;
}

.error_msg > span{
	float: left;
	font-size: 1.2rem;
	color: #FF0000;
	line-height: 30px;
}

.mobile_header_nav{
	display: none;
}

.mobile_footer_content{
	display: none;
}

.mobile_media{
	display: none !important;
}

/********************手机端**************************************/

@media screen and (max-width: 768px) {
	html{
		font-size: 208.3333%;
	}

	body{
		overflow:hidden;
		min-width: unset;
		width: 100%;
	}

	.content {
		margin: 1.5rem 0 1.2rem 0;
	}

	.body_content{
		margin: 0 0.8rem;
	}

	.nav_content{
		display: none;
	}

	.default_media{
		display: none !important;
	}

	.mobile_media{
		display: unset !important;
	}

	.header_nav, .header_bar{
		display: none;
	}

	.mobile_header_nav{
		display: unset;
		width: 100%;
	}

	.mobile_header_bar{
		height: 1.5rem;
		border-bottom: 0.01rem solid #B3B3B3;
	}

	.mobile_logo{
		margin-left: 0.6rem;
		margin-top: 0.45rem;
		float: left;
	}

	.mobile_logo a {
		width: 4.15rem;
		height: 0.6rem;
		background: url(../img/logo1.png) no-repeat center center;
		overflow: hidden;
		float: left;
		text-indent: -1000px;
		background-size: 100%;
	}

	/**************menu按钮效果**************/
	.menu_btn {
		float: right;
		width: 2rem;
		height: 1.5rem;
		padding: 0.45rem 0.8rem 0.45rem 0.4rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		cursor: pointer;
	}

	.menu_btn_line {
		display: block;
		width: 100%;
		height: 0.1rem;
		background-color: #000000;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.menu_btn_active .menu_btn_line:nth-child(1) {
		transform: translateY(0.25rem) rotate(45deg);
	}
	.menu_btn_active .menu_btn_line:nth-child(2) {
		opacity: 0;
	  }
	.menu_btn_active .menu_btn_line:nth-child(3) {
		transform: translateY(-0.25rem) rotate(-45deg);
	}

	/*****************************************/

	.mobile_header_menu_arrow::before {
		content: "";
		position:relative;
		left:90%;
		display: inline-block;
		width: 0.5rem;
		height: 0.5rem;
		border-left: 0.08rem solid #3C3C3C;
		border-bottom: 0.08rem solid #3C3C3C;
		transform: rotate(225deg);
		transition: transform 0.5s ease-in;
	}

	.mobile_header_menu_arrow_active:before{
		border-color: #4097E0;
		transform: rotate(315deg);
		transition: transform 0.3s ease-in;
	}

	.mobile_header_menu_arrow_active{
		color: #4097E0 !important;
	}

	.mobile_header_menu{
		height: 100%;
		width: 100%;
		position: fixed;
		background: #FFFFFF;
		transform: translateX(100%);
		transition: transform .5s;
	}

	.mobile_header_menu_open{
		transform: translateX(0);
		transition: transform .5s;
	}

	.mobile_header_menu a{
		text-decoration: none;
		color: #3C3C3C;
		display: block;
		line-height: 2rem;
		font-size: 0.65rem;
		
	}

	.mobile_header_menu ul{
		list-style-type: none;
		margin: 0;
	}

	.header_level_1_menu > li, .header_level_2_menu > li{
		border-bottom: 0.01rem solid #B3B3B3;
	}

	.header_level_1_menu{
		padding: 0 0.8rem;
		height: 100%;
		position: fixed;
		width: 100%;
		transform: translateX(100%);
		transition: transform .5s;
	}

	.header_level_1_menu_open{
		transform: translateX(0);
		transition: transform .5s;
	}

	.header_level_1_menu_hide{
		transform: translateX(-100%);
		transition: transform .5s;
	}

	.header_level_2_menu{
		padding: 0 0.8rem;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform: translateX(200%);
		transition: transform .5s;
	}


	.header_level_2_menu_open{
		transform: translateX(100%);
		transition: transform .5s;
	}

	.header_level_2_menu_back_item{
		background-color: #FAFAFA;
	}

	.header_level_3_menu{
		padding: 0 1rem;
		max-height: 0;
		overflow: hidden;
		transition: max-height ease-in 0.5s;
		width: 100%;
	}

	.header_level_3_menu_open{
		max-height: 15rem;
		transition: max-height ease-in 0.5s;
		width: 100%;
	}

	.header_level_3_menu a{
		line-height: 1.4rem;
		font-size: 0.5rem;
		white-space: nowrap;
	}

	.mobile_switch_lang{
		width: 33.33%;
		text-align: center;
		display: inline-block !important;
	}

	.mobile_actvie_lang{
		color: #4097E0 !important;
	}

	.footer_content{
		display: none;
	}

	.container-fluid{
		margin: 0;
		padding: 0;
	}

	.footer{
		background: #4097E0;
		height: auto;
		padding: 0 0.8rem;
	}

	.mobile_footer_content{
		display: unset;
	}

	.mobile_footer_link_list::after,
	.mobile_footer_follow_us:after{
		display: block;
		content: "";
		margin: 0 auto;
		width: 100%;
		height: 0.02rem;
		opacity: 0.2;
		background: #FFFFFF;
	}

	.mobile_footer_link_list > ul {
		padding: 0;
		margin-bottom: 1.2rem;
	}

	.mobile_footer_link_list > ul > li{
		list-style-type: none;
		padding-top: 0.8rem;
	}

	.mobile_footer_link_list > ul > li > a{
		display: block;
		width: fit-content;
		line-height: 0.84rem;
		font-size: 0.6rem;
		color: #FFFFFF;
		text-decoration: none;
	}

	.mobile_footer_follow_us_title{
		padding-top: 0.2rem;
		padding-bottom: 0.3rem;
		line-height: 0.67rem;
		font-size: 0.48rem;
		color: #FFFFFF;
	}

	.mobile_footer_follow_us_icon{
		padding-bottom: 0.6rem;
	}

	.wechat, .tel, .terms{
		margin-top: unset;
	}

	.wechat, .tel{
		width: 1.6rem;
		height: 1.6rem;
		margin: 0;
	}

	.terms{
		min-width: unset;
		display: inline-block;
		margin-left: 2.8rem;
		width: 3.6rem;
		height: 1.6rem;
		font-size: 0.48rem;
		line-height: 1.6rem;
		border: 0.03rem solid #FFFFFF;
		border-radius: 0.8rem;
		padding: 0;
	}

	.wechat{
		margin-left: 0.8rem;
		cursor: pointer;
	}

	.wechat:hover{
		margin-right: 0;
		background-image: url(../img/wechat.svg);

	}

	.wechat:hover > .wxbox {
		display: none;
	}

	.wechat_qr_toggle{
		display: block !important;
	}

	.wechat_toggle{
		background-image: url(../img/wechat_h.svg) !important;
	}

	.wxbox{
		width: 6rem;
		height: 6rem;
		top: -6.3rem;
		left: -2.2rem;
		border-radius: 0.3rem;
		box-shadow: 0px 0px 0.4rem rgba(0,0,0,0.1);
	}

	.mobile_footer_info{
		padding-top: 1.2rem;
		padding-bottom: 1.4rem;
		opacity: 0.8;
		font-size: 0.36rem;
		line-height: 0.5rem;
		color: #FFFFFF;
	}

	.mobile_footer_info a{
		color: #FFFFFF;
		text-decoration: none;
	}

	.animate_up_float, .animate_up_float:hover
	.org_animate_up_float, .org_animate_up_float:hover
	{
		transform: unset !important;
		box-shadow:unset !important;
	}

	.carousel-indicators{
		bottom: 3rem;
		margin-bottom: 0 !important;
	}

	.carousel-indicators li {
		width: 0.24rem;
		height: 0.24rem;
		border-radius: 0.12rem;
		opacity: 0.6;
		border: 0.03rem solid #FFFFFF;
		background-color: transparent;
		margin: 0 0.1rem;
		box-sizing: border-box;
	}

	.carousel-indicators .active {
		opacity: 1;
		background-color: #FFFFFF;
		border: none;
	}
	
	.top_pic_info{
		padding: 0.4rem 0 0 1rem;
		height: 2.8rem !important;
		font-size: 0.82rem;
		line-height: 1.15rem;
		min-width: unset !important;
		position: relative;
		top: 0;
		left: 0;
	}

	.top_pic_info_en{
		font-size: 0.36rem;
		letter-spacing: 0.1rem;
		line-height: 0.5rem;
	}

	.top_pic_info_en:after{
		height: 0.04rem;
		width: 5rem;
		top: 0.3rem;
	}

	.top_pic_more{
		position: absolute;
		left: 7.5rem;
		margin: 0;
		padding: 0;
		top: 0.8rem;
		line-height: 0;
	}

	.top_pic_btn{
		border: 0.03rem solid #FFFFFF;
		width: 2.88rem;
		height: 1rem;
		line-height: 1rem;
		padding: 0;
		font-size: 0.36rem;
		margin-top: unset;
	}


	.content_item {
		padding-top: 2.6rem;
		overflow: unset;
	}

	.content_title {
		font-size: 0.72rem;
		line-height: 1rem;
		margin-bottom: 1.2rem;
		text-align: center;
	}

	.content_title::after {
		background: #4097E0;
		border-radius: 0.04rem;
		height: 0.08rem;
		width: 0.6rem;
		top: 0.16rem;
		margin: auto;
	}

	.content_desc {
		font-size: 0.36rem;
		line-height: 0.5rem;
		width: unset;
	}

	.content_desc ul {
		margin: 0;
		padding: 0;
	}

	.content_desc li{
		list-style-type: none;
		list-style-image: none;
		background: url(../img/dot.svg) no-repeat 0 0.15rem;
		background-size: 0.3rem;
		text-indent: 1.5em;
		line-height: 0.6rem;
	}

	.content_img {
		margin-top: 2.6rem;
	}

	.content_img > img{
		width: 100% !important;
	}

	input {
		height: 1.4rem;
		width: 100%;
		font-size: 0.48rem;
		border: 0;
		border-bottom: 0.02rem solid #DADADA;
		padding: 0 0 0 0.8rem;
		-webkit-appearance:none;/*清除ios默认圆角*/
		border-radius:0;
	}


	input:focus{
		outline:none;
	}

	input::-webkit-input-placeholder {
		font-size: 0.48rem;
		color: #232323;
	}
	
	input:-moz-placeholder {
		font-size: 0.48rem;
		opacity: 1;
		color: #232323;
	}
	
	input::-moz-placeholder {
		font-size: 0.48rem;
		opacity: 1;
		color: #232323;
	}
	
	input:-ms-input-placeholder {
		font-size: 0.48rem;
		color: #232323;
	}
	
	input::-ms-input-placeholder {
		font-size: 0.48rem;
		color: #232323;
	}
	
	input:focus::-webkit-input-placeholder {
		color:transparent;
	}
	
	input:focus:-moz-placeholder {
		color:transparent;
	}
	
	input:focus::-moz-placeholder {
		color:transparent;
	}
	
	input:focus:-ms-input-placeholder {
		color:transparent;
	}
	
	input:focus::-ms-input-placeholder {
		color:transparent;
	}

	.error_msg {
		width: unset;
		height: 0.8rem;
	}

	.error_msg > span{
		font-size: 0.36rem;
		line-height: 0.8rem;
	}

	.submit {
		font-size: 0.6rem;
		line-height: 1.4rem;
	}
	
}

/**************************************************/