* {
    border: 0;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

@font-face {
    font-family: PF35;
    src: url(../fonts/AlibabaPuHuiTi-2-35-Thin.woff2) format("woff2")
}

@font-face {
    font-family: PF45;
    src: url(../fonts/AlibabaPuHuiTi-2-45-Light.woff2) format("woff2")
}

@font-face {
    font-family: PF75;
    src: url(../fonts/AlibabaPuHuiTi-2-75-SemiBold.woff2) format("woff2")
}

:root {
    --root-value: 0.08333rem;
    --swiper-navigation-size: 44px;
    --swiper-theme-color: #007aff;
}

a, div, form, li, p, span, ul {
    box-sizing: border-box;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "PF55";
}

.ellipsis-2 {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "PF55";
}

.news-block-2025 {
    font-family: "PF55";
}

.news-block-2025 > .news-item-2025:nth-child(2n) {
    padding-right: 10px;
    margin-bottom: 50px;
    min-height: 720px;
}

.news-block-2025 > .news-item-2025:nth-child(2n+1) {
    padding-right: 20px;
    margin-bottom: 50px;
    min-height: 720px;
}

.news-block-2025 .title-block {
    align-items: center;
    border-bottom: 1px solid #000;
    display: flex;
    height: 59px;
    justify-content: space-between;
    margin-bottom: 7px;
    width: 100%
}

.news-block-2025 .title-block .title {
    color: #2c2c2c;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    padding-left: 15px;
    position: relative;
}

.news-block-2025 .title-block > div:first-child {
    color: #2c2c2c;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    padding-left: 20px;
    position: relative
}

.news-block-2025 .title-block > div:first-child:after {
    background: #2880fe;
    content: "";
    display: inline-block;
    height: 24px;
    left: 5px;
    position: absolute;
    top: 4px;
    width: 4px
}

.news-block-2025 .title-block > div:last-child {
    align-items: center;
    color: #5e5e5e;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    transition: all .3s
}

.news-block-2025 .title-block > div:last-child:hover {
    transform: scale(1.05);
}

.news-block-2025 .title-block > div:last-child a {
    font-size: 20px;
}

.news-block-2025 .title-block > div:last-child a img {
    margin: 0 6px 0 5px;
    width: 27px;
    position: relative;
    top: 6px;
}

.news-block-2025 > img {
    position: absolute;
    top: 0;
    width: 100%
}

.news-block-2025 .box-details {
    cursor: pointer;
    display: flex;
    margin-top: 19px;
    transition: all .3s;
}

.news-block-2025 .box-details:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .23) !important;
    transform: scale(1.2);
}

.news-block-2025 .box-details > div:first-child {
    align-items: center;
    display: flex;
    height: 140px;
    justify-content: center;
    margin-right: 20px;
    overflow: hidden;
    width: 165px;
}

.news-block-2025 .box-details > div:first-child img {
    border-radius: 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.news-block-2025 .box-details > div:last-child {
    width: 480px;
}

.news-block-2025 .box-details > div:last-child > div:first-child {
    color: #2c2c2c;
    font-size: 20px;
    line-height: 20px;
    margin: 15px 0 17px
}

.news-block-2025 .box-details > div:last-child > div:nth-child(2) {
    color: #807f7f;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px
}

.news-block-2025 .box-details > div:last-child > div:nth-child(3) {
    color: #757575;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 24px
}

.news-block-2025 .box-details:hover {
    box-shadow: 0 0 .0625rem 0 rgba(0, 0, 0, .23);
    transform: scale(1.01)
}

.product-block-2025-1 {
    margin: 0 auto;
    position: relative;
}

.product-block-2025-1 .title-block {
    border-bottom: 1px solid #ddd;
    color: #2c2c2c;
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 40px 20px;
    position: relative;
}

.product-block-2025-1 .title-block:after {
    background: #2880fe;
    content: "";
    display: inline-block;
    height: 23px;
    left: 5px;
    position: absolute;
    top: 3px;
    width: 4px;
}

.product-block-2025-1 .floor-box {
    display: flex;
    margin: 40px auto;
}

.product-block-2025-1 .floor-box > a {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .23);
    cursor: pointer;
    height: 330px;
    margin-left: 5px;
    margin-right: 35px;
    transition: all .3s;
    width: 260px;
}

.product-block-2025-1 .floor-box > a:nth-child(4) {
    margin-right: 0;
}

.product-block-2025-1 .floor-box > a > div:first-child {
    align-items: center;
    background: #f5f6f7;
    display: flex;
    height: 246px;
    justify-content: center;
    margin: 20px auto 0;
    width: 200px
}

.product-block-2025-1 .floor-box > a > div:first-child img {
    height: 227px;
    width: 258px
}

.product-block-2025-1 .floor-box > a > div:last-child {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 0;
    text-align: center;
    width: 95%
}

.product-block-2025-1 .floor-box > a:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .23);
    transform: scale(1.05)
}