.breadcrumb {
    padding: 22px 0 10px 26%;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
}

.customerbreadcrumb {
    text-align: left;
    padding: 0px 0 10px 15%;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
}

.breadcrumb img, .customerbreadcrumb img {
    width: 18px;
    height: 16px;
    margin-right: 8px;
}

.breadcrumb span, .breadcrumb a, .customerbreadcrumb span, .customerbreadcrumb a {
    line-height: 18px;
    color: #999999;
}


.home:hover {
    color: #c80025;
    cursor: pointer;
}

.goods {
    position: relative;
    margin-top: 80px;
    font-size: 0;
}

.goodsTitle {
    width: 78%;
    margin: 0 auto 20px;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.titleone {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.CataIogue, .UniversaI {
    font-size: 24px;
    font-family: 思源黑体;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 22px;
}

.CataIogue {
    width: 26%;
    /*margin-right: 160px;*/
}

.sortby {
    font-size: 20px;
    font-family: MiSans, MiSans-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 38px;
}


.goodsRedbox {
    width: 100%;
    height: 2px;
    /*background: #c80025;*/
    background: #F2F2F2;
}

/* 提示语 */
.customer {
    padding: 100px 0;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 50px;
}

/* 提示语结束 */


.listgoods {
    width: 78%;
    margin: 22px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.topGoodsCategory {
    width: 26%;
    /*margin-right: 160px;*/
    /*margin: 160px 0 10px;*/
    text-align: start;
}

.topGoodsCategory ul {
    /*padding: 0 10%;*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.topGoodsCategory li {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 思源黑体;
    color: #333333;
}

.topGoodsCategory a {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*点击选中导航栏的样式*/
li.on {
    color: #c80025;
}

.topGoodsCategory ul li.on a {
    color: #c80025;
}


.goodsBottom {
    width: 74%;
}

#productAll {
    width: 100%;
    /*margin-top: 3%;*/
    margin-bottom: 30px;
}

.productsList {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.goodsInfo, .goodsInfoEn {
    width: 32%;
    margin: 0 1% 50px 0;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    text-align: center;
}

.goodsInfo:hover, .goodsInfoEn:hover {
    border: 1px solid #ff0000;
    box-shadow: 0px 0px 12.75px 0px rgba(200, 0, 37, 0.29);
    transition: .6s ease-in-out;
    color: #c80025 !important;
    cursor: pointer;
}

.goodsImg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.goodsPhoto, .goodsPhotoEn {
    width: auto;
    max-width: 80%;
    max-height: 80%;
}

.goodsName {
    width: 100%;
    margin: 20px 0;
    display: inline-block;
    font-size: 24px;
    font-family: 思源黑体;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goodsContent {
    height: 68px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    color: #2e2e2e;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.tomore {
    width: 50%;
    margin: 25px auto 30px;
    padding: 9.5px 0;
    background: #c80025;
    font-size: 17px;
    color: #fff;
    font-family: 思源黑体;
    border-radius: 19px;
}

.tomore span {
    width: 95px;
    display: block;
    margin: 0 auto;
    text-align: left;
    background: url(../image/tomore.png) no-repeat 100%;
}

input {
    outline: none;
}

/*平板*/
@media screen and (max-width: 1024px) {
    .breadcrumb {
        padding-left: 31%;
        font-size: 14px;
    }

    .customerbreadcrumb {
        font-size: 14px;
    }

    .breadcrumb img, .customerbreadcrumb img {
        width: 14px;
        height: 13px;
        margin-right: 4px;
    }

    .goods {
        margin-top: 108px;
    }

    .goodsTitle {
        width: 82%;
        padding-top: 28px;
        margin-bottom: 10px;
    }

    .CataIogue {
        width: 31%;
        font-size: 16px;
    }

    .UniversaI {
        font-size: 16px;
    }

    /* 提示语 */
    .customer {
        padding: 85px 0;
        font-size: 20px;
        font-weight: 300;
        text-align: center;
        color: #333333;
        line-height: 38px;
    }

    /* 提示语结束 */
    .listgoods {
        width: 82%;
        margin: 20px auto 0;
    }

    .topGoodsCategory {
        width: 31%;
        /*margin: 0 0 20px;*/
        /*padding-top: 60px;*/
    }

    .topGoodsCategory ul {
        /*padding: 0px 12%;*/
    }

    .topGoodsCategory li {
        /*width: 25%;*/
        font-size: 16px;
        margin-bottom: 20px;
    }

    /*产品列表*/
    .goodsBottom {
        width: 69%;
    }

    #productAll {
        margin-bottom: 20px;
    }

    .productsList {
        justify-content: space-between;
    }

    .goodsInfo, .goodsInfoEn {
        width: 48%;
        margin-bottom: 40px;
        margin-right: 0;
    }

    .goodsName {
        font-size: 14px;
    }

    .goodsContent {
        font-size: 12px;
        line-height: 16px;
        height: 48px;
        padding: 0 5px;
    }

    .tomore {
        width: 41%;
        font-size: 12px;
        border-radius: 18px;
        padding: 11px 0;
        margin-bottom: 20px;
    }

    .tomore span {
        width: 70px;
    }
}

/*手机*/
@media screen and (max-width: 800px) {

    .breadcrumb {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        font-size: 10px;
    }

    .customerbreadcrumb {
        font-size: 10px;
    }

    .breadcrumb img, .customerbreadcrumb img {
        width: 10px;
        height: 9px;
        margin-right: 4px;
    }

    .goods {
        margin-top: 60px;
    }

    .goodsTitle {
        padding-top: 0;
    }

    .CataIogue {
        width: 2rem;
        font-size: 14px;
    }

    .UniversaI {
        font-size: 14px;
    }

    /* 提示语 */
    .customer {
        padding: 70px 0;
        font-size: 14px;
        font-weight: 300;
        text-align: center;
        color: #333333;
        line-height: 28px;
    }

    /* 提示语结束 */
    .listgoods {
        margin: 10px auto 0;
    }

    .topGoodsCategory {
        width: 26%;
        margin-top: unset;
    }

    .topGoodsCategory ul {
        display: flex;
    }

    .topGoodsCategory li {
        width: 100%;
        margin-bottom: 26px;
    }

    .topGoodsCategory a {
        width: 100%;
        font-size: 12px;
        font-weight: 400;
        text-align: left;
        color: #3b3b3b;
    }

    .productsList {
        justify-content: space-between;
    }

    .goodsInfo, .goodsInfoEn {
        width: 48%;
        margin: 0 0 20px;
    }

    .goodsName {
        font-size: 12px;
    }

    .goodsContent {
        font-size: 10px;
        height: 42px;
        line-height: 14px;
        padding: 0;
    }

    .tomore {
        width: 92px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        border-radius: 12.5px;
        padding: 0;
        margin-bottom: 14px;
    }

    .tomore span {
        width: 80px;
    }
}
