<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.activity-banner {
    margin-bottom: 50px;
}

.products-list.type1 {
    margin: 0 -25px;
}

.products-list .cover {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 0;
    z-index: 30;
}

.products-list.type1 .item {
    width: 25%;
    padding: 0 25px;
}

.products-list.type2 {
    margin: 0 -18px;
}

.products-list.type2 .item {
    width: 20%;
    padding: 0 18px;
}

.products-list .box {
    max-width: 320px;
    margin: 0 auto 40px;
    position: relative;
    text-align: left;
}

.products-list .pic-box{
    border-radius: 25px;
    overflow: hidden;
}

.products-list .box.new .pic-box:before {
    content: '';
    display: block;
    background: url('../../images/common/products/hot.png') no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 15;
    left: 7px;
    top: 7px;

}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list .pic:before {
    content: '';
    background: rgba(255, 255, 255, 0.4) /*url('../../images/common/products/hover.png') 50% 0% no-repeat*/;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}

.products-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}

.products-list .pic-box .btn {
    background: #5F5B7B;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index:31;
    right: 10px;
    top: 10px;
    border-radius: 50%;
}

.products-list .pic-box .btn:hover {
    background: #9D1F34;
}

.products-list .pic-box .btn i {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.products-list .pic-box .ibtn.wish {
    background-position: 0 0;
}

.products-list .pic-box .ibtn.wish:hover {
    background-position: 0 100%;
}

.products-list .pic-box .ibtn.delete {
    background-position: 100% 0;
}

.products-list .pic-box .ibtn.delete:hover {
    background-position: 100% 100%;
}

.products-list .txt {
    padding-top: 10px;
}

.products-list .name {
    color: #231815;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 0px;
    position: relative;
    margin: 10px 0 20px 0;
}

.products-list .box:hover .name {
    color: #9D1F34;
}

.products-list .description {
    color: rgba(51,51,51,.7);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.75;
    height: 75px;
    overflow: hidden;
}

.products-list .more {
    width: 108px;
    height: 25px;
    display: block;
    color: transparent;
    margin: 20px auto 0;
    background: url('../../images/common/products/pro_more.png');
}

.products-list .more i {
    font-size: 16px;
}

.products-list .box:hover .more {
    background-position: 0 100%;
}

.products-list .offers {
    color: #333;
    font-size: 21px;
    text-align: center;
    letter-spacing: 2px;
    text-indent: -2px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    font-family: 'Playfair Display', serif;
}

.products-list .btn-group {
    overflow: hidden;
    margin-top: 8px;
}

.products-intro {
    margin-bottom: 10px;
}

.gallery {
    float: left;
    width: 54%;
    max-width: 595px;
}
.share_box{
    margin: -6px 0 7px;
    text-align: left;}

.pd-intro {
    float: right;
    width: 45%;
}

.pd-intro .pd-id {
    color: #aaa;
    font-size: 14px;
}

.pd-intro .pd-name {
    color: #393939;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 1.2;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #A4A592;
}

.pd-info-box,
.pd-info.price {
    border-bottom: 1px dotted #A4A592;
}

.pd-info {
    margin: 12px 0;
}

.pd-info b {
    color: #9D1F34;
    margin: 0 10px 0 0;
    font-size: 16px;
}

.pd-info select.form-control {
    display: inline-block;
    margin: 0;
    max-width: 60%;
    height: 30px;
    line-height: 28px;
    background: #fff;
    border-color: #ccc;
    border-radius: 0;
}

.pd-info select.form-control:focus {
    border-color: #666;
}

.pd-infon{
    margin-bottom: 20px;
}

.pd-price {
    display: block;
    vertical-align: middle;
    margin-right: 20px;
    text-decoration: line-through;
}

.pd-price.better {
    text-decoration: none;
}

.pd-activity {
    background: rgb(228, 57, 43);
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px 0 45px;
    margin: 0 0 7px 0;
    transition: all .2s;
    position: relative;
    border-radius: 18px;
}

.pd-activity:hover {
    background: #F76171;
}

.pd-activity:before,
.pd-activity:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    vertical-align: middle;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    position: absolute;
    animation-direction: alternate;
    top: 7px;
}

.pd-activity:before {
    animation-name: activity-ani;
    opacity: .5;
    left: 8px;
}

.pd-activity:after {
    animation-name: activity-ani2;
    opacity: 1;
    left: 20px;
}

@keyframes activity-ani {
    from {
        opacity: .5;
    }
    to {
        opacity: 1;
    }
}

@keyframes activity-ani2 {
    from {
        opacity: 1;
    }
    to {
        opacity: .5;
    }
}

.pd-activity a {
    display: block;
}

.pd-info-label {
    margin-bottom: 6px;
    float: left;
    width: 16%;
}

.pd-info .color-radio {
    display: inline-block;
    padding: 2px;
    border: 1px solid #DCDCDC;
    position: relative;
    line-height: normal;
    margin: 0 3px 6px 0;
    cursor: pointer;
}

.pd-info .color-radio.checked {
    border-color: #7FCAA5;
}

.pd-info .color-radio input {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}

.pd-intro .btn-group .btn {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    margin: 5px 0;
    padding: 10px 0;
}

.pd-intro .btn-group .btn.addcart,
.pd-intro .btn-group .btn.buynow {
    transition: all .2s;
    border: 2px solid transparent;
    background: #999;
}


.pd-intro .btn-group .btn.buynow {
    background: #D8594B;
}

.pd-intro .btn-group .btn.addcart:hover,
.pd-intro .btn-group .btn.buynow:hover {
    border: 2px solid #5F5B7B;
    background: none;
    color: #5F5B7B;
}

.pd-intro .btn-group .btn.soldout,
.pd-intro .btn-group .btn.arrival {
    transition: all .2s;
    border: 2px solid #666;
    color: #666;
    background: none;
}

.pd-intro .btn-group .btn.soldout:hover,
.pd-intro .btn-group .btn.arrival:hover {
    border-color: #9D1F34;
    color: #9D1F34;
}

.pd-intro .btn-group .btn.wish {
    float: none;
    clear: both;
    width: 100%;
    border: 2px solid transparent;
    background: rgb(174, 189, 94);
    padding: 7px 0 6px 0;
}

.pd-intro .btn-group .btn.wish:hover {
    border-color: rgb(174, 189, 94);
    color: rgb(174, 189, 94);
    background: none;
}

.pd-intro .btn-group .btn .ic {
    display: block;
    margin: 0 auto 6px;
    font-size: 22px;
}

.pd-intro .btn-group .btn.wish .ic {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 6px 0;
}

.buymore-box {
    padding-top: 15px;
}

.buymore-box .title {
    color: #505050;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 22px;
    margin: 10px 0;
    border-bottom: 1px solid #E1E1E1;
    padding: 0 0 5px 0;
}

.buymore-box .title i {
    font-size: 15px;
    color: #72B1AA;
}

.buymore-list .item {
    background: #f2faf6;
    margin-top: 3px;
    padding: 8px 12px;
    width: 49%;
    margin: 5px 0.5%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.buymore-list .item:hover,
.buymore-list .item.checked {
    background: rgba(237, 237, 237, .78);
}

.buymore-list .price {
    display: inline-block;
    color: #E50000;
    font-size: 15px;
    font-weight: bold;
}

.buymore-list .name {
    display: inline-block;
    color: #555;
    font-size: 14px;
}

.buymore-list .name:hover {
    text-decoration: underline;
}

.buymore-list .pd-info {
    margin: 0;
    padding-top: 4px;
}

.buymore-list .pd-info .form-control {
    margin: 2px 0;
    padding: 0 5px;
    max-width: none;
}

.buymore-list .pd-info .spec {
    float: left;
    width: calc(100% - 75px);
}

.buymore-list .pd-info .qty {
    float: right;
    width: 70px;
}

.related-box {
    margin-top: 15px;
}

.related-slider {
    position: relative;
}

.related-slider .slick-dots {
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 100%;
}

.related-slider .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/products/related_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    opacity: 1;
    border-radius: 0;
}

.related-slider .slick-dots li.slick-active button {
    background-position: 100% 0;
}

.related-list {
    margin: 0 -2px;
}

.related-list .item {
    padding: 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.related-list .box {
    display: block;
    max-width: 145px;
    margin: 0 auto;
}

.related-list .pic {
    position: relative;
    overflow: hidden;
}

.related-list .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    transition: all 0.3s;
}

.related-list .box:hover .pic:before {
    opacity: 1;
}

.products-detail {
    position: relative;
}

.related-box .title,
.products-detail .title {
    color: #505050;
    font-size: 22px;
    margin: 30px 0 15px;
    border-bottom: 1px solid #E1E1E1;
    padding: 0 0 5px 0;
    font-family: 'Playfair Display', serif;
}

.related-box .title i,
.products-detail .title i {
    font-size: 15px;
    color: #9D1F34;
}


/**********sort_box**********/

.sort_box {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 0px;
}

.control-label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

.control-box {
    float: left;
}

.sort_box .form-control {
    margin-bottom: 0px;
    background: transparent;
    color: #999;
    padding: 0 5px;
    border: 1px solid rgb(208, 208, 208);
}

.sort_box .form-control:focus {
    outline: none;
    border-color: #666;
}

.form-group {
    float: left;
    font-size: 15px;
}

.form-group:after {
    content: '';
    display: block;
    float: left;
    z-index: 10;
    height: 22px;
    left: 0;
    top: 0;
    margin: 4px 4px;
}

.sort_icon {
    float: left;
    line-height: 30px;
}

.sort_icon .ibtn.one {
    background-image: url(../../images/common/products/sort_pic3.png);
    width: 24px;
    height: 24px;
    display: none;
}

.sort_icon .ibtn.two {
    background-image: url(../../images/common/products/sort_pic1.png);
    width: 24px;
    height: 24px;
}

.sort_icon .ibtn.four {
    background-image: url(../../images/common/products/sort_pic2.png);
    width: 24px;
    height: 24px;
}

.sort_icon .ibtn.active {
    background-position: 0 100%;
}

@media screen and (max-width: 767px) {
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
}


/***products_view_two***/

.products-list li.item_two {
    width: 50%;
    padding: 0 10px;
}

.products-list li.item_two:nth-child(4n+1) {
    clear: none;
}

.products-list li.item_two:nth-child(3n+1) {
    clear: none;
}

.products-list li.item_two:nth-child(2n+1) {
    clear: left;
}

.products-list .text-box {
    max-width: 620px;
    margin: 0 auto;
}


/***products_view_one***/

.products-list li.item_one:nth-child(n) {
    clear: none;
}

.products-list &gt; li.item_one {
    width: 100%;
    padding: 0 8px;
    max-width: 1055px;
}

.products-list {
    margin: 0 auto;
}


/************************/


/* �𤩎��蝪∟膩 ��见��*/
.p-info-box{
    display: flex;
    border-bottom: 1px dotted #A4A592;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.info-left{
    width: 16%;
}
.info-right{
    width: 84%;
}
/* �𤩎��蝪∟膩 蝯鞉��*/

.share_box.product_share {
    display: inline-block;
    position: relative;
    text-align: center;
    max-width: 900px;
}

@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 -7px;
    }
    .products-list.type1 .item {
        padding: 0 7px;
    }
}

@media screen and (max-width: 1320px) {
    .products-list.type1 .item {
        width: 33.33%;
    }
    .products-list.type2 {
        margin: 0 -10px;
    }
    .products-list.type2 .item {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1260px) {
    .buymore-box,
    .related-box {
        float: none;
        width: auto;
        clear: both;
    }
    .buymore-list .item {
        padding: 5px 10px;
    }
    .buymore-list .pd-txt {
        float: left;
        padding: 3px 0;
    }
    .related-box {
        margin: 0;
        padding-top: 15px;
        max-width: none;
    }
}

@media screen and (max-width: 1000px) {
    .products-list.type2 .item {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .products-list.type1 .item {
        width: 50%;
    }
    .products-list.type1 .box {
        margin-bottom: 30px;
    }
    .products-list.type2 {
        margin: 0 -7px;
    }
    .products-list.type2 .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list.type2 .box {
        margin-bottom: 30px;
    }
    .gallery,
    .pd-intro {
        float: none;
        width: auto;
    }
    .gallery {
        margin: 0 auto 25px;
    }
    .buymore-list .item {
        padding-bottom: 6px;
    }
    .buymore-list .pd-txt,
    .buymore-list .pd-info {
        float: none;
        width: auto;
    }
    .products-detail .title {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .products-detail .title:before {
        font-size: 30px;
        margin-right: 5px;
    }
    .products-detail .title:after {
        left: 180px;
    }
    .buymore-list .item {
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 520px) {
    .products-list.type1 .item {
        width: 100%;
    }
    .products-list.type2 .item {
        width: 100%;
    }

    .pd-info-label {
        width: 25%;
    }
    .info-left {
        width: 25%;
    }
    .info-right {
        width: 75%;
    }
}

@media screen and (max-width: 400px) {
    .pd-intro .btn-group .col {
        width: 100%;
    }
}
</pre></body></html>