html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    font-family: 'gilroyRegular';
}
html body {
    background-color: #F1F1F1;
}
.header-warning{
    background-color: #FE6B00;
    width: 100%;
    line-height: 2.55vw;
    height: 2.55vw;
    border: none;
}
.dxx-font-gilroyBlack {
    font-family: 'gilroyBlack';
}
.header-warning.mobile-element {
    font-size: 14px;
    height: initial;
    line-height: 18px;
    padding: 9px;
}
.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
    height: 60px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}
.logo-header{
    padding-left: 6.3vw;
}
.logo img {
    width: 127px;
    height: auto;
}
.main-menu .main-navigation .navbar {
    border: none;
    margin: 0;
    min-height: initial;
    font-family: 'Gilroy-Medium';
    font-size: 18px;
}
.main-menu .main-navigation .navbar li{
    width: 11.8vw;
    text-align: center;
}
.main-menu .main-navigation .navbar a {
    color: #000000;
    padding: 0;
    height: 60px;
    line-height: 60px;
    width: 7.65vw;
    margin: 0 auto;
    overflow: hidden;
}
.main-menu .main-navigation .navbar a:hover ,.main-menu .main-navigation .navbar .active a{
    color: #FE6B00;
}
.main-menu .main-navigation .navbar .active>a{
    border-bottom: 3px solid;
}
.header-phone{
    padding-right: 6.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-phone a {
    color: #FE6B00;
    text-decoration: none;
}
.header-phone a img{
    width: 26px;
    display: inline-block;
}
.header-phone a span{
    padding-left: 0.1vw;
}
.footer {
    background: #000;
    color: #fff;
    padding: 73px 120px;
}
.footer .footer-container {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;    
    justify-content: space-between;
}
.newsletter-section {
    max-width: 450px;
}

.newsletter-section .logo {
    margin-bottom: 25px;
}

.subscribe-form .input-group {
    margin-bottom: 15px;
    border-radius: 22px;
    border: 1px solid #444;
}
.subscribe-form .input-group .input-group-btn{
    border-radius: 22px;
    overflow: hidden;
    background: #FF6B00 !important;
}
.subscribe-form input {
    background: transparent;
    border: none;
    height: 44px;
    color: #fff;
    padding: 0 20px;
}

.subscribe-form .btn-submit {
    background: #FF6B00;
    border: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 23px;
}
/* 点击过后样式 */
.subscribe-form .btn-submit:hover,.subscribe-form .btn-submit:active,.subscribe-form .btn-submit:focus{
    background: #E65C00 !important;
}

.subscribe-form .btn-submit img{
    width: 100%;
    height: 100%;
    background: #FF6B00 !important;
}

.subscribe-text {
    color: #7A7A7A;
    margin-bottom: 20px;
    font-size: 24px;
}
.subscribe-form input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    margin-right: 6px;
    vertical-align: middle;
    padding: 0;
    margin-top: 0;
    margin-bottom: 7px;
    background: #fff;
}

.subscribe-form input[type="checkbox"]:checked {
    background-color: #FE6B00;
    border-color: #FE6B00;
}

/* 添加选中状态的对勾 */
.subscribe-form input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.consent-check {
    display: flex;
    align-items: center;
}

.consent-check label {
    cursor: pointer;
    user-select: none;
}

.consent-check {
    color: #7A7A7A;
    font-size: 16px;
}

.social-links {
    margin-top: 40px;
}

.social-links h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.social-icons a {
    display: inline-block;
    margin-right: 15px;
}
.footer-content{
    display: flex;
    justify-content: space-between;
    width: 51.35vw;
}

.footer-content h4 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

.footer-content ul {
    list-style: none;
    padding: 0;
}

.footer-content ul li {
    margin-bottom: 15px;
}

.footer-content ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 16px;
}

.footer-content ul li a:hover {
    color: #FF6B00;
}

#br-float {
    position: fixed;
    bottom: 38px;
    z-index: 99999;
    right: 1vw;
    width: 110px;
    padding: 10px 8px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
    display: none;
    animation: br-pop .28s ease-out;
}

@keyframes br-pop {
    from {
        transform: translateY(16px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#br-float .br-card {
    display: block;
    text-decoration: none;
    color: #111;
    text-align: center
}

#br-float img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 8px
}

#br-float .br-cta {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: .3px;
    color: #fff;
    text-align: center;
    background: linear-gradient(to right, #252525, #FE6B00);
    -webkit-background-clip: border-box;
}

#br-float .br-close {
    position: absolute;
    top: -15px;
    right: -9px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    color: #FF6B00;
    border: 0;
    cursor: pointer;
    font-size: 26px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
}

#goTop{
    position: fixed;
    bottom: 186px;
    z-index: 99999;
    right: 20px;
    background: #FE6B00;
    text-align: center;
    cursor: pointer;
    color: #333;
    padding: 0 9px;
    border-radius: 11px;
    display: none;
}

.harvest-vape-joy-in {
    position: fixed;
    bottom: 250px;
    z-index: 99999;
    right: 20px;
    display: block;
}

.harvest-vape-joy-in .harvest-close {
    position: absolute;
    top: -15px;
    right: -9px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #FF6B00;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 26px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}

#goTop svg {
    width: 28px;
    height: 28px;
    margin-top: 4px;
    fill: #ffffff;
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.2));
    transition: transform 0.3s ease;
}

#goTop:hover svg {
    transform: translateY(-3px);
}

/* Coming Soon弹窗样式 */
#warn-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease-in-out;
    flex-direction: column;
}

#warn-div .warn-title {
    color: #FE6B00;
    font-size: 32px;
    font-family: 'gilroyBold';
    margin-bottom: 20px;
    text-align: center;
}

#warn-div .warn-info {
    color: white;
    font-size: 18px;
    font-family: 'Gilroy-Regular';
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;
    max-width: 500px;
}

#warn-div .warn_cert {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #999;
    font-size: 14px;
    text-align: center;
}

#warn-div .warn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

#warn-div .warn-close:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

#warn-div .warn-close::before,
#warn-div .warn-close::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: white;
}

#warn-div .warn-close::before {
    transform: rotate(45deg);
}

#warn-div .warn-close::after {
    transform: rotate(-45deg);
}

.hqd_h2{
	font-size: 3.3vw;
    color: #000;
}

.hqd_h2_desc {
    font-size: 2vw;
}

.hqd_h3 {
    font-size: 2.5vw;
}

.video-detail-container,.news-detail-container,.event-detail-container,.verify-container {
    max-width: 1440px;
    margin: 2rem auto;
    padding: 2rem;
}

.video-player-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 0;
    max-width: 1440px;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
}

.video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-player-item{
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 48%;
    background: #000;
    position: relative;
}

.video-player-wrapper video{
    max-width: 100%;
    max-height: 50vh;
}

.video-info,.news-info,.event-info,.verify-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 5rem 7rem 7rem 7rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.video-title,.news-title,.event-title,.verify-title {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    color: #FE6B00;
    line-height: 1.5;
    margin-top: 0;
}

.video-meta,.news-meta,.event-meta {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    color: #666;
    font-size: 1.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem;
}

.video-description,.news-description,.event-description,.news-content  {
    color: #000;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    font-size: 2rem;
}
.video-description p,.news-description p,.event-description p,.news-content p {
    margin-bottom: 2rem;
}

.video-details,.news-details,.event-details {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.detail-item {
    background-color: #f9f9f9;
    padding: 1.2rem;
    border-radius: 8px;
}

.detail-title {
    font-weight: 600;
    color: #FE6B00;
    margin-bottom: 0.5rem;
}


.news-meta span,.video-meta span {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.news-meta i,.video-meta i {
    color: #FE6B00;
}

/* 时尚下拉菜单样式 */
.menu-second {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.98);
    border-radius: 12px;
    padding: 15px 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: translateX(-50%) translateY(10px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    min-width: 200px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(254, 107, 0, 0.1);
}

/* 下拉菜单项样式 */
.menu-second li {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    transition: background-color 0.2s ease;
    width: 100% !important;
}

.menu-second li:hover {
    background-color: rgba(254, 107, 0, 0.05);
}

.menu-second li a {
    display: block;
    padding: 12px 25px !important;
    margin: 0 !important;
    color: #333 !important;
    font-size: 16px !important;
    font-family: 'gilroyRegular', sans-serif;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: auto !important;
    line-height: 1.5 !important;
    width: 100% !important;
}

/* 菜单项悬停效果 */
.menu-second li a:hover {
    color: #FE6B00 !important;
    transform: translateX(5px);
}

/* 菜单项动画装饰 */
.menu-second li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #FE6B00;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.3s ease;
}

.menu-second li a:hover::before {
    transform: scaleY(1);
}

/* 父菜单项悬停显示下拉菜单 */
.main-navigation .navbar li:hover .menu-second {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0) scale(1);
}

/* 父菜单项样式增强 */
.main-navigation .navbar li.has-dropdown > a {
    position: relative;
    /* padding-right: 25px !important; */
}

/* 下拉指示器 */
.main-navigation .navbar li.has-dropdown > a::after {
    content: '▼';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #FE6B00;
    transition: transform 0.3s ease;
}

.main-navigation .navbar li:hover > a::after {
    transform: translateY(-50%) rotate(180deg);
}

/* 添加渐变背景装饰 */
.menu-second::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(254, 107, 0, 0.1);
    border-left: 1px solid rgba(254, 107, 0, 0.1);
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}
/* 时尚下拉菜单样式 */
.footer-bottom{
    margin-top: 3.8rem;
}
/* .swiper-slide{
    max-width: 1680px;
}
.swiper-slide img{
    max-width: 1680px;
} */

@media screen and (max-width: 1680px) {
    .header-warning {
        line-height: 40px;
        height: 40px;
    }
    .header-warning span{
        font-size: 14px;
    }
    .header-phone a {
        font-size: 16px;
    }
    .main-menu .main-navigation .navbar a {
        width: fit-content;
        padding: 0 2.5vw;
    }
    .subscribe-text {
        font-size: 23px;
    }
}

@media screen and (max-width: 1440px) {
    .newsletter-section {
        margin-right: 40px;
    }
    
    .subscribe-text {
        font-size: 20px;
    }
    .consent-check label{
        font-size: 14px;
    }

    .subscribe-form input[type="checkbox"]{
        width: 14px;
        height: 14px;
        margin-right: 4px;
        margin-bottom: 5px;
    }

    .subscribe-form input[type="checkbox"]:checked::after{
        width: 5px;
        height: 9px;
    }
}

@media screen and (max-width: 1200px) {
    .consent-check label{
        font-size: 13px;
    }
}
@media screen and (max-width: 1024px) {
    .footer {
        padding: 50px;
    }
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 9.6vw;
    }
    .footer .footer-container{
        flex-direction: column;
        justify-content: left;
    }
    .newsletter-section{
        margin-right: 0;
    }
    .subscribe-text{
        font-size: 16px;
    }
    .consent-check label{
        font-size: 12px;
    }
    .subscribe-form input {
        height: 37px;
        padding: 0 12px;
    }
    .subscribe-form .btn-submit {
        width: 37px;
        height: 37px;
        padding: 0;
        border-radius: 23px;
    }
    .social-links h3{
        font-size: 20px;
        padding-right: 24px;
    }
    .social-icons img{
        width: 28px;
    }
    .social-icons a {
        margin-right: 8px;
    }
    .social-links{
        display: flex;
        justify-content: left;
        align-items: center;
        margin-top: 30px;
    }
    .footer-content ul{
        display: none;
    }
    .header-phone a span{
        display: none;
    }
    .header-container{
        height: 46px;
        position: relative;
    }
    .logo img{
        width: 68px;
    }
    .main-menu{
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 46px;
        z-index: 999;
        background-color: #F1F1F1;
    }
    .main-menu .main-navigation .navbar li{
        width: 100%;
        text-align: left;
    }
    .main-menu .main-navigation .navbar a {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    .navbar-toggle{
        background-image: url(../images/menu_icon.png);
        padding: 0;
        width: 27px;
        height: 19px;
        border: none;
        border-radius: initial;
        margin: 0;
        margin-left: 20px;
    }
    .footer-content h4{
        font-size: 16px;
    }
    .footer-content{
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    .navbar-nav{
        margin: 0;
        width: 100%;
    }

    
    .hqd_h2{
        font-size: 6.9333333vw;
    }

	.hqd_h2_desc {
		font-size: 3.5vw;
	}
    
	.hqd_h3 {
		font-size: 5vw;
	}

    .navbar .navbar-collapse.collapse{
        display: none !important;
    }
    
    .navbar .navbar-collapse.collapse.in{
        display: block !important;
    }
    
    .video-detail-container,.news-detail-container,.event-detail-container,.verify-container {
        padding: 1rem;
    }
    .video-meta,.news-meta,.event-meta {
        gap: 0.5rem;
    }
    .video-player-wrapper video{
        width: 100%;
        height: auto;
    }

    .news-title,.video-title,.verify-title {
        font-size: 2.5rem;
    }

    
    .menu-second {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        padding: 10px 0;
        margin: 10px 0;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(5px);
        border: 1px solid rgba(254, 107, 0, 0.1);
    }

    .menu-second li {
        margin: 0 !important;
        padding: 0 !important;
        text-align: left;
    }

    .menu-second li a {
        color: #333 !important;
        font-size: 15px !important;
        padding: 12px 20px !important;
        margin: 3px 10px;
        transition: all 0.2s ease;
    }

    .menu-second li a:hover {
        color: #FE6B00 !important;
        background-color: rgba(254, 107, 0, 0.05);
        transform: translateX(5px);
    }

    .main-navigation .navbar li.has-dropdown > a::after {
        right: 15px;
        color: #FE6B00;
    }

    /* 多级菜单缩进 */
    .menu-second .menu-second {
        padding-left: 20px;
        margin-left: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        border-left: 2px solid rgba(254, 107, 0, 0.3);
    }
}

@media screen and (max-width: 429px) {
    .video-meta,.news-meta,.event-meta {
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .navbar-nav {
        margin: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        overflow: hidden;
    }

    .navbar-nav > li {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
        margin: 0;
    }

    .navbar-nav > li:last-child {
        border-bottom: none;
    }

    .navbar-nav > li > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px !important;
        color: #333;
        font-size: 16px !important;
        height: auto;
        line-height: 1.5;
        border-bottom: none !important;
    }

    /* .navbar-nav > li > a::after {
        content: '+';
        font-size: 20px;
        color: #FE6B00;
        transition: transform 0.3s ease;
    } */

    /* .navbar-nav > li.active > a::after {
        transform: rotate(45deg);
    } */

    .menu-second {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        margin: 0;
        background: transparent;
        backdrop-filter: none;
        border: none;
        display: none;
    }

    .menu-second.active {
        display: block;
    }

    .menu-second li a {
        padding: 12px 20px 12px 30px !important;
        color: #666 !important;
        font-size: 14px !important;
    }

    .menu-second li a:hover {
        background-color: rgba(254, 107, 0, 0.05);
        transform: none;
    }

    .menu-second .menu-second {
        padding-left: 20px;
        border-left: 2px solid rgba(254, 107, 0, 0.3);
    }

    /* 移除所有悬停效果 */
    /* .main-navigation .navbar li:hover .menu-second,
    .main-navigation .navbar li:hover > a::after {
        transform: none;
    } */

    .main-navigation .navbar li:hover .menu-second {
        transform: none;
    }

    .main-navigation .navbar li.has-dropdown .menu-second {
        opacity: 1;
        visibility: visible;
    }

    .main-navigation .navbar li.has-dropdown.active_clc > a::after{
        transform: translateY(-50%) rotate(180deg);
    }

    .main-menu .main-navigation .navbar a:hover{
        color: #333;
    }
    
    .main-menu .main-navigation .navbar .active>a
    {
        color: #FE6B00 !important;
    }
    .main-navigation .navbar li.has-dropdown.active_clc > a{
        text-decoration: none;
        background-color: #eee;
    }
}