<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section {
    padding: 14px 0 0
}

.section .wrap {
    width: 1440px;
    margin: 0 auto
}

.section .wrap .crumb_link {
    display: flex;
    align-items: center;
    margin: 0 0 15px
}

.section .wrap .crumb_link a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    transition: .6s
}

.section .wrap .crumb_link a:hover, .section .wrap .crumb_link a.on {
    color: #111
}

.section .wrap .crumb_link span {
    display: block;
    margin: 0 5px;
    font-weight: 400;
    font-size: 14px;
    color: #666
}

.section .wrap .title {
    display: flex;
    align-items: center;
    margin: 0 0 16px
}

.section .wrap .title h1 {
    font-weight: Bold;
    font-size: 24px;
    color: #111
}

.section .wrap .title p {
    font-weight: bold;
    font-size: 18px;
    color: #111;
    margin: 0 5px
}

.section .wrap .title h2 {
    font-weight: 400;
    font-size: 14px;
    color: #999
}

.section .wrap .content .pro_menu {
    display: flex;
    align-items: center;
    margin: 0 0 10px
}

.section .wrap .content .pro_menu img {
    width: 19px;
    display: block;
    margin: 0 10px 0 0
}

.section .wrap .content .pro_menu p {
    font-weight: bold;
    font-size: 20px;
    color: #f98800
}

.section .wrap .content .pro_box {
    display: flex;
    justify-content: space-between
}

.section .wrap .content .pro_box .side {
    width: 260px;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    padding: 26px 10px;
    height: fit-content
}

.section .wrap .content .pro_box .side .item .block {
    line-height: 34px;
    padding: 0 10px;
    font-weight: 400;
    font-size: 16px;
    color: #111;
    transition: .6s;
    cursor: pointer
}

.section .wrap .content .pro_box .side .item .block:hover, .section .wrap .content .pro_box .side .item .block.item_active {
    background: #fafafa;
    color: #f98800
}

.section .wrap .content .pro_box .side .item .none {
    padding: 20px 34px;
    display: none
}

.section .wrap .content .pro_box .side .item .none a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #999;
    line-height: 36px;
    transition: .6s
}

.section .wrap .content .pro_box .side .item .none a:hover, .section .wrap .content .pro_box .side .item .none a.on {
    color: #f98800
}

.section .wrap .content .pro_box .side .item:not(:nth-last-child(1)) {
    margin: 0 0 20px
}

.section .wrap .content .pro_box .pro_content {
    display: flex;
    flex-wrap: wrap;
    width: 1165px;
    height: fit-content;
}

.section .wrap .content .pro_box .pro_content .item {
    width: 280px;
    height: 334px;
    background: #fff;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin: 0 0 15px
}

.section .wrap .content .pro_box .pro_content .item:not(:nth-child(4n)) {
    margin-right: 15px
}

.section .wrap .content .pro_box .pro_content .item .img {
    width: 260px;
    height: 200px;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 0 17px
}

.section .wrap .content .pro_box .pro_content .item .img .list {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 160px;
    height: 44px;
    background: #fff;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, .13);
    border-radius: 22px;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
    transition: .6s;
    pointer-events: none
}

.section .wrap .content .pro_box .pro_content .item .img .list .iconfont {
    display: block;
    transition: .6s;
    cursor: pointer
}
.section .wrap .content .pro_box .pro_content .item .img .list .iconfont:first-child{
    position: relative;
}
.section .wrap .content .pro_box .pro_content .item .img .list .iconfont:first-child::after{
    content: "æ­£åœ¨å¼€å‘";
    font-size: 12px;
    color: #111;
    background-color: #fff;
    display: block;
    position: absolute;
    width: fit-content;
    padding: 10px;
    white-space: nowrap;
    left: 50%;
    border-radius: 5px;
    bottom: calc(100% + 10px);
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
    box-shadow: 1px 1px 5px 0px rgba(23, 9, 3, 0.2);
    transition: all .5s;
}
.section .wrap .content .pro_box .pro_content .item .img .list .iconfont:first-child:hover:after{
    opacity:1;
    transform: translateX(-50%) translateY(0);
    transition-delay: .2s;
}


.section .wrap .content .pro_box .pro_content .item .img .list .iconfont:not(:nth-last-child(1)) {
    margin-right: 26px
}

.section .wrap .content .pro_box .pro_content .item .img .list .iconfont:hover {
    transform: translateY(-5px)
}

.section .wrap .content .pro_box .pro_content .item .img .img_box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.section .wrap .content .pro_box .pro_content .item .img .img_box img {
    transition: 2s
}

.section .wrap .content .pro_box .pro_content .item .img:hover .img_box img {
    transform: scale(1.1)
}

.section .wrap .content .pro_box .pro_content .item .pro_name {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    transition: .6s;
    padding: 0 17px
}

.section .wrap .content .pro_box .pro_content .item .pro_name:hover {
    color: #f98800
}

.section .wrap .content .pro_box .pro_content .item .pro_login {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #f98800;
    transition: .6s;
    padding: 0 17px;
    margin: 10px 0 2px
}

.section .wrap .content .pro_box .pro_content .item .price {
    font-weight: bold;
    font-size: 20px;
    color: #f98800;
    padding: 0 17px;
    margin: 10px 0 2px
}

.section .wrap .content .pro_box .pro_content .item .price span {
    font-weight: 400;
    font-size: 14px;
    color: #999
}

.section .wrap .content .pro_box .pro_content .item .num {
    font-weight: 400;
    font-size: 14px;
    color: #999;
    padding: 0 17px
}

.section .wrap .content .pro_box .pro_content .item:hover .img .list {
    transform: translate(-50%, 0%);
    opacity: 1;
    pointer-events: auto
}

.page {
    margin: 30px 0 60px
}

@media screen and (max-width: 1920px) {
    .section {
        padding: 0.7291666667vw 0 0
    }

    .section .wrap {
        width: 75vw;
        margin: 0 auto
    }

    .section .wrap .crumb_link {
        display: flex;
        align-items: center;
        margin: 0 0 0.78125vw
    }

    .section .wrap .crumb_link a {
        display: block;
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #666;
        transition: .6s
    }

    .section .wrap .crumb_link a:hover, .section .wrap .crumb_link a.on {
        color: #111
    }

    .section .wrap .crumb_link span {
        display: block;
        margin: 0 0.2604166667vw;
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #666
    }

    .section .wrap .title {
        display: flex;
        align-items: center;
        margin: 0 0 0.8333333333vw
    }

    .section .wrap .title h1 {
        font-weight: Bold;
        font-size: 1.25vw;
        color: #111
    }

    .section .wrap .title p {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #111;
        margin: 0 0.2604166667vw
    }

    .section .wrap .title h2 {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #999
    }

    .section .wrap .content .pro_menu {
        display: flex;
        align-items: center;
        margin: 0 0 0.5208333333vw
    }

    .section .wrap .content .pro_menu img {
        width: 0.9895833333vw;
        display: block;
        margin: 0 0.5208333333vw 0 0
    }

    .section .wrap .content .pro_menu p {
        font-weight: bold;
        font-size: 1.0416666667vw;
        color: #f98800
    }

    .section .wrap .content .pro_box {
        display: flex;
        justify-content: space-between
    }

    .section .wrap .content .pro_box .side {
        width: 13.5416666667vw;
        border-radius: 0.3125vw;
        border: 1px solid #e6e6e6;
        padding: 1.3541666667vw 0.5208333333vw;
        height: fit-content
    }

    .section .wrap .content .pro_box .side .item .block {
        line-height: 1.7708333333vw;
        padding: 0 0.5208333333vw;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #111;
        transition: .6s;
        cursor: pointer
    }

    .section .wrap .content .pro_box .side .item .block:hover, .section .wrap .content .pro_box .side .item .block.item_active {
        background: #fafafa;
        color: #f98800
    }

    .section .wrap .content .pro_box .side .item .none {
        padding: 1.0416666667vw 1.7708333333vw;
        display: none
    }

    .section .wrap .content .pro_box .side .item .none a {
        display: block;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #999;
        line-height: 1.875vw;
        transition: .6s
    }

    .section .wrap .content .pro_box .side .item .none a:hover, .section .wrap .content .pro_box .side .item .none a.on {
        color: #f98800
    }

    .section .wrap .content .pro_box .side .item:not(:nth-last-child(1)) {
        margin: 0 0 1.0416666667vw
    }

    .section .wrap .content .pro_box .pro_content {
        display: flex;
        flex-wrap: wrap;
        width: 60.6770833333vw;
        
    }

    .section .wrap .content .pro_box .pro_content .item {
        width: 14.5833333333vw;
        height: 17.3958333333vw;
        background: #fff;
        border-radius: 0.3125vw 0.3125vw 0.3125vw 0.3125vw;
        border: 1px solid #e6e6e6;
        padding: 0.5208333333vw;
        margin: 0 0 0.78125vw
    }

    .section .wrap .content .pro_box .pro_content .item:not(:nth-child(4n)) {
        margin-right: 0.78125vw
    }

    .section .wrap .content .pro_box .pro_content .item .img {
        width: 13.5416666667vw;
        height: 10.4166666667vw;
        background: #fafafa;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 0 0 0.8854166667vw
    }

    .section .wrap .content .pro_box .pro_content .item .img .list {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 8.3333333333vw;
        height: 2.2916666667vw;
        background: #fff;
        box-shadow: 0px 0.1041666667vw 0.2083333333vw 1px rgba(0, 0, 0, .13);
        border-radius: 1.1458333333vw;
        bottom: 1.0416666667vw;
        left: 50%;
        transform: translate(-50%, 50%);
        opacity: 0;
        transition: .6s;
        pointer-events: none
    }

    .section .wrap .content .pro_box .pro_content .item .img .list .iconfont {
        display: block;
        transition: .6s;
        cursor: pointer
    }

    .section .wrap .content .pro_box .pro_content .item .img .list .iconfont:not(:nth-last-child(1)) {
        margin-right: 1.3541666667vw
    }

    .section .wrap .content .pro_box .pro_content .item .img .list .iconfont:hover {
        transform: translateY(-0.2604166667vw)
    }

    .section .wrap .content .pro_box .pro_content .item .img .img_box {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .section .wrap .content .pro_box .pro_content .item .img .img_box img {
        transition: 2s
    }

    .section .wrap .content .pro_box .pro_content .item .img:hover .img_box img {
        transform: scale(1.1)
    }

    .section .wrap .content .pro_box .pro_content .item .pro_name {
        display: block;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #333;
        transition: .6s;
        padding: 0 0.8854166667vw
    }

    .section .wrap .content .pro_box .pro_content .item .pro_name:hover {
        color: #f98800
    }

    .section .wrap .content .pro_box .pro_content .item .pro_login {
        display: block;
        font-weight: bold;
        font-size: 0.9375vw;
        color: #f98800;
        transition: .6s;
        padding: 0 0.8854166667vw;
        margin: 0.5208333333vw 0 0.1041666667vw
    }

    .section .wrap .content .pro_box .pro_content .item .price {
        font-weight: bold;
        font-size: 1.0416666667vw;
        color: #f98800;
        padding: 0 0.8854166667vw;
        margin: 0.5208333333vw 0 0.1041666667vw
    }

    .section .wrap .content .pro_box .pro_content .item .price span {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #999
    }

    .section .wrap .content .pro_box .pro_content .item .num {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #999;
        padding: 0 0.8854166667vw
    }

    .section .wrap .content .pro_box .pro_content .item:hover .img .list {
        transform: translate(-50%, 0%);
        opacity: 1;
        pointer-events: auto
    }

    .page {
        margin: 1.5625vw 0 3.125vw
    }

}
@media screen and (max-width: 1024px) {
    .section {
        padding: 80px 0 60px;
    }
    .section .wrap {
        width: 90%;
    }
    .section .wrap .content .pro_box {
        display: block;

    }
    .section .wrap .title {
        align-items: flex-end;
        line-height: 1;
        margin-bottom: 20px;
    }
    .section .wrap .content .pro_menu {
        display: none;
    }
    .section .wrap .title h1 {
        font-size: 24px;
    }
    .section .wrap .title p {
        font-size: 16px;
        margin: 0 0 0 5px;
    }
    .section .wrap .content .pro_box .side {
        width: 85vw;
        height: 100vh;
        position: fixed;
        z-index: 1999120999;
        background: #FFFFFF;
        top: 0;
        left: 0;
        padding: 100px 20px 0;
        clip-path: inset(0 100% 0 0);
        transition: cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
    }
    .section .wrap .content .pro_box .side.on {
        clip-path: inset(0 0% 0 0);
    }
    .section .wrap .content .pro_box .side .item .block {
        font-size: 18px;
        line-height: 2;
        padding: 0 15px;
    }
    .section .wrap .content .pro_box .side .item .none a {
        line-height: 2;
        font-size: 14px;
        padding: 0 20px;
        margin: 5px 0;
    }

    .pro_menu1 {
        display: flex !important;
        align-items: center;
        margin-bottom: 20px;
    }
    .pro_menu1 p {
        font-size: 16px;
        margin-right: 5px;
        color: #F98800;
    }
    .pro_menu1 .sq {
        width: 12px;
        height: 12px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pro_menu1 .sq span {
        display: block;
        width: 5px;
        height: 5px;
        background: #F98800;
    }
    .pro_menu1 .sq span:nth-child(1),.pro_menu1 .sq span:nth-child(2) {
        margin-bottom: 2px;
    }
    .section .wrap .content .pro_box .side .item .block {
        position: relative;
    }
    .section .wrap .content .pro_box .side .item .block:after {
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        width: 8px;
        height: 10px;
        background: #111111;
        clip-path: polygon(0 0, 100% 50% ,0 100%);
        transition: 0.6s;
        transform: translateY(-50%);
    }
    .section .wrap .content .pro_box .side .item.item_active .block:after {
        transform:  translateY(-50%) rotate(90deg);
    }
    .section .wrap .content .pro_box .side .close {
        position: absolute;
        top: 26px;
        width: 24px;
        right: 20px;
        display: block !important;
    }
    .section .wrap .title h2 {
        font-size: 14px;
        margin: 0 0 0 10px;
    }
    .section .wrap .content .pro_box .pro_content {
        width: 100%;
        justify-content: space-between;
    }
    .section .wrap .content .pro_box .pro_content .item {
        width: 49%;
        height: unset;
        margin: 0 0 10px !important;
        padding: 10px;
    }
    .section .wrap .content .pro_box .pro_content .item .pro_name {
        font-size: 16px;
    }
    .section .wrap .content .pro_box .pro_content .item .img {
        width: 100%;
        height: 38vw;
        margin-bottom: 10px;
    }
    .page {
        margin: 40px 0 0;
    }
}
</pre></body></html>