.footer {
    /*min-width: 1260px;
    width: 100%;*/
}
.footer .foot-content {
    /*min-width: 1260px;
    width: 100%;*/
    background-color: #E7E7E7;
}
.footer .foot-content , .footer .foot-content a {
    color: #333741;
    text-decoration: none;
}
.footer .foot-content a:hover {
    color: #00CAC4;
}
.footer .foot-content .box-container {
    width: 1260px;
}
.footer .foot-content .inner-container {
    /*margin: 0 auto;
    width: 1260px;*/
    box-sizing: border-box;
    display: flex;
    padding: 45px 80px 40px 30px;
    justify-content: space-between;
}
.footer .foot-content .inner-container {}
.footer .foot-content .inner-container .up-class {}
.footer .foot-content .inner-container .up-class .title {
    font-size: 20px;
    /*color: #333741;*/
    font-weight: 500;
    margin-bottom: 15px;
}
.footer .foot-content .inner-container .up-class .list {

}
.footer .foot-content .inner-container .up-class .list .option.disable {
    opacity: .6;
}
.footer .foot-content .inner-container .up-class .list .option.disable:hover:before {
    content: 'Coming soon';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    line-height: 20px;
    font-size: 12px;
    background-color: rgba(0,0,0,1);
    color: white;
}
.footer .foot-content .inner-container .up-class .list .option {
    font-size: 14px;
    /*color: #333741;*/
    line-height: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}
/*.footer .foot-content .inner-container .up-class .list .option a:hover {
    color: #00CAC4;
}*/
.footer .foot-content .inner-container .up-class .list .option a {
    /*color: #333741;*/
    text-decoration: none;
    display: flex;
    align-items: center;
}
.footer .foot-content .inner-container .up-class .list .option img {
    display: block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
.footer .foot-content .inner-container .up-class .wxqrcode:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    height: 150px;
    width: 150px;
    background-image: url("https://p0.ssl.qhimg.com/t01ba8ede9db9aefc51.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 30;
}
.footer .foot-content .inner-container .up-class .weiboqrcode:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    height: 150px;
    width: 150px;
    background-image: url("https://p0.ssl.qhimg.com/t01786cc0dd8754a393.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 30;
}
.footer .foot-content .inner-container .user-service {
    margin-left: 100px;
    text-align: right;
}
.footer .foot-content .inner-container .user-service .title {
    font-size: 20px;
    /*color: #333741;*/
    font-weight: 500;
    margin-bottom: 15px;
}
.footer .foot-content .inner-container .user-service .tel-number {
    font-size: 24px;
    /*color: #333741;*/
    text-align: right;
    font-weight: 500;
}
.footer .foot-content .inner-container .user-service .tel-service-time {
    font-size: 12px;
    color: #999999;
}
.footer .foot-content .inner-container .user-service .service-online {
    font-size: 18px;
    /*color: #333741;*/
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
    cursor: pointer;
}
.footer .foot-content .inner-container .user-service .service-online img {
    display: block;
    height: 26px;
    width: 26px;
    margin-right: 10px;
}
.footer .friend-link {
    min-width: 1260px;
    width: 100%;
    background-color: #202020;
    overflow: hidden;
}
.footer .friend-link .inner-container {
    margin: 0 auto;
    width: 1260px;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    border-bottom: thin solid rgba(255,255,255,0.10);;
}
.footer .friend-link .inner-container .friend-option a {
    text-decoration: none;
    color: white;
}
.footer .friend-link .inner-container .friend-option {
    line-height: 73px;
    font-size: 16px;
    color: white;
    cursor: pointer;
}
.footer .friend-link .copyright {
    margin: 22px auto 13px;
    width: 1260px;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 12px;
    color: rgba(255,255,255,0.80);
    text-align: center;
}
.footer .some-other {
    text-align: center;
    padding-top: 70px;
}
.footer .some-other a {
    margin: 0 15px;
}
.footer .some-other img {
    height: 50px;
}
.copyright{
    font-size:12px;
    padding-bottom:30px;
    margin-left:26px;
    text-align: left;
    margin-top:20px;
    color:#666666;
}
/*           h5-footer         */

@media (max-width: 991px){
    .footer .foot-content {
        background: #202020;
    }

    .footer .foot-content,
    .footer .foot-content a {
        color: #fff;
    }

    .footer .foot-content .inner-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 13px 20px;
    }

    .footer .foot-content .inner-container .user-service {
        text-align: left;
        margin-left: 0;
    }

    .footer .foot-content .inner-container .up-class {
        border-bottom: 1px solid #3B3B3B;
    }

    .footer .foot-content .inner-container .up-class .title {
        font-size: 16px;
    }

    .footer .foot-content .inner-container .up-class .dropdown-item-menu {
        display: none;
    }

    .footer .foot-content .inner-container .up-class .list {
        padding-top: 5px;
        padding-bottom: 18px;
    }

    .footer .foot-content .inner-container .dropdown-item .title {
        line-height: 51px;
        margin-bottom: 0;
        position: relative;
    }

    .footer .foot-content .inner-container .dropdown-item .list .option {
        padding-left: 25px;
    }

    .footer .foot-content .inner-container .some-other {
        padding: 40px 0;
        border-bottom: none;
    }
    .copyright{
        text-align: center;
        margin-left:0;
        color:#fff;
    }
}