﻿@charset "utf-8";
/*2018-5-8 修改  liyazhou*/
body{
	padding-bottom: 55px;
}
/*底部表单 start*/
.con-piece{
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #fff;
}
.bottom-form{
	background: url("../images/form-bg.jpg") no-repeat;
	background-size: cover;
	padding-bottom: 8px;
}
.bottom-form .til{
	text-align: center;
	line-height: 1;
	padding-top: 15px;
}
.bottom-form .til h3{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.bottom-form .til p{
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
}
.bottom-form .til span{
	color: #f7ad3f;
}
.bottom-form .form-box{
	padding: 10px;
	background:none;
}
.bottom-form .form-group{
	position: relative;
	margin-bottom: 10px;
}
.bottom-form .form-group input,.form-group select,.form-group textarea{
	display: block;
	padding: 11px 10px;
	width: 100%;
	font-size: 14px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 2px;
	padding-left: 35px;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;

	background-color: rgba(255,255,255,.2);
	color: #fff;
}
.bottom-form .form-group span.name:before{
	content:"\e601";
	: "iconfont";
	font-size: 22px;
}
.bottom-form .form-group span:after{
	height: 0px;
}
.bottom-form .form-group input::-webkit-input-placeholder,.form-group select::-webkit-input-placeholder,.form-group textarea::-webkit-input-placeholder{
	color: rgba(255,255,255,.67);
}
.bottom-form .form-group textarea{
	resize: none;
	padding-left: 13px;
	padding-top: 5px;
}
.bottom-form .btn-box{
	margin-top: 25px;
}
.bottom-form .form-box .btn-box .btn-sub-apply {
	display: block;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
	width: 100%;
	background-color: #00bc8d;
	border: 1px solid #00bc8d;
	color: white;
	text-align: center;
	margin-left: 0px;
}
.bottom-form .form-box .auth-code input{
	width: 60%;
	padding-left:20px;
	display: inline-block;
}
.bottom-form .form-box .auth-code button{
	display:inline-block;
	vertical-align: middle;
	float: right;
	width: 120px;
	height: 43px;
	color: #FFF;
	font-size: 15px;
	background: #00bc8d;
	color: #fff;
	width: 35%;
	border: none;
	border-radius: 3px;
	
}
/*底部表单 end*/
/*底部导航 start*/
.footer-link{
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 50%;
	max-width: 750px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}
.footer-box {
	background-color: white;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}
.footer-box ul{
	padding: 7px 0;
	display:-webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.footer-box ul li{
	width: 33.333%;
	line-height: 1;
	font-size: 12px;
	text-align: center;
}
.footer-box ul li a{
	color: #666;
}
.footer-box ul li i{
	display: inline-block;
	: "iconfont";
	font-size: 22px;
	font-style: normal;
	margin-bottom: 3px;
}
.footer-box ul li.active a{
	color: #00bc8d;
}
/*底部导航 end*/
