/*活动公共的css样式表*/
body {
    font-family: 'PFR' !important;
    font-size: 15px;
}

.no-scroll {
    overflow: hidden; /* 禁止滚动 */
}

.pt-26 {
    padding-top: 26px;
}

.pb-26 {
    padding-bottom: 26px;
}

.content-title {
    text-align: center;
}

.content-sub-title {
    display: flex;
    align-items: center;
}

.content-title-title {
    margin-bottom: 20px;
}

.timedown-desc {
    overflow-wrap: break-word;
    font-weight: 500;
    font-size: 14px;
    color: rgba(22,24,26,0.7);
    padding-left: 2px;
}

.timedown-time {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.timedown-time-label {
    font-weight: 400;
    font-size: 16px;
    color: #565656;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-right: 16px;
}

.btn-right {
    width: 20px;
    height: 20px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FF5500;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}

.btn-left {
    width: 20px;
    height: 20px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FF5500;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
}

.btn-left:hover {
    opacity: 0.6;
}

.btn-right:hover {
    opacity: 0.6;
}

.btn-icon {
    width: 5px;
    height: 8px;
}

.share-rule {
    display: inline-block;
    cursor: pointer;
}

.share-rule:hover {
    opacity: 0.6;
}

.share-rool {
    display: inline-block;
    white-space: nowrap;
}

.share-rool :hover {
    opacity: 0.8;
    cursor: pointer;
}

.share-desc-rool {
    font-weight: 400;
    font-size: 16px;
    color: #FF5500;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.share-desc-rool-new {
    margin-left: 8px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
    color: #FF5500;
}

.share-desc-icon {
    width: 5px !important;
    height: 10px !important;
    display: inline-block;
}

.share-desc-rule {
    font-weight: 400;
    font-size: 1.5vw;
    color: #FF5500;
    line-height: 1;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-left: 0.5em;
}

.share-desc-rule-icon {
    width: 5px !important;
    height: 10px !important;
    display: inline-block;
}

.navbar2 {
    width: 100%;
    height: 52px;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #E8E8E8;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #141414;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 12px;
    margin-top: 20px;
}

.navbar > li {
    cursor: pointer;
}

.navbar2 > li {
    cursor: pointer;
    font-size: 16px;
}

.nav-selected {
    color: #FF6F0A;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 2px;
    border-bottom-color: #FF6F0A;
    padding: 19px 0;
}

.nav-selected2 {
    padding: 19px 0;
    font-size: 16px;
    color: #FF6F0A;
}

.nav-item.nav-selected2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 64px);
    height: 2px;
    background-color: #FF6F0A;
    transition: width 0.3s ease;
}

.free {
    margin-top: 80px;
}

.free-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(294px, 1fr));
    gap: 10px;
    padding: 0;
    list-style: none;
}

.free-content2 {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.free-item {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 16px 16px;
    position: relative;
    /*width: calc(25% - 44px);*/
    width: 294px;
    margin: 20px 10px 0;
    overflow: hidden;
}

.free-item2 {
    /*width: calc(25% - 12px);*/
    width: 294px;
    padding: 0;
}

.free-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    height: 200px;
}

.tag-item-space {
    margin-right: 0px;
}

.free-item-top {
    display: flex;
    align-items: center;
    height: 86px;
    background-color: #F7FAFF;
    border-radius: 8px 8px 0px 0px;
    position: relative;
    padding: 20px 16px;
    box-sizing: border-box;
    background-image: url("../../images/activity/free-item2.png");
    background-repeat: no-repeat;
    background-size: 74px 58px;
    background-position: right bottom;
}

.free-item-title {
    font-size: 18px;
    color: #FF5500;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.free-background2 {
    position: absolute;
    width: 74px;
    height: 58px;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.free-item-content {
    padding: 0px 16px 16px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.free-select {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}

.free-select-label {
    font-weight: 400;
    font-size: 14px;
    color: #232323;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 117px;
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.free-select-content {
    width: 100%;
    position: relative;
    border: 0 solid rgba(0, 0, 0, 0.08) !important;
    border-bottom-width: thin !important;
    background-color: transparent;
    overflow: hidden;
}

.free-select-select {
    border-width: 0px !important;
}

.dropdown-btn {
    width: 100%;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    cursor: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 500;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.free-item-footer {
    margin-top: auto;
}

.act-show-tag-box {
    margin-top: 15px;
    margin-bottom: -10px;
}

.act-show-tag-sp {
    padding: 2px 8px;
    line-height: 27px;
    margin-right: 8px;
    font-size: 12px;
    color: #F64445;
    background: #FFECEC;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #F64445;
    white-space: nowrap;
}

.head-image {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.default-font-color {
    color: #141414;
}

.no-select-text {
    flex: 1;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #16181A;
}

.topimg-content {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
}

.topimg-content2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px;
    padding-left: 20px;
}

.topimg-logo {
    width: 129px !important;
    height: 30px !important;
    margin-top: 145px;
}

.topimg-title {
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 32px;
}

.topimg-desc {
    margin-top: 24px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    opacity: 0.8;
}

.share-title {
    text-align: center !important;
    padding-top:32px;
    font-size: 26px;
    color: #141414;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    font-weight: 600;
}

.share-desc {
    text-align: center !important;
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #6A6A6A;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.discount {
    margin-top: 24px;
    background-color: #FFEDED;
}

.discount-color {
    color: #FD2727 !important;
}

.tag-item {
    background: rgba(246, 33, 37, 0.1);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(246, 33, 37, 0.3);
    padding: 4px 6px;
    font-size: 12px;
    color: #F62125;
    line-height: 12px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 6px;
    margin-top: 6px;
}

.tag-item-default {
    background: #E1E7EF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(78, 109, 151, 0.3);
    padding: 4px 6px;
    font-weight: 400;
    font-size: 12px;
    color: #4E6D97;
    line-height: 12px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 6px;
    margin-top: 6px;
}

.no-select {
    cursor: auto !important;
}

.no-select::after {
    content: "" !important;
    background-image: none !important;
}

.quantity-controls {
    display: flex;
    align-items: center;
    flex: 1;
}

.quantity-button {
    background-color: white;
    border: 0px solid #ddd;
    padding: 5px 0px;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
}

.quantity-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.quantity-value {
    margin: 0 10px;
    font-size: 16px;
    flex: 1;
    text-align: center;
    border: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
    border: none;
    outline: none;
}

.free-tip {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
    text-align: right;
    font-style: normal;
    text-transform: none;
    background: #FF8000;
    border-bottom-left-radius: 4px;
    padding: 5px 13px;
}

.free-tag-container {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 888;
}

.free-money {
    margin-top: 24px;
    font-weight: 600;
    font-size: 28px;
    color: #F12900;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.free-money-unit {
    font-size: 24px;
    color: #F12900;
}

.free-money-no {
    font-weight: 400;
    font-size: 14px;
    color: #747474;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-decoration-line: line-through;
    text-transform: none;
    margin-left: 6px;
}

.btn-buy {
    width: auto;
    height: 40px;
    background: linear-gradient(270deg, #FF8000 0%, #FF5500 100%);
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    cursor: pointer;
}

.more-products {
    font-weight: 400;
    font-size: 14px;
    color: #FF5500;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    /*margin-top: 32px;*/
    /*margin-bottom: 32px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-products:hover {
    opacity: 0.6;
}

.btn-icon-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #FF5500;
    margin-left: 0.5em;
    align-items: center;
}

.btn-icon-right-icon {
    height: 6px;
    width: 3px;
}

.content-title-timedown {
    display: flex;
    flex-direction: row;
    padding: 24px 0 16px 0;
    align-items: center;
}

.timedown-img {
    display: none;
    width: 26px;
    height: 26px;
    margin-right: 12px;
}

.timedown-title {
    font-weight: 500;
    font-size: 32px;
    color: #141414;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
}

.timedown-line {
    width: 1px;
    height: 20px;
    background: #D3D3D3;
    border-radius: 0px 0px 0px 0px;
    margin: 0 20px;
}

.time-hour {
    padding: 0 8px;
    height: 44px;
    background: #FF5500;
    border-radius: 8px 8px 8px 8px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 44px;
}

.time {
    font-weight: 600;
    font-size: 20px;
    color: #F62125;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    flex-direction: row;
}

/*.image-text {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*}*/

.showMore:hover {
    opacity: 0.6;
    cursor: pointer;
}

.showMore {
    margin-top: 40px;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
}

.showMore span {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #FF5500 !important;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.content-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.btn-bottom {
    width: 14px;
    height: 14px;
    background: #FF5500;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}

.btn-bottom-icon {
    width: 6px;
    height: 4px;
}

.card-container-animate {
    display: flex;
    overflow: hidden; /* 隐藏超出容器的部分 */
    scroll-behavior: smooth; /* 实现平滑滚动 */
    flex-wrap: nowrap;
}

.card-animate {
    transition: transform 0.2s ease; /* 平滑滚动过渡效果 */
    min-width: calc(25% - 44px);
}

.modal {
    display: none;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 9999;
}

.modal-container {
     background-color: white;
     border-radius: 5px;
     transform: scale(0); /* 初始状态为缩放为0 */
     opacity: 0; /* 初始透明度为0 */
     transition: transform 0.3s ease, opacity 0.3s ease; /* 过渡效果 */
     overflow: hidden;
     display: flex;
     flex-direction: column;
     margin:0 40px;
 }

.modal-width {
    max-width: 560px;
    height: 480px;
}

.modal.show .modal-container {
    transform: scale(1); /* 进入时缩放为1 */
    opacity: 1; /* 进入时透明度为1 */
}

.modal-title {
    font-weight: 400;
    font-size: 16px;
    color: #141414;
    line-height: 16px;
    font-style: normal;
    text-transform: none;
    text-align: center;
    background-color: white;
    padding: 16px;
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #E8E8E8;
    position: relative;
}

.modal-bottom {
    font-weight: 400;
    font-size: 16px;
    color: #141414;
    line-height: 16px;
    font-style: normal;
    text-transform: none;
    text-align: center;
    background-color: white;
    padding: 16px;
    border-width: 0px;
    border-top-width: 1px;
    border-style: solid;
    border-color: #E8E8E8;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    padding: 10px;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.modal-ok {
    font-weight: 400;
    font-size: 16px;
    color: #FF5500;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.modal-ok:hover {
    opacity: 0.6;
}

.modal-close:hover {
    opacity: 0.6;
}

.modal-content {
    font-weight: 600;
    font-size: 14px;
    color: #3D3D3D;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow-y: auto;
    flex:1;
    padding:20px;
}

.modal-content > li::before {
    content: "•";
    display: inline-block;
    width: 1em;
}

.modal-content > li {
    font-weight: 400;
}

.modal-content > p {
    font-weight: 400;
}

.div-not-allow {
    cursor: not-allowed !important;
}

/*底部专区部分*/
.bottom {
    display: flex;
    flex-direction: row;
    margin-bottom: 56px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}

.bottomleft {
    background: linear-gradient(315deg, #FFEFDE 0%, #FFF9F4 100%);
    border-radius: 8px 8px 8px 8px;
    display: flex;
    flex: 1;
    position: relative;
    height: 108px;
}

.bottomCenter {
    width: 16px;
}

.bottomright {
    background: linear-gradient(135deg, #FFEFDE 0%, #FFF9F4 100%);
    border-radius: 8px 8px 8px 8px;
    display: flex;
    flex: 1;
    position: relative;
    height: 108px;
}

.bottom-img {
    position: absolute;
    height: 100px;
    width: 100px;
    right: 8px;
    top: 4px;
}

.bottom-title {
    font-weight: 600;
    font-size: 18px;
    color: #3D3D3D;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    top: 30px;
    left: 20px;
}

.bottom-desc {
    font-weight: 400;
    font-size: 14px;
    color: #FF5500;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: absolute;
    top: 64px;
    left: 20px;
    cursor: pointer;
}

.bottom-desc:hover {
    opacity: 0.8;
    color: #FF5500;
}

.bottom-right-icon {
    display: inline-block;
    width: 5px;
    height: 10px;
    margin-left: 8px;
}

/*优惠券礼包专区样式*/
.coupon-orange {
    width: 238px;
    height: 84px;
}

.coupon-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 130px;
    padding: 20px 0 22px 12px;
    box-sizing: border-box;
    justify-content: space-between;
}

.coupon-content-title {
    font-weight: 600;
    font-size: 14px;
    color: #FF5700;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.coupon-content-desc {
    font-weight: 400;
    font-size: 12px;
    color: #6A6A6A;
    line-height: 12px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.coupon-content-share {
    display: grid;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 58%;
    padding: 24px 15px;
    box-sizing: border-box;
}

.coupon-content-share-title {
    font-weight: 600;
    font-size: 1.3vw;
    color: #FF5700;
    line-height: 1;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.coupon-content-share-desc {
    font-weight: 400;
    color: #6A6A6A;
    line-height: 1;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.share-container2 {
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding: 0 20px;
    position: relative;
}

.share-container {
    max-width: 1120px;
}

.gift-container-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.btn-cn {
    width: 108px;
    height: 36px;
    position: relative;
}

.btn-en {
    width: 146px;
    height: 42px;
    position: relative;
}

.btn-cn:hover {
    opacity: 0.6;
}

.btn-en:hover {
    opacity: 0.6;
}

.btn-cn-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: -webkit-linear-gradient(180deg, white 50%, #FFDC4A 100%); /* Chrome, Safari */
    background: linear-gradient(180deg, white 50%, #FFDC4A 100%); /* 标准语法 */
    -webkit-background-clip: text; /* Chrome, Safari */
    background-clip: text;
    -webkit-text-fill-color: transparent; /* Chrome, Safari */
    line-height: 1.5;
    cursor: pointer;
    padding-bottom: 4px;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 500;
}

.btn-cn-img {
    height: 100%;
    width: 100%;
}

.gift-container {
    width: 100%;
    padding: 21px;
    display: flex;
    flex-direction: column;
    background: #FFF2E5;
    border-radius: 8px 8px 8px 8px;
    margin-top: 40px;
    box-sizing: border-box;
}

.gift-container-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7px;
    align-items: center;
    gap: 10px;
}

.gift-container-content-item {
    position: relative;
    width: calc(33% - 7.5px);
    box-sizing: border-box;
    text-align: center;
    height:auto;
    margin:0;
}

.coupongifitpackage-coupon-orange {
    width: 100%;
    height: auto;
}

.coupon-money {
    font-weight: 600;
    font-size: 26px;
    color: #FF5700;
    line-height: 1;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    left: 2vw;
    top: calc(50% - 20px);
}

.full-gift-container {
    background: #FFF2E5;
    border-radius: 0px 0px 0px 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    padding: 56px 0 80px 0;
}

.red-pack-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px) {
    .content-sub-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .share-desc-rool-new {
        margin-left: 0;
    }
}
