/*模板尾部*/
.footer {
    width: 100%;
    height: 320px;
    background: #F3F3F3;
    text-align: center;
}

.footer-content {
    width: 1200px;
    height: 320px;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.footer-left {
    width: 400px;
    max-height: 300px;
    text-align: center;
    padding-top: 100px;
    float: left;
}

.footer-center {
    width: 400px;
    height: 200px;
    text-align: center;
    padding-top: 100px;
    float: left;
}

.footer-right {
    width: 400px;
    height: 170px;
    text-align: right;
    padding-top: 100px;
    float: left;
}

.footer-corporation-info {
    width: 300px;
    height: 220px;
    text-align: left;
    margin-left: 40px;
}

.footer-corporation-info-title {
    font-size: 20px;
    color: #999999;
    letter-spacing: -0.5px;
}

.footer-corporation-info-desc {
    margin-top: 20px;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    line-height: 24px;
    opacity: .6;
    font-weight: lighter;
}

.footer-IM {
    width: 105px;
    height: 40px;
    display: inline-block;
    margin-bottom: 40px;
}

.footer-IM-QQ {
    width: 40px;
    height: 40px;
    float: right;
    background: url("../../assets/images/common/footer/qq.png") no-repeat;
    background-size: contain;
    margin-right: 25px;
}


.footer-IM-wechat {
    width: 40px;
    height: 40px;
    float: right;
    background: url("../../assets/images/common/footer/微信.png") no-repeat;
    background-size: contain;
}

.footer-apps {
    width: 400px;
    height: 50px;
    display: inline-block;
}

.footer-app-android {
    float: right;
    width: 113px;
    height: 42px;
    background: url("./../../assets/images/common/footer/安卓.png") no-repeat;
}

.footer-app-ios {
    float: right;
    width: 113px;
    height: 42px;
    background: url("./../../assets/images/common/footer/App Store.png") no-repeat;
}

.footer-friends-title {
    text-align: left;
    color: #999999;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-friends-desc > ul {
    list-style: none;
    display: inline-block;
    padding: 0;
}

.footer-friends-desc > ul > li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.footer-friends-desc > ul > li > a {
    text-decoration: none;
    color: #ffffff;
    font-size: 10px;
}

.footer-friends-desc > ul > li > a:hover {
    color: #00CC66;
}

.footer-contact-info {
    text-align: left;
    color: #999999;
}

.contact-info-title {
    font-size: 22px;
    color: #999999;
    letter-spacing: -0.29px;
    margin: auto auto 25px auto;
    text-align: center;
}

.contact-info-number {
    font-size: 20px;
    color: #999999;
    letter-spacing: 0;
    line-height: 24px;
    /* margin: auto auto 5px auto; */
    text-align: center;
}

.contact-info-email {
    font-size: 20px;
    color: #999999;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}

.contact-info-time {
    font-size: 20px;
    color: #999999;
    letter-spacing: 0;
    line-height: 24px;
    /* opacity: 0.6; */
    /* margin: auto auto 15px auto; */
    text-align: center;
    font-weight: lighter;
}

.footer-bottom {
    width: 100%;
    height: 84px;
    text-align: center;
    background: #E8E7E7;
}

.footer-bottom-content {
    width: 1200px;
    height: 53px;
    margin: 31px auto 0 auto;
    display: inline-block;
}

.footer-bottom-content-left {
    width: 320px;
    height: 24px;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    line-height: 24px;
    float: left;
    text-align: left;
    margin: auto 40px auto 40px;
}

.footer-bottom-content-center {
    width: 400px;
    height: 50px;
    float: left;
    text-align: center;
}

.footer-bottom-content-center-logo {
    width: 50px;
    height: 50px;
    background: url("../../assets/images/common/footer/logo.png") no-repeat;
    background-size: contain;
    margin: auto;
    position: relative;
    top: -10px;
}

.footer-bottom-content-right {
    width: 400px;
    font-size: 16px;
    color: #999999;
    letter-spacing: -0.2px;
    line-height: 19px;
    float: left;
    text-align: right;
}


.app-qrcode {
    width: 80px;
    height: 80px;
    background: url("./../../assets/images/client-app/index/EHS_APP_二维码.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 10px 1px 0 85px;
    float: right;
}


