<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: '';
    scroll-behavior: smooth;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

input {
    outline: none;
}

.top {
    width: 100%;
    height: 36px;
    background-color: #e5e5e5;
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
}

.topcon {
    width: 1200px;
    margin: 0 auto;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topconleft {
    display: flex;
    align-items: center;
}

.topconleft a {
    font-size: 12px;
    color: #333;
    font-weight: bold;
}

.topconleft span {
    font-size: 12px;
    color: #333;
    margin-left: 5px;
}

.hoverimgbox {
    margin-left: 10px;
}

.hoverimgbox .img0 {
    width: 23px;
    height: 20px;
    object-fit: contain;
}

.imgbox {
    position: relative;
}

.img1 {
    position: absolute;
    left: 0;
    top: 36px;
    display: none;
}

.hoverimgbox {
    display: flex;
}

.imgbox:hover .img1 {
    display: block;
}

.language a {
    color: #39a2f7;
    font-size: 12px;
    font-weight: bold;
}

.topconright {
    display: flex;
    align-items: center;
}

.login_regis {
    margin-left: 20px;
    margin-right: 20px;
}

.login_regis a {
    font-size: 12px;
    color: #333333;
}

.grzx {
    width: 80px;
    height: 36px;
    color: white;
    background-color: #e0443b;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.grzx a {
    color: white;
}

.head {
    width: 1200px;
    height: 100px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
    background-color: #fff;
}

.logo img {
    width: 200px;
}

.headercenter input {
    width: 580px;
    height: 45px;
    padding: 0 20px;
    border: 2px solid #e0443b;
}

.sousuo {
    width: 80px;
    text-align: center;
    background-color: #e0443b;
    height: 45px;
    line-height: 45px;
    display: block;
    color: white;
    font-weight: bold;
}

.search {
    display: flex;
    align-items: center;
}

.hot {
    font-size: 12px;
    margin-top: 5px;
}

.hot a {
    color: #999;
    margin-right: 15px;
}

.nav {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

.nav li {
    position: relative;
}

.nav li a {
    padding: 0 20px;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.nav li a:hover {
    color: #e0443b !important;
}

.selected {
    color: #e0443b !important;
}

.drop {
    position: absolute;
    z-index: 100;
    min-width: 200px;
    border: none;
    padding: 5px 0;
    border-radius: 2px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    top: 35px;
    background-color: #fff;
    left: 20px;
    display: none;
}

#dropitem a {
    color: #303133;
    font-size: 14px;
    font-weight: normal;
    padding: 0 14px;
}

.warrow {
    margin-top: 8px;
    margin-left: 5px;
    transition: all ease 0.5s;
}

.rotate {
    transform: rotate(180deg);
}

.navout {
    border-bottom: 1px solid #e0443b;
    background-color: #fff;
}

.headout {
    background-color: #fff;
    margin-top: 36px;
}

.content1 {
    width: 1300px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}

.content1eft {
    width: 300px;
    /* height: 595px; */
    background-color: #fff;
    border: 1px solid #e2e2e2;
    position: relative;
}

.classyitem strong {
    font-size: 18px;
    color: #000;
    display: block;
    padding: 10px;
}

.classyitem ul li {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
}

.classyitem ul li a {
    font-size: 17px;
    color: #333;
    position: relative;
    display: block;
    width: 31%;
}

.classyitem ul li a::after {
    content: "/";
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    color: #333;
}

.classyitem ul li a:last-child::after {
    display: none;
}

.classyitem ul li:hover {
    background-color: #e0443b;
}

.classyitem ul li:hover .classa {
    color: white !important;
}

.classyitem ul li:hover .classa::after {
    color: white !important;
}

.showclassifyitem {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.showclassifyitemout {
    width: 900px;
    height: 595px;
    position: absolute;
    left: 298px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    top: 0;
    background-color: #fff;
    z-index: 99;
    padding: 20px;
    display: none;
}

.showclassifyitem strong {
    font-size: 15px;
    color: #333;
}

.item a {
    color: #333;
    font-size: 12px;
}

.a-title {
    font-weight: bold;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.line {
    font-size: 12px;
}

.item {
    margin-bottom: 25px;
}

.showclassifyitemleft {
    width: 700px;
    height: 100%;
    overflow: scroll;
}

.showclassifyitemright {
    width: 200px;
    height: 100%;
}

.showclassifyitemright ul li img {
    width: 100%;
}

.showclassifyitemright ul {
    height: 100%;
    overflow-y: scroll;
}

.showclassifyitemright ul::-webkit-scrollbar {
    display: none;
}

.showclassifyitemleft::-webkit-scrollbar {
    display: none;
}

.showclassifyitemright ul li {
    margin-bottom: 25px;
}

.showclassifyitemright ul li p {
    font-size: 12px;
    color: white;
    text-align: center;
    line-height: 22px;
    height: 22px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.content1center {
    width: 700px;
    height: 595px;
}

.content1center-top {
    width: 100%;
    height: 443px;
}

.swiper-container-banner {
    width: 100%;
    height: 443px;
}

.swiper-container-banner img {
    width: 100%;
    height: 443px;
    object-fit: cover;
}

.content1center-bottom ul {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.content1center-bottom ul li {
    width: 145px;
    height: 145px;
    position: relative;
}

.content1center-bottom ul li a img {
    width: 145px;
    height: 145px;
    object-fit: cover;
}

.content1center-bottom ul li p {
    position: absolute;
    width: 100%;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 0 10px;
}

.content1right {
    width: 300px;
    /* height: 590px; */
}

.content1right ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content1right ul li {
    width: 145px;
    height: 142px;
    position: relative;
    margin-bottom: 10px;
}

.content1right ul li img {
    width: 145px;
    height: 142px;
    object-fit: cover;
}

.content1right ul li p {
    position: absolute;
    width: 100%;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 0 10px;
}

.content2 {
    width: 1300px;
    margin: 20px auto;
}

.content2item {
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
}

.content2itemtop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 10px;
}

.content2itemtop a {
    font-size: 16px;
    color: #666;
    margin-right: 20px;
}

.content2itemtop span {
    font-size: 20px;
    display: block;
    color: #e0443b;
    padding-left: 10px;
    border-left: 4px solid #e0443b;
}

.swiper-father {
    position: relative;
}

.swiper-container-pro ul {
    display: flex;
    justify-content: space-between;
}

.swiper-container-pro ul li {
    width: 18%;
}

.swiper-container-pro ul li img {
    width: 100%;
}

.swiper-container-pro {
    width: 90%;
    margin-top: 20px !important;
}

.name {
    text-align:center;
    font-size: 15px;
    color: #333;
    padding: 5px 0;
    display: block;
}

.price {
    text-align:center;
    color: #e0443b;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.swiper-container-pro ul li p {
    text-align:center;
    color: #999;
    font-size: 12px;
}

.content2item {
    margin-bottom: 30px;
}

.indexcontact {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin: 20px auto;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
}

.foot {
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

.foot a:hover {
    color: #e0443b;
}

.t-f-a {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

.a-item {
    padding: 5px 0;
}

.a-item a {
    font-size: 14px;
    color: #333;
}

.a-item span {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    color: #333;
}

.footeritem {
    margin-bottom: 25px;
}

.footer {
    width: 23%;
}

.code {
    width: 90px;
    height: 90px;
}

.codetxt {
    color: #666;
    font-size: 12px;
}

.topimg {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
}

.totop {
    position: fixed;
    right: 100px;
    bottom: 100px;
    width: 40px;
    height: 40px;
    display: block;
    transition: all ease 0.4s;
    border-radius: 50%;
    background-color: #666666;
    opacity: 0;
}

.change {
    opacity: 1 !important;
}

.totop:hover {
    background-color: #e0443b !important;
}

.proout {
    width: 100%;
    background-color: #fff !important;
    padding: 20px 0;
}

.procontent {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.procontentleft {
    width: 300px;
}

.procontentlefttemtop a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 30px;
    background-color: #f5f5f5;
    line-height: 30px;
    padding-left: 10px;
    width: 100%;
}

.procontentlefttemtop a:hover {
    background-color: #e0443b !important;
    color: white !important;
}

.procontentlefttembottom {
    padding: 10px;
}

.procontentlefttembottom a {
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}

.procontentlefttem {
    border: 1px solid #e2e2e2;
}

.procontentlefttembottom a:hover {
    color: #e0443b;
}

.procontentlefttem {
    margin-bottom: 10px;
}

.procontentright {
    width: 880px;
}

.procontentrightitemtop {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
    padding-left: 20px;
}

.procontentrightitem {
    margin-bottom: 25px;
}

.procontentrightitemtop a {
    color: #e0443b;
    font-size: 14px;
    font-weight: bold;
}

.procontentrightitemtop span {
    color: #e0443b;
    font-size: 14px;
    font-weight: bold;
}

.procontentrightitem table {
    border: 1px solid #ebeef5;
    border-collapse: collapse;
}

.procontentrightitem table tr td {
    text-align: center;
    height: 36px;
    font-size: 13px;
    color: #606266
}

.thead td {
    font-weight: bold;
    font-size: 14px !important;
    color: #909399 !important;
    cursor: pointer;
}

.tocart {
    color: #e66962 !important;
}

.content1leftout {
    width: 300px;
    background-color: #fff;
}

.content1eft-hot {
    width: 300px;
    margin-top: 20px;
    border: 1px solid #e2e2e2;
}

.content1eft-hottop {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    color: #333;
}

.content1eft-hot ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 10px;
}

.content1eft-hot ul li {
    width: 48%;
    margin-bottom: 20px;
}

.content1eft-hot ul li img {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
}

.content1eft-hot ul li p {
    font-size: 12px;
    color: #999;
}

.contentproright {
    width: 880px;
}

.crumb a {
    font-size: 14px;
    color: #333;
}

.crumb span {
    font-size: 14px;
    color: #333;
}

.crumb {
    padding-bottom: 5px;
    border-bottom: 1px solid #f4f4f4;
}

.prodetail {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}


/* æ”¾å¤§é•œ */

#MagnifierWrap2 {
    position: relative;
    width: 300px;
}

.MagnifierMain {
    position: relative;
    width: 300px;
    height: 300px;
}

.MagnifierMain img {
    width: 100%;
}

.MagnifierDrag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ccc;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: move;
}

.MagnifierPop {
    position: absolute;
    top: 0;
    overflow: hidden;
}

.MagnifierImg {
    position: absolute;
    top: 0;
    left: 0;
}

.spec-items {
    position: relative;
    width: 220px;
    height: 69px;
    overflow: hidden;
    padding-top: 10px;
    margin: 0 auto;
}

.spec-items ul {
    width: 500%;
    position: absolute;
    top: 10px;
    left: 0;
}

.spec-items ul * {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.spec-items li {
    width: 69px;
    height: 65px;
    float: left;
    overflow: hidden;
    margin-right: 5px;
    border: 2px solid #fff;
    cursor: pointer;
}

.spec-items li.on {
    border: 2px solid #000;
}

.spec-items li img {
    width: 100%;
}

span.spe_leftBtn,
span.spe_rightBtn {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 20px;
    height: 69px;
    line-height: 69px;
    font-family: "é»‘ä½“";
    text-align: center;
    font-size: 30px;
    color: #ddd;
    cursor: default;
    background-color: #f9f9f9;
}

span.on {
    background-color: #ccc;
    color: #999;
    cursor: pointer;
}

span.spe_leftBtn {
    left: 0;
}

span.spe_rightBtn {
    right: 0;
}

.prodetailright {
    width: 560px;
}

.protitle {
    font-size: 20px;
    color: #666;
    display: block;
    margin-bottom: 15px;
}

.prorice {
    width: 100%;
    height: 40px;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: 40px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.jiage {
    color: #827a7a;
    font-size: 12px;
}

.qian {
    color: #e0443b;
    font-size: 24px;
}

.zixun {
    width: 60px;
    height: 28px;
    background-color: #e0443b;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: white;
    display: block;
    margin-right: 30px;
    border-radius: 5px;
}

.hh {
    display: flex;
    padding-left: 10px;
    color: #827a7a;
    font-size: 12px;
    margin-bottom: 15px;
}

.line {
    height: 1px;
    width: 100%;
    border: 1px dashed #ccc;
    margin-bottom: 15px;
}

.gg {
    display: flex;
    align-items: center;
}

.gg span {
    display: block;
    width: 30px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin-right: 20px;
    border: 1px solid #fff;
    cursor: pointer;
}

.ggspan {
    height: 25px;
    line-height: 25px;
}

.ggspan span {
    display: block;
}

.acr {
    border: 1px solid #e04471 !important;
}

.inp {
    align-items: center;
}

.caozuo {
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.caozuo a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border: 1px solid #e0443b;
    border-radius: 5px;
    font-size: 14px;
}

.buy {
    color: #e0443b;
    background-color: #fce8e7;
}

.cart {
    background-color: #e0443b;
    color: white;
}

.spantab {
    display: flex;
}

.spantab span {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f4f4f4;
    cursor: pointer;
}

.xiangxi {
    margin-top: 50px;
}

.spansle {
    border-top: 1px solid #e0443b;
    background-color: #fff !important;
}

.xxcon {
    padding: 20px;
    display: none;
}

.xg a {
    display: block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    background-color: #f9f9f9;
    text-align: center;
    font-size: 14px;
    color: #666;
    border: 1px solid#e2e2e2;
    margin: 0 auto;
    margin-bottom: 25px;
}

.contact {
    padding: 20px;
}

.contact strong {
    display: block;
    text-align: center;
    margin-bottom: 25px;
    width: 100%;
}

.new {
    padding: 20px;
}

.newpartitem {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid#f4f4f4;
}

.newpartitemleft {
    width: 180px;
    height: 180px;
}

.newpartitemleft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newpartitemright {
    flex: auto;
    padding: 0 20px;
    position: relative;
}

.newpartitemright a {
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #666666;
    margin-bottom: 20px;
}

.newpartitemright span {
    font-size: 14px;
    color: #666;
}

.newpartitemright p {
    position: absolute;
    bottom: 10px;
    color: #999;
    left: 20px;
    font-size: 14px;
}

.step {
    height: auto;
}

.steptopa {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: white !important;
    font-weight: bold;
    display: block;
    background-color: #e0443b !important;
    text-align: center;
}

.stepstep a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #666;
    font-weight: bold;
    display: block;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
}

.stepstep {
    margin-bottom: 25px;
}

.buzhou {
    padding: 0 !important;
}

.buzhou ul li {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 15px;
}

.buzhou ul li:hover {
    background-color: #f4f4f4 !important;
}

.buzhou ul li a:hover {
    color: #e0443b;
}

.buzhou ul {
    margin-top: 20px;
}

.la {
    font-size: 13px;
    color: #333;
    font-weight: bold;
}

.ra {
    display: block;
    font-size: 14px;
    color: #666;
}

.buzhou ul li a {
    display: block;
    height: 48px;
    line-height: 48px;
}

.buzhoudetail {
    padding: 15px;
}

.cartcon {
    margin: 50px auto;
    width: 1200px;
}

.cartcon table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.cartcon table td {
    font-size: 13px;
    color: #333;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #ccc;
}

.cartcon table td a {
    display: block;
    color: #e0443b;
}

.cartcon table td img {
    width: 40px;
    height: 40px;
}

#5div {
    margin: 0 auto;
}

.cartcon .inp {
    display: flex;
    justify-content: center;
    padding-top: 14px;
}</pre></body></html>