ul li {
    list-style: none;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: '方正综艺简繁';
    font-size: 14px;
    background-color: #fff;
    background-size: cover;
    max-width: 1920px;
    margin: 0 auto !important;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
}

.top-logo {
    max-height: 50px;
}

/* 底部 */
.company-img {
    width: 40px;
    height: 40px;
}

.tel-img {
    width: 16px;
    height: 16px;
}

.b-img {
    width: 30px;
    height: 30px;
}

.x-img {
    width: 24px;
    height: 24px;
}

.phone-img {
    width: 40px;
    height: 40px;
}

.contact-wrap {
    width: 360px;
}

.dialog-container {
    position: relative;
    display: inline-block;
}

.dialog {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    background: white;
    border-radius: 10px;
    padding: 10px 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 290px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
}

.dialog::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 24px solid white;
}

.title-class-h1 {
    font-size: 18px;
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
}

.item:hover .dialog {
    opacity: 1;
    visibility: visible;
}


.inquiry-list .inquiry-desc {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}

.inquiry-list .on .inquiry-desc {
    max-height: 500px;
    /* 根据实际内容调整 */
    opacity: 1;
    visibility: visible;
}

.footer-address-li {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-color: rgba(151, 151, 151, 0.2);
}

.common-page-div {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    gap: 1rem;
    align-items: center;
}

/* 分页 */
.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 3px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #444c69;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #262a3b;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #444c69;
    border-color: #444c69;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination .jumpto {
    display: inline-block;
    margin-left: 2px;
}

.pagination .jumpto input {
    padding: 6px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
}

.pagination .page_number {
    width: 45px;
    margin-right: -1px
}


.top-hover-product,
.top-hover-case {
    height: 0px;
    overflow: hidden;
    transition: height 0.3s ease;
}

#nav-product:hover>.top-hover-product,
#nav-case:hover>.top-hover-case {
    height: 300px;
}


.detail-content {
    display: flex;
    flex-direction: column;
}

.detail-content img {
    max-width: 100%;
}

.navBg {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

.nav-tab {
    color: black;
    font-size: 16px;
}

.nav-tab:hover {
    color: #2563eb;
    /* blue-600 */
}

.nav-tab.active {
    color: #007AFF !important;
}

.nav-tab-li-div {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    z-index: 999999;
}

.nav-product-left {
    width: 35%;
    height: 100%;
    border-right: 1px solid #e5e7eb;
    overflow-y: auto;
    background-color: #fafafa;
}

.nav-product-ul {
    margin-top: 15px;
    margin-right: 15px;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.nav-product-li {
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
}

.nav-product-li.active {
    color: #2563eb
}

.nav-product-right {
    flex: 1;
    height: 100%;
    overflow-y: hidden;
    padding: 1rem;
    /* 24px */
}

.nav-right-content {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5rem;
}

.nav-right-title {
    font-size: 16px;
    line-height: 18px;
    color: #333333;
}

.nav-right-title:hover {
    color: #2563eb;
}

.nav-case-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    height: 100%;
    width: 95%;
    margin: 0 auto;
}

.nav-case-left {
    width: 40%;
    height: 80%;
    padding: 20px 10px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

.nav-case-right {
    border-left: 1px solid #e5e7eb;
    flex: 1;
    height: 90%;
    overflow-y: hidden;
    padding: 15px 15px;
}

.main-width {
    width: 90%;
    margin: 0 auto;
}

/* 距离顶部导航栏 */
.magin-header {
    margin-top: 100px;
}

.banner-btn-li {
    width: 20px;
    height: 10px;
    border-radius: 9999px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 300ms ease;
}

.banner-btn-li.active {
    width: 30px;
}

.banner-btn-li:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.footer-company-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    border-radius: 0.5rem;
}

.footer-about-wrap {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
}

.footer-about-wrap-title {
    margin-top: 1rem;
    font-size: 20px;
    font-weight: bold;
    border-radius: 0.25rem;
}

.footer-about-media {
    display: flex;
    align-items: center;
    border-radius: 0.25rem;
    font-size: 22px;
    color: #666666;
}

.footer-about-mt {
    margin-top: 10px;
}

.footer-about-wrap-li {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-about-wrap-li-a {
    font-size: 16px;
    line-height: 20px;
    color: #4D625F;
    white-space: break-spaces;
}

/* 搜索框 */
.search-input {
    width: 100%;
    padding-left: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 0.5rem;
}

.search-input:focus {
    outline: none;
    box-shadow: 0 0 0 2px #3b82f6;
    border-color: transparent;
}

.zsiq-float {
    right: 32px !important;
}

.detail-main {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    padding: 1rem;
    height: 100%;
}

.details-title {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.details-main-source {
    display: flex;
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1.5rem;
    flex-direction: column;
    text-align: left;
}
.nav-lang-ul {
    position: absolute;
    top: 100%;
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px 0px;
    min-width: 80px;
    right: 0;
}
.nav-lang-li{
    cursor: pointer;
    line-height: 30px;
    font-size: 16px;
}

.empty-div{
    width: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.empty-div img{
    width: 80px;
    height: 80px;
}
.empty-div p{
    font-size: 16px;
    color: #999;
}
#nav-lang:hover > .nav-lang-ul{
    display: unset;
}

.nav-lang-hidden {
    display: none;
}
.nav-lang-li.active,
.nav-lang-li:hover a{
    color: #2563eb;
}

/* layui */
.layui-carousel-arrow:hover,
.layui-carousel-ind ul:hover {
    background-color: unset;
}

.layui-carousel-ind ul,
.layui-carousel[lay-indicator=outside] .layui-carousel-ind ul {
    background-color: unset;
}

.layui-carousel-ind li.layui-this {
    background-color: #1634FF;
    width: 35px;
}

.layui-carousel-ind li {
    background-color: #DCE1FF;
    border-radius: 0px;
    width: 15px;
    height: 4px;
}

.layui-carousel-ind li:hover {
    background-color: #DCE1FF;
}
.detail-main ul,
.detail-main li
{
    list-style: unset;
    padding-left: 1rem;
}

@media (min-width: 768px) {
    .title-class-h1 {
        font-size: 26px;
    }

    .banner-btn-li {
        width: 2.5rem;
        height: 8px;
    }

    .top-logo {
        max-height: 70px;
    }

    .nav-tab {
        font-size: 18px;
    }

    .nav-product-left {
        width: 25%;
    }

    .nav-right-content {
        gap: 1rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nav-right-title {
        line-height: 22px;
        font-size: 18px;
    }

    .nav-case-div {
        gap: 2rem;
        width: 85%;
    }

    .nav-case-left {
        width: 35%;
        padding: 20px;
    }

    .nav-case-right {
        flex: 1;
        padding: 20px;
    }

    .footer-company-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-address-li:nth-child(2n) {
        border-left-width: 1px;
    }

    .footer-about-mt {
        margin-top: 15px;
    }

    .footer-about-wrap-li-a {
        font-size: 18px;
        line-height: 22px;
    }

    .details-main-source {
        flex-direction: row;
        gap: 1.5rem;
        font-size: 16px;
    }
    .nav-lang-hidden {
        display: unset;
    }
}

@media (min-width: 1024px) {
    .footer-about-wrap-li-a {
        font-size: 20px;
        line-height: 24px;
    }

    .common-page-div {
        align-items: end;
    }

    .zsiq-float {
        right: 73px !important;
    }

    .title-class-h1 {
        font-size: 30px;
        margin: 30px 0;
    }

    .nav-tab {
        font-size: 20px;
    }

    .nav-product-left {
        width: 20%;
    }

    .nav-right-title {
        font-size: 20px;
        line-height: 24px;
    }

    .nav-case-div {
        gap: 2rem;
        width: 80%;
    }

    .nav-case-left {
        width: 30%;
        max-width: 350px;
        height: 80%;
    }

    .nav-case-right {
        flex: 1;
        padding: 20px;
    }

    .footer-company-wrap {
        gap: 1.2rem;
        grid-template-columns: repeat(4, 1fr);
    }

    .footer-address-li:not(:first-child) {
        border-left-width: 1px;
    }

}

/* xl 屏幕 */
@media (min-width: 1280px) {
    .title-class-h1 {
        font-size: 48px;
        margin: 40px 0;
    }

    .nav-tab {
        font-size: 24px;
    }

    .nav-right-content {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* 2xl 屏幕 */
@media (min-width: 1536px) {
    .title-class-h1 {
        margin: 50px 0;
    }
}