.margin-bottom-40 {
    margin-bottom: 40px;
    font-size: 18px;
    font-family: ArialMT;
    color: #666666;
}

.PMC-title {
    font-size: 22px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #333333;
    margin: 15px 0;
}

.PMC-box {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    border-radius: 4px;
    margin-bottom: 40px;
    width: 100%;
}

.PMC-box > a {
    color: white;
}

.PMC-a {
    width: 80%;
    background: #333333;
    border-radius: 4px 0 0 4px;
    padding: 14px;
}

.PMC-b {
    width: 20%;
    background: #E46713;
    border-radius: 0 4px 4px 0;
    padding: 14px;
}

.PMC-b-2 {
    background: #E46713;
    border-radius: 4px;
    padding: 14px;
    color: white;
}

.PMC-b-2:hover {
    color: white;
}

.PMC-b-2 > img {
    margin-right: 10px;
}

.PMC-box > a > img {
    margin-top: -6px;
    margin-left: 4px;
}

.PMC-b-3 {
    padding: 14px;
    background: #FFFFFF;
    border-radius: 4px;
}

.PMC-b-3:hover {
    background: #cec9c9;
}

.Shopping-Cart {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.All-Products-describe {
    font-size: 18px;
    font-family: ArialMT;
    color: #666666;
    margin-bottom: 20px;
}

.hr-1 {
    width: 100%;
    height: 1px;
    background: #EAEAEA;
    margin: 40px 0 30px;
}

.key-word {
    margin-bottom: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.key-word-box {
    background: #FFFFFF;
    border-radius: 21px;
    border: 1px solid #CCCCCC;
    padding: 5px 15px;
    margin: 15px 10px 0 0;
    transition: all 0.5s ease;
}

.key-word-box:hover {
    border: 1px solid #E46713;
    transform: scale(1.01);
}

.product-content-text {
    font-size: 14px;
    font-family: ArialMT;
    color: #666666;
    margin-bottom: 10px;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fixed-bottom {
    padding: 15px 0 0;
    position: fixed;
    bottom: -105px;
    z-index: 1;
    /* 59.68px */
}

.fixed-bottom > div > div > div > img {
    margin-right: 20px;
}

.kuangk {
    background: rgba(0, 0, 0, 0.5);
    width: 5%;
    height: 25px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}


@media (max-width: 1279px) {
    .margin-bottom-40 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .All-Products {
        margin-bottom: 10px;
    }

    .PMC-title {
        font-size: 15px;
        font-family: Arial-BoldMT, Arial;
        font-weight: normal;
        color: #333333;
        margin: 10px 0 2px;
        display: -webkit-box;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .Shopping-Cart {
        display: block;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .Shopping-Cart a {
        margin-right: 10px;
    }

    .PMC-box > a > img {
        margin-top: -6px;
        margin-left: -5px;
    }
    .kuangk {
        background: rgba(0, 0, 0, 0.5);
        width: 20%;
        height: 25px;
        text-align: center;
        cursor: pointer;
    }

    .product-content-text {
        font-size: 12px;
    }
}