<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import "common/reset.css";
@import "common/base.css";
@import "common/headerproduct.css";
@import "common/footer.css";

/**
 * @description: 产品展示
 * @author: 徐公子 (1793264418@qq.com)
 * @update: 徐公子 (2018-01-27 08:00)
 */

.main {
    width: 1200px;
    margin: 15px auto 0 auto;
}


.league {
    width: 100%;
    overflow: hidden;
}
.page a{border: 1px solid #dddfe9;color: #464646;padding: 1px 9px;font-size: 14px;margin-right: 12px;}


.common-nav {
    width: 200px;
    float: left;
    text-align: right;
}

.league-nav .title {
    padding: 8px 10px 18px 0;
    overflow: hidden;
}

.league-nav .title h1 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
}

.league-nav .title p {
    font-size: 16px;
    color: #333;
}

.league-nav .list li {
    margin-bottom: 3px;
}

.league-nav .list li a {
    width: 190px;
    height: 38px;
    line-height: 38px;
    padding-right: 10px;
    display: block;
    font-size: 16px;
    color: #333;
}

.league-nav .list li a.active {
    background: #f3f3f3;
}

.common-content {
    width: 910px;
    float: right;
    margin-top: 18px;
    padding-bottom: 40px;
}


.products {
    
}

.products li {
    width: 240px;
    height: 350px;
    padding: 13px;
    float: left;
    border: 1px solid #eee;
    transition: all 300ms;
    margin: 12px 12px 0 0;
}

.products li .img {
    width: 240px;
    height: 238px;
    overflow: hidden;
}

.products li .img img {
    width: 240px;
    height: 238px;
    display: block;
}

.products li .text {
    margin-top: 10px;
    height: 45px;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}

.products li .look {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 1px;
    font-size: 16px;
    background: #f3f3f3;
    color: #333;
    display: block;
    float: right;
    margin-top: 15px;
}

.products li:hover {
    box-shadow: 1px 1px 20px #dedede;
}
.productDetail {
    width: 99.5%;
    border: 1px solid #eee;
}
.productDetail .productImg {
    width: 430px;
    height: 325px;
    overflow: hidden;
    float: left;
    position: relative;
}

.productDetail .productImg img {
    width: 430px;
    height: 325px;
    display: block;
}
.productDetail .productImg .hd {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 999;
}
.productDetail .productImg .hd li {
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
}
.productDetail .productImg .hd li.on {
    background: #3999bd;
}
.productDetail .productInfo {
    width: 470px;
    float: left;
}

.productDetail .productInfo .padding {
    padding: 20px 0 20px 20px;
}

.productDetail .productInfo .title {
    height: 70px;
    line-height: 35px;
    font-size: 24px;
    color: #333;
    overflow: hidden;
}
.productDetail .productInfo .config {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.productDetail .productInfo .config li {
    width: 50%;
    height: 40px;
    line-height: 40px;
    float: left;
}

.share {
    margin-top: 20px;
    display: block;
}

.productAbout {
    width: 100%;
    margin-top: 20px;
}

.productAbout-item {}
.productAbout-item li {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 40px;
}
.productAbout-item .img {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.productAbout-item .text {
    width: 50%;
    float: left;
    overflow: hidden;
}
.productAbout-item .text h2 {
    margin-top: 20px;
    font-size: 28px;
    color: #333;
}
.productAbout-item .text p {
    margin-top: 20px;
    line-height: 28px;
    font-size: 16px;
    color: #333;
}
</pre></body></html>