<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-size: 62.5%;
}

@media screen and (max-width: 479px) {
    html {
        font-size: 16.5% !important;
    }

    .Price i {
        width: 6.4rem !important;
        height: 6.3rem !important;
        top: 0 !important;
        right: -7rem !important;
        line-height: 6.3rem;
    }
}

@media (min-width: 480px) and (max-width: 760px) {
    html {
        font-size: 25.5% !important;
    }

    .Price i {
        width: 5.4rem !important;
        height: 5.3rem !important;
        top: 0 !important;
        right: -6rem !important;
        padding: 1.2rem !important;
    }
}

@media (min-width: 760px) and (max-width: 960px) {
    html {
        font-size: 34.5% !important;
    }

    .Price i {
        width: 4.4rem !important;
        height: 4.3rem !important;
        padding: 0.9rem !important;
    }
}

/* @media only screen and (max-width: 76rem) {
    html{
        font-size: 25.5%;
    }
    .oneHeight{
        height: 35rem !important; 
    }
    .OnewGoodsRightBottom,.OnewGoodsRightImg,.OnewGoodsLeftImg{
        height: 12rem !important;
    }
    .PriceBox{
        margin-top: 4rem !important;
        margin-bottom: 3.5rem !important;
    }
    .oneLeft{
        padding-top: 7rem !important;
    }
    .Price{
        font-size: 2.5rem !important; 
    } 
} */
.oneHeight,
.TowHeight {
    height: 70rem;
}

.padding {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.TowHeight {
    height: 70rem;
}

.oneLeft {
    padding-top: 20rem;
}

.c-content-box-one {
    /* background-color:rgb(255 211 122); */
    border-radius: 1.5rem 0rem 0rem 1.5rem;
    height: 23rem;
}

.c-content-img {
    padding-top: 6%;
    padding-left: 6%;
}

.c-content-img img {
    width: 95%;
    height: 94%;
    border-radius: 1.5rem;
}

.c-content-box-one-right {
    /* background-color:rgb(255 211 122); */
    border-radius: 0rem 1.5rem 1.5rem 0rem;
    height: 23rem;
    padding: .5rem 1rem;
}

.c-content-box-one-right h4 {
    line-height: 1.8rem;
    height: 1.8rem;
    overflow: hidden;
}

.c-content-box-one-right h4 a {
    color: #463434;
}

.c-content-center {
    text-align: center;
    margin-top: .6rem;
}

.c-content-footer {
    width: 10rem;
    height: 10rem;
    float: left;
    margin: 0 auto;
    position: relative;
    left: -10rem;
}

.c-content-footer img {
    border-radius: 1rem;
    width: 95%;
    height: 100%;
}

.c-main-top {
    width: 100%;
    /* height: 40rem;  X */
    background-color: #777;
    border-radius: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    /* padding-top: 1.5rem;*/
}

.c-main-top img {
    border-radius: 1.5rem;
}

body {
    height: 100%;
}

.Content_Box {
    margin-bottom: 2rem;
    /* padding-bottom:1.5rem */
}

.listBox {
    margin-bottom: 1rem !important
}

.rate {
    letter-spacing: -0.7rem;
}

.item {
    width: 100%;
}

.FreeShopping {
    width: 12rem;
}

.icon-free-shipping- {
    color: #f70;
    margin-left: .5rem;
}

.v-forImageBox {
    width: 30rem;
    overflow: hidden;
}

.v-forImageContent {
    width: 70rem;
    height: 10rem;
    float: left;
}


.More {
    text-align: center
}

.MoreImg {
    width: 20rem;
    margin-right: 1.5rem;
    margin-top: 2rem;
    cursor: pointer;
}

.MoreBox {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    position: relative
}

.MoreText {
    text-align: center
}

.MoreBox div {
    /* margin: 0 3.5rem;
    margin-left: 2.5rem; */
    overflow: hidden;
}

.MoreBox ul {
    height: 17.7rem;
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
}

.MoreBox ul li {
    float: left;
    width: 16.3rem;
    height: 16.3rem;
    margin: 1.4rem;
    position: relative;
    padding: 5px;
}

.MoreBox ul li img {
    width: 100%;
    height: 100%
}

.MoreBox ul li span {
    display: inline-block;
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: 1rem;
    left: 1rem;
    font-size: 1.4rem;
    border-radius: 5rem;
    line-height: 5rem;
    text-align: center;
    background-color: #FFF;
    color: #000;
}

.MoreBox ul li p {
    display: block;
    width: 100%;
    position: absolute;
    height: 5rem;
    bottom: -4.5rem;
    font-size: 1.3rem;
    border-radius: 5rem;
    line-height: 5rem;
    text-align: center;
    color: #000;
}

.ToRunClass {
    font-size: 3.2rem;
    position: absolute;
    top: 15.5rem;
}

/* æ–°æ&nbsp;·å¼ */
.height {
    height: 100%;
}

.width {
    width: 100%;
}

.cover {
    object-fit: cover;
}

.cursor {
    cursor: pointer;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.textAlignLeft {
    text-align: left;
}

.textAlignRight {
    text-align: right;
}

.textAlignCenter {
    text-align: center;
}

.Top {
    background-size: 100%;
    position: relative;
    height: 40rem;
}

.Top span {
    position: absolute;
    bottom: 6.8rem;
    right: 33rem;
    font-size: 1.8rem;
    letter-spacing: .3rem;
    color: #3c3c3c;
}

.borderRadius {
    border-radius: 1.5rem;
}

.Number {
    margin: 0 1.5rem;
    padding: 0;
    display: inline-block;
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    background-color: #7d7d7d;
    font-size: 3rem;
    text-align: center;
    line-height: 5rem;
    color: #FFF;
    margin-bottom: 0;
}

.PriceBox {
    text-align: center;
    margin-top: 10rem;
    margin-bottom: 7rem;
}

.OnewGoodsTitle {
    font-size: 3rem;
    height: 5rem;
    overflow: hidden;
    color: #000;
    line-height: 5rem;
    margin-bottom: 5rem;
}

.firstBox {
    padding: 5rem;
    background-color: #FFF;
    position: relative;
}

.OnewGoodsLeftText {
    color: #000;
    padding: 5rem 5rem;
    text-align: center;
}

.OnewGoodsLeftText span {
    display: inline-block;
    background-color: #000;
    color: #FFF;
    padding: .4rem .8rem;
    margin-top: .6rem;
    font-size: 1.7rem;
    cursor: pointer;
}

.OnewGoodsLeftImg {
    height: 22rem;
}

.OnewGoodsRightImg {
    height: 25.5rem;
}

.Price {
    font-size: 4.5rem;
    color: #f8b502;
    position: relative;
    display: inline-block;
}

.Price i {
    font-size: 1.9rem;
    color: #FFF;
    background-color: #fab500;
    padding: .4rem;
    border-radius: 5rem;
    position: absolute;
    width: 3.4rem;
    height: 3.3rem;
    text-align: center;
    top: -3rem;
    right: -4rem;
}

.OnewGoodsRightBottom {
    background-color: #b28f65;
    height: 24rem;
}

.secBox {
    background-color: #d0bfa5;
    position: relative;
    z-index: 1;
    padding: 11rem 0 8rem;
}

.TwoGoodsBackground {
    position: absolute;
    width: 100%;
    height: 60rem;
    top: 19rem;
    background-color: #e5e5e5;
    z-index: 2;
}

.TwoGoodsPriceTitleBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.BorderRadiusBoxImg {
    border-radius: 3rem;
    height: 25rem;
    overflow: hidden;
    margin-top: 8rem;
}

.ThreeBox {
    background-color: #FFF;
    padding: 13rem 4rem 11rem 23rem;
    z-index: 1;
    position: relative;
}

.ThreeGoodsBottom {
    height: 29rem;
    margin-top: 1rem
}

.ThreeGoodsContent {
    z-index: 3;
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    margin-top: 22rem;
}

.ThreeGoodsImgLeft {
    width: 37rem;
    height: 37rem;
    margin-left: 16rem;
}

.fiveBox {
    background-color: #eeeeee;
    padding: 13rem 12rem;
}

.CLICKINButton {
    background-color: #fbb601;
    color: #FFF;
    display: inline-block;
    font-size: 2.3rem;
    padding: 1.2rem 6rem;
}

.fivePrice {
    margin-left: 6.5rem;
    margin-top: 15rem;
    text-align: left
}

.sixBox {
    padding: 5rem 5rem 12rem;
}

.sixGoodsimg {
    margin: 0 1rem;
    border: .2rem solid #fbb601;
    border-bottom: none;
    height: 44rem;
    width: 45rem;
}

.sixGoodsPriceBox {
    background-color: #b28f65;
    height: 13rem;
    color: #FFF;
    padding: 7rem 6rem 2.5rem;
    font-size: 2.6rem;
    text-align: right;
}

.sixGoodsPriceBox span {
    display: inline-block;
    border-radius: 5rem;
    background-color: #FFF;
    color: #fab800;
    padding: 0rem 3px .2rem .5rem;
    font-size: 2rem;
    margin-left: 2.5rem;
}

.sevenBox {
    background-color: #eee;
    height: 80rem;
}

.sevenGoodsRightBox {
    background-color: #d9d9d9;
}

.sevenLeftBoxOne {
    height: 35rem;
    margin-top: 20rem;
    background-color: #c3ad91;
    z-index: 2;
    position: relative;
}

.sevenLeftBoxTwo {
    height: 30rem;
    padding-top: 8rem;
    position: relative;
}

.sevenLeftBoxTwoRight {
    position: absolute;
    width: 9rem;
    height: 33rem;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.sevenGoodsRightimgBox {
    height: 55rem;
    width: 60rem;
    margin: 0 auto;
    margin-top: 12rem;
}



.Topdivider {
    width: 7rem;
    margin: 0 auto;
}

.Topdivider .el-divider--horizontal {
    margin: 1.2rem 0 !important;
}

.content-box {
    width: 100%;
    padding: 6rem 0;
}

.content {
    padding: 3rem 4rem 2rem;
    width: 60%;
    margin: 0 auto;
    border-radius: 2rem;
}

.xiahuaxian {
    position: absolute;
    display: inline-block;
    border: 1px solid red;
    background: red;
    bottom: .6rem;
    left: 2.2rem;
    width: 1.2rem;
}

.content-Top-left {
    padding-left: 3rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.content-Top-right {
    padding-right: 3rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    overflow: hidden;
}

.content-Index {
    display: inline-block;
    font-size: 3rem;
    border: .4rem solid #000;
    color: #000;
    padding: 1.2rem 1rem;
    position: relative;
}

.content-Title {
    width: fit-content;
    display: inline-block;
    max-width: 35rem;
    font-size: 1.8rem;
    height: 2.6rem;
    line-height: 2.6rem;
    font-weight: 600;
    overflow: hidden;
    color: #000;
    padding: 0 1rem;
}

.content-Img-box {
    height: 30rem;
    clear: both;
}

.Other-Content-Title {
    height: 60%;
    padding-left: 7.7rem;
    padding-top: 4rem;
    position: relative;
}

.Other-Content {
    position: absolute;
    padding: 1.5rem;
    background: #FFF;
    height: 24rem;
    width: 25rem;
    margin-left: 1rem;
    z-index: 9;
    border-radius: 2rem;
}

.Other-content-bottom-left {
    padding-top: 13rem;
    padding-left: 16rem;
}

.Other-Bottom-right {
    height: 40%;
    width: 161%;
    z-index: 1;
}

.Other-Bottom-left {
    height: 40%;
    width: 162%;
    position: absolute;
    z-index: 1;
    left: -62%;
}

.c-price-new {
    color: #f8353e;
    font-weight: 600;
    font-size: 2.2rem;
}

.c-price-old {
    text-decoration: line-through;
    font-size: 1.4rem;
    color: #191919;
}

.yuan {
    font-size: 1.4rem;
    font-weight: bold;
    color: #f8353e;
}

.content-bottom-left {
    padding-left: 22%;
    padding-top: 2rem;
}

.content-bottom-right {
    text-align: right;
    padding-right: 11%;
    padding-top: 2rem;
}

.Lists {
    position: relative;
    padding-left: 2rem;
    color: #000;
}

.video {
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 9999;
}

.video .icon-shipin,
.video .icon-closed {
    float: right;
    padding: 1rem;
    cursor: pointer;
    padding-bottom: 2rem;
}

.video .icon-shipin,
.video .icon-closed {
    font-size: 5rem;
}</pre></body></html>