.goods-top-img {
    padding: 0px;
}

.goods-top-img img {
    width: 100%;
    height: 100%;
}

.bread {
    line-height: 45px;
}

.element-left .title {
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}

.element-left .sub-title {
    color: #9e1821;
    font-size: 17px;
    text-align: center;
    margin-top: 5px;
}

.content .element-left .category-menu {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #9e1821;
    background-color: #9e1821;
    margin-top: 25px;
}

.content .element-left .category-menu ul li {
    width: 100%;
    /*height: 50px;*/
    float: left;
    line-height: 50px;
    color: #FFFFFF;
    cursor: pointer;
    white-space: nowrap; /*不让文字内容换行*/
    overflow: hidden; /*文字溢出的部分隐藏起来*/
    text-overflow:ellipsis; /*用...替代溢出的部分*/
}

.content .element-left .category-menu ul li i {
    color: #ff0000;
}

.content .element-left .category-menu ul li span {
    float: right;
    z-index: 999;
    position: absolute;
    right: 15px;
}

.content .element-left .category-menu ul li a {
    color: #FFFFFF;
}

.content .element-left .category-menu ul li:not(:first-child) {
    border-top: 1px solid #ff0000;
}

.content .element-left .customer {
    margin: 0 auto;
    margin-top: 80px;
    width: 100%;
    height: 120px;
    border-radius: 15px;
    background-color: #FFFFFF;
}

.content .element-left .customer .customer-header {
    position: relative;
    z-index: 999;
    top: -45px;
    left: 15px;
}

.content .element-left .customer .customer-text {
    position: relative;
    z-index: 99;
    top: -85px;
    left: 115px;
    font-size: 17px;
    color: #ff0000;
}

.content .element-left .customer .customer-content {
    top: -70px;
}

.content .element-left .customer .customer-content .tel {
    width: 100%;
    border-bottom: 1px solid #ff0000;
}

.content .element-left .customer .customer-content .tel, .cust-mobile {
    line-height: 30px;
}

.goods-list {
    width: 100%;
    border: 1px solid #ff0000;
    margin-left: 15px;
}

.content-list{
    padding: 0px;
}
.content-list a{
    color: #2d261b;
}

.content-list img{
    width: 100%;
    height: 100%;
}
.content-list .goods-title{
    text-align: center;
    line-height: 45px;
}
.content-list .goods-sub-title{
    text-align: center;
    color: #999999;
    padding-left: 25px;
    padding-right: 25px;
    /*padding-bottom: 10px;*/
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
}
/*pc*/
@media (min-width: 800px) {
    .content {
        margin-top: 173.25px;
    }

    .content .element-left {
        width: 245px;
        padding-bottom: 25px;
        background-color: #e60012;
    }

    .content .element-right {
        width: calc(100% - 245px);
    }

    .content-list li{
        width: calc(100% / 4 - 10px);
        margin-left: 10px;
        border: 1px solid #CCCCCC;
        float: left;
        margin-bottom: 10px;
        padding-bottom: 10px;
        min-height: 328px;
        max-height: 328px;
    }

    .about {
        border: 1px solid #CCCCCC;
        width: calc(100% - 15px);
        margin-left: 15px;
        padding-top: 30px;
        min-height: 500px;
    }
}

/*moblic*/
@media (max-width: 800px) {
    .content {
        margin-top: 231px;
        padding: 0px;
    }

    .content .element-left {
        width: 40%;
        padding-bottom: 25px;
        background-color: #e60012;
    }

    .content .element-right {
        width: 60%;
    }

    .content .element-left .customer .tel span, .cust-mobile span {
        display: none;
    }

    .content .element-left .customer .customer-text {
        display: none;
    }

    .content .element-left .customer .customer-content {
        top: -50px;
    }

    .content-list li{
        width: 100%;
        border: 1px solid #CCCCCC;
        float: left;
        margin-bottom: 10px;
    }
}
