﻿/*新加客服*/
.feedback {
    width: 300px;
    position: fixed;
    right: 30px;
    background: #fff;
    bottom: -9999px;
	z-index: 999;
	left: 10px;
    box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    border-radius: 10px 10px 0 0;
}
 .feedback .feedbackHeader{
     margin: 0px;
 }
.feedback .feedbackHeader {
    height: 40px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    font-size: 16px;
    text-indent: 50px;
    font-weight: normal;
    cursor: pointer;
}

.feedback .eMailIco {
    background: url("../image/weixin.png") 9px center no-repeat #3e8847;
    background-size: 35px auto;
}

.feedbackForm {
    padding: 16px 16px 40px 16px;
}

.feedbackForm .tips {
    color: #222d38;
    padding-bottom: 20px;
}

.feedbackForm .line {
    margin-bottom: 16px;
}

.feedbackForm .line input, .feedbackForm .line textarea {
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: solid 1px #ccc;
    color: #222d38;
    display: block;
}

.feedbackForm textarea {
    resize: none;
    height: 78px;
    padding: 11px;
    line-height: 20px;
}

.feedbackForm .line input {
    height: 40px;
    line-height: 40px;
    padding: 0 11px;
}

.feedbackForm .btn {
    background: #252c33;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 40px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.feedback .closeBtn {
    background: url("../image/closeBtn.png") no-repeat;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
    display: block;
}
.mobile-footer-menu{display: none;}
@media screen and (max-width: 767px){
	.feedback{display:none;}
	.mobile-footer-menu {
	   display: block;
	   width: 100%;
	   background: #1c62b0;
	   padding: 5px 0;
	   position: fixed;
	   left: 0;
	   bottom: 0;
	   z-index: 99;
	   list-style: none;
	   font-size: 12px;
	 }
	 .mobile-footer-menu li {
	   width: 50%;
	   float: left;
	   position: relative;
	 }
	 .mobile-footer-menu li:after {
	   content: "";
	   position: absolute;
	   height: 42px;
	   width: 1px;
	   background: rgba(255, 255, 255, 0.2);
	   right: 0;
	   top: 2px;
	 }
	 .mobile-footer-menu li span {
	   width: 24px;
	   height: 24px;
	   display: block;
	   margin: 0 auto;
	   position: relative;
	   overflow: hidden;
	 }
	 .mobile-footer-menu li em {
	   font-style: normal;
	   text-align: center;
	   display: block;
	   color: #fff;
	   height: 20px;
	   line-height: 20px;
	   overflow: hidden;
	 }
	 .mobile-footer-menu li:last-child:after {
	   display: none;
	 }
	 .vcenter {
	     position: absolute;
	     top: 0;
	     bottom: 0;
	     left: 0;
	     right: 0;
	     max-width: 100%;
	     max-height: 100%;
	     display: block;
	     vertical-align: middle;
	     text-align: center;
	     margin: auto;
	 }
}