    .ewm-view-box {
        position: relative;
    }
    
    @media screen and (min-width: 1460px) {
        .ewm-view-box {
            position: relative;
            margin-left: 450px;
        }
    }
    
    @media screen and (min-width: 1520px) {
        .ewm-view-box {
            position: relative;
            margin-left: 450px;
        }
    }
    
    @media screen and (min-width: 1720px) {
        .ewm-view-box {
            position: relative;
            margin-left: 240px;
        }
    }
    
    @media screen and (min-width: 2060px) {
        .ewm-view-box {
            position: relative;
            margin-left: -150px;
        }
    }
    
    @media screen and (min-width: 2160px) {
        .ewm-view-box {
            position: relative;
            margin-left: -330px;
        }
    }
    
    @media screen and (min-width: 2360px) {
        .ewm-view-box {
            position: relative;
            margin-left: -530px;
        }
    }
    
    @media screen and (min-width: 2560px) {
        .ewm-view-box {
            position: relative;
            margin-left: -730px;
        }
    }
    
    .ewm-view {
        position: absolute;
        width: 400px;
        height: 150px;
        margin-left: 77%;
        z-index: 1;
    }
    
    .ewm-wx {
        display: none;
    }
    
    .ewm-dy {
        display: none;
    }
    
    .ewm-qq {
        display: none;
    }
    
    .ewm-dy {
        /* margin-left: 500px; */
    }
    
    .flex-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .main-footer {
        height: 230px;
        background-color: #515253;
    }
    
    .main-footer>.flex-row {
        height: 120%;
        box-sizing: border-box;
        padding-top: 44px;
        align-items: flex-start;
    }
    
    .main-footer-info {
        margin-right: 0px;
        margin-top: -20px;
        padding-right: 40px;
    }
    
    .main-footer-tel {
        /* background: url(cybyj/imges/phone.png) no-repeat left center; */
        padding-left: 30px;
        /* width: 50px; */
        /* margin: 6px 0 10px; */
    }
    
    .main-footer-tel-title {
        font-size: 13px;
        color: #ccc;
        margin-top: 10px;
        margin-left: -5px;
        margin-bottom: 0px;
    }
    
    .main-footer-tel-p {
        font-size: 18px;
        color: #fff;
        margin-left: -40px;
    }
    
    .main-footer-img-item {
        display: inline-block;
        vertical-align: middle;
    }
    
    .main-footer-img-item img {
        width: 78px;
        margin-right: 5px;
    }
    
    .main-footer-center {
        padding: 20px 40px 0;
        margin-top: -13px;
        height: 143px;
        box-sizing: border-box;
        border-left: 1px solid #767a7c;
        border-right: 1px solid #767a7c;
    }
    
    .main-footer-nav {
        color: #999;
        text-align: center;
    }
    
    .main-footer-nav a {
        color: #999;
        margin: 0 4px;
    }
    
    .main-footer-nav a:hover {
        color: #db1c24;
    }
    
    .main-footer-lj {
        color: #999;
        font-size: 12px;
    }
    
    .main-footer-lj a {
        color: #999;
        margin: 0 4px;
    }
    
    .main-footer-lj a:hover {
        color: #db1c24;
        text-decoration: none;
    }
    
    .main-footer-copyRight {
        margin-top: 30px;
    }
    
    .main-footer-copyRight p {
        font-size: 13px;
        color: #999;
        text-align: center;
        margin-bottom: 8px;
    }
    
    .main-footer-copyRight p a {
        color: inherit !important;
    }
    
    .main-footer-qr {
        text-align: center;
        height: 143px;
        margin-top: -23px;
        position: relative;
        box-sizing: border-box;
        padding: 20px 40px 0;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .main-footer-qr .qr-block {
        width: 50px;
        margin-left: 50px;
        margin-right: 100px;
        position: relative;
        cursor: pointer;
    }
    
    .main-footer-qr .qr-block:last-child {
        margin: 0;
    }
    
    .main-footer-qr .qr-icon {
        color: #999;
        font-size: 12px;
        padding-top: 00px;
        background: no-repeat center top;
    }
    /* .main-footer-qr .qr-icon.phone {
    background-image: url(../images/phone.svg);
}

.main-footer-qr .qr-icon.weixin {
    background-image: url(../images/weixin.svg);
}

.main-footer-qr .qr-block:hover .qr-icon.phone {
    background-image: url(../images/phone-hover.svg);
}

.main-footer-qr .qr-block:hover .qr-icon.weixin {
    background-image: url(../images/weixin-hover.svg);
} */
    
    .main-footer-qr .qr-img {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translate(-50%, -10px);
        opacity: 0;
        visibility: hidden;
    }
    
    .main-footer-qr .qr-block:hover .qr-img {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 0);
    }
    
    .main-footer-qr .qr-img img {
        max-width: none;
    }