/*底部*/
.footer {
    background-color: rgb(33, 33, 33);
    padding-top: 105px;
    position: relative;
}

/* .footer::after {
    content: '';
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 0;
    height: 68px;
    background-color: #000;

} */

.footer.on {
    padding-top: 80px;
}

.footer .inbox {
    overflow: visible;
}

.footer .inbox .left,
.footer .inbox .right {
    width: 50%;
}

.footer .inbox .left {
    padding-right: 9%;
}

.footer .inbox .left .line {
    width: 45px;
    height: 2px;
    background-color: rgb(165, 139, 101);
    margin-bottom: 25px;
}

.footer .inbox .left .title {
    font-size: 22px;
    color: #fff;
    line-height: 1;
    margin-bottom: 34px;
    font-family: "ziti";
}

.footer .inbox .left .content h1 {
    color: #fff;
    margin-bottom: 34px;
}

.footer .inbox .left .content .faq-t,
.footer .inbox .left .content .font {
    display: block;
    line-height: 3;
    color: rgb(161, 161, 161);
    font-size: 16px;
    font-family: "sans-serif";
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .inbox .left .content .faq-t .font {
    white-space: nowrap;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 12px;
    flex-grow: 1;
    line-height: 1;
}

.footer .inbox .left .content .faq-t .gt {
    color: rgb(165, 139, 101);
}

.footer .inbox .fcomtBox .line {
    width: 15px;
    height: 2px;
    background-color: rgb(165, 139, 101);
    margin-bottom: 15px;
}

.footer .inbox .fcomtBox .t1 {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 14px;
}

.footer .inbox .fcomtBox .t1 .a1 {
    color: #fff;
    display: block;
}

.footer .inbox .top .right .d1 {
    width: 33.33%;
}

.footer .inbox .top .right .box .t1 {
    margin-bottom: 15px;
}

.footer .inbox .top .right .box ul li a {
    display: block;
    font-size: 12px;
    color: rgb(161, 161, 161);
    line-height: 2;
    height: 34px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.footer .inbox .top .right .d2 {
    max-width: 33.33%;
}

.footer .inbox .top .right .d2 .sharebox .icon,
.footer .inbox .top .right .d2 .sharebox .bshare-custom {
    display: inline-block;
    vertical-align: middle;
}

.footer .inbox .top .right .d2 .sharebox .icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 16px;
    background: none;
    background-size: cover;
    background-color: #e8e8e8;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    position: relative;
}

.footer .inbox .top .right .d2 .sharebox .icon:last-of-type {
    margin-right: 0;
}

.footer .inbox .top .right .d2 .sharebox .bshare-custom {
    line-height: 32px !important;
}

.footer .inbox .top .right .d2 .sharebox .ewm {
    background-image: url(../images/icon01.png);
    position: relative;
}

.footer .inbox .top .right .d2 .sharebox .bshare-sinaminiblog {
    background-image: url(../images/icon02.png);
}

.footer .inbox .top .right .d2 .sharebox .email {
    background-image: url(../images/icon04.png);
    margin-right: 0;
}

.footer .inbox .top .right .d2 .sharebox .icon.face {
    background-image: url(../images/icon33.png);
}

.footer .inbox .top .right .d2 .sharebox .ewm img {
    position: absolute;
    width: 100px;
    height: 100px;
    max-width: none;
    bottom: 40px;
    left: -34px;
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    transform: scale(0.01);
    opacity: 0;
}

.footer .inbox .middle {
    margin-top: 60px;
}

.footer .inbox .middle .fcomtBox {
    position: relative;
    z-index: 1;
}

.footer .inbox .middle .linkbox {
    margin-bottom: 8px;
}

.footer .inbox .middle .linkbox a {
    font-size: 12px;
    color: rgb(161, 161, 161);
    line-height: 14px;
    height: 14px;
    border-right: 1px solid rgb(161, 161, 161);
    padding-right: 8px;
    margin-right: 4px;
    display: inline-block;
    margin-bottom: 5px;
}

.footer .bottom {
    text-align: left;
    font-family: "sans-serif";
    font-size: 12px;
    background-color: #000;
    color: rgb(161, 161, 161);
    padding: 22px 0 22px 0;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.footer .bottom p {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer .bottom a {
    color: #fff;
}

.footer .bottom p {
    text-align: left;
}

.footer .inbox .top .right .box .t1 .click {
    display: none;
}

@media only screen and (min-width: 601px) {
    /* .footer .inbox .left .content .faq-t:hover .font {
        color: #000;
        text-decoration: underline;
    } */

    .footer .bottom a:hover {
        color: rgb(165, 139, 101);
    }

    .footer .inbox .top .right .d2 .sharebox .ewm:hover img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .footer .inbox .middle .linkbox a:hover,
    .footer .inbox .top .right .box ul li a:hover,
    .footer .bottom .map:hover {
        opacity: .6;
    }
}

@media only screen and (max-width: 1280px) {
    .footer .inbox .top .right .d2 .sharebox .icon {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .footer {
        padding-top: 5%;
    }

    .footer.on {
        padding-top: 140px;
    }

    .footer .inbox .left .line {
        margin-bottom: 15px;
    }

    .footer .inbox .left .title {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .footer .inbox .middle {
        margin-top: 4%;
    }

    .footer .bottom {
        padding: 15px 0 15px 0;
    }

    .footer::after {
        height: 57px;
    }

    .footer .inbox .left .content .faq-t,
    .footer .inbox .left .content .font {
        line-height: 2;
    }

    .footer .inbox .left .content .faq-t .font {
        padding: 0 5% 0 5px;
    }
}

@media only screen and (max-width: 800px) {
    .footer.on {
        padding-top: 115px;
    }

    .footer .inbox .left,
    .footer .inbox .right {
        width: 100%;
        float: none;
        padding: 0;
    }

    .footer .inbox .left {
        margin-bottom: 3%;
    }

    .footer .inbox .fcomtBox.d1 .line {
        display: none;
    }

    .footer .inbox .top .right .d1,
    .footer .inbox .top .right .d2 {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    .footer .inbox .top .right .d2 {
        margin-top: 3%;
    }

    .footer .inbox .top .right .box ul {
        display: none;
        padding-left: 10px;
        margin-bottom: 5px;
    }

    .footer .inbox .top .right .box .t1 {
        font-size: 18px;
        height: 30px;
        line-height: 1;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 10px;
        position: relative;
    }

    .footer .inbox .fcomtBox .t1 .a1 {
        display: inline-block;
        position: relative;
        z-index: 2;
    }

    .footer .inbox .top .right .box .t1 .click {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .footer .inbox .top .right .box .t1 .click:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-top: -8px;
    }

    .footer .inbox .top .right .box[data-on="click"] .t1 .click:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .footer .inbox .top .right .box[data-on="click"] ul {
        display: block;
    }

    .footer .inbox .top .right .box[data-on="click"] {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 10px;
    }

    .footer .inbox .fcomtBox .line {
        margin-bottom: 10px;
    }

    .footer .inbox .fcomtBox.d2 .t1 {
        margin-bottom: 5px;
    }

    .footer .inbox .top .right .d2 .sharebox .icon {
        margin-bottom: 0;
    }

    .footer .inbox .left .title {
        margin-bottom: 5px;
    }

    .footer .inbox .left .content .faq-t,
    .footer .inbox .left .content .font {
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px) {
    .footer.on {
        padding-top: 5%;
    }
}

@media only screen and (max-width: 414px) {
    .footer .inbox .left .line {
        margin-bottom: 10px;
    }

    .footer .inbox .left .title {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .footer .inbox .top .right .box .t1 {
        font-size: 14px;
        height: 24px;
    }

    .footer .inbox .middle {
        margin-top: 10px;
    }

    .footer .inbox .top .right .d2 .sharebox .icon {
        width: 24px;
        height: 24px;
        -webkit-background-size: 24px 24px;
        background-size: 24px 24px;
    }

    .footer .inbox .top .right .d2 .sharebox .bshare-custom {
        line-height: 24px !important;
    }

    .footer .inbox .fcomtBox .t1 {
        margin-bottom: 5px;
    }

    .footer .bottom {
        margin-top: 5px;
    }
}

/*底部 End*/


@media only screen and (max-width: 600px) {
    .toolbar-box {
        display: none;
    }

    .toolbar-box .ul1 li .weixin[data-on="hover"] .ewm-box,
    .toolbar-box .ul1 li .qq[data-on="hover"] .hover-box,
    .footer .inbox .top .right .d2 .sharebox .ewm[data-on="click"] img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@media only screen and (max-width: 414px) {
    .footer .inbox .top .right .d2 {
        z-index: 10;
        position: relative;
    }

    .footer .inbox .top .right .d2 .sharebox .ewm img {
        bottom: 28px;
        width: 80px;
        height: 80px;
        left: 10px;
        -webkit-transform-origin: 5% 95%;
        -moz-transform-origin: 5% 95%;
        -ms-transform-origin: 5% 95%;
        -o-transform-origin: 5% 95%;
        transform-origin: 5% 95%;
    }
}

.footer .inbox .top .right .d2 .sharebox .icon:hover .wx-qrcode {
    width: 122px;
    padding-top: 122px;
}

.wx-qrcode {
    width: 0;
    padding-top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .4s;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
}

@media only screen and (max-width:800px) {
    .wx-qrcode {
        top: 100%;
        left: 0;
        transform: translate(0, 0);
    }

    .footer .inbox .top .right .d2 .sharebox .icon:hover .wx-qrcode {
        width: 100px;
        padding-top: 100px;
    }
}