.productInfo {
    width: 1193px;
    height: 70px;
    line-height: 70px;
    background: #1459F4;
    margin: 75px auto 0;
    display: flex;
}

.productInfo span:not(:last-child),
.productPrice li>div:not(:last-child) {
    border-right: 2px solid #E0E0E0;
}

.productInfo span {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.productInfo span:nth-of-type(1),
.productPrice li>div:nth-of-type(1) {
    width: 229px;
}

.productInfo span:nth-of-type(2),
.productPrice li>div:nth-of-type(2) {
    width: 384px;
}

.productInfo span:nth-of-type(3),
.productPrice li>div:nth-of-type(3) {
    width: 579px;
}

.productPrice {
    width: 1193px;
    margin: 0 auto 75px;
    background: #F7FAFF;
    box-shadow: 2px 2px 13px 0px rgba(5, 76, 156, 0.23);
}

.productPrice li {
    display: flex;
    align-items: center;
    position: relative;
}

.productPrice li>div {
    box-sizing: border-box;
}

.productTypeName img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.productTypeName {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #E0E0E0;
}

.productTypeName p {
    font-size: 28px;
    font-weight: bold;
    color: #1459F4;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.productTypePrice p {
    min-height: 105px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 23px;
}

.productTypePrice p,
.productIntroduce p {
    border-bottom: 2px solid #E0E0E0;
}

.productPrice li:last-child .productTypeName,
.productPrice li:last-child .productTypePrice p:last-child,
.productPrice li:last-child .productIntroduce p:last-child {
    border-bottom: none;
}

.productTypePrice p span {
    font-size: 20px;
}

.productTypePrice p span:first-child {
    font-weight: bold;
    color: #282828;
}

.productTypePrice p span:last-child i:first-child {
    font-size: 30px;
    font-weight: bold;
    color: #1459F4;
}

.productTypePrice p span:last-child i:last-child {
    font-size: 20px;
    font-weight: bold;
    color: #1459F4;
}

.productIntroduce p {
    min-height: 105px;
    font-size: 14px;
    color: #282828;
    line-height: 24px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    text-align: justify;
}

.twoProduct {
    height: 212px;
}

.oneProduct {
    height: 107px;
}