
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select, figure, figcaption {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-size: 100%;
    font-weight: normal;
}

i, em {
    font-style: normal;
}

li {
    list-style: none;
}


a {
    text-decoration: none; /* 去除默认的下划线 */
    color: inherit; /* 继承父元素的文字颜色 */
    outline: none; /* 去除焦点时的边框 */
}

a:hover {
    text-decoration: none; /* 鼠标悬停时去掉加下划线 */
}

a:focus {
    outline: none; /* 移除聚焦时的边框 */
    text-decoration: none; /* 鼠标悬停时去掉加下划线 */
}


body, html {
    font: 14px "微软雅黑", Arial;
    color: #333;
}

input {
    outline: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}


.page {
    width: 100%;
    /*min-width: 1440px;*/
}


.crumbs {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    height: 20px;
    margin-bottom: 50px;
}

.crumbs .last {
    color: #1A1A1A;
}

.topbar {
    width: 100%;
    height: 7.1429rem;
    padding: 1.4286rem 4.5714rem;
    box-sizing: border-box;
    background: #ea5b15;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    text-align: center;
}

.topbar .menu-toggle {
    /*display: flex;*/
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 4.2857rem;
    height: 4.2857rem;
    background: #ea5b15;
    border: none;
    border-radius: 0.5714rem;
    cursor: pointer;
    padding: 0;
}

.topbar .menu-toggle span {
    display: block;
    width: 2.1429rem;
    height: 0.2143rem;
    background: white;
    border-radius: 0.2143rem;
    margin: 0.2143rem 0;
    transition: all 0.3s ease;
    transform-origin: center;
}

.topbar .menu-toggle.active span:nth-child(1) {
    transform: translateY(0.6429rem) rotate(45deg);
}

.topbar .menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-1.4286rem);
}

.topbar .menu-toggle.active span:nth-child(3) {
    transform: translateY(-0.6429rem) rotate(-45deg);
}

.topbar .left {
    width: 8.5714rem;
    height: 4.2857rem;
}

.left img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

.topbar .right {
    width: 28.5714rem;
    height: 2.8571rem;
    line-height: 2.8571rem;
    text-align: center;
}

.topbar .right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1.4286rem;
    height: auto;
    background: transparent;
    position: relative;
}

.topbar .user-info {
    display: flex;
    align-items: center;
    gap: 0.7143rem;
    cursor: pointer;
}

.topbar .avatar {
    width: 2.8571rem;
    height: 2.8571rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ea5b15;
    font-weight: bold;
}

.topbar .avatar img {
    width: 100% !important;
    height: 100% !important;
}

.topbar .username {
    font-size: 1.1429rem;
    font-weight: 500;
}

.topbar .right img {
    /*vertical-align: middle;*/
    width: 1.1429rem;
    height: 1.1429rem;
    cursor: pointer;
    transform: translateY(0.19rem);
}

.topbar .language-select {
    background: #ea5b15;
    border: none;
    color: white;
    cursor: pointer;
    outline: none;
    font-size: 1.1429rem;
}

.topbar .language-select option {
    background: #ea5b15;
    color: white;
}

/*.topbar .search-icon {*/
/*    width: 2.8571rem;*/
/*    height: 2.8571rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    cursor: pointer;*/
/*    border-radius: 50%;*/
/*}*/

/* 搜索栏样式 */
.search-bar {
    display: flex;
    align-items: center;
    width: 21.4286rem;
    height: 2.8571rem;
    background: #FFFFFF;
    border-radius: 0.2857rem;
    padding: 0 1.0714rem;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.search-bar.active {
    opacity: 1;
    visibility: visible;
}

.search-bar input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0 0.7143rem;
    font-size: 1.1429rem;
    outline: none;
    color: #333;
    height: 100%;
}

.search-bar .product-icon {
    cursor: pointer;
    width: 2.5714rem;
    height: 2.5714rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ea5b15;
}

.search-bar .product-icon:hover {
    background: #c94c10;
}

.search-bar .product-icon i {
    color: white;
    font-size: 1.1429rem;
}

/* 隐藏其他元素 */
.right.active .user-info,
.right.active .avatar,
.right.active .language-select,
.right.active .search-icon {
    display: none !important;
}

.topbar .middle {
    flex: 1;
    font-size: 1.4286rem;
}

.topbar .middle ul {
    padding: 0;
    font-size: 1.4286rem;
    max-width: 54.2143rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    box-sizing: border-box;
}

.topbar .middle ul li {
    min-width: 5.7143rem;
    height: 7.1429rem;
    line-height: 7.1429rem;
    position: relative;
    cursor: pointer;
}

.topbar .middle ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

.topbar .middle ul li a:focus {
    outline: none;
    color: #FFFFFF;
}

.topbar .middle ul li a:active {
    color: #FFFFFF;
    text-decoration: underline;
}

.topbar .middle ul li .bottom-line {
    position: absolute;
    bottom: 0.1429rem;
    left: 0;
    width: 100%;
    height: 0.2857rem;
    background-color: #fff;
    display: none;
}

.topbar .middle ul li.active .bottom-line {
    display: block;
}

/* 底部 */
.footer {
    background-color: #ea5b15;
    color: white;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2.5714rem 3.4286rem;
}

/* 左侧 logo */
.footer-logo {
    width: 14.8571rem;
    height: 5.8571rem;
}

.footer-logo img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

/* 第二列 页面跳转 */
.footer-links {
    padding-top: 1.1429rem;
    width: 55rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.footer-links ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6.5rem;
    padding-inline-start: 0;
}

.footer-links ul li {
    min-width: 5.1429rem;
    height: 1.7857rem;
    font-weight: 500;
    font-size: 1.2857rem;
    color: #FFFFFF;
    cursor: pointer;
}

.footer-links .safety {
    display: block;
    font-size: 1.2857rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.5714rem;
}

/* 第三列 联系方式 */
.footer-contact {
    padding-top: 1.1429rem;
}

.footer-contact .box {
    margin-bottom: 1.4286rem;
}

.footer-contact .title {
    margin: 0;
    font-weight: 500;
    font-size: 1.2857rem;
    color: #FFFFFF;
    height: 1.7857rem;
    margin-bottom: 0.5714rem;
}

.footer-contact .txt {
    font-size: 1.1429rem;
    color: rgba(255, 255, 255, 0.5);
    width: 14.4286rem;
    height: 3.1429rem;
    margin: 0;
}

/* 右侧二维码 */
.footer-qr {
    padding-top: 1.1429rem;
    width: 12.8571rem;
    height: 12.8571rem;
}

.footer-qr img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

/* 分页器样式 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 20px 0;
}

.page-item {
    display: inline-block;
}

.page-link {
    display: block;
    padding: 5px 9.5px;
    border-radius: 28px;
    text-decoration: none;
    color: #333333;
    transition: all 0.3s;
    font-size: 16px;
    background: #FFFFFF;
}

.page-link:hover:not(.disabled):not(.active) {
    /*background-color: #f8f9fa;*/
    color: #EA5B15;
}

.page-link.active {
    /*border-color: #EA5B15;*/
    background: #EA5B15;
    color: #FFFFFF;
}

.page-link.disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #f8f9fa;
}

.page-info {
    margin-left: 15px;
    color: #6c757d;
}

/* 响应式样式 - 屏幕宽度小于1200px */
@media (max-width: 1200px) {
    html {
        font-size: 15px !important;
    }

    .topbar .menu-toggle {
        display: flex;
    }

    .topbar {
        height: auto;
        padding: 1.5rem 4rem;
        padding-left: 20px;
        flex-wrap: wrap;
    }

    .topbar .middle ul {
        display: none;
    }

    .topbar .middle .middleLink {
        display: flex;
        position: absolute;
        top: 7rem;
        left: 0;
        max-width: none;
        width: 100%;
        padding-left: 20px;
        padding-bottom: 4rem;
        z-index: 10;
        background: #ea5b15;
        /*width: 90px;*/
        flex-wrap: wrap;
        box-sizing: border-box;

        flex-direction: column;
        align-items: flex-start;
    }

    .topbar .middle ul li {
        height: 5rem;
        text-align: left;
    }

    .topbar .middle ul li a {
        /*color: red;*/
    }

    .topbar .middle ul li.active .bottom-line {
        display: none;
    }
}

@media (max-width: 992px) {
    html {
        font-size: 11px !important;
    }
}

/* 屏幕宽度小于768px */
@media (max-width: 768px) {
    html {
        font-size: 9px !important;
    }

}

@media (max-width: 576px) {
    html {
        font-size: 7px !important;
    }
}