.footImgLogo {
    height: 64px;
    width: 305px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.w100 {
    width: 100%;
}

.w80 {
    width: 80%;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #E2B857;
    background-color: transparent;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #E2B857;
    background-color: transparent;
}

.dropdown-item {
    padding: 15px 15px !important;
    border-style: solid;
    border-color: #E2B857;
    border-bottom-width: 1px;
}

.dropdown-itemNone {
    border: 1px solid transparent;
}

.input-class {
    background-color: #FFFAED;
    width: 350px;
    padding: 15px;
    font-size: 16px;
    border-radius: 8px;

    margin: 0 0 20px 0;
}

.input-class::placeholder {
    color: #666;
}

.pr5 {
    padding-right: 5px;
}

.inputBtn {
    width: 350px;
    padding: 15px;
    font-size: 16px;
    background-color: #E5C15E;
    color: #333;
    border-radius: 8px;
    font-weight: 700;
    text-align: center;
    font-family: 'Roboto', Sans-serif;
}

.footer-conact-block {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}

.footHr {
    margin: 1rem 0;
    color: #CEBFAC;
    border: 2px solid;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}

.cardFoot .col-md-4 {
    padding-left: 90px;
}

.nav-linkd:focus,
.active {
    color: #FECB2B !important;
}

/* 必须添加的关键样式 */
.header {
    position: relative;
    /* 关键1: 创建新的堆叠上下文 */
    z-index: 100;
}

.sticky-container {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-brand-row {
    background: #31302F;
    /* 关键2: 必须设置背景色 */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* 可选阴影 */
}

/* 检查并确保以下条件 */
body {
    margin: 0;
    /* 关键3: 移除默认边距 */
    overflow-x: hidden;
    /* 防止横向滚动 */
}

.banner-img {
    height: 100vh;
}


.justCenter {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.backImg {
    background-image: url(../img/alibarbar-news-bg.png);
    background-size: 100% 101%;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .backImg {
        background-image: url(../img/alibarbar-news-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

.swiper-slide {
    transform: none !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.swiper-box,
.swiper-box * {
    box-sizing: content-box !important;
}

.videoW {
    width: 100%;
    height: 200px;
    margin-left: 20px;
    margin-right: 20px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .videoW {
        width: 100%;
        height: 200px;
        margin-left: 2px !important;
        margin-right: 2px !important;
        object-fit: cover;
    }
}

.bofang {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
    animation: expandOutline 2s infinite;
}

.bofangImg {
    width: 40px;
    height: 40px;
}

.bofang:hover {
    transform: scale(1.1);
}

@keyframes expandOutline {
    0% {
        outline: 4px solid rgba(0, 0, 0, 1);
        outline-offset: 0;
    }

    100% {
        outline: 2px solid rgba(0, 0, 0, 0);
        outline-offset: 15px;
    }
}

@media screen and (max-width: 767px) {
    .swiper-pagination {
        position: absolute;
        top: 102% !important;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .swiper-box {
        padding-top: 20px !important;
        padding-bottom: 50px;
    }
}

/* 分页器容器样式 */
.swiper-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* 分页器小圆点样式 */
.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    margin: 20px 6px 0 6px !important;
    background-color: #fff !important;
    /* 未选中的颜色 */
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


/* 当前活动的小圆点样式 */
.swiper-pagination-bullet-active {
    background-color: #fff !important;
    /* 选中的颜色 */
}

/* 如果需要调整分页器位置 */
.swiper-container {
    padding-bottom: 30px;
    /* 为分页器留出空间 */
}

.elementor-heading-title {
    font-family: "Times New Roman", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    color: var(--e-global-color-e055056);
    color: #fff;
    margin-top: 60px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .elementor-heading-title {
        text-align: center;
        font-size: 38px;
    }

    .w80 {
        width: 95%;
    }
}

:root {
    font-family: "Roboto", Sans-serif;
}

.elementor-widget-wrap {
    padding: 10px;
}

.elementor-nav-menu__container {
    height: 52.4px;
    margin-bottom: 20px;
}

.elementor-item {
    padding: 10px;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    transition-duration: .25s;
}

.elementor-item:hover {
    color: #E5C15E;
}

.elementor-item-active {
    color: #E5C15E !important;
}

.elementor-post {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    background-color: #1A1A1A;
    border-color: #1A1A1A;
    transition-duration: .25s;
    transition-property: background, border, box-shadow;
    box-sizing: content-box;
    margin-bottom: 50px;
    /* margin-top: 50px; */
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .elementor-post {
        margin-bottom: 20px;
        /* margin-top: 50px; */
        margin-left: 0px;
        margin-right: 0px;
    }

    .ptd0 {
        padding: 0px !important;
    }

    .ptd10 {
        padding: 0px 5px !important;
    }

    .cardFoot .col-md-4 {
        padding-left: 0px;
    }

    .mtt20 {
        margin-bottom: 0px !important;
    }

    .input-class {
        width: 100%;
    }

    .inputBtn {
        width: 100%;
    }

    .TopMarn {
        height: auto;
    }

    .header-brand-row {
        box-shadow: 0px 0px 0px transparent !important;
    }
}

.TopMarn div {
    display: block;
    text-align: center;
}

.elementor-post:hover {
    border-color: #E5C15E;
}

.elementor-post .elementor-post__thumbnail {
    position: relative;
    overflow: hidden;
}

.elementor-post .elementor-post__text {
    padding: 20px;
}

.elementor-post .elementor-post__title,
.elementor-post__meta-data {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 13px;
    -webkit-line-clamp: 2;
    height: 40px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.elementor-post .elementor-post__excerpt {
    margin-bottom: 12px;
    -webkit-line-clamp: 2;
    height: 45px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.elementor-post__excerpt p {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.elementor-post__read-more {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    color: #fff;
}

.elementor-pagination {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    margin-top: 1.2em;
}

.elementor-pagination .page-numbers:hover {
    color: #E5C15E;
    cursor: pointer;
}

.elementor-pagination .page-numbers {
    display: inline-block;
    margin-right: calc(1em/2);
    color: #090909;
    transition-duration: .25s;
}

.elementor-pagination .page-numbers.disabled {
    cursor: initial;
    color: initial;
}

.elementor-pagination .page-numbers :not(:first-child) {
    margin-left: calc(1em/2);
}

.elementor-screen-only {
    display: none;
}

.back0 {
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 30px;
}

.img-bg {
    overflow: hidden;
    transition: transform 0.5s ease;
    /* 动画时长和缓动效果 */
}

.img-bg:hover {
    transform: scale(1.2);
}

/* onepage页面 */
.relaTive {
    position: relative;
}

.abTude {
    position: absolute;
    left: 10%;
    top: 38%;
    color: #E5C15E;
    width: 35%;
}

.abTude h1 {
    font-size: 50px;
    font-weight: 700;
    font-family: "Times New Roman", Sans-serif;
    ;
}

.abTude p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

.ContentAbt {
    padding: 10px;
}

.p0 {
    padding: 0px;
}

.ContentAbt h4 {
    margin-top: 30px;
    font-family: "Times New Roman", sans-serif;
    color: #E5C15E;
    font-size: 32px;
    font-weight: 500;
}

.ContentAbt img {
    margin-top: 20px;
}


/* 定义字体 */
@font-face {
    font-family: 'Knewave';
    src: url('../fonts/knewave.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.OnepageBtn {
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    padding: 10px 10px;
    width: 33%;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 100px;
}

.w90 {
    width: 90%;
}

.w70 {
    width: 70%;
}

.imgResource {
    width: 370px;
    height: 370px;
    position: absolute;
    bottom: 20%;
    left: 20%;
}

.backDiv {
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    padding: 20px 10px;
    margin: 40px 0px 25px 0px;
    min-height: 26vw;
}

.backDiv2 {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    padding: 20px 10px;
}

.topBackImgt {
    font-size: 70px;
    font-family: 'Knewave', Sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 200px 0px 0px 0px;
}

.STEP1 {
    font-family: Knewave, sans-serif;
    font-size: 36px;
    color: #000;
}

.ThePRIZES {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 30px;
}

.ThePRIZES-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
}

.ThePRIZES-item-img {
    width: 300px;
    border-radius: 50%;
}

.ThePRIZES-item-card {
    color: rgb(237, 28, 36);
    font-family: 'Knewave', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-top: 15px;
}

.ThePRIZES-item-card1 {
    color: #000;
    font-family: 'Knewave', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-top: 15px;
}

.contentJU {
    width: 458px;
    height: 111px;
    margin-top: 100px;
}

.paddb {
    padding-bottom: 0px;
}

.divTitle {
    font-size: 18px;
    color: #000;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.DivInput {
    padding: 20px;
    background-color: rgb(255, 250, 237);
    border-radius: 8px;
    border: 3px solid #333;
    margin-top: 20px;
    display: flex;
}

.DivInput input {
    font-size: 18px;
    color: rgb(9, 9, 9);
    background-color: transparent;
    border: 0px;
    outline: none;
    width: 100%;
}

.pdle50 {
    padding-left: 80px;
}

.btnSend {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    padding: 20px;
    font-weight: 500;
    text-align: center;
    margin: 20px 0px 20px 0px;
}

.borderHourse {
    border: 2px solid rgb(229, 193, 94);
    padding: 10px 10px;
    width: 33%;
    margin-top: 20px;
    color: rgb(229, 193, 94);
    font-size: 18px;
    font-weight: 400;
    font-family: "Times New Roman", sans-serif;
}

.justSwt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.wvw20 {
    width: 20vw;
}

.border-item {
    border: 3px solid transparent;
    cursor: pointer;
    transition: all 0.1s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w100.justSwt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-item.active {
    border-color: red;
}

.border-item svg {
    transition: all 0.3s ease;
}

.border-item.active svg path {
    fill: red;
}

#borderItem1 {
    margin-right: 10px;
}

#borderItem3 {
    margin-left: 10px;
}

.Terms {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-decoration: underline;
}

.onpagefoot {
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-align: center;
}

/* policy页面 */
.fontAli {
    font-family: "Times New Roman", sans-serif;
    font-size: 48px;
    font-weight: 600;
    margin-top: 10px;
    color: rgb(229, 193, 94);
    text-align: left;

}

.fontContet {
    color: #fff;
    font-size: 22px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}

.cf {
    color: #fff;
}

.crg229 {
    color: rgb(229, 193, 94);
}

.f20 {
    font-size: 20px;
}

.fw4 {
    font-weight: 400;
}

.mt100 {
    margin-top: 100px;
}

.ml100 {
    margin-left: 100px;
}

.mr100 {
    margin-right: 100px;
}

.mb100 {
    margin-bottom: 100px;
}

.poliytextarea {
    background-color: transparent;
    border: none;
    outline: none;
    /* 去除选中时的蓝色边框 */
    resize: none;
    width: 100%;
    font-size: 18px;
}

input::placeholder,
textarea::placeholder {
    color: #000;
    /* 浅灰色 */
    opacity: 1;
    /* 确保颜色完全显示 */
    font-weight: 500;
}

.ContactUs {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    border: 4px solid rgb(229, 193, 94);
}

.age-gate__remember {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.categoryT {
    color: #E5C15E;
    font-size: 20px;
    padding: 10px 20px;
    border: 3px solid #46B450;
    width: 350px;
    margin-top: 20px;
    font-weight: 400;
    font-family: "Times New Roman", sans-serif;
    display: none;
}

#svgItem svg path {
    fill: #fff !important;
}

/* 三级菜单样式 */
.dropdown-parent {
    position: relative;
}

.dropdown-card {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
    background-color: #31302F;
    border-left: 1px solid #444;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

/* 鼠标悬停显示三级菜单 */
.dropdown-parent:hover .dropdown-card {
    display: block;
    animation: fadeIn 0.1s;
}

/* 动画效果 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.redTitle {
    color: rgb(255, 0, 0);
    font-family: "Times New Roman", sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    display: none;
}

.chooseContry {
    display: flex;
    align-items: center;
    padding: 5px 10px;
}

.chooseContry:hover {
    background-color: #ddd;
}

.chooseContryImg {
    width: 30px;
    height: 20px;
}

.chooseContryTxt {
    color: #999;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    font-family: Roboto, sans-serif;
}

.areaChose {
    width: 30vw;
    position: absolute;
    top: 100%;
    background-color: #fff;
    padding: 20px;
    box-shadow: #333 0px 2px 6px 0px;
    height: 20vw;
    overflow: auto;
    display: none;
}

.w60 {
    width: 65%;
}

@media screen and (max-width: 767px) {
    .topBackImgt {
        font-size: 26px;
        font-family: 'Knewave', Sans-serif;
        font-weight: 500;
        color: #fff;
        padding: 50px 0px 20px 0px;
    }

    .w70 {
        width: 90%;
    }

    .OnepageBtn {
        background-color: #000;
        color: #fff;
        border-radius: 8px;
        font-size: 16px;
        padding: 10px 5px;
        width: 55%;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .imgResource {
        width: 210px;
        height: 210px;
        position: static;
        bottom: 20%;
        left: 20%;
    }

    .elementor-shapew {
        width: 80% !important;
    }

    .wauto {
        width: auto !important;
    }

    .backDiv {
        background-color: #fff;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        border-radius: 8px;
        padding: 20px 10px;
        margin: 10px 0px 25px 0px;
        min-height: 26vw;
    }

    .backDiv2 {
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        border-radius: 8px;
        padding: 20px 10px;
    }

    .w300px {
        width: 150px !important;
    }

    .pd20 {
        padding: 20px;
        font-size: 1rem;
        color: #000;
    }

    .ThePRIZES-item-card {
        font-size: 12px;
    }

    .ThePRIZES-item-card1 {
        font-size: 14px;
        margin-top: 0px;
    }

    .ThePRIZES-item {
        margin-top: 30px;
    }

    .contentJU {
        width: 80%;
        height: 72px;
        margin-top: 20px;
    }

    .DivInput {
        padding: 15px 20px;
        background-color: rgb(255, 250, 237);
        border-radius: 8px;
        border: 2px solid #333;
        margin-top: 20px;
        display: flex;
    }

    .DivInput input {
        font-size: 16px;
        color: #999;
        background-color: transparent;
        border: 0px;
        outline: none;
        width: 100%;
    }

    input::placeholder,
    textarea::placeholder {
        color: #666;
        /* 浅灰色 */
        opacity: 1;
        /* 确保颜色完全显示 */
        font-weight: 400;
    }

    .onpagefoot {
        font-size: 16px;
        font-family: Roboto, sans-serif;
        font-weight: 400;
        text-align: center;
        border-top: 1px solid #999;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .mb100px {
        padding-bottom: 50px !important;
    }


    .w60 {
        width: 90%;
    }

    .ptd100 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ContactUs {
        background-color: #fff;
        padding: 10px 10px;
        border-radius: 8px;
        border: 4px solid rgb(229, 193, 94);
    }

    .fontAli {
        font-family: "Times New Roman", sans-serif;
        font-size: 38px;
        font-weight: 600;
        margin-top: 10px;
        color: rgb(229, 193, 94);
        text-align: left;
    }

    .areaChose {
        width: 80vw;
        position: absolute;
        top: 100%;
        background-color: #fff;
        padding: 20px;
        box-shadow: #333 0px 2px 6px 0px;
        height: 50vw;
        overflow: auto;
        display: none;
    }

    .btnSend {
        background-color: #000;
        color: #fff;
        font-size: 14px;
        border-radius: 8px;
        cursor: pointer;
        padding: 10px;
        font-weight: 500;
        text-align: center;
        margin: 20px 0px 20px 0px;
    }

    .offcanvas {
        position: absolute;
        bottom: 0px !important;
    }

    .offcanvas.offcanvas-start {
        top: 0px;
    }

    .offcanvas-backdrop.show {
        opacity: 0;
    }

    .offcanvas .nav-item {
        border-bottom: 1px solid #E5C15E;
    }

    .offcanvas-body {
        background-color: #31302f;
        width: 100vw;
    }

    .dropdown-menu {
        margin-top: 0px;
        padding-top: 0px;
    }

    #svgd1 {
        display: block;
    }

    #svgd2 {
        display: none;
    }

    .elementor-nav-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .menu-item {
        position: relative;
    }

    .elementor-item,
    .elementor-sub-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 15px;
        color: inherit;
        text-decoration: none;
    }

    .elementor-item:hover,
    .elementor-sub-item:hover {
        color: inherit;
    }

    .elementor-item.elementor-item-active {
        color: #E2B957;
        /* background-color: rgba(255, 255, 255, 0.1); */
    }

    .sub-arrow {
        margin-left: 10px;
    }

    .sub-arrow svg {
        width: 12px;
        height: 12px;
        fill: currentColor;
    }

    .elementor-nav-menu--dropdown {
        padding-left: 20px;
        /* background-color: rgba(0, 0, 0, 0.1); */
    }

    .has-submenu[aria-expanded="true"] .sub-arrow svg {
        transform: rotate(180deg);
    }

    .offcanvas svg {
        width: 20px;
        height: 20px;
    }

    .menu-item {
        width: 100%;
        border-bottom: 1px solid #E2B957;
    }

    /* 新增样式 */
    .menu-item-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .submenu-toggle {
        background: none;
        border: none;
        padding: 0 15px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: inherit;
    }

    .submenu-toggle:focus {
        outline: none;
    }

    .elementor-item,
    .elementor-sub-item {
        flex-grow: 1;
        padding: 12px 15px;
    }

    .sub-menu {
        font-size: 16px;
    }

    .menu-itemd {
        display: block;
    }

    .BDnone {
        border-color: transparent;
    }

    #warnLogo{
        width: 280px !important;height: 30px;
    }

}

.w300px {
    width: 300px;
}

.mb100px {
    padding-bottom: 100px;
}

.alinCnet {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}


.pdlr0 {
    padding-left: 10px;
    padding-right: 10px;
}

.foot-linkac{
    color: #E2B957;
    font-weight: 700;
}