/* 主体内容 */
.main-content {
    width: 1320px;
    margin: 0 auto;
}

/* 标题 */
.main-content .product-title {
    height: 100px;
    width: 100%;
}
.product-title .title-left {
    width: 1032px;
    float: left;
}
.product-title .title-right {
    width: 264px;
    float: left;
    margin-left: 24px;
}
.product-title .title-left .title img {
    margin-top: 40px;
    float: left;
}
.product-title .title-left .title span {
    margin-left: 12px;
    font-size: 20px;
    color: #333333;
    margin-top: 36px;
    display: inline-block;
    float: left;
}
.product-title .title-left .nav {
    float: right;
    line-height: 100px;
    color: #939393;
    font-size: 14px;
}
.product-title .title-right .similarity-title img {
    margin-top: 39px;
    float: left;
}
.product-title .title-right .similarity-title span {
    margin-left: 12px;
    font-size: 20px;
    color: #333333;
    margin-top: 35px;
    display: inline-block;
    float: left;
}

/* 商品面板、相似商品 */
.product-content .panel-similarity {
    height: auto;
}
/* 商品面板 */
.panel-similarity .good-panel {
    width: 1032px;
    height: 600px;
    float: left;
    background-color: white;
    padding: 30px;
    display: flex;
}
.good-panel .cover {
    float: left;
}
.good-panel .cover .mask {
    position: absolute;
    background: rgba(0,0,0,0.50);
    width: 460px;
    height: 440px;
    text-align: center;
    padding-top: 175px;
}
.good-panel .cover .mask img {
    cursor: pointer;
}
.good-panel .cover .cover-img {
    width: 460px;
    height: 440px;
    object-fit: contain;
}
.good-panel .cover .thumb {
    display: block;
    width: 458px;
    margin-top: 20px;
    overflow-x: auto;
    white-space: nowrap;
}
.good-panel .cover .thumb .mask {
    position: absolute;
    background: rgba(0,0,0,0.50);
    height: 80px;
    width: 80px;
    margin-top: -80px;
    text-align: center;
    padding-top: 25px;
}
.good-panel .cover .thumb .mask:hover {
    cursor: pointer;
}
.good-panel .cover .thumb .thumb-img {
    width: 80px;
    height: 80px;
    margin-left: 9px;
}
.good-panel .cover .thumb .thumb-img:hover {
    cursor: pointer;
}
.good-panel .cover .thumb .cur {
    border: 1px solid rgba(245,128,2,1);
}
.good-panel .cover .thumb .thumb-img:first-child {
    margin-left: 0;
}
.good-panel .cover .thumb .thumb-img:last-child {
    margin-left: 12px;
}
.good-panel .detail {
    margin-left: 28px;
    float: left;
}
.good-panel .detail .title {
    width: 484px;
    padding-top: 8px;
    padding-bottom: 14px;
}
.good-panel .detail .title .title-text {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.good-panel .detail .title .store {
    float: right;
    margin-top: 6px;
    color: #F58002;
}
.good-panel .detail .title .store:hover {
    cursor: pointer;
}
.good-panel .detail .title .store img {
    width: 16px;
    height: 16px;
}
.good-panel .detail .title .store span {
    vertical-align: middle;
}
.good-panel .detail .specification {
    /* padding-top: 9px; */
    padding-bottom: 34px;
    min-height: 300px;
    border-top: 1px solid rgba(216,216,216,1);
    border-bottom: 1px solid rgba(216,216,216,1);
}
.good-panel .detail .specification ul {
    float: left;
    margin-left: 22px;
}
.good-panel .detail .specification ul:first-child {
    margin-left: 0;
    width: 165px;
}
.good-panel .detail .specification ul li {
    margin-top: 24px;
}
.good-panel .detail .purchase {

}
.good-panel .detail .purchase .purchase-top {
    margin-top: 25px;
}
.good-panel .detail .purchase .purchase-top button {
    width: 20px;
    height: 30px;
    border: 1px solid #F58002;
    background-color: transparent;
    vertical-align: middle;
    line-height: 30px;
    color: #F58002;
}
.good-panel .detail .purchase .purchase-top input {
    width: 64px;
    height: 30px;
    border: 1px solid #F58002;
    text-align: center;
    color: #F58002;
}
.good-panel .detail .purchase .purchase-middle {
    margin-top: 25px;
}
.good-panel .detail .purchase .purchase-middle .add-cart {
    width: 150px;
    height: 40px;
    background: #F58002;
    border: 1px solid rgba(245,128,2,1);
    border-radius: 2px;
    color: white;
    font-weight: bold;
}
.good-panel .detail .purchase .purchase-middle .add-cart:hover {
    background: #f57212;
}
.good-panel .detail .purchase .purchase-middle .purchase-now {
    width: 150px;
    height: 40px;
    background: transparent;
    border: 1px solid rgba(245,128,2,1);
    border-radius: 2px;
    color: #F58002;
    font-weight: bold;
    margin-left: 20px;
}
.good-panel .detail .purchase .purchase-bottom {
    margin-top: 20px;
}

/* 相似商品 */
.panel-similarity .similarity-good {
    width: 264px;
    height: 600px;
    margin-left: 24px;
    float: left;
    background-color: white;
    padding-top: 28px;
    text-align: center;
    overflow: hidden;
}
.similarity-good .similarity-item {
    margin-top: 25px;
}
.similarity-good .similarity-item img {
    width: 160px;
    height: 160px;
}

/* 商品详情 */
.product-content .good-detail {
    background-color: white;
    margin-top: 30px;
}
.good-detail .title {
    height: 50px;
    border-bottom: 1px solid #29A05E;
    font-weight: bold;
}
.good-detail .title a {
    color: #333333;
    line-height: 50px;
    padding: 16px 27px;
}
.good-detail .title .cur {
    color: white;
    line-height: 50px;
    padding: 16px 27px;
    background-color: #29A05E;
}

/* 商品详情 */
.good-detail .detail-content .specification {
    padding: 45px 43px 33px;
}

.purchase-top .Information {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 550;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: linear-gradient(to right,gold,darkorange);
    text-align: center;
    border-radius: 5px;
    padding: 4px 5px;
    border: 1px solid darkgoldenrod;
}

/*.specification .noReport {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 550;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: linear-gradient(to right,gold,darkorange);
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    border: 1px solid darkgoldenrod;
}*/

.purchase-top .car {
    position: absolute;
    top: -2px;
    right: -9px;
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: red;
    color: #fff;
    text-align: center;
}

.detail-content .specification table {
    width: 100%;
    text-align: center;
}
.detail-content .specification table th {
    text-align: center;
    background-color: #FAFAFA;
    padding: 23px 0;
    border: 1px solid #DDDDDD;
}
.detail-content .specification table td {
    height: 65px;
    line-height: 65px;
    border: 1px solid #DDDDDD;
    font-size: 12px;
}
.detail-content .specification table td button {
    width: 26px;
    height: 39px;
    border: 1px solid #F58002;
    background-color: transparent;
    vertical-align: middle;
    line-height: 39px;
}
.detail-content .specification table td input {
    width: 83px;
    height: 39px;
    border: 1px solid #F58002;
    text-align: center;
}
.detail-content .specification table td p {
    line-height: 17px;
}
.detail-content .specification .add-cart {
    width: 110px;
    height: 40px;
    background: #F58002;
    border: 1px solid rgba(245,128,2,1);
    border-radius: 2px;
    color: white;
    float: right;
    margin-top: 20px;
    font-weight: bold;
}
.detail-content .specification .add-cart:hover {
    background: #f57212;
}
.detail-content .introduction {
    padding: 35px 44px 40px 43px;
    border-top: 1px solid #D8D8D8;
}
.detail-content .introduction .introduction-top .info-item {
    float: left;
    width: 350px;
}
.detail-content .introduction .introduction-bottom .info-item {
    float: left;
    width: 350px;
    margin-top: 44px;
}
.detail-content .introduction .info-item .info-title {
    font-size: 18px;
    font-weight: bold;
}
.detail-content .introduction .info-item p {
    margin-top: 12px;
}
.detail-content .introduction .delivery {
    height: 143px;
    margin-top: 68px;
    border: 1px solid #DDDDDD;
    padding: 26px;
}
.detail-content .introduction .delivery .delivery-title span {
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 10px;
}
.detail-content .introduction .delivery p {
    line-height: 33px;
    margin-top: 5px;
}

/* 客户文章 */
.good-detail .article {
    display: none;
}

/*筛选条件*/
.article .filter {
    background-color: white;
    display: inline-block;
    width: 100%;
}

/*分类*/
.filter .category {
    height: 50px;
    border-bottom: 1px solid #E7E7E7;
}
.filter .category .condition {
    float: left;
    width: 113px;
    text-align: left;
    padding: 15px 0 15px 28px;
    color: #119941;
    font-weight: bold;
}
.filter .category .detail {
    float: left;
    padding: 15px 0;
    border-left: 1px solid #E7E7E7;
}
.filter .category .detail ul {
    float: left;
    margin-left: 28px;
}
.filter .category .detail ul:first-child {
    margin-left: 0;
}
.filter .category .detail ul li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    margin-left: 24px;
}
.filter .category .detail ul li .cur {
    color: #FA7E1E;
}
.filter .category .detail ul li a {
    color: #565656;
}

/*内容*/
.article .content {
    background-color: white;
    display: inline-block;
    width: 100%;
    max-height: 750px;
    overflow-y: auto;
}
.article .content .article-item {
    padding: 25px 17px;
    border-bottom: 1px solid #DDDDDD;
}
.article .content .article-item p {
    color: #6A6A6A;
    margin-top: 10px;
}
.article .content .article-item p:first-child {
    margin-top: 0;
}
.article .content .article-item .article-title {
    color: #333333;
}

/* 客户文章 */
.good-detail .industrial {
    display: none;
}

/*内容*/
.industrial .content {
    background-color: white;
    display: inline-block;
    width: 100%;
    max-height: 750px;
    overflow-y: auto;
}
.industrial .content .industrial-item {
    padding: 25px 17px;
    border-bottom: 1px solid #DDDDDD;
}

/*特邀评论 */
.good-detail .comment {
    background-color: white;
    margin-top: 30px;
    display: none;
}
.comment .content {
    width: 1320px;
    padding: 27px 35px 29px;
    height: 550px;
    overflow-y: auto;
    border-bottom: 1px solid #DDDDDD;
}
.comment .bottom-bar {
    width: 1320px;
    padding: 27px 35px 29px;
    min-height: 75px;
}
.comment .bottom-bar a:hover {
    color: #168944;
}
.comment .bottom-bar .prev-article {

}
.comment .bottom-bar .next-article {
    float: right;
}

/* 产品咨询 */
.product-content .consult {
    background-color: white;
    margin-top: 30px;
}
.consult .title {
    height: 50px;
    border-bottom: 1px solid #29A05E;
    font-weight: bold;
}
.consult .title span {
    color: white;
    line-height: 50px;
    padding: 16px 27px;
    background-color: #29A05E;
}
.consult .content {
    width: 1320px;
    height: auto;
}
.consult .content .consult-form-item {
    margin-top: 40px;
}
.consult .content .consult-form-item .item-label {
    width: 120px;
    text-align: right;
    display: inline-block;
    margin-left: 150px;
    vertical-align: top;
    margin-top: 10px;
}
.consult .content .consult-form-item .consult-input {
    width: 348px;
    height: 40px;
    border: 1px solid #CACACA;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.consult .content .consult-form-item textarea {
    margin-left: 10px;
    width: 836px;
    border: 1px solid #CACACA;
    padding: 10px;
}
.consult .content .replyWay {
    margin-top: 20px;
    margin-left: 206px;
    margin-bottom: 0;
}
.consult .content .replyWay .control-label {
    font-weight: normal;
}
.consult .content .replyWay .radio {
    display: inline-block;
    margin-left: 4px;
}
.consult .content .replyWay .radio label {
    margin-left: 24px;
    padding-left: 0;
}
.consult .content .replyWay .radio label:first-child {
    margin-left: 0;
}
.consult .content .submit-consult {
    width: 150px;
    height: 40px;
    background-color: #29A05E;
    border-radius: 2px;
    color: white;
    border: none;
    margin-left: 584px;
    margin-top: 30px;
    margin-bottom: 40px;
    font-weight: bold;
}
.consult .content .submit-consult:hover {
    background-color: #168944;
}

/* 推荐商品 */
.product-content .recommend {
    background-color: white;
    margin-top: 30px;
    margin-bottom: 100px;
}
.recommend .title {
    height: 50px;
    border-bottom: 1px solid #29A05E;
    font-weight: bold;
}
.recommend .title span {
    color: white;
    line-height: 50px;
    padding: 16px 27px;
    background-color: #29A05E;
}
.recommend .content {
    width: 1320px;
    height: 590px;
    padding: 50px 71px 35px 69px;
}
.recommend .content .item-row {
    height: 260px;
}
.recommend .content .recommend-item:first-child {
    margin-left: 0;
    width: 180px;
}
.recommend .content .recommend-item {
    text-align: center;
    margin-left: 70px;
    float: left;
    width: 180px;
}
.recommend .content .recommend-item img {
    width: 180px;
    height: 180px;
}
.recommend .content .recommend-item img:hover {
    cursor: pointer;
}
