html {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  color: #555;
  font-size: 16px;
}
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1rem;
  overflow-x: hidden;
}
a {
  color: #373838;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #00a8ff;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
iframe {
    border: 0;
}
.ag-none {
    display: none !important;
}
.ag-block {
    display: block !important;
}
@media (min-width: 576px) {
    .ag-sm-block {
        display: block !important;
    }
    .ag-sm-none {
        display: none !important;
    }
}
.ag-section {
  padding: 60px 0;
  overflow: hidden;
}
.section-title {
  text-align: center;
}
.section-title img {
  width: 66px;
  height: 66px;
  vertical-align: middle;
}
.section-title .title-content {
  vertical-align: middle;
  display: inline-block;
  overflow-wrap: break-word;
  font-size: 38px;
  font-weight: 700;
  text-align: left;
  line-height: 36px;
  padding-left: 10px;
}
.section-title .span-text-1 {
  color: rgba(0, 168, 255, 1);
}
.section-title .span-text-2 {
  color: rgba(51, 51, 51, 1);
}
.section-title .span-text-3 {
  color: rgba(0, 168, 255, 1);
}
.section-title p {
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  margin-top: 24px;
}
.section-title .span-text-4 {
  color: rgba(0, 168, 255, 1);
}
#main {
  z-index: 3;
}
.image-preview-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(18, 18, 18, 0.65);
    z-index: 1031;
    text-align: center;
    touch-action: none;
}
.image-preview-overlay .image-preview-container {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.image-preview-overlay .image-preview-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    cursor: grab;
    transition: transform 0.1s ease;
    -webkit-user-select: none;
    user-select: none;
}
.image-preview-overlay .image-preview-img:active {
    cursor: grabbing;
}
.image-preview-overlay .image-preview-btn {
    position: absolute;
    color: white;
    cursor: pointer;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease;
    z-index: 1;
}
.image-preview-overlay .image-preview-close-btn {
    top: 20px;
    right: 20px;
    font-size: 40px;
}
.image-preview-overlay .image-preview-close-btn:hover {
    color: #ff5e5e;
}
.image-preview-overlay .image-preview-nav-btn {
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    opacity: 0.8;
    padding: 15px;
}
.image-preview-overlay .image-preview-nav-btn:hover {
    opacity: 1;
}
.image-preview-overlay .image-preview-prev-btn {
    left: 10px;
}
.image-preview-overlay .image-preview-prev-btn:hover {
    color: #ff5e5e;
}
.image-preview-overlay .image-preview-next-btn {
    right: 10px;
}
.image-preview-overlay .image-preview-next-btn:hover {
    color: #ff5e5e;
}
@media (max-width: 768px) {
    .image-preview-overlay .image-preview-container {
        padding: 0 10px;
    }
    .image-preview-overlay .image-preview-img {
        max-height: 70vh;
    }
    .image-preview-overlay .image-preview-close-btn {
        top: 15px;
        right: 15px;
        font-size: 30px;
    }
    .image-preview-overlay .image-preview-nav-btn {
        font-size: 30px;
        padding: 10px;
    }
    .image-preview-overlay .image-preview-prev-btn {
        left: 5px;
    }
    .image-preview-overlay .image-preview-next-btn {
        right: 5px;
    }
}
 .coupon-popup-wrapper {
    position: fixed;
    right: 15px;
    top: 30%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.coupon-popup-wrapper .close-btn-outer {
    width: 16px;
    height: 16px;
    background: #F0F0F0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    color: #A2A2A2;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    margin-bottom: 6px;
    margin-right: 0px;
    z-index: 10000;
    border: 1px solid white;
}
.coupon-popup-wrapper .close-btn-outer:hover {
    border-color: #BFBFBF;
    transform: scale(1.05);
}
.coupon-popup-wrapper .coupon-float-advert {
    max-width: 120px;
}
.coupon-popup-wrapper .coupon-float-card {
    width: 80px;
    height: 110px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    backdrop-filter: blur(2px);
    background-image: url(/member/images/promo-bar/countdown.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 0 25px rgba(0, 180, 255, 0.12);
    animation: gentleHeartbeat 1.4s ease-in-out infinite;
}
.coupon-popup-wrapper .coupon-float-card .card-header {
    position: relative;
    padding: 2px 2px 4px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 60px;
}
.coupon-popup-wrapper .coupon-float-card .card-header .coupon-name {
    font-weight: 800;
    font-size: 14px;
    line-height: 1.2;
    color: rgb(250,56,50);
    text-align: center;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 0 rgba(255, 235, 190, 0.8);
    word-break: break-word;
    max-width: 70px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}
.coupon-popup-wrapper .coupon-float-card .card-header .coupon-tips {
    margin-top: 4px;
    color: #000000;
    font-size: 12px;
    font-weight: 600px;
    font-family: "黑体", "Microsoft YaHei", monospace, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI";
}
.coupon-popup-wrapper .coupon-float-card .countdown-area {
    flex: 1;
    color: #FFFFFF;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 2px 4px 6px;
}
.coupon-popup-wrapper .coupon-float-card .countdown-area .stopwatch-tips {
    text-align: center;
    font-size: 12px;
}
.coupon-popup-wrapper .coupon-float-card .countdown-area .stopwatch-timer {
    font-family: "Microsoft YaHei", monospace, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI";
    font-weight: 600;
    text-align: center;
    width: 100%;
    background-color: rgb(200, 29, 49);
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.coupon-popup-wrapper .coupon-float-card.expired {
    background: linear-gradient(145deg, #e0dedb, #cecbc6);
    border-color: #a0a0a0;
    opacity: 0.85;
}
.coupon-popup-wrapper .coupon-float-card.expired .coupon-name {
    color: #6f4e38;
    text-decoration: line-through;
}
.coupon-popup-wrapper .coupon-float-card.expired .expired-message {
    font-size: 14px;
    font-weight: bold;
    backdrop-filter: blur(2px);
    padding: 4px 4px;
    border-radius: 20px;
    color: #5a2e12;
    margin-top: 4px;
    text-align: center;
}
.light-beam {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;    /* 让光效不干扰图片的鼠标交互 */
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.6) 45%,
        rgba(255, 255, 245, 0.9) 50%,
        rgba(255, 255, 255, 0.6) 55%,
        rgba(255, 255, 255, 0) 80%,
        rgba(255, 255, 255, 0) 100%
    );
    filter: blur(2px);
    transform: translateX(-100%);
    animation: shimmerScan 4s cubic-bezier(0.4, 0.0, 0.6, 1.0) infinite;
    z-index: 2;
    border-radius: inherit;   /* 继承父级圆角使光效边缘柔和 */
}
@keyframes shimmerScan {
    0% {
        transform: translateX(-120%);
        opacity: 0;
    }
    15% {
        opacity: 0.7;
    }
    45% {
        transform: translateX(30%);
        opacity: 0.9;
    }
    75% {
        transform: translateX(110%);
        opacity: 0.5;
    }
    90% {
        transform: translateX(140%);
        opacity: 0;
    }
    100% {
        transform: translateX(-120%);
        opacity: 0;
    }
}
@keyframes gentleHeartbeat {
    0% {
        transform: scale(1);
        box-shadow:
            0 20px 40px rgba(0, 0, 0, 0.5),
            0 0 0 1px rgba(255, 255, 255, 0.06) inset,
            0 0 25px rgba(0, 180, 255, 0.12);
    }
    14% {
        transform: scale(1.025);
        box-shadow:
            0 22px 44px rgba(0, 0, 0, 0.55),
            0 0 0 1.5px rgba(255, 255, 255, 0.08) inset,
            0 0 40px rgba(0, 200, 255, 0.25);
    }
    28% {
        transform: scale(1);
        box-shadow:
            0 20px 40px rgba(0, 0, 0, 0.5),
            0 0 0 1px rgba(255, 255, 255, 0.06) inset,
            0 0 25px rgba(0, 180, 255, 0.12);
    }
    42% {
        transform: scale(1.015);
        box-shadow:
            0 21px 42px rgba(0, 0, 0, 0.52),
            0 0 0 1.2px rgba(255, 255, 255, 0.07) inset,
            0 0 35px rgba(0, 200, 255, 0.2);
    }
    56% {
        transform: scale(1);
        box-shadow:
            0 20px 40px rgba(0, 0, 0, 0.5),
            0 0 0 1px rgba(255, 255, 255, 0.06) inset,
            0 0 25px rgba(0, 180, 255, 0.12);
    }
    100% {
        transform: scale(1);
        box-shadow:
            0 20px 40px rgba(0, 0, 0, 0.5),
            0 0 0 1px rgba(255, 255, 255, 0.06) inset,
            0 0 25px rgba(0, 180, 255, 0.12);
    }
}
#agHeader {
    display: flex !important;
    align-items: center !important;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}
#agHeader .ag-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    --bs-gutter-x: 1.5rem;
    width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 576px) {
    #agHeader .ag-container,
    #agFooter .footerBorder .ag-container,
    #agFooter .footerBottom .ag-container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    #agHeader .ag-container,
    #agFooter .footerBorder .ag-container,
    #agFooter .footerBottom .ag-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    #agHeader .ag-container,
    #agFooter .footerBorder .ag-container,
    #agFooter .footerBottom .ag-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    #agHeader .ag-container,
    #agFooter .footerBorder .ag-container,
    #agFooter .footerBottom .ag-container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    #agHeader .ag-container,
    #agFooter .footerBorder .ag-container,
    #agFooter .footerBottom .ag-container {
        max-width: 1320px;
    }
}
#agHeader .ag-container .agHeader-logo {
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
    flex-grow: 1;
    text-align: left;
}
#agHeader .ag-container .agHeader-logo a {
    color: rgba(0, 168, 255, 1);
}
#agHeader .ag-container .agHeader-logo img {
    height: auto;
    vertical-align: middle;
    margin: 10px 0;
    width: 180px;
}
#agHeader .ag-container .login-content .ag-login-btn {
    background-image: linear-gradient(90deg,
    rgba(69, 188, 250, 1) 0,
    rgba(69, 188, 250, 1) 0,
    rgba(0, 150, 255, 1) 100%,
    rgba(0, 150, 255, 1) 100%);
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    padding: 8px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 120px;
    border: none;
    line-height: 24px;
    text-align: center;
}
#agHeader .ag-container .login-content .ag-login-btn:hover {
    background: rgba(21, 124, 246, 1);
    color: #fff;
}
#agHeader .ag-container .login-content .ag-login-menu {
    width: 150px;
    padding: 10px 0 10px 10px;
    margin-bottom: 0;
    text-align: left;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    border-radius: 8px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: none;
    position: absolute;
    top: 50px;
    background-color: white;
}
@media (max-width: 768px) {
#agHeader .ag-container .login-content .ag-login-menu {
    width: 110px;
    right: 0px;
    font-size: 14px;
  }
}
#agHeader .ag-container .login-content .ag-login-menu .ag-login-menu-item {
    cursor: pointer;
    text-decoration: none;
    position: relative;
    padding: 5px 0;
    margin-left: 5px;
    border-radius: 4px;
}
#agHeader .ag-container .login-content .ag-login-menu .ag-login-menu-item:hover {
    color: rgba(7, 73, 214, 1);
    font-weight: 700;
}
@media (max-width: 768px) {
#agHeader .ag-container .login-content .ag-login-menu .ag-login-menu-item {
    font-size: 14px;
  }
}
#agHeader .ag-container .login-content {
    width: 126px;
    text-align: left;
    margin-left: 20px;
    position: relative;
}
#agHeader .ag-container .login-content .login-img {
    width: 36px !important;
    height: 36px;
    cursor: pointer;
    border-radius: 50%;
    max-width: none;
}
#agHeader .ag-container .login-content .login-img:hover {
    background: #fff;
    border-radius: 50%;
    border: solid 1px rgb(0, 168, 255, 1);
}
#agHeader .ag-container .ag-navbar {
    padding: 0;
    text-align: center;
}
#agHeader .ag-container .ag-navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
#agHeader .ag-container .ag-navbar li {
    position: relative;
}
#agHeader .ag-container .ag-navbar>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 8px 0 8px 20px;
}
#agHeader .ag-container .ag-navbar a,
#agHeader .ag-container .ag-navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #373838;
    border-bottom: 2px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
}
#agHeader .ag-container .ag-navbar a i,
#agHeader .ag-container .ag-navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
#agHeader .ag-container .ag-navbar a:hover,
#agHeader .ag-container .ag-navbar .active,
#agHeader .ag-container .ag-navbar .active:focus,
#agHeader .ag-container .ag-navbar li:hover>a {
    color: rgba(3, 73, 214, 1);
    border-color: rgba(3, 73, 214, 1);
    font-weight: 700;
}
#agHeader .ag-container .ag-navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 20px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    border-radius: 8px;
}
#agHeader .ag-container .ag-navbar .dropdown ul li {
    min-width: 200px;
}
#agHeader .ag-container .ag-navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color: #082744;
    border: none;
    text-decoration: none;
}
#agHeader .ag-container .ag-navbar .dropdown ul a i {
    font-size: 12px;
}
#agHeader .ag-container .ag-navbar .dropdown ul a:hover,
#agHeader .ag-container .ag-navbar .dropdown ul .active:hover,
#agHeader .ag-container .ag-navbar .dropdown ul li:hover>a {
    color: rgba(3, 73, 214, 1);
    font-weight: 700;
}
#agHeader .ag-container .ag-navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
#agHeader .ag-container .ag-navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
#agHeader .ag-container .ag-navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    #agHeader .ag-container .ag-navbar .dropdown .dropdown ul {
        left: -90%;
    }
    #agHeader .ag-container .ag-navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}
.ag-mobile-toggle {
    color: rgb(0, 0, 0);
    font-size: 28px;
    font-weight: 800;
    cursor: pointer;
    display: none;
    line-height: 0;
}
@media (max-width: 768px) {
    .ag-mobile-toggle {
        display: block;
        order: 1;
        z-index: 1000;
    }
    #agHeader .ag-container .ag-navbar ul {
        display: none;
    }
    #agHeader .ag-container .agHeader-logo {
        order: 2;
        flex-grow: 1;
        text-align: center;
    }
    #agHeader .ag-container .login-content {
        order: 3;
        text-align: right;
        margin-left: auto;
        width: auto;
        z-index: 1002;
    }
    #agHeader .ag-container .login-content .ag-login-btn {
        padding: 8px 10px;
        font-size: 13px;
        width: auto;
        border-radius: 8px;
        border: none;
        line-height: 16px;
    }
    #agHeader .ag-container .agHeader-logo img {
        width: 144px;
    }
    #agHeader .ag-container .ag-navbar a:hover,
    #agHeader .ag-container .ag-navbar .active,
    #agHeader .ag-container .ag-navbar .active:focus,
    #agHeader .ag-container .ag-navbar li:hover>a {
        border-color: #eee;
    }
    #agHeader .ag-container .ag-navbar .dropdown ul {
        box-shadow: none;
        border-radius: none;
    }
}
#agHeader .ag-container .ag-navbar.ag-navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 16px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
}
#agHeader .ag-container .ag-navbar.ag-navbar-mobile .ag-mobile-toggle {
    position: absolute;
    left: 15px;
}
#agHeader .ag-container .ag-navbar.ag-navbar-mobile ul {
    display: block;
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    max-height: calc(100vh - 10px);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
#agHeader .ag-container .ag-navbar.ag-navbar-mobile>ul>li {
    padding: 0 15px;
}
#agHeader .ag-container .ag-navbar.ag-navbar-mobile a,
#agHeader .ag-container .ag-navbar.ag-navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 14px;
    color: #2c4964;
    border: none;
}
#agHeader .ag-container .ag-navbar.ag-navbar-mobile a:hover,
#agHeader .ag-container .ag-navbar.ag-navbar-mobile .active,
#agHeader .ag-container .ag-navbar.ag-navbar-mobile li:hover>a {
    color: #304e80;
}
#agHeader .ag-container .ag-navbar.ag-navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 0 20px;
    padding: 0 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
}
#agHeader .ag-container .ag-navbar.ag-navbar-mobile .dropdown ul li {
    min-width: 200px;
}
#agHeader .ag-container .ag-navbar.ag-navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
#agHeader .ag-container .ag-navbar.ag-navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
#agHeader .ag-container .ag-navbar.ag-navbar-mobile .dropdown ul a:hover,
#agHeader .ag-container .ag-navbar.ag-navbar-mobile .dropdown ul .active:hover,
#agHeader .ag-container .ag-navbar.ag-navbar-mobile .dropdown ul li:hover>a {
    color: #304e80;
}
#agHeader .ag-container .ag-navbar.ag-navbar-mobile .dropdown>.dropdown-active {
    display: block;
}
#agHeader .ag-container .ag-navbar.ag-navbar-mobile .dropdown .dropdown>.dropdown-active {
    display: block;
}
#agHeader .ag-container .ag-navbar.ag-navbar-mobile a {
    border-bottom: 1px solid #eee;
}
.agFooter {
    text-align: center;
    padding-top: 60px;
}
.agFooter .footerBorder .ag-container,
.agFooter .footerBottom .ag-container {
    --bs-gutter-x: 1.5rem;
    width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-left: auto;
    margin-right: auto;
}
.agFooter .footerBorder {
    background-color: #fff;
    box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}
.agFooter .footerBorder .ag-container .footerToolBar {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
}
.agFooter .footerBorder .ag-container .footerToolBar .item .img-trigger {
    position: relative;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.agFooter .footerBorder .ag-container .footerToolBar .item .img-trigger:hover {
    transform: translateY(-5px) scale(1.1);
}
.agFooter .footerBorder .ag-container .footerToolBar .item .img-trigger .img-popup {
    position: absolute;
    width: 200px;
    top: -190px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.agFooter .footerBorder .ag-container .footerToolBar .item .img-trigger .img-popup::before {
    content: '';
    position: absolute;
    top: 96.5%;
    left: 50%;
    transform: translateX(-50%);
    border: 20px solid transparent;
    border-top-color: rgb(255, 255, 255);
}
.agFooter .footerBorder .ag-container .footerToolBar .item .img-trigger:hover .img-popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-5px);
}
.agFooter .footerBorder .ag-container .footerToolBar .item .img-trigger .img-popup .qrcode-image {
    width: 150px;
    height: auto;
    padding: 15px 15px 35px 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.agFooter .footerBorder .ag-container .footerToolBar .item .footerToolBar-img {
    opacity: 0.5;
}
.agFooter .footerBorder .ag-container .footerToolBar .item .footerToolBar-img:hover {
    opacity: 1;
}
.agFooter .footerBorder .ag-container .footerToolBar .item .img-trigger .img-popup .img-description {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.agFooter .footerToolBar .span-6 {
    grid-column: span 6;
}
.agFooter .footerToolBar .span-2 {
    grid-column: span 2;
}
.agFooter .footerBorder .ag-container .footerMenu {
    padding: 40px 0 20px 0;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    text-align: left;
}
.agFooter .footerBorder .ag-container .footerMenu .span-4 {
    grid-column: span 4;
}
.agFooter .footerBorder .ag-container .footerMenu .span-2 {
    grid-column: span 2;
}
.agFooter .footerBorder .ag-container .footerMenu .span-4 .footer-logo-img {
    width: 242px;
    height: auto;
}
.agFooter .footerBorder .ag-container .footerMenu .span-2 .footerMenu-title {
    font-size: 20px;
    font-weight: bold;
    color: rgb(68, 68, 68);
}
.agFooter .footerBorder .ag-container .footerMenu div {
    line-height: 35px;
}
.agFooter .footerBorder .ag-container .footerMenu a {
    color: #373838;
    text-decoration: none;
    font-size: 16px;
}
.agFooter .footerBorder .ag-container .footerMenu .qrcode-container {
    text-align: center;
}
.agFooter .footerBorder .ag-container .footerMenu .qrcode-container p {
    margin: 0;
    line-height: 25px;
    font-size: 16px;
}
.agFooter .footerBorder .ag-container .qrcode-m-img {
    width: 200px;
    height: auto;
}
.agFooter .footerBottom {
    background-color: rgba(245, 247, 248, 1);
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    font-size: 15px;
}
.agFooter .footerBottom .ag-container .column {
    float: left;
    color: rgba(102, 102, 102, 1);
    text-align: center;
    line-height: 20px;
}
.agFooter .footerBottom .ag-container .column a {
    color: rgb(102, 102, 102);
}
.agFooter .footerBottom .ag-container .colum-a {
    color: rgb(102, 102, 102);
}
@media (max-width: 768px) {
    .agFooter .footerBorder .ag-container .footerMenu,
    .agFooter .footerBottomBar {
        grid-template-columns: 1fr;
    }
    .agFooter .footerBorder .ag-container .footerToolBar .item,
    .agFooter .footerBorder .ag-container .footerMenu .span-2 {
        padding: 10px;
    }
    .agFooter .footerBorder .ag-container .footerToolBar .item {
        grid-column: span 5;
    }
    .agFooter .footerBottom {
        background-color: rgb(245, 247, 248);
        text-align: center;
        font-size: 12px;
        padding: 18px 0;
    }
    .agFooter .footerBottom .ag-container .column {
        color: rgb(102, 102, 102);
        text-align: center;
        line-height: 20px;
        float: none;
    }
    .agFooter .footerBottom .ag-container .column a {
        font-size: 12px;
    }
    .agFooter .footerBottom .ag-container .column span {
        font-size: 12px;
    }
    .agFooter .footerBorder .ag-container .footerMenu a {
        font-size: 14px;
    }
    .agFooter .footerBorder .ag-container p,
    .agFooter .footerBorder .ag-container p{
        font-size: 18px;
        margin-bottom: 0;
    }
    .agFooter .footerBorder .ag-container .footerToolBar {
        display: grid;
        grid-template-columns: repeat(30, 1fr);
    }
    .agFooter .footerBottom .ag-container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 768px) {
    .agFooter .footerToolBar .img-popup {
        position: absolute;
        width: 85px;
        top: -140px;
        left: 70%;
        transform: translateX(-70%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
    }
    .agFooter .footerToolBar .img-popup::before {
        content: '';
        position: absolute;
        top: 96.5%;
        left: 40%;
        transform: translateX(-40%);
        border: 15px solid transparent;
        border-top-color: rgb(255, 255, 255);
    }
    .agFooter .footerToolBar .img-description {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 11px;
        width: 100%;
        text-align: center;
    }
    .agFooter .footerToolBar .qrcode-image {
        width: 150px;
        height: auto;
        padding: 15px 5px 35px 5px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
}
.agFooter-backTop {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 30px;
    bottom: 15px;
    z-index: 996;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    transition: all 0.4s;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    background-color: #eee;
    color: #575656;
}
.agFooter-backTop .svg-container {
    height: 40px;
    width: 24px;
}
.agFooter-backTop:hover {
    background: rgba(21, 124, 246, 1);
    color: #fff;
}
.agFooter-backTop.active {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 768px) {
  .agFooter-backTop {
    right: 10px;
  }
}
.ag-icon::before {
    display: inline-block;
    font-family: none !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ag-icon-list::before {
    content: "";
    width: 28px;
    height: 28px;
    background-image: url('/member/images/icon-images/menu-mobile.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ag-icon-chevronDown::before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url('/member/images/icon-images/chevron-down-mobile.png ');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ag-icon-x::before {
    content: "";
    width: 28px;
    height: 28px;
    background-image: url('/member/images/icon-images/x-mobile.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ag-icon-chevronRight::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('/member/images/icon-images/chevron-right-mobile.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ag-icon-arrowUpShort::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('/member/images/icon-images/chevron-up-mobile.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ag-icon-search::before {
    content: "";
    width: 16px;
    height: 24px;
    background-image: url('/member/images/icon-images/search-community.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ag-icon-x-search::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url('/member/images/icon-images/x-search.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.promo-bar-wrap {
    box-sizing: border-box !important;
}
.promo-bar-wrap .promo-bar-container {
    position: fixed;
    right: 30px;
    bottom: 80px;
    z-index: 1000;
}
.promo-bar-wrap .floating-bar {
    display: flex;
    flex-direction: column;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.9);
}
.promo-bar-wrap .floating-card {
    width: 50px;
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
.promo-bar-wrap .floating-card:hover {
    color: #15a3f9;
}
.promo-bar-wrap .floating-card .default-img {
    width: 48px;
    height: auto;
    display: block;
    transition: opacity 0.4s ease;
}
.promo-bar-wrap .floating-card .hover-img {
    width: 48px;
    height: auto;
    position: absolute;
    top: 8px;
    left: 1px;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.promo-bar-wrap .floating-card:hover .default-img {
    opacity: 0;
}
.promo-bar-wrap .floating-card:hover .hover-img {
    opacity: 1;
}
.promo-bar-wrap #promo-card .hover-img,
.promo-bar-wrap #promo-card .default-img {
    animation: promo-bar-treeSway 2s ease-in-out infinite;
    transform-origin: bottom center;
    width: 40px;
    height: auto;
    top: 13px;
    left: 4px;
}
@keyframes promo-bar-treeSway {
    0% {
        transform: rotate(-7deg);
    }
    15% {
        transform: rotate(-4deg);
    }
    30% {
        transform: rotate(-1deg);
    }
    45% {
        transform: rotate(2deg);
    }
    60% {
        transform: rotate(5deg);
    }
    75% {
        transform: rotate(3deg);
    }
    85% {
        transform: rotate(0deg);
    }
    92% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(-7deg);
    }
}
.promo-bar-wrap .card-icon {
    font-size: 24px;
}
.promo-bar-wrap .card-text {
    font-size: 14px;
    font-weight: 500;
}
.promo-bar-wrap .floating-panel {
    position: fixed;
    right: -400px;
    bottom: 70px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 999;
    padding: 0;
    opacity: 0;
    display: flex;
    align-items: center;
}
.promo-bar-wrap .floating-panel.active {
    right: 100px;
    opacity: 1;
    bottom: 130px;
}
.promo-bar-wrap .floating-panel::after {
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #0072e7;
}
.promo-bar-wrap .panel-content {
    position: relative;
    width: 100%;
}
.promo-bar-wrap .service-panel {
    width: 150px;
    height: 150px;
}
.promo-bar-wrap .coupon-panel {
    position: fixed;
    right: -400px;
    bottom: 20px;
    z-index: 999;
    opacity: 0;
    width: 173px;
}
.promo-bar-wrap .coupon-panel.active {
    right: 48px;
    opacity: 1;
    bottom: 80px;
}
@media (max-width: 768px) {
    .promo-bar-wrap .coupon-panel.active {
        bottom: 110px;
    }
}
.promo-bar-wrap .coupon-panel img {
    width: 120px;
}
.promo-bar-wrap .active-panel {
    position: fixed;
    right: -400px;
    bottom: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding: 20px 13px;
    opacity: 0;
    display: flex;
    align-items: center;
}
.promo-bar-wrap .active-panel.active {
    right: 100px;
    opacity: 1;
    bottom: 60px;
    height: 120px;
}
.promo-bar-wrap .active-panel::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid white;
}
.promo-bar-wrap .active-panel {
    width: 330px;
    height: 170px;
}
.promo-bar-wrap .active-panel .panel-header {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 10px 5px;
    position: relative;
    color: #373838;
}
.promo-bar-wrap .active-panel .panel-header:hover {
    background-color: #f3f8ff;
    border-radius: 8px;
    color: #15a3f9;
}
.promo-bar-wrap .active-panel .panel-header .img-container {
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    flex-shrink: 0;
}
.promo-bar-wrap .active-panel .panel-header img {
    width: 30px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}
.promo-bar-wrap .active-panel .panel-tip {
    font-size: 13px;
    text-align: left;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: normal;
    line-height: 10px;
}
.promo-bar-wrap .active-panel .panel-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
}
.promo-bar-wrap .active-panel .panel-description {
    font-size: 13px;
    line-height: 1.4;
}
.promo-bar-wrap .active-panel .panel-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
.promo-bar-wrap .active-panel .panel-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    border-top: 2px solid #6c757d;
    border-right: 2px solid #6c757d;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}
.promo-bar-wrap .active-panel .panel-title:hover {
    color: #15a3f9;
}
.promo-bar-wrap .active-panel .panel-text-content:hover {
    color: #15a3f9;
}
.promo-bar-wrap .active-panel .panel-description:hover {
    color: #15a3f9;
}
.promo-bar-wrap .active-panel .panel-arrow:hover {
    color: #15a3f9;
}
.promo-bar-wrap .qrcode-container {
    text-align: center;
}
.promo-bar-wrap .qrcode-img {
    width: 150px;
    height: auto;
}
.promo-bar-wrap .qrcode {
    width: 60px;
    height: 60px;
    background: #f8f9fa;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #eee;
}
@media (max-width: 768px) {
    .promo-bar-wrap .active-panel {
        width: 260px;
        height: 170px;
    }
    .promo-bar-wrap .active-panel.active {
        right: 80px;
        opacity: 1;
        height: 130px;
    }
    .promo-bar-wrap .promo-bar-container {
        right: 10px;
        bottom: 110px;
    }
    .promo-bar-wrap .floating-panel.active {
        right: 80px;
    }
}
.breath-glow {
    animation: breathGlow 2s ease-in-out infinite;
}
@keyframes breathGlow {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
