html{
    overflow-y: scroll;
}
html, body {
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    overflow-x:hidden;
}
body {
    max-width: 1920px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    overflow-y: hidden;
}
.banner .banner-wrap{
    width: 1200px;
    margin: auto;
	height: 900px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner .banner-wrap .r{
    display: flex;
    justify-content: center;
}
.banner .banner-wrap .r img{
    max-width: 80%;
}
.banner{
	background-size: cover!important;
    position: relative!important;
}
.banner .title{
    position: absolute;
    bottom: 20px;
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}
.btm{
    background:#000;
    padding-bottom: 100px;
}
.content-wrap{
    width: 1200px;
    margin: auto;
/*    background: #f1f1f1;*/
    background: #f4037f;
    border-radius: 50px;
    padding: 50px 0;
}
.product ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.product{
    width: 800px;
    margin: auto;
}
.product li{
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
}
.product .flag{
    width: 122px;
    height: 41px;
}
.product .flag.flag-lazada-ph{
    background: url(https://www.alldocube.com/en/wp-content/uploads/2022/01/1642844863-lazada-ph.png) no-repeat center;
    background-size: contain;
}
.product .flag.flag-lazada-th{
    background: url(https://www.alldocube.com/en/wp-content/uploads/2022/01/1642844864-lazada-th.png) no-repeat center;
    background-size: contain;
}
.product .flag.flag-lazada-my{
    background: url(https://www.alldocube.com/en/wp-content/uploads/2022/01/1642844863-lazada-my.png) no-repeat center;
    background-size: contain;
}
.product .flag.flag-lazada-vn{
    background: url(https://www.alldocube.com/en/wp-content/uploads/2022/01/1642844865-lazada-vn.png) no-repeat center;
    background-size: contain;
}
.product .flag.flag-lazada-sg{
    background: url(https://www.alldocube.com/en/wp-content/uploads/2022/01/1642844864-lazada-sg.png) no-repeat center;
    background-size: contain;
}
.product .shop{
    font-size: 24px;
}
.product .buy-btn{
    display: block;
    width: 140px;
    height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border-radius: 25px;
    background: rgb(255,153,0);
}
.product .buy-btn:hover{
    background: rgb(244,3,127);
}
