#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;
	text-decoration:none;
	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: 100%; */
    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;
    row-gap: 60px;
    column-gap: 40px;
    /* justify-content: space-between; */
    position: relative;
    /* min-height: 300px; */
}

.gift-list a {
    width: 31%;
}
.gift-item{
    background: #ffffff;
    border-radius: 20px;
}
.gift-item .img-box {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.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 .content{
    padding: 25px;
}
.con-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con-title h3{
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
}
.con-title span{
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    line-height: 16px;
    background: url(/image/star.png) left center no-repeat;
    background-size: 15px;
    padding-left: 20px;
}
.content>p{
    font-size: 16px;
    color: #646464;
    line-height: 26px;
    font-weight: normal;
    margin: 15px 0;
}
.con-price{
    display: flex;
    justify-content: space-between;
    
}
.con-price p{
    font-weight: bold;
    font-size: 24px;
    color: #E73724;
    line-height: 22px;
}
.con-price h4{
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    letter-spacing: 1px;
    position: relative;
}
.con-price h4::after{
    content: '';
    width: 25px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    bottom: 0px;
    right: 3px;
}
.gift-item:hover .con-price h4{
    color: #E73724;
}
.gift-item:hover .con-price h4::after{
    background-color: #E73724;
}

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

/* .gift-list .gift-box.even {
    margin-top: 0;
}

.gift-list .gift-box.odd {
    margin-bottom: 0;
} */

#demo-laypage-theme-1 {
    display: flex;
    justify-content: center;
    padding: 20px 0 60px 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 */

/* 熱門-end */
.gift-list2 {
    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-list2 a {
    width: 48%;
}

.gift-list2 .gift-item{
    background-color: transparent;
}
.gift-list2 .gift-item .img-box{
    border-radius: 20px;
}

.gift-list2 .gift-box:nth-child(even){
    margin-top: 100px;
}
.gift-list2 .gift-box:nth-child(odd){
    margin-bottom: 100px;
}
.gift-list2 .gift-box.even {
    margin-top: 100px;
    margin-bottom: 0;
}

.gift-list2 .gift-box.odd {
    margin-bottom: 100px;
    margin-top: 0;
}
/* 熱門-end */

/* 最新-start */
.gift-list3 .gift-item{
    background-color: transparent;
}
.gift-list3 .gift-item .img-box{
    border-radius: 20px;
}
/* 最新-end */


/* tab */
.layui-tab .layui-tab-title{
    display: flex;
    column-gap: 40px;
    height: 35px;
    border-bottom: none;
}
.layui-tab .layui-tab-title li{
    font-size: 18px;
    color: #646464;
    line-height: 23px;
    text-align: left;
    padding: 0 15px 0 0;
}
.layui-tab-brief .layui-tab-title .layui-this{
    color: #E73724;
    font-weight: bold;
}
.layui-tab-brief .layui-tab-more li.layui-this:after,.layui-tab-brief .layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #E73724;
    width: 80%;
    height: 35px;
}

/* 搜索 */
.tab-search{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.search-box label{
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-box input{
    outline: none;
    border: none;
    width: 100%;
    background: transparent;
}
.search-box label img{
    width: 18px;
    cursor: pointer;
}

.layui-tab .layui-tab-title:after {
    border-bottom: none;
}



#footerContainer {
    margin-top: 0;
}