/* 小屏幕（平板，大于等于 768px） */
@media screen and (min-width: 768px) and (max-width:1024px) {
    body {
        margin: 0 0;
        background: url(/h5/css/img/bg.png) center center no-repeat;
        background-size: 100% 100%;
        text-align: center;
        position: relative;
    }

    .address {
        position: fixed;
        top: 3.5rem;
        left: 1.65rem;
    }

    .down-contain {
        position: fixed;
        top: 4.5rem;
        left: 0.3rem;
    }

    .customer-service {
        position: fixed;
        max-height: 3.1rem;
        overflow-y: scroll;
    }
}


@media screen and (min-width:1023px) and (max-width:1400px) {
    body {
        margin: 0 0;
        background: url(/h5/css/img/bg.png) center center no-repeat;
        background-size: 100% 100%;
        text-align: center;
        position: relative;
    }

    .address {
        position: fixed;
        top: 4.65rem;
        left: 2.65rem;
    }

    .down-contain {
        position: fixed;
        top: 6.5rem;
        left: 1.5rem;
    }

    .customer-service {
        position: fixed;
        left: 1.5rem;
        max-height: 4rem;
        overflow-y: scroll;
    }

    .online {
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #17cf6d;
    }
    .copy {
        margin-top: 0.35rem;
    }
}
