@media (min-width: 960px) {
    .wap_right_view,
    .footer_height {
        display: none;
    }
    .footer_view {
        background: #333333;
        height: 346px;
        padding-top: 46px;
        box-sizing: border-box;
    }
    .footer_view .footer_logo {
        margin-right: 121px;
    }
    .footer_view .logo {
        width: 74px;
        height: 53px;
    }
    .footer_view .content {
        display: flex;
        justify-content: center;
    }
    .footer_view .right_view {
        display: flex;
        padding: 0 0 0 106px;
        border-left: 2px solid #979797;
    }
    .footer_view .right_view dl {
        margin-left: 80px;
        padding: 24px 0 19px 0;
    }
    .footer_view .right_view dl:first-child {
        margin-left: 0;
    }
    .footer_view .right_view .wap_qrcode {
        display: none;
    }
    .footer_view .right_view .pc_qrcode img {
        width: 100px;
    }
    .footer_view .right_view .right_view_title {
        font-size: 14px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: rgba(255, 255, 255, 1);
        line-height: 20px;
        margin-bottom: 20px;
    }
    .footer_view .right_view a {
        text-decoration: underline;
    }
    .footer_view .right_view a,
    .footer_view .right_view dd {
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 28px;
    }
    .footer_view .footer_other {
        margin-top: 75px;
        text-align: center;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 20px;
    }
    .footer_view .footer_other a {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 20px;
    }
    .copy-right {
        text-align: center;
        font-size: 14px;
        color: #fff;
        margin-top: 30px;
    }
    .copy-right a {
        color: #fff;
    }
}

@media (max-width: 960px) {
    .footer_height {
        display: none;
    }
    .footer_view {
        width: 100%;
        background: #333333;
        padding-top: 0.34rem;
        box-sizing: border-box;
    }
    .footer_view .content {}
    .logo {
        width: 0.74rem;
        /* height: 71rem; */
        display: block;
        margin: 0 auto;
    }
    .footer_other {
        display: none;
    }
    .footer_view .wap_right_view {
        font-size: 0.22rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 0.30rem;
    }
    .footer_view .wap_right_view p {
        margin-top: 0.26rem;
    }
    .footer_view .right_view {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 0.45rem;
        position: relative;
    }
    .footer_view .right_view dl {
        width: 50%;
        margin-top: 0.50rem;
        box-sizing: border-box;
        padding-left: 8%;
    }
    .footer_view .right_view dl dt {
        font-size: 0.28rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: rgba(255, 255, 255, 1);
        line-height: 0.40rem;
        margin-bottom: 0.10rem;
    }
    .footer_view .right_view dl.pc_qrcode {
        display: none;
    }
    .footer_view .right_view dl.wap_qrcode img {
        width: 1.07rem;
        height: 1.07rem;
        margin-left: 0.70rem;
        display: block;
    }
    .footer_view .right_view dl dd {
        font-size: 0.24rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 0.46rem;
    }
    .footer_view .right_view dl dd a {
        color: rgba(255, 255, 255, 1);
    }
    .footer_view .right_view dl dd a:hover {
        color: #0055D7;
        text-decoration: underline;
    }
    .copy-right {
        text-align: center;
        font-size: 0.24rem;
        color: #fff;
        padding: 0.3rem 0;
    }
    .copy-right a {
        color: #fff;
    }
}