.product-header-bg {
    width: 100%;
    background-image: url("../image/zzw-img/product-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 120px;
}

.fixed-box {
    width: 100%;
    padding: 0 3%;
    position: absolute;
    bottom: -80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    filter: drop-shadow(0 0 46px rgba(124, 166, 255, 0.09));
}

.fixed-box-row {
    padding: 20px 20px;
    width: 18%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, #E5F0FF 100%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    cursor: pointer;
}

.fixed-box-row-img {
    width: 35px;
    height: 35px;
    display: block;
}

.fixed-box-row-title {
    font-size: 27px;
    color: #333333;
    margin: 20px 0;
    font-weight: 600;
}

.fixed-box-row-text {
    font-size: 20px;
    color: #999999;
}


.productBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    width: 100%;
}

.productBox-img {
    width: 48%;
}

.productBox-content {
    width: 48%;
    padding: 2% 0;
    max-height: 400px;
}

.productBox-content-active {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.productBox-content-img {
    width: 50px;
    height: 50px;
    margin: 20px 0;
}

.productBox-content-p {
    font-size: 30px;
    color: #666666;
    line-height: 24px;
}

.productBox-content-title {
    font-size: 43px;
    color: #333333;
    line-height: 60px;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
}
.productBox-content-title-line{
    width: 172px;
    height: 11px;
    background-color: #1f58d6;
    position: relative;
    top: -15px;
    opacity: 0.5;
}
.productBox-content-title-line-active{
    width: 216px;
    height: 11px;
    background-color: #1f58d6;
    position: relative;
    top: -15px;
    opacity: 0.5;
}

.productBox-content-text {
    font-size: 24px;
    color: #999999;
    line-height: 32px;
}

.mainBox-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30%;
}

.mainBox-title-box-item {
    display: flex;
    align-items: center;
    padding: 8px 14px;
    background-color: #ffffff;
    border-radius: 23px;
}

.mainBox-title-box-item > img {
    width: 20px;
    height: 20px;
    margin-right: 9px;
}

.mainBox-title-box-item > p {
    font-size: 14px;
    color: #333333;
    margin: 0;
}
