.promo-content-main{
	position: relative;
    left: 0;
    width: 100%;
    height: auto;
}

.promo-content-main .promo-content-box{
    padding: 0 10px;
    margin: 0 auto;
}

.promotion{
	width: 100%;
    height: auto;
}

.tab.search-tab{
	z-index: 2;
    margin-bottom: 20px;
}

.tab{
	display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
}

.tab ul::-webkit-scrollbar{
	height: 1px;
}

.tab ul{
	padding-top: 2.4vw;
    line-height: 0;
    text-align: center;
	width: 100%;
    height: 100%;
    padding: 0 0 0 2.6666666667vw;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.tab li{
	background: #2b2b2b;
    display: inline-block;
    min-width: 125px;
    padding: 15px 5px 5px;
    border-radius: 5px;
    margin: 15px 3px;
    cursor: pointer;
    height: 30px; 
}

.promotion .promotion-main{
    width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px 10px;
    justify-items: center;
    margin-bottom: 20px;
}

.promotion .promotion-card{
	max-width: 530px;
}

.promotion-box.promotion-toggle{
	height: auto;
}

.promotion-box{
	position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 0.8vw;
    padding: 20px;
    border-bottom: solid 2px #28adec;
}

.promotion-box.new:before {
    content: "NEW";
    display: block;
    position: absolute;
    z-index: 2;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    padding: 0 1.3333333333vw;
    border-right: 0.8vw;
    font-size: 2.6666666667vw;
    line-height: 4.8vw;
    text-align: center;
}

.promotion-box .pic{
	position: relative;
    width: 100%;
}

.promotion-box .promotion-box-inner{
	display: block;
    width: 100%;
    height: auto;
    padding-top: 10px;
}

.promotion-box .promotion-box-inner .text-main{
	display: block;
    width: 100%;
    overflow: hidden;
    transition: all .6s;
}

.content-style h3{
	margin-bottom: 10px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-style p{
    font-size: 12px;
    line-height: 1.5;
    word-wrap: break-word;
}

.content-style strong{
	min-height: 6.6666666667vw;
    margin: 2.6666666667vw 0;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
}

.content-style .descriptions{
	position: relative;
}

.content-style .descriptions .time{
	border-radius: 2px;
    padding: 2px;
    margin-top: 3px;
    font-size: 12px;
    width: 190px;
}

.content-style .descriptions .item-icon{
	-webkit-mask-image: url(https://img.b112j.com/bj/h5/assets/images/icon-set/icon-clock.svg?v=1687251034983);
	display: inline-block;
	width: 16px;
    height: 17px;
    margin-right: 4px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 80%;
    mask-size: 80%;
    vertical-align: middle;
}

.content-style .button-box{
	display:flex;
}

.time-wrap{
	display: grid;
    grid-template-columns: 70% 30%;
    justify-content: space-between;
    align-items: flex-end;
    justify-items: start;
}

.button-box{
	display: block;
    overflow: hidden;
    width: 120px;
}

.content-style .button-box .button:before{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-style .button-box .button{
	display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    overflow: hidden;
    padding-top: 5px;
}

.content-style .button{
	width: 100%;
}

.button{
	position: relative;
    width: 100%;
    height: 8vw;
    border-radius: 0.8vw;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    height: 32px;
    min-width: 120px;
}

.content-style .button-box .button+.button{
	margin-left: 2.6666666667vw;
}

.pop-wrap.promotion-pop.show{
	display:flex;
}

.pop-wrap.promotion-pop{
    position: fixed;
    height: 700px;
    width: 700px;
}

.pop-wrap.Ani{
	top: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s .3s ease-in-out;
    opacity: 1;
    z-index: 999999;
}

.pop-wrap.promotion-pop .btn-close{
	height: 35px;
    width: 35px;
    opacity: unset;
}

.pop-wrap{
	display: none;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    max-height: 85vh;
    transform: translate(-50%,-55%);
    transition: all .3s;
    animation: hide 0s 1s 1 forwards;
    opacity: 0;
}

.pop-wrap .btn-close{
    font-size: 17px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -11px;
    top: -11px;
    z-index: 2;
}

.pop-wrap .btn-close .item-icon{
	display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .3s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
}

.pop-wrap .detail-banner{
	line-height: 0;
	height: 150px;
}

.pop-wrap .detail-banner img{
	width: 100%;
    height: 100%;
}

.pop-wrap.promotion-pop .pop-title{
	padding: 0 20px;
}

.pop-wrap .pop-title{
	display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 50px;
    padding: 4vw 16vw 4vw 4vw;
}

.promotion-pop .pop-title h3{
	display: -webkit-box;
    overflow: hidden;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pop-wrap .pop-title h3{
	display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.promotion-pop .pop-inner{
	flex: 1 1 60%;
    max-height: auto;
}

.pop-wrap .pop-inner::-webkit-scrollbar{
	width: 3px;
}

.pop-wrap .pop-inner{
	position: relative;
    padding: 20px;
    overflow-x: auto;
    overflow-y: auto;
    text-align: left;
	max-height: 625px;
}

.content-style p{
    font-size: 12px;
    line-height: 1.5;
    margin-top: 0pt;
    margin-bottom: 0pt;
}

.promotion-box .pic img{
	display: block;
    width: 100%;
    height: 100%;
}

.promotion-box .pic .line{
    content: "";
    display: block;
    position: absolute;
    bottom: -1.3333333333vw;
    left: 0;
    width: 100%;
    height: 2.6666666667vw;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    mask-position: center top;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-image: url('/resources/images/promo/promotion-bg.png');
} 


/* COLOURED PROMO PAGE*/
.tab{
    border-top: 0.5px solid transparent;
    border-bottom: 0.5px solid transparent;
    background-color: transparent;
}

.tab.search-tab li:hover{
	background: #28adec;
}

.tab.search-tab li a:hover{
	color: #fff;
	text-decoration: none;
}

.tab.search-tab li.active{
	background: #28adec;
    color: #fff;
}

.tab.search-tab li.active a{
    color: #fff;
    text-decoration: none;
}

.tab.search-tab li{
	background-color: #333;
    color: #fff;
}

.promotion-box{
    background: #191919;
    color: #111;
    border-bottom: solid 2px #28adec;
}

.promotion-box.new:before {
    background-color: #008aff;
    color: #fff;
}

.promotion-box .pic{
    background-color: #ddd;
}

.promotion-box .promotion-box-inner .text-main h3{
	color:#ffffff;
}


.content-style p{
    color:#bdbdbd;
}

.content-style strong{
    color:#bdbdbd;
}

.content-style{
	color:#bdbdbd;
}

.content-style .descriptions{
    color: #111;
}

.content-style .descriptions .time{
    color: #bdbdbd;
    border: solid 1px #fcb913;
}

.content-style .descriptions .item-icon{
    background-color: #fcb913;
}

.content-style .button-box{
	display:flex;
}

.content-style .button-box .button__apply{
	background: #027AFF;
}

.content-style .button-box .button:before{
    background: linear-gradient(to bottom,rgba(255,255,255,.2),rgba(255,255,255,0) 100%);
}

.content-style .button-box .button{
    color: #fff;
}

.button.btn-primary{
	background: linear-gradient(to bottom, rgba(41,241,158,1) 0%, rgba(2,163,249,1) 100%);
    color: #fff;
}

.button.btn-primary:hover{
	background: linear-gradient(to bottom, rgb(43 255 167) 0%, rgb(2 58 87) 100%);
}

.button{
    background-color: #14805e;
    color: #fff;
}


.pop-wrap.promotion-pop{
    background: #000000;
    color: #111;
    border: solid 2px rgb(105 183 248);
}

.promotion-pop{
	background-color: #fff;
}


.pop-wrap{
    background: #ffffff;
    color: #333;
}

.pop-wrap .btn-close{
    background: #00102a;
    border: 2px solid #22c8f1;
    color: #fff;
}

.pop-wrap .pop-title h3{
    color: #ffc832;  
}

.pop-wrap .pop-inner::-webkit-scrollbar-thumb{
    background-color: #606060;
    color: #404040;
}
/*COLOURED PROMO PAGE*/