/*!
 * wz.base.css for master
 * Author wzcoder.com
 * @Copyright 2005-2024 wzcoder.com (http://www.wzcoder.com)
 * @version 2.1.0
 * @Last update 2025-09-17 12:49 PM
 */

/*--------------------------------------------------------------
# 第三方css
--------------------------------------------------------------*/
@import url("/vendor/animate.css/animate.css");
@import url("/vendor/aos@2.3.4/aos.css");
@import url("/vendor/bootstrap/5.3.8/css/bootstrap.min.css");
@import url("/vendor/bootstrap-icons@1.13.1/bootstrap-icons.css");
@import url("/vendor/glightbox@3.2.0/css/glightbox.min.css");
@import url("/vendor/owlcarousel@2.3.4/assets/owl.carousel.min.css");
@import url("/static/fonts/fonts.css");

:root {
    --background-color: #ffffff;
    --default-color: #444444;
    --heading-color: #000000;
    --accent-color: #1f6cb4;
    --surface-color: #ffffff;
    --contrast-color: #e65b53;
    --title-color: #111e3b;
    --light-color: #f6f9ff;
    --dark-color: #16191e;
    --border-color: #e2e8f0;
    --border-radius: 8px;
    --border-radius-larger: 15px;
    --animate-delay: 0.5s;
    --logo-color: #D61011;
    --light-bg-color: #f6f6f6;
    --dark-bg-color: #000000;
    --nav-color: #ffffff;
    --default-font: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: 'Poppins', sans-serif;
    --nav-font: 'Poppins', sans-serif;
    --default-gutter-y: 30px;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
}

body {
    font-family: var(--default-font);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-color-primary);
    background-color: #ffffff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
}

html[lang^=zh-] body {
    font-family: -apple-system, "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Heiti SC", sans-serif;
}

::selection {
    background: var(--default-color);
    color: #fff
}

::-moz-selection {
    background: var(--default-color);
    color: #fff
}

body a {
    color: var(--text-color-primary);
    text-decoration: none;
}

a:hover, a:focus {
    color: var(--default-color);
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# 默认button样式
--------------------------------------------------------------*/
.w-btn-default {
    border: none;
    letter-spacing: 1px;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    background-color: var(--accent-color);
    color: var(--surface-color);
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}


.w-btn-default:hover, .w-btn-default:focus, .w-btn-default:active {
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
    color: var(--surface-color);
}


.w-btn-default-outline {
    display: inline-flex;
    background-color: transparent;
    border: 1px solid var(--default-color);;
    border-radius: 50px;
    transition: all .6s;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    color: var(--default-color);
    position: relative;
    overflow: hidden;
}

.w-btn-default-outline:hover, .w-btn-default-outline:focus, .w-btn-default-outline:active {
    border-color: var(--default-color);
    background: var(--default-color);
    color: #FFFFFF;
}

.w-btn-default:before, .w-btn-default-outline:before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.w-btn-default:hover:before,
.w-btn-default-outline:hover:before {
    animation: btn-click .75s;
    z-index: 1
}

.w-btn-default i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.w-btn-default:hover i {
    transform: translateX(4px);
}

@keyframes btn-click {
    0% {
        background: rgba(0, 0, 0, .25);
        transform: translateX(-50%) translateY(-50%) scale(0)
    }

    to {
        background: 0 0;
        transform: translateX(-50%) translateY(-50%) scale(1)
    }
}


.w-mask-bg {
    background-color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# 默认分页样式
--------------------------------------------------------------*/
.pagination li .page-link {
    color: var(--default-color);
}

.pagination li.active {
    color: var(--focus-color);
}

.pagination li.active .page-link {
    border-color: var(--default-color);
    background-color: var(--default-color);
    color: #FFFFFF;
    z-index: 10;
}

/*--------------------------------------------------------------
# 视频设置为16:9
--------------------------------------------------------------*/
.video {
    position: relative;
    /*padding-bottom: 56.25%;*/
    /*height: 0;*/
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
# 图片设置为16:10
--------------------------------------------------------------*/
.img-resize,
.flex-img-resize {
    position: relative;
    height: 0;
    overflow: hidden;
}

.img-resize__1x1 {
    padding-bottom: 100%;
}

.img-resize__16x9 {
    padding-bottom: 56.25%;
}

.img-resize__16x10 {
    padding-bottom: 62.5%;
}

.img-resize__10x16 {
    padding-bottom: 160%;
}

.img-resize img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.flex-img-resize .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
}

.section-bg {
    background-color: var(--light-bg-color);
}

.section-dark {
    background-color: var(--dark-bg-color);
}

/*.section-title {*/
/*    padding-bottom: 50px;*/
/*}*/

/*.section-title.text-start {*/
/*    text-align: left;*/
/*}*/

/*.section-title.text-center {*/
/*    text-align: center;*/
/*}*/

/*.section-title.text-end {*/
/*    text-align: right;*/
/*}*/

.section-footer {
    padding-top: 30px;
}

/*.section-title h2, .section-title__v2 h2 {*/
/*    font-size: 30px;*/
/*    font-weight: 700;*/
/*    margin-bottom: 20px;*/
/*    position: relative;*/
/*    color: var(--default-color);*/
/*}*/

/*.section-title h2::after, .section-title__v2 h2::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    display: block;*/
/*    width: 60px;*/
/*    height: 3px;*/
/*    background-color: var(--border-color);*/
/*    bottom: -10px;*/
/*    left: 0;*/
/*}*/

/*.section-title.text-start h2::after, .section-title__v2.text-start h2::after {*/
/*    left: 0;*/
/*}*/

/*.section-title.text-center h2::after, .section-title__v2.text-center h2::after {*/
/*    left: calc(50% - 30px);*/
/*}*/

/*.section-title.text-end h2::after, .section-title__v2.text-end h2::after {*/
/*    right: 0;*/
/*}*/


/*.text-white .section-title h2::after,*/
/*.text-white .section-title__v2 h2::after {*/
/*    background: #FFFFFF;*/
/*}*/

/*.section-dark .section-title h2,*/
/*.text-white .section-title h2,*/
/*.text-white .section-title p {*/
/*    color: #FFFFFF;*/
/*}*/

/*.section-title p {*/
/*    font-size: 16px;*/
/*    !*color: var(--text-color-secondary);*!*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .section-title h2 {*/
/*        font-size: 26px;*/
/*    }*/

/*    .section-title p {*/
/*        font-size: 14px;*/
/*    }*/

/*}*/


/*--------------------------------------------------------------
  # 文字超出用省略号...
--------------------------------------------------------------*/
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*--------------------------------------------------------------
  # 图片经过放大...
--------------------------------------------------------------*/
.zoom {
    overflow: hidden;
    border-radius: 0;
}

.zoom img {
    transition: 0.3s ease-in-out;
}

.zoom:hover img {
    overflow: hidden;
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}

/*--------------------------------------------------------------
  # 图片圆角处理
--------------------------------------------------------------*/

.radius-image {
    border-radius: var(--border-radius);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100vh;
}

#preloader:before,
#preloader:after {
    content: "";
    position: absolute;
    border: 4px solid var(--default-color);
    border-radius: 50%;
    animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
    animation-delay: -0.5s;
}

@keyframes animate-preloader {
    0% {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        opacity: 1;
    }

    100% {
        width: 72px;
        height: 72px;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background-color: var(--accent-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: var(--surface-color);
    line-height: 0;
}

.scroll-top:hover {
    background-color: var(--contrast-color);
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

.banner-video {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    width: 100%;
    height: auto;
    z-index: -1;
}

/*@media (max-width: 767.98px) {*/
/*    .banner-video {*/
/*        bottom: 0;*/
/*        width: auto;*/
/*        height: 100%;*/
/*    }*/
/*}*/

.banner-inner {
    padding-top: 100px;
    height: 30vh;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.banner-inner-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    -webkit-animation: scaleAnim 5s ease forwards;
    animation: scaleAnim 5s ease forwards;
    z-index: -1;
}

/*.banner-inner-wrapper,*/
/*.breadcrumb, .breadcrumb a {*/
/*    color: #FFFFFF;*/
/*}*/

.breadcrumb-container {
    text-align: center;
}

.breadcrumb {
    display: inline-flex;
}

.breadcrumb, .breadcrumb a {
    font-size: 16px;
    opacity: 1;
    color: var(--default-color);
    transition: ease-in-out 0.3s;

}

.breadcrumb a + a {
    margin-left: 10px;
}

.breadcrumb a + a::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: var(--default-color);
}

.breadcrumb {
    margin-top: 10px;
}

.breadcrumb span.bi {
    line-height: 26px;
}

.breadcrumb a:hover {
    opacity: 1;
}

.banner-inner-wrapper h3 {
    font-size: 44px;
    letter-spacing: 1px;
}

.banner-inner {
    padding-top: 72px;
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    .banner-inner {
        padding-top: 50px;
        height: 56.25vw;
    }

    .banner-inner-wrapper {
        display: none;
    }
}

.page-navbar {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 10;
}

.page-navbar-list {
    height: 70px;
    margin-bottom: 0;
}

.page-navbar-list li {
    display: inline-flex;
    position: relative;
}


.page-navbar-list li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}

.page-navbar-list a {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}


.page-navbar-list a:before {
    content: "";
    position: absolute;
    left: 25px;
    height: 2px;
    bottom: 3px;
    background-color: var(--default-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.page-navbar-list li:first-child a {
    padding-left: 0;
}

.page-navbar-list li:first-child a:before {
    left: 0;
}

.page-navbar-list li.active a {
    color: var(--default-color);
}

.page-navbar-list a:hover:before, .page-navbar-list li.active a:before {
    visibility: visible;
    width: 40px;
}

/* Pulsating Play Button
------------------------------*/
.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 75%) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}

.play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-play-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid color-mix(in srgb, var(--accent-color), transparent 30%);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
}

.play-btn:hover:after {
    border-left: 15px solid var(--accent-color);
    transform: scale(20);
}

@keyframes pulsate-play-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
