<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.buy-box {
    max-width: 600px;
    font-size: .7rem;
    display: flex;
    position: fixed;
    z-index: 911;
    bottom: 0;
    width: 100%;
    height: 2.4rem;
    text-align: center;
    border-top: 1px solid #eee;
    background-color: #fff;
}
.buy-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.55rem;
    width: 16%;
    height: 100%;
    border-right: 1px solid #eee;
}
.buy-box .icon.active{
    color: #B22328;
}
.buy-box .icon.active .nav-icon-coll{
    background-image: url(../img/detail/ysc.png);;
}
.buy-box .buy-mode {
    width: 26%;
    height: 100%;
    line-height: 2.4rem;
}
.buy-box .buy-mode:last-child {
    color: #fff;
    background-color: #B22328;
}
.buy-box .icon a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.buy-box .icon i {
    display: block;
    margin: 0 auto;
    width: 1rem;
    height: 1rem;
    background-size: 100% 100%;
}
.buy-box .icon .nav-icon-kf,
.buy-box .icon .nav-icon-coll{
    width: 1rem;
    height: 1rem
}
header .title a{
    display: inline-block;
    height: 2.2rem;
    line-height: 2.2rem;
    padding: 0 .5rem;
}
.title .active{
    color: #B4272D;
    border-bottom: 2px solid #B4272D;
}
.swiper-container {
    width: 100%;
    position: relative;
}
/*.product-img .product-img-swiper video{*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*display: none;*/
/*}*/
.swiper-pagination-fraction{
    width: auto;
    padding: .08rem .4rem;
    border: 1px solid #999;
    border-radius: 1rem;
    color: #666;
    font-size: 12px;
    left: 85%;
    bottom: .8rem;
    background-color: rgba(255,255,255,.6);
}
.product-info {
    padding: .3rem .6rem;
    background-color: #fff;
}
.product-info &gt; div {
    margin: .2rem 0;
}
.product-info .product-info_name{
    position: relative;
    padding-right: 1rem;
    font-size: .85rem;
}
.product-info .product-info_name .share{
    position: absolute;
    right: 0;
    top:0.1rem;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/teacircle/share.png);
}
.product-info .product_name-sm{
    font-size: .6rem;
    color: #999;
}
.product-info .product_price{
    display: flex;
    align-items: baseline;
}
.product-info .product_price .new_price{
    color: #B4272D;
    font-size: 1rem;
}
.product-info .product_price .old_price{
    color: #999;
    text-decoration: line-through;
    font-size: .6rem;
    margin-left: .8rem;
}
.product-info .product-info_btm{
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: .6rem;
}
.service,
.parm,
.comment,
.coupon_bd,
.rec_bd,
.act_bd,
.detail-img{
    margin-top: .4rem;
    font-size: .7rem;
    background-color: #fff;
}
.service .top,
.parm{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service .top,
.service .mid,
.service .btm,
.parm,
.comment .com_title,
.com_bd .com_list,
.com_bd .com-more,
.coupon_bd .title,
.coupon_bd .coupon_swiper,
.rec_bd .title,
.act_bd .title{
    padding: .6rem;
}
.comment .com_title,
.coupon_bd .title,
.rec_bd .title,
.act_bd .title{
    border-bottom: 1px solid #ddd;
}
.service &gt; div+div {
    border-top: 1px solid #eee;
}
.service .btm {
    display: flex;
}
.service .fw {
    padding-top: 0.1rem;
    margin-right: 0.6rem;
}
.service .promise i {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.2rem;
    display: inline-block;
    background-size: 100% 100%;
    background-image: url(../img/detail/keyi.png);
}
.service .btm .promise:last-child {
    margin-left: .8rem;
}


.com_bd .com_list{
    font-size: .65rem;
    color: #666;
}
.com_list .com_time{
    color: #999;
    font-size: .6rem;
}
.com_list .user_info,
.com_list .com_time{
    margin-bottom: .2rem;
}
.com_list .user_info{
    display: flex;
    align-items: center;
}
.com_list .user_info .avatar{
    width: 1.6rem;
    height: 1.6rem;
    overflow: hidden;
    margin-right: .4rem;
    border-radius: 50%;
}
.com_list .user_info .avatar img{
    height:100%;
}
.com_bd .com-more{
    text-align: center;
}
.com_bd .com-more span{
    display: inline-block;
    font-size: .65rem;
    color: #B22328;
    border: 1px solid #B22328;
    border-radius: 1rem;
    padding: .1rem 1rem;
}
.coupon_bd .coupon_swiper .coupon{
    width: 7rem;
    height: 3.2rem;
    margin-right: .4rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.coupon_bd .coupon_swiper .couponY{
    color: #A9A9A9;
    background-image: url("../img/detail/lingqu.png");
}
.coupon_bd .coupon_swiper .couponF{
    color: #B22328;
    background-image: url("../img/detail/weilingqu.png");
}
.coupon .coupon_num{
    margin: .3rem 0 0 1.2rem;
    width: 2rem;
    font-size: 1.2rem;
    font-weight: bold;
}
.coupon .coupon_tip{
    margin: .1rem 0 0 .4rem;
    border-top: 1px dashed #666;
    width: 2.9rem;
    text-align: center;
    font-size: .5rem;
}
.couponF .coupon_tip{
    border-top: 1px dashed #B22328;
}
.rec-swiper .rec_pro{
    width: 7.6rem;
    font-size: .65rem;
    border-left:1px solid #ddd;
}
.rec_pro .rec_pro-img{
    width: 100%;
    height: 7.6rem;
}
.rec_pro .rec_pro-info,
.rec_pro .rec_pro-info-sm {
    padding: .1rem .2rem 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.rec_pro .rec_pro-info-sm,
.rec_pro .rec_pro-btm span:last-child{
    color: #999;
    font-size: .6rem;
}
.rec_pro .rec_pro-btm{
    padding: .2rem;
    display: flex;
    justify-content: space-between;
}
.act_bd .act-img{
    width: 100%;
    height: 7.4rem;
    overflow: hidden;
}
.act_bd .act-img img{
    height: 100%;
}
.detail-img img{
    vertical-align: bottom;
}
/*çŒœä½&nbsp;å–œæ¬¢/æŽ¨èé˜…è¯»*/
.rec-mode{
    margin: .4rem 0;
}
.rec-mode .rec-tabs{
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}
.rec-mode .rec-tabs &gt; span{
    display: inline-block;
    padding: .6rem;
}
.rec-mode .rec-tabs &gt; span.active{
    color: #B4272D;
    border-bottom: 2px solid #B4272D;
}
.article-list{
    padding: .4rem;
    background-color: #fff;
}
.article-list .article-detail h3{
    color: #000;
    font-size: .7rem;
    margin-right: .4rem;
    line-height: 1.4;
    font-weight: normal;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.article-list .article-info{
    display: flex;
    align-items: center;
    font-size: .5rem;
    color: #999;
    margin-top: .4rem;
}
.article-list .article-info span{
    margin-right: .4rem;
}
.article-list .article-info .tj{
    padding: 0 .1rem;
    color: #B4272D;
    border: 1px solid #B4272D;
    border-radius: .1rem;
}
/*å›¾å³é£Žæ&nbsp;¼*/
.article-style-r{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #eee;
}
.article-style-r .article-detail{
    width: 66%;
}
.article-style-r .article-img{
    width: 33%;
    height: 3.6rem;
    overflow: hidden;
}
/*ä¼˜æƒ&nbsp;åˆ¸å¼¹å±‚*/
.popup-pop .popup-pop-list{
    color: #B22328;
    display: flex;
    padding: .6rem 0;
    align-items: center;
    width: 100%;
    height: 4rem;
    margin-bottom: .6rem;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../img/detail/cwelingqu.png");
}
.popup-pop .popup-pop-list.active{
    color: #A9A9A9;
    background-image: url("../img/detail/clingqu.png");
}
.popup-pop .popup-pop-list .popup-name{
    width: 3rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bolder;
}
.popup-pop .popup-pop-list .popup-info{
    font-size: .5rem;
}
/*å‚æ•°å¼¹å±‚*/
.popup-pop,
.parm-pop{
    padding: .6rem;
    background-color: #fff;
}
.popup-pop .popup-title,
.parm-pop .parm-title{
    text-align: center;
    margin-bottom: .6rem;
}
.parm-pop .parm-pop-list{
    display: flex;
    padding: .6rem 0;
    border-bottom: 1px solid #eee;
}
.parm-pop .parm-pop-list:last-child{
    border-bottom:none;
}
.parm-pop .parm-pop-list .parm-name{
    width: 3rem;
    color: #999;
    text-align: right;
    margin-right: .6rem;
}
.parm-pop .parm-pop-list .parm-info{
    flex-grow: 1;
}
.popup-pop-close,
 .parm-pop-close{
    text-align: center;
    padding: 0.6rem 0;
    color: #ffffff;
    background-color: #B4272D;
    width: 100%;
}
    /*è¯„è®ºå¼¹å±‚*/
.comment-pop .close-pop{
    width: 1rem;
    height: 1rem;
    background-size: 100% 100%;
    background-image: url(../img/back.png);
}
.comment-pop .com_bd{
    position: absolute;
    top:2rem;
    left: 0;
    bottom: 0;
    overflow-y: auto;
}
.comment-pop .com_bd .com_list{
    margin-bottom: .4rem;
    background-color: #fff;
}
.com_bd .com_cont{
    line-height: 1.4;
    word-wrap: break-word;
    margin-bottom: .4rem;
}
.com_bd .com_list .com_btm{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.com_list .com_imgs ul{
    display: flex;
    flex-wrap: wrap;
}
.com_list .com_imgs ul li{
    width: 32%;
    margin-left: 1%;
    margin-bottom: .15rem;
    background-color: #eee;
}
.com_list .com_btm .zan-btn{
    font-size: .55rem;
    border-radius: .6rem;
    border: 1px solid #999;
    padding: .1rem .3rem .1rem 1.1rem;
    background-repeat: no-repeat;
    background-position: .3rem center;
    background-size: .65rem .65rem;
    background-image: url("../img/detail/appreciate.png");
}
.com_list .com_btm .zan-btn.active{
    color: #B4272D;
    border: 1px solid #B4272D;
    background-image: url("../img/detail/appreciate_fill.png");
}
/*è´­ç‰©è½¦ã€ä¸‹å•å¼¹å±‚*/
.choice-model {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 922;
    background-color: rgba(0, 0, 0, 0.8);
}
.choice {
    width: 100%;
    padding: 0.6rem 0.6rem 2.2rem;
    background-color: #fff;
}
.choice .choice-info{
    padding-bottom: .6rem;
    display: flex;
    border-bottom: 1px solid #eee;
}
.choice .choice-img {
    border-radius: 0.2rem;
    background-color: #eee;
}
.choice .choice-img img{
    width: 4rem;
    height: 4rem;
}
.choice .choice-p {
    line-height: 1.6;
    padding-left: .6rem;
    flex-grow: 1;
}
.choice .choice-p&gt;div:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.choice-p .choice-p-price {
    font-weight: 600;
    color: #B4272D;
    font-size: 0.9rem;
}
.choice-p&gt;div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.choice-p .del {
    width: 1rem;
    height: 1rem;
}
.choice .choice-spec {
    padding: 0.5rem 0 0.7rem;
    height: 11.5rem;
    overflow: auto;
}
.choice-spec .spec-box {
    margin-top: 0.6rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.choice-spec .spec-box .spec {
    padding: 0.4rem;
    margin-left: 0.5rem;
    font-size: 0.6rem;
    border-radius: 0.2rem;
    margin-bottom: 0.5rem;
    background-color: #e8e8e8;
}
.choice-spec .spec-box .spec-checked {
    color: #ffffff;
    background-color: #B4272D;
}
.choice .choice-num {
    padding: 0.8rem 0;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.choice-num&gt;div:last-child {
    display: flex;
    align-items: center;
    border-radius: 0.1rem;
    border: 1px solid #bbb;
}
.choice-num input {
    text-align: center;
    width: 2rem;
    height: 1.4rem;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}
.choice-num span {
    width: 1.4rem;
    text-align: center;
    line-height: 1.2rem;
    height: 1.2rem;
    padding: 0 0.4rem;
    font-size: 0.8rem;
}
.choice .choice-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 0.6rem 0;
    color: #ffffff;
    background-color: #B4272D;
    width: 100%;
}
.product-img .startPlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: 99;
    background-position: center center;
    background-color: rgba(0,0,0,.6);
    background-repeat: no-repeat;
    background-size: 3.5rem 3.5rem;
    background-image: url("../img/detail/play.png");
}
.product-img .video-box{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top:50%;
    left: 50%;
    z-index: 9999;
    background-color: rgba(0,0,0,.8);
    transform: translate(-50%,-50%);
}
.product-img .video-box video{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
}
.product-img .video-box .close{
    position: absolute;
    top: .8rem;
    right: .8rem;
    width: 1.8rem;
    height: 1.8rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../img/detail/close.png");
}
</pre></body></html>