body {
    background-color: #F6F6F6;
}

/* 导航菜单 */
.nav-menu {
    margin-top: 30px;
    height: 70px;
    box-shadow: 0 2px 5px 0 rgba(221,221,221,0.5);
    background-color: white;
}
.nav-menu .nav-content {
    width: 1320px;
    margin: 0 auto;
}
.nav-menu .nav-content img {
    margin: 0 5px;
}
.nav-menu .nav-content span {
    font-size: 16px;
    line-height: 70px;
    vertical-align: middle;
}
.nav-menu .nav-content a {
    font-size: 16px;
    line-height: 70px;
    vertical-align: middle;
}

/* 内容*/
.main-content {
    width: 1320px;
    margin: 0 auto;
}
.main-content .product-content {
    margin-top: 30px;
    margin-bottom: 100px;
}

/* 商品面板 */
.product-content .good-panel {
    width: 1320px;
    height: 570px;
    background-color: white;
    padding: 30px;
}
.good-panel .cover {
    float: left;
}
.good-panel .cover .mask {
    position: absolute;
    background: rgba(0,0,0,0.50);
    width: 610px;
    height: 408px;
    text-align: center;
    padding-top: 145px;
}
.good-panel .cover .mask img {
    cursor: pointer;
}
.good-panel .cover .cover-img {
    width: 610px;
    height: 408px;
    object-fit: contain;
}
.good-panel .cover .thumb {
    display: block;
    width: 610px;
    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: 114px;
    margin-top: -80px;
    text-align: center;
    padding-top: 25px;
}
.good-panel .cover .thumb .mask:hover {
    cursor: pointer;
}
.good-panel .cover .thumb .thumb-img {
    width: 114px;
    height: 80px;
    margin-left: 9px;
    object-fit: contain;
}
.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: 54px;
    float: left;
}
.good-panel .detail .title {
    width: 484px;
    padding-top: 16px;
    padding-bottom: 20px;
}
.good-panel .detail .title .title-text {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.good-panel .detail .specification {
    width: 484px;
    padding: 30px 0;
    height: 290px;
    border-top: 1px solid rgba(216,216,216,1);
    border-bottom: 1px solid rgba(216,216,216,1);
}
.good-panel .detail .specification p {
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 180px;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 25px;
}
.good-panel .detail .purchase {

}
.good-panel .detail .purchase .purchase-top {
    margin-top: 19px;
}
.good-panel .detail .purchase .purchase-top span {
    font-size: 20px;
    vertical-align: middle;
}
.good-panel .detail .purchase .purchase-middle {
    margin-top: 20px;
}
.good-panel .detail .purchase .purchase-middle .order-consult {
    width: 150px;
    height: 40px;
    background: #10953E;
    border: 1px solid #10953E;
    border-radius: 2px;
    color: white;
    font-weight: bold;
}
.good-panel .detail .purchase .purchase-middle .order-consult:hover {
    background: #168944;
}
.good-panel .detail .purchase .purchase-bottom {
    margin-top: 20px;
}

/* 商品详情 */
.product-content .good-detail {
    margin-top: 30px;
}
.good-detail .title {
    height: 50px;
    border-bottom: 1px solid #29A05E;
    font-weight: bold;
    background-color: white;
}
.good-detail .title span {
    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 {
    background-color: white;
}
.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;
}

/* 产品咨询 */
.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 .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 .submit-consult:hover {
    background-color: #168944;
}
