#popularList-main {
    background-color: #F3F5F7;
}

/* banner-start */
#headSection {
    position: relative;
    height: 600px;
    max-height: 600px;
}

#headSection .head-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#headSection .title-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#headSection .title {

    font-weight: bold;
    font-size: 80px;
    color: #ffffff;
    line-height: 94px;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* banner-end */

/* 禮品列表-start */
#popularList {
    padding: 50px 0;
}

.list-container {
     max-width: 1300px; padding:0px 15px;
    width: 100%;
    margin: 0 auto;
}

.title-box {
    padding: 30px;
    display: flex;
    background-color: #ffffff;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    flex-direction: column;
}

.title-list {
    display: flex;
    align-items: center;
    width: 100%;
    transition: all 0.3s ease;
}

.title-box.active {
    border-radius: 10px 10px 0 0;
}

.title-item {
    /* padding: 10px 30px; */
    cursor: pointer;
    width: 11%;
    padding: 10px 0;
}


.page-en .title-item {
    width: auto;
    padding: 10px 12px;
}


.title-item a {
    font-size: 18px;
    color: #333333;
    text-align: center;
	display:block;
}

.title-item.active {
    background: #E73724;
    border-radius: 4px;
    color: #FFFFFF;
}

.title-item.active a {
    color: #ffffff;
    font-weight: bold;
}

.title-more {
    display: flex;
    align-items: center;
    column-gap: 3px;
    cursor: pointer;
    justify-content: center;
}

.title-more p {
    font-size: 18px;
    color: #333333;
}

.title-more img {
    width: 24px;
}

#more-img {
    display: none;
}

#more-img.open,
#more-img-light.open {
    display: block;
}

#more-img-light {
    display: none;
    transition: transform 0.3s ease;
}

#more-img-light.close {
    transform: rotate(180deg);
}

.title-box {
    position: relative;
}

.more-list {
    width: 95.35%;
    position: absolute;
    padding: 30px 30px 30px 30px;
    background-color: #FFFFFF;
    top: 99%;
    left: 0%;
    z-index: 1;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #F3F5F7;
    display: none;
}

.more-list .title-list {
    flex-wrap: wrap;
    row-gap: 20px;
    padding-bottom: 0;
}

.more-list .title-list .title-item.active {
    
}

.more-list .title-list .title-item.active p {
    color: #E73724;
    font-weight: bold;
}


.gift-list {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    /* min-height: 300px; */
}

.contact-link {
    position: absolute;
    top: 60px;
    right: 0%;
}

.contact-link a button {
    background: #000000;
    border-radius: 50px;
    padding: 10px 40px;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
    border: none;
    cursor: pointer;
}

.contact-link a button span {
    font-weight: bold;
    font-size: 19px;
    color: #FFFFFF;
    /* line-height: 18px; */
    text-align: center;
}

.contact-link a button img {
    max-width: 100%;
    height: auto;
    width: 17px;
    transition: transform 0.3s ease;
}

.contact-link a button:hover img {
    transform: translateX(6px);
}

.gift-list a {
    width: 48%;
}

.gift-item .img-box {
    overflow: hidden;
    border-radius: 20px;
}

.gift-item .img-box img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.gift-item .img-box img:hover {
    transform: scale(1.1);
}

.gift-item p {
    font-weight: bold;
    font-size: 25px;
    color: #333333;
    line-height: 30px;
    margin-top: 15px;
}

.gift-list .gift-box.even {
    margin-top: 100px;
}

.gift-list .gift-box.odd {
    margin-bottom: 100px;
}

#demo-laypage-theme-1 {
    display: flex;
    justify-content: center;
    /* margin: 20px 0 60px 0; */
    padding: 20px 0 50px 0;
}

.layui-disabled,
.layui-disabled:active {
    background-color: #ffffff !important;
}

.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
    border: none;
}

.layui-laypage a,
.layui-laypage span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 1px;
}

.layui-laypage a:hover {
    color: #E73724;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    border-radius: 7px;
}

.empty-tip {
    font-size: 22px;
    color: rgba(51, 51, 51, 0.55);
    line-height: 26px;
    text-align: center;
    padding: 30px 0;
    width: 100%;
    display: none;
}

#mProductSelectSection {
    display: none;
}

#filtersOverlay,
#filtersSection {
    display: none;
}

/* 禮品列表-end */

#footerContainer {
    margin-top: 0;
}