<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.GoodsBox {
    width: 100%;
    margin: 0 auto 20px;
}

.Goods {
    width: 100%;
    padding: 15px 15px 0;
}

.Goods &gt; h1 {
    width: 100%;
    line-height: 25px;
}

.Goods .GoodsDataEval .rating-level {
    z-index: 1;
}

.GoodsPriceBox {
    width: 100%;
    line-height: 30px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.GoodsMPrice {
    display: inline-block;
    margin-right: 5px;
}

.GoodsMPrice span {
    font-size: 32px;
}

.Goods .selected-spec-value {
    font-size: 20px;
}

.GoodsOPrice {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-decoration: line-through;
    *zoom: 1;
    *display: inline;
}

.GoodsAttrList {
    width: 100%;
}

.GoodsAttrList li {
    width: 100%;
    min-height: 30px;
    line-height: 30px;
}

.GoodsAttrList li &gt; .name {
    line-height: 100%;
    margin-top: 16px;
    vertical-align: middle;
}

.GoodsAttrBox {
    margin-top: 12px;
    vertical-align: middle;
}


.GoodsAttrP.cur {
    width: 50px;
    height: 50px;
}

.GoodsAttrP img {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 28px;
    max-height: 28px;
}

.GoodsAttrP.cur img {
    display: block;
}

.GoodsAttrW {
    display: inline-block;
    padding: 0 10px;
    width: 100px;
    height: 44px;
    line-height: 44px;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.GoodsAttrP {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.GoodsAttrW,
.GoodsAttrP {
    border: 2px solid #cccccc;
}

.GoodsAttrW.cur,
.GoodsAttrP.cur {
    border-color: #000;
    font-weight: bold;
}

.GoodsNumTab {
    display: inline-block;
    box-sizing: initial;
    height: 48px;
    border: 1px solid #cccccc;
}

.GoodsNumTab .btn {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border: none;
}

.GoodsNumTab .input {
    width: 48px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    border: none;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.Inventory {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    margin-left: 5px;
}

.GoodsBuy {
    width: 100%;
    margin-top: 51px;
}

.GoodsBuy .btn {
    display: inline-block;
    width: 48.5%;
    height: 55px;
    text-align: center;
    line-height: 51px;
    margin: 0 3% 0 0;
    vertical-align: middle;
    box-sizing: border-box;
}

.GoodsBuy .btn.border {
    border-width: 2px;
}

.GoodsBuy .btn:nth-child(2n) {
    margin-right: 0;
}

.GoodsBuy .btn.GoodsAddcart {
    position: relative;
    z-index: 2;
}

.control-share {
    margin-top: 7px;
}

.control-share .btn {
    display: inline-block;
    margin: 12px 12px 0 0;
    width: 45px;
}

.control-share .btn .icon {
    width: 100%;
}

.PsAttr {
    width: 100%;
    margin: 10px auto 0;
}

.PsAttr a {
    display: block;
    margin: 0 7px;
    padding: 10px 0;
    font-size: 14px;
    background: url(../images/MoreArrow.png) center right no-repeat;
    background-size: 9px 16px;
}

/* å¥—é¤ */
.GoodsRecomBox {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    margin-top: 10px;
    z-index: 1801;
}

.GoodsRecomBox .GoodsRecomH {
    display: flex;
}

.GoodsRecomBox .GoodsRecomH .name {
    flex: 1;
    text-align: center;
    display: block;
    padding: 11px 5px;
}

.GoodsRecomBox .GoodsRecoms {
    display: none;
}

.GoodsRecomBox .GoodsRecomPro {
    max-height: 200px;
    overflow: auto;
}

.GoodsRecomBox .GoodsRecomPro .GoodsRecomProList {
    padding: 16px 10px;
}

.GoodsRecomBox .GoodsRecomPro .GoodsRecomProList:last-child {
    border-bottom: none;
}

.GoodsRecomBox .GoodsRecomProList .name {
    display: block;
}

.GoodsRecomBox .GoodsRecomProList .msg {
    margin-left: 65px;
}

.GoodsRecomBox .GoodsRecomProList .GoodsRecomProPrice {
    display: block;
    font-weight: bold;
    text-decoration: line-through;
}

.GoodsRecomBox .GoodsRecomProList .GoodsRecomProImg {
    width: 55px;
    float: left;
}

.GoodsRecomBox .GoodsRecomProList .GoodsRecomProImg img {
    width: 100%;
}

.GoodsRecomBox .GoodsRecomBuy {
    display: flex;
}

.GoodsRecomBox .GoodsRecomBuy .GoodsRecomPrice,
.GoodsRecomBox .GoodsRecomBuy .GoodsRecomBuyBt {
    padding: 17px 10px;
}

.GoodsRecomBox .GoodsRecomBuy .GoodsRecomPrice {
    flex: 1;
}

.GoodsRecomBox .GoodsRecomBuy .GoodsRecomPrice .important {
    font-weight: bold;
}

.GoodsRecomBox .GoodsRecomBuy .GoodsRecomBuyBt {
    display: block;
    text-align: center;
}

.contain-review {
    margin-top: 70px;
}

.contain-review .head,
.contain-description .title,
.contain-recommended .title {
    padding: 0 15px 5px;
    border-bottom: 1px solid #666666;
}

.contain-review .head {

}

.contain-review .head .title {

}

.contain-review .head .total-score {

}

.contain-review .head .total-score .icon,
.contain-review .head .total-score .text {
    display: inline-block;
    vertical-align: middle;
}

.contain-review .wrapper-review {

}

.contain-review .wrapper-review.collapse {
    max-height: 378px;
    overflow: hidden;
}

.GoodsDetEvalList {
    padding: 0 15px;
}

.GoodsDetEvalList .item {
    width: 100%;
    margin: 23px 0 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #f9f9f9;
    box-shadow: 4px 6px 0 rgba(0, 0, 0, 0.05);
}

.GoodsDetEvalList .item .GoodsDetEvalCons {
    margin-top: 15px;
}

.GoodsDetEvalList .item .EvalShowImg {
    margin-top: 15px;
    position: relative;
}

.GoodsDetEvalList .item:nth-child(2n) {
    margin-right: 0;
}

.EvalShowImg {
    /* width: 400px; */
    min-height: 50px;
}

.EvalShowImgSmallBox dd {
    width: 45px;
    height: 45px;
    overflow: hidden;
    margin-right: 10px;
    float: left;
    position: relative;
    text-align: center;
}

.EvalShowImgSmallBox dd &gt; div {
    width: 45px;
    height: 45px;
}

.EvalShowImgSmallBox dd img {
    max-width: 45px;
    max-height: 45px;
}

.EvalShowImgSmallBox dd span {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.EvalShowImgSmallBox dd.cur {
    z-index: 111;
}

.btn-show-more-review {
    display: block;
    margin: 30px 15px 0;
    /* width: 235px; */
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    border: 1px solid #000;
}

.contain-description {
    margin-top: 105px;
}

.contain-description .title {

}

.GoodsDetCon {
    width: auto;
    padding: 3.125%;
}

.GoodsDetCon,
.GoodsDetCon * {
    max-width: 100%;
    line-height: 130%;
    word-break: break-all;
}

.GoodsDet {
    width: 100%;
    line-height: 200%;
    padding: 10px;
    font-size: 15px;
}

.GoodsDet img {
    max-width: 100%;
}

.GoodsDetRecomList {
    width: 205px;
    padding: 10px 9px 0;
}

.GoodsDetRecomList li {
    width: 100%;
    height: 82px;
    margin-bottom: 10px;
}

.GoodsDetRecomProImg {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    text-align: center;
}

.GoodsDetRecomProImg img {
    max-height: 80px;
    max-width: 80px;
}

.GoodsDetRecomProInfo {
    margin-left: 90px;
    padding: 5px 0;
    height: 72px;
}

.GoodsDetData {
    padding: 20px;
}

.GoodsDetData &gt; h1 {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}

.GoodsDetData &gt; table {
    width: 100%;
    margin: 0 auto;
}

.GoodsDetData &gt; table tr {
    width: 100%;
}

.GoodsDetData &gt; table td {
    width: 100%;
    line-height: 150%;
    font-size: 15px;
    padding: 5px 0;
}

.GoodsDetEvalCon {
    margin-left: 130px;
    min-height: 100px;
}

.GoodsDetR {
    border: 1px solid #ddd;
}

.GoodsDetTab .goods-fun-scan .big-img {
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 0 24px #eee;
}

.GoodsDetR .GoodsDetTab a.btn-to-cart {
    background: #c41313;
    color: #fff;
}

.GoodsDetRecomH {
    background: #c41313;
    color: #fff;
}

.GoodsDetRecomList {
    border: 1px solid #ddd;
}

.GoodsDetRecomProImg {
    border: 1px solid #ddd;
}

.GoodsDetData &gt; h1 {
    background: #f6f6f6;
    color: #333;
}

.GoodsDetData &gt; table td {
    color: #666;
}

.GoodsDetEvalPer {
    color: #666;
}

.GoodsDetEvalPer span {
    color: #f36;
}

.contain-recommended {
    margin-top: 50px;
}

.page-goods-info .main {
    padding-bottom: 171px;
}

.main_visual {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.main_image {
    overflow: hidden;
    position: relative;
    height: 100%
}

.main_image ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.main_image li {
    float: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center
}

.main_image li &gt; span {
    height: 100%;
    vertical-align: middle;
    display: inline-block
}

.main_image li img {
    vertical-align: middle;
}

.EvalShowImg {
    width: 100%;
    margin-top: 10px
}

.EvalShowImg .main_image li img {
    max-width: 100%;
}

.EvalShowImg .EvalShowImgThumb {
    width: 100%
}

.EvalShowImg .EvalShowImgThumb dd {
    display: inline-block;
    float: left;
    width: 55px;
    height: 55px;
    margin: 0 4px 4px 0;
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.EvalShowImg .EvalShowImgThumb dd img {
    max-height: 53px;
    max-width: 53px;
    vertical-align: middle
}

.EvalShowImg .EvalShowImgThumb dd span {
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.pinch-zoom-container {
    height: 100%;
}

div.flicking_con {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 20px;
    text-align: center
}

div.flicking_con a {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 2px
}

.ShowImgClose {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px
}</pre></body></html>