.container {
    padding-bottom: 0;
    overflow: hidden;
    border-top: 1px solid #fff;
}

    .container > .title-wrapper {
        margin: 0;
        border: none;
    }

    .container > div {
        background: #fff;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        /*border-radius: 0;*/
        /*margin: 0.2rem 0;*/
    }

@media screen and (min-width: 1200px) {
    .imag {
        width: 100%;
        height: 300px;
        background-image: url('../../../ShopImg/11.jpg') !important;
        background-repeat: no-repeat !important;
    }

        .imag img {
            width: 100%;
            height: 300px;
        }

    .header-wrapper {
        width: 50%;
        height: 550px;
        position: absolute;
        left: 25%;
        top: 25%;
        border-radius: 30px;
    }

    .language-wrapper {
        width: 20%;
        height: 50px;
        border-radius: 30px;
        background-color: #d31818;
        position: absolute;
        left: 40%;
        bottom: -5%;
    }
}

@media screen and (max-width: 1200px) {
    .imag {
        width: 100%;
        height: 150px;
        background-image: url('../../../ShopImg/12.jpg') !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

        .imag img {
            width: 100%;
            height: 150px;
        }

    .header-wrapper {
        width: 93%;
        height: 74%;
        position: absolute;
        left: 3%;
        top: 15%;
        border-radius: 30px;
    }

    .language-wrapper {
        width: 40%;
        height: 50px;
        border-radius: 30px;
        background-color: #d31818;
        position: absolute;
        left: 30%;
        bottom: -5%;
    }

    .g-mohe {
        height: 65%;
    }
}

@media screen and (max-width: 500px) {
    .imag {
        width: 100%;
        height: 150px;
        background-image: url('../../../ShopImg/12.jpg') !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

        .imag img {
            width: 100%;
            height: 150px;
        }

    .header-wrapper {
        width: 93%;
        height: 74%;
        position: absolute;
        left: 3%;
        top: 15%;
        border-radius: 30px;
    }

    .language-wrapper {
        width: 40%;
        height: 50px;
        border-radius: 30px;
        background-color: #d31818;
        position: absolute;
        left: 30%;
        bottom: -5%;
    }

    .g-mohe {
        height: 65%;
    }
}

.size28 > div {
    font-size: 0.28rem;
    font-weight: bold;
    color: #222;
}

.logistics-wrapper {
    padding: 0.3rem;
    height: 100%
}

    .logistics-wrapper > .text1 {
        font-weight: 500;
        color: rgba(153,153,153);
        margin-bottom: 0.28rem;
    }

.address {
    display: flex;
    justify-content: center;
    align-items: center;
}

.address-item {
    text-align: center;
    margin-bottom: 0.6rem;
}

.address_icon {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/address_icon1.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.address_type {
    font-size: 0.22rem;
    color: rgba(102,102,102,1);
    margin: 0.1rem 0;
}

.arrow {
    width: 0.6rem;
    height: 0.3rem;
    background: url(../images/arrow.png) no-repeat;
    background-size: contain;
    margin: 0 0.86rem;
}

.logistics-list {
    /*display: flex;*/
    justify-content: space-between;
    color: rgba(153,153,153,1);
    background: url(../images/dian2.png) no-repeat 0 0;
    background-size: 0.14rem 0.64rem;
    height: 0.68rem;
    padding-left: 0.44rem;
    /*margin-bottom: 0.1rem;*/
    margin-top: 0.48rem;
}

    .logistics-list > div {
        margin-top: 0rem;
        font-size: 0.22rem;
        line-height: 0.34rem;
    }

    .logistics-list:nth-child(1) {
        background: url(../images/dian1.png) no-repeat 0 center;
        background-size: 0.14rem 0.14rem;
        height: 0.22rem;
    }

        .logistics-list:nth-child(1) div {
            margin-top: 0;
            color: #222;
        }
