li{
    list-style: none;
}
.goodsMask{
    position: fixed;
    background: white;
    width: 60%;
    z-index: 9999;
}
.newDivMask{
    background: #000;
    height: 100%;
    position: fixed;
    width: 100%;
    opacity: .2;
    z-index: 1040;
    top: 0;
}
.goodsMask-close{
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    margin: 15px;
    z-index:999;
}
.goodsMask-title{
    padding: 50px 20px 32px 20px;
    font-size: 32px;
    text-align: center;
    position: relative;
}
.goodsMask-title:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 200px;
    height: 2px;
    margin-left: -100px;
    background: #094;
}
.goods-img #mCSB_1_container li{
    text-align: center;
    width: 50%;
    margin-bottom: 10px;
}
.goods-img ul {
    background: #eee;
    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{
    display: flex;
    flex-flow: column;
    align-items: center;
}
.goodsMask-foot p{
    font-size: 18px;
    margin-top: 24px;
    text-align: center;
}
.goodsMask-foot-btn{
    padding: 15px 20px;
    background: #44d62c;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}
.More{
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: center;
    cursor: context-menu;
}
.packUp{
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: center;
    height: 120px;
    cursor: context-menu;
}
.goodsIcon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.More:hover{
    color: #0074c8;
}
.packUp:hover{
    color: #0074c8;
}
/* pad */
@media screen and (max-width: 1199px)and (min-width: 768px){
    .goodsMask {
        width: 75%;
    }
    .goodsMask-title {
        font-size: 21px;
    }
    .goods-img ul li img {
        width: 100%;
        height: 100%;
    }
    .goods-img ul {
        padding: 30px 0;
        height: 265px;
    }
    .goods-img ul li {
        width: 44% !important;
    }
    .More {
        width: 44%;
    }
    .packUp{
        width: 44%;
        height: 85.13px;
    }
    #mCSB_1_container{
        justify-content: space-around;
    }
}
/*mobile*/
@media screen and (max-width: 767px){
    .packUp {
        height: 51.39px;
        margin: 10px 0;
    }
    .goodsMask {
        width: 85%;
    }
    .goodsMask-title {
        padding: 1rem;
        font-size: 1rem;
        height: 5rem;
        display: flex;
        align-items: center;
    }
    .goodsMask-close {
        width: 1rem;
        height: 1rem;
        margin: .5rem;
    }
    .goods-img ul li img {
        width: 100%;
    }
    .goods-img ul {
        padding: unset;
    }
    .goods-img ul li {
        display: flex;
        align-items: center;
        margin: 10px;
        width: 43%!important;
    }
    .goods-img ul{
        height: 143px;
    }
    .More {
        width: 50%;
    }
    .packUp{
        width: 50%;
    }
}
