* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.bodyProduct {
    display: none;
}

.searAach {
    margin-top: 20px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-around;
}

.search-item {
    background: rgba(238, 238, 238, 0.5);
    width: 270px;
    height: 38px;
    border-radius: 20px;
    display: flex;
}

.search-item-input {
    width: 220px;
    border-radius: 20px;
    background: rgba(238, 238, 238, 0.5);
    padding-left: 20px;
    font-size: 14px;
    border: none;
    outline: none
}

.inputColor::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #BBBBBB;
    ;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #BBBBBB;
    ;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BBBBBB;
    ;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #BBBBBB;
    ;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
}

.search-item-icon {
    background: rgba(238, 238, 238, 0.5);
    height: 38px;
    line-height: 35px;
    margin-left: 15px;
}

.search-item-text {
    width: 220px;
    border-radius: 20px;
    background: rgba(238, 238, 238, 0.5);
    padding-left: 20px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
}

.product {
    width: 100%;
}

.product-item {
    display: flex;
    margin-bottom: 150px
}

.product-item-left {
    width: 50%;
}

.product-item-right {
    width: 50%;
}

.product-item-right>img {
    width: 100%;
}

.product-text {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
}

.product-title {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-top: 150px;
    font-weight: bold;
}

.product-lineOne {
    padding-top: 30px;
    background-image: -webkit-linear-gradient(left, #71BFFF, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-lineTwo {
    padding-top: 20px;
    background-image: -webkit-linear-gradient(left, #B9B9B9, #EEEEEE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}