.goodsMask {
    background: #fff;
    position: fixed;
    width: 60%;
    z-index: 9999
}

.newDivMask {
    background: #000;
    height: 100%;
    opacity: .2;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040
}

.goodsMask-close {
    height: 24px;
    margin: 15px;
    position: absolute;
    right: 0;
    width: 24px
}

.goodsMask-title {
    font-size: 32px;
    padding: 50px 20px 32px;
    text-align: center
}

.goodsMask-title:after {
    background: #094;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    top: 128px;
    width: 200px
}

.goods-img li {
    margin-bottom: 10px;
    text-align: center;
    width: 50%
}

.goods-img li img {
    width: 70%
}

.goods-img li .round-img {
    width: 25%
}

.goods-img ul {
    background: #eee;
    display: flex;
    flex-wrap: wrap;
    height: 320px;
    justify-content: space-around;
    margin: 0 auto;
    padding: 30px 0
}

#mCSB_1_container {
    display: flex;
    flex-wrap: wrap;
    margin: auto
}

.packUp {
    display: none
}

.goodsMask-foot {
    align-items: center;
    display: flex;
    flex-flow: column
}

.goodsMask-foot p {
    font-size: 18px;
    margin-top: 24px;
    text-align: center
}

.goodsMask-foot-btn {
    background: #44d62c;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 15px 20px
}

.More,
.packUp {
    align-items: center;
    cursor: context-menu;
    display: flex;
    justify-content: center;
    width: 50%
}

.packUp {
    height: 120px
}

.goodsIcon {
    height: 25px;
    margin-right: 10px;
    width: 25px
}

.More:hover,
.packUp:hover {
    color: #0074c8
}

@media screen and (max-width:1199px)and (min-width:768px) {
    .goodsMask {
        width: 75%
    }

    .goodsMask-title {
        font-size: 21px
    }

    .goods-img ul li img {
        height: 100%;
        width: 100%
    }

    .goodsMask-title:after {
        top: 113px
    }

    .goods-img ul {
        height: 265px;
        padding: 30px 0
    }

    .goods-img ul li {
        width: 44% !important
    }

    .More,
    .packUp {
        width: 44%
    }

    .packUp {
        height: 85.13px
    }

    #mCSB_1_container {
        justify-content: space-around
    }
}

@media screen and (max-width:767px) {
    .packUp {
        height: 51.39px;
        margin: 10px 0
    }

    .goodsMask {
        width: 85%
    }

    .goodsMask-title {
        align-items: center;
        display: flex;
        font-size: 1rem;
        height: 5rem;
        padding: 1rem
    }

    .goodsMask-close {
        height: 1rem;
        margin: .5rem;
        width: 1rem
    }

    .goodsMask-title:after {
        top: 5rem
    }

    .goods-img ul li img {
        width: 100%
    }

    .goods-img ul {
        padding: unset
    }

    .goods-img ul li {
        align-items: center;
        display: flex;
        margin: 10px;
        width: 43% !important
    }

    .goods-img ul {
        height: 143px
    }

    .More,
    .packUp {
        width: 50%
    }
}

