/* 购买按钮 */
.productButton {
    width: 224px;
    height: 39px;
    line-height: 39px;
    margin: auto;
    border: 1px solid #1A53AA;
    border-radius: 7px;
    text-align: center;
    font-size: 17px;
    font-family: 'SourceHanSansSC-Bold';
    cursor: pointer;
}

.productButton>a {
    display: block;
    width: 224px;
    height: 39px;
    color: #1758C4;
}

.productButton:hover {
    background-color: #265CB6;
}

.productButton:hover a {
    color: #fff;
}

.productButtonSpecial {
    background-color: #265CB6;
    color: #fff;
}

/* 角标 */
.productCornerMarkBox {
    position: relative;
}

.productCornerMark {
    position: absolute;
    top: 0;
    right: -13px;
}

.productCornerMarkLeft {
    position: absolute;
    top: 0;
    left: -14px;
}

/* 两张产品图处理 */
.towImgBox {
    width: 100%;
    height: 317px;
    background-color: #E2EEFA;
    display: flex;
    justify-content: center;
    align-items: center;
}

.towImgBox>p>img {
    vertical-align: bottom;
}

.towImgBox>p>img:first-child {
    margin-right: 19px;
}

.productHots {
    width: 1200px;
    margin: auto;
    margin-top: 79px;
    background-color: #EFF7FF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productHots img {
    display: block;
}

.productHots>div:first-child {
    width: 319px;
    text-align: center;
}

.productHots span {
    font-size: 17px;
    font-family: 'SourceHanSansSC-Bold';
}

.productHots>div:first-child>p {
    margin-top: 18px;
}

/* 产品 */
.productBox {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 74px;
}

.productBox>div {
    width: 241px;
    margin-bottom: 80px;
}

.productBox>div>p:first-child {
    width: 100%;
    height: 317px;
    background-color: #E2EEFA;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productBox>div>p:first-child:hover img:first-child {
    transform: scale(1.2);
    transition: all 2s;
}

.productBox>div>div:first-child:hover p {
    transform: scale(1.2);
    transition: all 2s;
}

.productBox>div>p:nth-child(2) {
    text-align: center;
    font-size: 17px;
    font-family: 'SourceHanSansSC-Bold';
    color: #333;
    margin-top: 27px;
    margin-bottom: 19px;
    /* white-space: nowrap; */
}

.productTitle {
    background-color: #F9F9F9;
    margin-top: 20px;
}

.productMachinery {
    width: 100%;
    background-color: #F9F9F9;
    padding-top: 56px;
    overflow: hidden;
    padding-bottom: 39px;
}

.MachineryBox {
    margin-top: 0;
}

.MachineryBox>div>p:nth-child(2) {
    height: 44px;
}

.herbalTeaHots>div:first-child {
    width: auto;
}

.herbalTeaHots>div:last-child {
    width: 312px;
    text-align: center;
    font-size: 17px;
    font-family: 'SourceHanSansSC-Bold';
}

.herbalTeaHots>div:last-child>p {
    margin-top: 19px;
}