body{
	margin: 0;
	padding:0;
}
.weui-flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.weui-flex__item{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.containter_footer{
	height: 430px;
	background: #333333;
	color:#fff;
	position: relative;
}

.containter_footer .lls-input-1 {
  border: 1px solid #484848;
  border-radius: 3px;
  padding: 3px 6px;
  min-height: 25px;
  height: 42px;
  background: transparent;
  color:#fff;
  margin-right: 20px;
}
.containter_footer .lls-input-1:focus {
  border: 1px solid #fff;
  box-shadow: none;
  outline: 0;
  color:#fff;
}
.containter_footer .lls-textarea-1 {
  border: 1px solid #484848;
  border-radius: 3px;
  padding: 3px 8px;
  transition: none;
  margin-bottom: 0;
  background: transparent;
  resize: none;
  color:#fff;
  width: 599px;
  margin-top: 20px;
  height: 83px;
}
.containter_footer .lls-textarea-1:focus {
  border: 1px solid #fff;
  box-shadow: none;
  outline: 0;
  color:#fff;
}
.containter_footer input::-webkit-input-placeholder{
	color:#fff;
}
.containter_footer textarea::-webkit-input-placeholder{
	color:#fff;
}

.footer_detail {
    width: 1200px;
    margin: auto;
}

.footer_feedback {
}

.feedback_title {
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    margin-top: 30px;
}
.feedback_title span{
	display: inline-block;
	border-bottom: 1px solid #484848;
}

.feedback_subtitle {
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
    margin: 0 0 25px 0px;
}
.submit_btn {
    width: 100px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #33528a;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
}
.submit_btn:hover {
	background: #3572e2;
}
.footer_icp{
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	line-height: 65px;
	color: #837d7d;
    text-decoration: none;
    font-size: 15px;
}

.footer_icp a:hover{
text-decoration: underline;
}

.about_us_title {
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    margin-top: 30px;
}
.about_us_title span{
	display: inline-block;
	border-bottom: 1px solid #484848;
}

.footer_operate {
    width: 400px;
}
.about_us_li {
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    margin-top: 20px;
}
.attion-icon span {
    float: left;
    line-height: 32px;
}

.attion-icon {
    margin-top: 90px;
}

.about_qr_li {
    position: relative;
    float: left;
}
.qr_icon{
	cursor: pointer;
}
.footer_about_us a{
	text-decoration: none;
}
.footer_about_us a span:hover{
	border-bottom:1px solid #646464;
}


#weixintips {
    position: absolute;
    bottom: -135px;
    width: 113px;
    height: 125px;
    right: -45px;
    background: url(../../../../img/vow/web/index/wechat_qrcode_bg.png) no-repeat;
    display: none;
}
#weixintips img{
	height: 98px;
	width: 91px;
	float: right;
	margin-right: 18px;
	margin-top: 6px;
}
#qqtips{
	position: absolute;
	bottom: -135px;
	width: 113px;
	height: 125px;
	right: -45px;
	background: url(../../../../img/vow/web/index/wechat_qrcode_bg.png) no-repeat;
	display: none;
}
#qqtips img{
	height: 98px;
	width: 91px;
	float: right;
	margin-right: 18px;
	margin-top: 7px;
}