#microsite #center-m,
.wrap-microsite,
.product-highlight-wrap{
    background-color: #faf5e0;
}
.intro-microsite{
    color: #ffffff;
}
.product-highlight-item{
    width: 45%;
    border-radius: 16px;
    margin: 15px 5px 0px;
}
.product-price-meta{
    font-weight: bold;
    display: block;
    font-size: 16px;
}
.prod-hl-buynow{
    background-image: #fff;
    display: block;
}
a.prod-hl-buy-txt{background-image: linear-gradient(45deg,#ff7c0f,#ff1f54);}
.prod-hl-buynow:before,
    .prod-hl-buynow:after{
        display: none;
    }
.slogan-top{
        padding-top: 0px;
    }
.footer-microsite{
    text-align: left;
}
.footer-microsite a{
    color: #333;
}
.footer-microsite a:hover{
    color: #333 !important;
    text-decoration: underline !important;
}
.prod-hl-discount span{
    background: #170890;
}
.xst-pad{top: 45px;}
#catpage-m .xst-pad, #Promotion .xst-pad, #microsite .xst-pad, #brand .xst-pad {width: 100%;}
.sperator{padding: 0 5px}
.sperator img{max-width: 100%}
@media max-width: 768px{
    .product-highlight-item{
        width: 30%;
    }
}
@media screen and (max-width: 1125px) and (min-width: 980px){
    .product-highlight-item{
        width: 22%;
    }
    .prod-hl-thumb, .prod-hl-thumb a{
        width: 170px;
        height: 170px;
        margin-top: 5px;
    }
    .prod-hl-name{margin: 5px 3px 0px}
    .prod-hl-buynow{
        display: block;
        background-color: #fff;
    }
    a.prod-hl-buy-txt{background-image: linear-gradient(45deg,#ff7c0f,#ff1f54);}
}
@media screen and (min-width: 1200px){
      
    .product-highlight-item{
        width: 222px;
    }
    .prod-hl-thumb, .prod-hl-thumb a{
        width: 170px;
        height: 170px;
    }
    .prod-hl-buynow{
        display: block;
        background-color: #fff;
    }
    a.prod-hl-buy-txt{background-image: linear-gradient(45deg,#ff7c0f,#ff1f54);}
    .prod-hl-buynow:before,
    .prod-hl-buynow:after{
        display: none;
    }
    .product-highlight-item:hover, .product-highlight-item.x-hover {
        border: 1px solid #544afb;
        box-shadow: 0px 0px 1px 1px #6431ff6b;
    }
    
}