button {
	border: 0;
}
.btn_show,.sms_code_show{
	display: block;
}
.btn_hide,.sms_code_hide{
	display: none;
}
.common_input {
    width: 100%;
    border: none;
    border: 1px solid #eee;
    padding: 9px 15px;
    margin-bottom: 15px;
}
input,textarea{-webkit-appearance: none;appearance: none;}
.newsletter {
	width: 100%;
	padding-top: 95px;
	padding-bottom: 81px;
}
.newsletter_title {
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
	text-transform: uppercase;
}
.newsletter_subtitle {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	margin-top: 14px;
}
.newsletter_form_container {
	margin-top: 94px;
}
.newsletter_form {
	width: 100%;
}
.newsletter_input {
	width: 100%;
	height: 45px;
	background: #ffffff;
	border: none;
	outline: none;
	color: #000000;
	padding: 0 15px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.newsletter_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 138px;
	height: 45px;
	background: #00b395;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.newsletter_input::-webkit-input-placeholder {
 font-size: 12px !important;
 font-weight: 400 !important;
}
.newsletter_input:-moz-placeholder {
 font-size: 12px !important;
 font-weight: 400 !important;
 font-style: italic;
 color: #ffffff !important;
}
.newsletter_input::-moz-placeholder {
 font-size: 12px !important;
 font-weight: 400 !important;
 font-style: italic;
 color: #ffffff !important;
}
.newsletter_input:-ms-input-placeholder {
 font-size: 12px !important;
 font-weight: 400 !important;
 font-style: italic;
 color: #ffffff !important;
}
.newsletter_input::input-placeholder {
 font-size: 12px !important;
 font-weight: 400 !important;
 font-style: italic;
 color: #ffffff !important;
}
.tanchuceng {
	box-sizing: border-box;
	padding: 20px;
	float: left;
}
.tanchuceng_pic {
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.tanchuceng .newsletter_input {
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 16px;
	border: 1px solid #eee;
	border-radius: 0.25rem;
	font-style: normal!important;
	color: #000000!important;
	float: left;
}
.tanchuceng .sms_code {
	width: 50%;
	height: 45px;
	line-height: 1;
	padding: 0 15px;
	font-size: 16px;
	border: 1px solid #eee;
	border-radius: 0.25rem;
	outline: none;
	font-style: normal!important;
	color: #000000!important;
	float: left;
}
 .tanchuceng .sms_code::-webkit-input-placeholder {
 font-size: 12px !important;
 font-weight: 400 !important;
}
.tanchuceng .sms_box {
	margin-bottom: 20px;
	float: left;
}
.tanchuceng .get_sms_code {
	width: 45%;
	height: 45px;
	line-height: 1;
	margin-left: 5%;
	font-size: 12px;
	color: #4248f1;
	background-color: #ffffff;
	border-color: #4248f1;
	outline: none;
	text-align: center;
	float: left;
}
.tanchuceng .submit {
	width: 100%;
	height: 45px;
	color: #fff;
	background-color: #4248f1;
	border-color: #4248f1;
	outline: none;
	text-align: center;
	float: left;
}
.tanchuceng button:focus {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}


/*右侧固定入口代码部分 css*/
.izl-box{    
  display: block;
  width: 70px;
	position: fixed;
	right: 10px;
	bottom: 120px;
	z-index:999;
	float: left;
}
.izl-box a{    
	cursor: pointer;
	float: left;
	display: block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


.izl-rmenu{
	       margin-right: 0;
	       width: 70px;
	       position:relative;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
	float: left;
}
.izl-rmenu .qq {
    cursor: pointer;
    background-image: url(../images/consult_icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 70px;
    width: 70px;
}
.izl-rmenu .qq:hover{    
    background-position: -70px -0px;
}
.izl-rmenu .xiadan{    
	background-image: url(../images/consult_icon.png);
    background-repeat: no-repeat;
    background-position: 0 -70px;
    height: 70px;
    width: 70px;
}
.izl-rmenu .xiadan:hover{    
    background-position: -70px -70px;
}
.izl-rmenu .consult{    
	background-image: url(../images/consult_icon.png);
    background-repeat: no-repeat;
    background-position: 0 -140px;
    height: 70px;
    width: 70px;
	position: relative;
}
.izl-rmenu .consult:hover{    
    background-position: -70px -140px;
}
.izl-rmenu .consult .phone {
    background-color: #b3a147;
    position: absolute;
    width: 160px;
	height: 70px;
    left: -160px;
    top: 0px;
    line-height: 70px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    display: none;
    /*box-shadow: #DDD -1px 1px 4px;*/
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../images/consult_icon.png);
    background-repeat: no-repeat;
    background-position: 0 -210px;
    height: 70px;
    width: 70px;
	position: relative;
}
.izl-rmenu .cart:hover{    
    background-position: -70px -210px;
}
.izl-rmenu .cart .pic {
	display: none;
	position: absolute;
	left: -140px;
	top: 0px;
	width: 140px;
	height: 140px;
	background: url(../images/xwzn-qr.jpg);
	background-size: cover;
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1);
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/consult_icon.png);
    background-repeat: no-repeat;
    background-position: -0px -280px;
    height: 40px;
    width: 70px;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/consult_icon.png);
	background-repeat: no-repeat;
	background-position: -70px -280px;
}
