@font-face {
    font-family: 'AlimamaShuHeiTi';
    src: url('../fonts/AlimamaShuHeiTi-Bold.woff2') format('woff2'),
        url('../fonts/AlimamaShuHeiTi-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyCustomSans';
    src: url('../fonts/Wb4HVo4wq9XZ.woff2') format('woff2'),
        url('../fonts/Wb4HVo4wq9XZ.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'MyCustomSans', "Source Han Sans SC", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", '微软雅黑', sans-serif;
    color: #000;
    line-height: 1.25em;
}

.absolute-header {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
}
.header-cart-wrapper {
    position: relative;
    display: flex;
    align-items: center;margin-top: 10px;
}

.header-cart-link {
    color: #333;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    padding: 5px;
}

.header-cart-link:hover {
    color: #7c5cff;
}

.header-cart-icon {
    width: 24px;
    height: 24px;
}

.header-cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #7c5cff;
    color: white;
    font-size: 11px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    box-shadow: 0 2px 4px rgba(124, 92, 255, 0.3);
}
.header-sticky.sticky {
    background: #FFF;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    z-index: 1049;
}

.sticky {
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
}

.ptb-40.sticky {
    padding: 15px 0;
}

.ptb16 {
    padding: 16px 0;
}

.logo {
    float: left;
    margin-right: 80px;
}

.logo img {
    max-width: 80px;
    vertical-align: middle;
    margin-top: 8px;
}

.primary-menu-list {
    padding: 0 10px;
}

.sticky .primary-menu-list>li a {
    font-size: 14px;
}

.primary-menu {
    background: #f3f3f3;
    border-radius: 10px;
    height: 48px
}

.primary-menu-list>li {
    position: relative;
    margin-top: 8px;
    text-align: center;
    padding: 0 20px;
}

.primary-menu-list>li a {
    color: #828282;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 0;
    position: relative;
    text-transform: uppercase;
}

.primary-menu-list li:hover>a {
    color: #000;
    font-weight: bold;
}


.primary-menu-list>li:hover>a::before {
    -webkit-transform: scaleX(1.2);
    transform: scaleX(1.2);
}

.primary-menu-list>li.active>a::before {
    -webkit-transform: scaleX(1.2);
    transform: scaleX(1.2);
}

.primary-menu-list>li.active>a {
    color: #000;
    font-weight: bold;
}



.primary-menu-list li:hover>ul.ht-dropdown {
    opacity: 1;
    visibility: visible;
    -webkiit-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.primary-menu-list>li>ul.ht-dropdown>li a {
    border-bottom: 1px solid #ebebeb;
    font-size: 12px;
}

.primary-menu-list>li>ul.ht-dropdown>li:last-child a {
    border-bottom: none;
}

.primary-menu-list>li ul.ht-dropdown li {
    position: relative;
}

.primary-menu-list>li i {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.primary-menu-list>li>ul.ht-dropdown>li ul.sub-menu {
    left: 100%;
    top: 0;
}


/* dropdown css start */
.primary-menu-list>li ul.ht-dropdown.ht-dropdown {
    background: #fff;
    left: 20px;
    opacity: 0;
    position: absolute;
    top: 120%;
    -webkiit-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    width: 120px;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}

.cl2::after {
    width: 0;
    height: 0;
    border: 20px;
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    position: absolute;
    left: 10px;
    top: 20px;
}

.primary-menu-list li:hover>ul.ht-dropdown {
    opacity: 1;
    visibility: visible;
    -webkiit-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.primary-menu-list>li>ul.ht-dropdown>li a {
    border-bottom: 1px solid #ebebeb;
    font-size: 12px;
}

.primary-menu-list>li>ul.ht-dropdown>li:last-child a {
    border-bottom: none;
}

.primary-menu-list>li ul.ht-dropdown li {
    position: relative;
}

.primary-menu-list>li i {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.primary-menu-list>li>ul.ht-dropdown>li ul.sub-menu {
    left: 100%;
    top: 0;
}

/* dropdown css end */
.menu-style-two .primary-menu-list>li>a::before {
    background: #fff none repeat scroll 0 0;
}

.menu-style-two .primary-menu-list>li>a {
    color: #fff;
}

.menu-style-two .primary-menu-list>li.buy-now>a:hover {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    border-color: #fff;
}

.user-div {
    float: right;
    display: inline;
}


.slider-area {
    position: relative;
    height: 80vh;
}

.slider-area .container {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.slider-style-two:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 20;
    height: 100%;
    width: 100%;
}

.single-man {
    position: absolute;
    bottom: 0;
    right: 5%;
    z-index: 12;
    height: 100%;
    width: 900px;
}

.single-man .img {
    height: 90%;
    width: auto;
    position: absolute;
    bottom: 0;
    display: block;
    right: 0;
}

.man-style-two {
    left: auto;
    right: 19%;
}

.cd-headline.clip span {
    padding: 0;
}

.cd-headline.clip .cd-words-wrapper::after {
    background-color: #384a85;
}

.cd-headline.clip .cd-words-wrapper {
    color: #384a85;
}

.slider-text {
    position: relative;
    z-index: 55;
}



.slider-text h1 {
    font-size: 58px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-family: 'AlimamaShuHeiTi', sans-serif;
}

.slider-text h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #808080;
    margin-bottom: 10px;
}

.slider-text h5 {
    font-size: 16px;
    color: #808080;
    font-weight: 400;
    margin-bottom: 10px;
}

.slider-style-two .slider-text h5,
.slider-style-two .slider-text h1,
.slider-style-two .slider-text h2 {
    color: #fff;
}

.slider-style-two .cd-headline.clip .cd-words-wrapper::after {
    background-color: #f1e282;
}

.slider-style-two .cd-headline.clip .cd-words-wrapper {
    color: #f1e282;
}


footer {
    background: #000;
}

.footer-top {
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.single-footer h3 {
    color: #606060;
    font-size: 18px;
    margin-bottom: 10px;
}

.single-footer p {
    color: #8e8e8e;
}

.padding-one {
    padding-left: 55px;
}

.padding-two {
    padding-left: 90px;
}

.copyright-text p {
    color: #bcbcbc;
    line-height: 1;
}

.copyright-text a {
    color: #aaa;
}

.copyright-text a:hover,
.social-footer li a:hover {
    color: #384b86;
}

.slider-social {
    bottom: 75px;
    left: 75px;
    position: absolute;
    z-index: 55;
}

.slider-social li a {
    margin-left: 0;
    margin-bottom: 15px;
    display: block;
    color: #f1e282;
}

.slider-social li a:hover {
    color: #fff;
}

.slider-social {
    bottom: 75px;
    left: 75px;
    position: absolute;
}

.social-footer li a {
    color: #bcbcbc;
    font-size: 16px;
    margin-left: 30px;
}

.social-style-two {
    right: 75px;
    left: auto;
}

.social-style-two li {
    display: inline-block;
}

.social-style-two li a {
    margin-bottom: 0;
    margin-left: 15px;
    color: #989898;
}

.social-style-two li a:hover {
    color: #384a85;
}

.camera-area {
    background: url("../images/camera-bg.png") no-repeat !important;
    border-radius: 16px;
}

#open-layer-desc {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

/*----------------------------------------*/
/* 7. Breadcrumb CSS
/*----------------------------------------*/
.breadcrumb-list li.active a,
.breadcrumb-list li:hover a {
    color: #595959;
}

.breadcrumb-list li a {
    font-size: 18px;
    font-weight: 600;
    color: #888;
    margin: 0 10px;
    font-family: 'Open Sans', sans-serif;
}

.half-screen {
    height: auto;
    padding: 160px 0;
}

.half-screen .slider-text h1 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 50px;
}

/*----------------------------------------*/
/* 8. Service CSS
/*----------------------------------------*/
/* Step Section Styles */
.step-area {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 990px;
}

.step-left {
    padding-top: 50px;
    position: relative;
    z-index: 1;
    height: 100%;
}

.step-title h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
}

.step-title p {
    color: #888;
    margin-bottom: 20px;
}

.step-star-icon {
    font-size: 24px;
    color: #7b68ee;
    /* Purple color */
    margin-bottom: 10px;
}

.step-watermark {
    font-size: 48px;
    font-weight: 700;
    color: #d4d4d4;
    opacity: 0.5;
    position: absolute;
    top: 450px;
    left: 0;
    z-index: -1;
    white-space: nowrap;
}

/* Big Circle Background */
.step-circle-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -415px;
    margin-top: -415px;
    width: 830px;
    height: 830px;
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    z-index: 0;
}

.step-right {
    position: relative;
    z-index: 1;
    margin-left: -50px;
}

@media (max-width: 991px) {
    .step-right {
        padding-left: 0;
        margin-top: 50px;
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.step-card {
    background-color: #f6f7fa;
    width: 540px;
    height: 220px;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
}

.step-card-content h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.step-card-content p {
    font-size: 15px;
    color: #505052;
    margin-bottom: 0px;
}

.step-number {
    font-size: 98px;
    font-weight: 300;
    color: #dbe0eb;
    line-height: 1;
    font-family: 'Times New Roman', serif;
    font-style: italic;
}

.step-arrow-container {
    text-align: center;
    margin-bottom: 20px;
}

.step-arrow-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #222;
    border-radius: 50%;
    color: #7b68ee;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    z-index: 999;
}

#first-icon {
    position: absolute;
    left: 330px;
    top: 200px;
}

#second-icon {
    position: absolute;
    left: 330px;
    top: 450px;
}

/* Scrolling Background Animation */
.scrolling-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: url('../images/broadcasting.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    animation: scroll-left 20s linear infinite;
    z-index: 10;
    overflow: hidden;
}

@keyframes scroll-left {
    from {
        background-position: -100% 0;
    }

    to {
        background-position: -0% 0;
    }
}


/* Function Section Styles */
.function-area {
    padding: 100px 0;
    background-color: #fcfcfd;
}

.function-title-box {
    padding: 20px;
}

.function-title-box h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.function-title-box p {
    font-size: 16px;
    color: #666;
    letter-spacing: 1px;
}

.feature-card {
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
    min-height: 220px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.feature-card:hover {
    transform: translateY(-15px);
}

.feature-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feature-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.feature-card .arrow-icon {
    font-size: 24px;
    color: #000;
}

/* Innovative Content Styles */
.innovative-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.innovative-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.card-icon {
    width: 64px;
    height: 64px;
    background: #111;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 25px;
}

.card-content h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
}

.card-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}

/* Card Colors */
.card-white:hover {
    background-color: #efeefd;
}

.card-white {
    background-color: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.card-grey {
    background-color: #e4e6ef;
}


/*----------------------------------------*/
/* 10. About Area CSS
/*----------------------------------------*/
.about-img {
    padding-bottom: 30px;
}

.about-img img {
    max-width: 100%;
}

.about-desc h2 {
    font-size: 35px;
}

.about-desc h3 {
    font-size: 25px;
    letter-spacing: 3px;
    margin: 25px 0;
}

.about-desc p {
    margin: auto;
    width: 56%;
}

.contact-desc p {
    width: 100%;
    padding-right: 100px;
}

.contact-desc .blue-btn {
    margin-top: 30px;
    padding: 10px 25px;
}

.about-desc p+p {
    margin-top: 15px;
}

/*----------------------------------------*/
/* 11. Expert Area & Brand  CSS
/*----------------------------------------*/
.single-expert span {
    color: #e9e9e9;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
}

.single-expert h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
}


.brand-active.owl-carousel img {
    width: auto;
    display: block;
    margin: auto;
}


/*----------------------------------------*/
/* 13. produce  CSS
/*----------------------------------------*/
.single-produce {
    margin-top: 30px;
    display: block;
    position: relative;

}

.single-produce img {
    width: 100%; cursor: pointer;
}


.product-desc h4 {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    margin-top: 10px;
    color: #686868;
}

.product-price {
    color: #202020;
    font-size: 18px;
    margin-top: 10px;
}

.product-img {
    overflow: hidden;
    padding-bottom: 100%;
    /* 创建正方形 */
    display: grid;
    place-items: center;
    position: relative;
}

.product-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    /* 使用绝对定位避免grid容器影响 */
    object-fit: cover;
    -webkit-transition: transform 0.9s ease;
    -o-transition: transform 0.9s ease;
    -moz-transition: transform 0.9s ease;
    transition: transform 0.9s ease;
}

.product-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.block-btn {
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 176px;
    height: 50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    color: #000;
}

.single-produce:hover .block-btn {
    bottom: 20px;

}
.single-produce .block-btn:hover {
    color: #fff;
    background: #080808;
    opacity: 0.8;
}




/* New Dark Footer Styles */
.new-footer {
    background-color: #1c1c1c;
    padding: 80px 0 10px;
    color: #999;
    font-size: 14px;
}

.new-footer h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}

.new-footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.new-footer-logo i {
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
}

.new-footer-logo span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.new-footer p {
    line-height: 1.8;
    margin-bottom: 15px;
    color: #888;
}

.new-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.new-footer ul li {
    margin-bottom: 15px;
}

.new-footer ul li a {
    color: #888;
    text-decoration: none;
    transition: color 0.3s;
}

.new-footer ul li a:hover {
    color: #fff;
}

.new-footer .contact-info {
    color: #858688;
}

.copyright {
    padding-top: 50px;
    padding-bottom: 20px;
}

.copyright,
.copyright a {
    color: #858688 !important;
    padding-bottom: 20px;
}


.about-top {
    height: 780px;
    position: relative;
}

#waveCanvas {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.about-banner {
    width: 100%;
}

.about-banner img {
    width: 100%;
}


.product-list {
    min-height: 1000px;
    width: 100%;
}

.console-left-title {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #080808;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
}

.console-left-con {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.console-center-button {
    width: 100%;
    background: #ECECFD;
    margin-top: 15px;
    border-radius: 16px;
    padding: 20px;
    height: 137px;
}

.console-center-button img {
    width: 97px;
    height: 97px;
}

.console-prompt-desc {
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 20px;
    margin-top: 15px;
}

.min-btn {
    height: 97px !important;
    width: 97px !important;
    margin: 0 !important;
}

.open-layer {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 102px;
    height: 28px;
    background: url("../images/openicon.png") no-repeat;
    background-size: cover;
    z-index: 10;
    font-size: 14px;
    color: #FFF;
    text-indent: 34px;
    cursor: pointer;
    line-height: 28px;
}

.video-preview {
    border-radius: 16px;
    overflow: hidden;
}

.console-panel-right {
    width: 100%;
}

.console-right-desc {
    padding: 10px 0;
}

.resolution-item {
    float: left;
    width: 50px !important;
    border-radius: 0 !important;
    margin: 0;
}

.resolutions {
    width: 100%;
    max-width: 100% !important;
    gap: 0 !important;
    margin-top: 10px;
}

.control-row label {
    font-size: 14px !important;
}

.face-div {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    width: 100%;
    padding: 20px 0;
    margin: 20px 0;
}

.save-profile {
    width: 235px;
    height: 54px;
    text-align: center;
    color: #FFF;
    background: #000;
    border-width: 0;
    border-radius: 15px;
    margin-left: 14px;
}

.produce-img {
    float: left;
    display: inline;
}