﻿.product-part .part-content ul { margin-left: 6px; }
.product-part .part-content ul li { float: left; width: 352px; height:398px; background: #f8f8f8; text-align: center; margin: 0 20px 20px 0; transition: all .2s linear; padding: 13px; border-radius: 15px; }
.product-part .part-content ul li:hover { box-shadow: 0 6px 10px rgba(0,0,0,0.3); -webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.3); transform: translate3d(0, -2px, 0); /*border-color:#e60012;*/ }
.product-part .part-content ul li:nth-child(3n) { margin-right: 0; }
.product-part .part-content ul li a { display: block; color: #000; font-size: 14px; }
.product-part .part-content ul li a:hover { color: #d80808; }
.product-part .part-content ul li a h4 {  margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 18px; font-weight: 600; line-height: 26px; text-align: left; }
.product-part .part-content ul li a img { display: block; width: 352px; border-top-left-radius: 15px; border-top-right-radius: 15px; /*height:209px;*/ }
.product-part .part-content ul li a .img-content { margin-top: 0px; }
.product-part .part-content ul li a .text-content { margin-top: 10px; }
.product-part .part-content ul li .text-content span { float: left; display: block; }
.product-part .part-content ul li .text-content span.price { color: #d80808; margin-left: 0; margin-top: 2px; }
.product-part .part-content ul li .text-content span.price em { font-size: 14px; font-style: normal; }
.product-part .part-content ul li .text-content span.price i { font-size: 13px; font-style: normal; }
.product-part .part-content ul li .text-content span.type { float: right; font-size: 12px; margin-right: 20px; margin-top: 3px; }
.product-part .part-content ul li span.xunjia { width: 80px; font-size: 12px; height: 27px; color: #fff; line-height: 27px; border-radius: 5px; background: #c91806; color: #fff; margin-left: 30px; cursor: pointer; }
.product-part .part-content ul li span.xunjia:hover { color: #ff0; }

.product-part .part-content ul li a .text-content .pro-tags { margin: 10px 0 13px 0; text-align: left; }
.product-part .part-content ul li a .text-content .pro-tags span { float: none; display: inline-block; margin-right: 10px; padding: 3px 8px; font-size: 13px; border-radius: 4px; }
.product-part .part-content ul li a .text-content .pro-tags span:nth-child(1) { color: rgba(39, 125, 255, 1); background: rgba(39, 125, 255, 0.1); }
.product-part .part-content ul li a .text-content .pro-tags span:nth-child(2) { color: rgba(6, 168, 77, 1); background: rgba(47, 209, 44, 0.1); }
.product-part .part-content ul li a .text-content .pro-tags span:nth-child(3) { color: rgba(121, 39, 255, 1); background: rgba(121, 39, 255, 0.1); }
.product-part .part-content ul li a .text-content .pro-tags span:nth-child(4) { color: rgba(36, 151, 176, 1); background: rgba(0, 209, 255, 0.1); }
.product-part .part-content ul li a .text-content p { font-size: 12px; margin-bottom: 10px; color: #999; text-align: left; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }


.tuijian-product li { float: left; margin-right: 12px; margin-bottom: 10px; background: #f5f5f5; padding: 6px 8px 15px 8px; }
.tuijian-product li img { display: block; width: 270px; height: 175px; margin-bottom: 6px; }
.tuijian-product li span { display: block; width: 240px; margin: 0 auto; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tuijian-product li:nth-child(5) img, .tuijian-product li:nth-child(6) img { width: 182px; height: 240px; }
.tuijian-product li:nth-child(7) img { width: 372px; height: 240px; }
.tuijian-product li:nth-child(8) img { width: 345px; height: 240px; }
.tuijian-product li:nth-child(4), .tuijian-product li:nth-child(8) { margin-right: 0; }
.tuijian-product li a { font-size: 12px; color: #333; }
.tuijian-product li:nth-child(5) span, .tuijian-product li:nth-child(6) span { width: 158px; }
.tuijian-product li:nth-child(7) span, .tuijian-product li:nth-child(8) span { width: 205px; }

@media screen and (max-width: 800px) {
    .product-part .part-content ul.list-verticle li { float: left; width: 48.5%; height: auto; background: #fff; text-align: center; margin-right: 0; margin-bottom: 8px; padding:0; }
    .product-part .part-content ul.list-verticle li:nth-child(3n) { margin-right: 0; }
    .product-part .part-content ul.list-verticle li:nth-child(2n) { float: right; margin-right: 0; }
    .product-part .part-content ul.list-verticle li:hover { box-shadow: none; -webkit-box-shadow: none; transform: none; }
    .product-part .part-content ul.list-verticle li a { display: block; color: #000; font-size: 12px; width: 100%; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .product-part .part-content ul.list-verticle li a:hover { color: #d80808; }
    .product-part .part-content ul.list-verticle li a .img-content { margin-top: 10px; border-radius: 8px; border: 1px solid #eee; }
    .product-part .part-content ul.list-verticle li a .text-content { margin-top: 15px; }
    .product-part .part-content ul.list-verticle li a img { display: block; width: 100%; height: auto; margin: 0; border-radius: 8px; }
    .product-part .part-content ul.list-verticle li .text-content { margin-top: 10px; }
    .product-part .part-content ul li a .text-content p{ white-space: wrap; }
    .product-part .part-content ul.list-verticle li a h4 { margin-bottom: 8px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .product-part .part-content ul.list-verticle li .text-content span { float: left; display: block; }
    .product-part .part-content ul.list-verticle li .text-content span.price { color: #d80808; margin-left: 6px; margin-top: 2px; }
    .product-part .part-content ul.list-verticle li .text-content span.price em { font-size: 14px; font-style: normal; }
    .product-part .part-content ul.list-verticle li .text-content span.price i { font-size: 14px; font-style: normal; }
    .product-part .part-content ul.list-verticle li span.xunjia { float: right; width: auto; font-size: 12px; height: auto; color: #fff; line-height: initial; background: #c91806; color: #fff; border-radius: 5px; margin: 0 20px 0 0px; padding: 5px 12px; cursor: pointer; }
    .product-part .part-content ul.list-verticle li span.xunjia:hover { color: #ff0; }
    .product-part .part-content ul.list-verticle li .text-content span.type { float: left; color: #999; font-size: 12px; margin: 6px 0 10px 6px; }
    .product-part .part-content ul li a .text-content .pro-tags span{ font-size:12px; }

    .product-part .part-content ul.list-horizontal li { float: none; width: 100%; height: auto; background: #fff; text-align: left; margin-right: 0px; margin-bottom: 8px; }
    .product-part .part-content ul.list-horizontal li:hover { box-shadow: none; -webkit-box-shadow: none; transform: none; }
    .product-part .part-content ul.list-horizontal li a { display: block; color: #000; font-size: 12px; width: 100%; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .product-part .part-content ul.list-horizontal li a:hover { color: #d80808; }
    .product-part .part-content ul.list-horizontal li a .img-content { float: left; width: 48%; margin-top: 10px; border-radius: 8px; border: 1px solid #eee; }
    .product-part .part-content ul.list-horizontal li a img { display: block; width: 100%; height: auto; margin: 0; border-radius: 8px; }
    .product-part .part-content ul.list-horizontal li a .text-content { float: right; width: 48%; text-align: left; margin-top: 10px; }
    .product-part .part-content ul.list-horizontal li a .text-content h4 { margin-bottom: 12px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .product-part .part-content ul.list-horizontal li .text-content span { display: block; }
    .product-part .part-content ul.list-horizontal li .text-content span.price { float: left; color: #d80808; margin: 5px 0 0 0; }
    .product-part .part-content ul.list-horizontal li .text-content span.price em { font-size: 13px; font-style: normal; }
    .product-part .part-content ul.list-horizontal li .text-content span.price i { font-size: 13px; font-style: normal; }
    .product-part .part-content ul.list-horizontal li span.xunjia { float: right; width: auto; font-size: 12px; height: auto; color: #fff; background: #c91806; border-radius: 5px; line-height: initial; color: #fff; margin: 0 30px 0 0px; padding: 6px 12px; cursor: pointer; }
    .product-part .part-content ul.list-horizontal li span.xunjia:hover { color: #ff0; }
    .product-part .part-content ul.list-horizontal li .text-content span.type { float: left; color: #999; font-size: 13px; margin: 10px 0 0 0; }

    .product-part .part-content  ul.list-horizontal li { padding:0; }
    .product-part .part-content  ul.list-horizontal li a .img-content { width: 46%;}
    .product-part .part-content ul.list-horizontal li a .text-content { width: 51%; }
    .product-part .part-content ul.list-horizontal li a .text-content h4 { margin-bottom: 0px; line-height:15px; margin-bottom:5px; }
    .product-part .part-content  ul.list-horizontal li a .text-content .pro-tags { margin: 10px 0 10px 0; text-align: left; }
    .product-part .part-content  ul.list-horizontal li a .text-content .pro-tags span { float: none; display: inline-block; margin-right: 10px; padding: 3px 8px; font-size: 12px; border-radius: 4px; }
    .product-part .part-content  ul.list-horizontal li a .text-content .pro-tags span:nth-child(3),
    .product-part .part-content  ul.list-horizontal li a .text-content .pro-tags span:nth-child(4) { display: none; }
    .product-part .part-content  ul.list-horizontal li a .text-content p { font-size: 11px; margin-bottom: 10px; color: #999; text-align: left; white-space: initial; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
    .product-part .part-content  ul.list-horizontal li .text-content span { float: left; display: block; }
    .product-part .part-content  ul.list-horizontal li .text-content span.price { display: none;  }
    .product-part .part-content  ul.list-horizontal li span.xunjia { float: left; width: auto; font-size: 12px; height: auto; color: #fff; line-height: initial; background: #c91806; color: #fff; border-radius: 5px; margin: 0; padding: 5px 8px; cursor: pointer; }
    .product-part .part-content  ul.list-horizontal li .text-content span.type { float: right; color: #999; font-size: 12px; margin: 6px 0 10px 0px; }


    .tuijian-part .part-title p { margin: 7px 0px 0px 13px; width:66%; }
    .tuijian-product ul { margin: 8px; }
    .tuijian-product ul li { float: left; margin-right: 0; margin-bottom: 10px; background: #f5f5f5; padding: 5px 5px 8px 5px; width: 45.9%; }
    .tuijian-product ul li img { display: block; width: 100%; height: auto; margin-bottom: 5px; }
    .tuijian-product ul li:nth-child(3) img, .tuijian-product ul li:nth-child(4) img{ width: 100%; height: 110px; }
    .tuijian-product ul li:nth-child(5) img, .tuijian-product ul li:nth-child(6) img{ width: 100%; height: auto; }
    .tuijian-product ul li:nth-child(7) img, .tuijian-product ul li:nth-child(8) img{ width: 100%; height: auto; }
    .tuijian-product ul li:nth-child(2n) { float: right; margin-right: 0; }
    .tuijian-product ul li:nth-child(1) a span, .tuijian-product li:nth-child(2) a span, .tuijian-product li:nth-child(3) a span, .tuijian-product li:nth-child(4) a span,
    .tuijian-product ul li:nth-child(5) a span, .tuijian-product li:nth-child(6) a span, .tuijian-product li:nth-child(7) a span, .tuijian-product li:nth-child(8) a span
    { display: block; margin: 0 auto; text-align: center; width: 92%; font-size: 12px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}