.product {
    width: 100%;
    height: 600px;
    /* border: 1px solid black; */
    display: flex;
    flex-wrap: wrap;

}

.yuanzhu {
    width: 20px;
    height: 4px;
    background: rgba(254, 83, 45, 1);
    border-radius: 2px;
    margin-bottom: 20px;
}

.product > div {
    width: 50%;
    height: 50%;
    /*
        background-color: rgb(219, 155, 155); */
}

.bi {
    width: 238px;
    height: 48px;
    font-size: 34px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 48px;
    margin-bottom: 20px;
}

.duic {
    width: 500px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
}

.hezi {
    position: relative;
    left: 80px;
    top: 150px;
}

.pics {
    width: 600px;
    height: 100%;
    /* background-color: red; */
}

.ren {
    width: 80px;
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(254, 83, 45, 1);
    line-height: 28px;
    margin: 10px 0;
}

.gezi {
    width: 600px;
    height: 100%;

}

.gezi p {
    width: 575px;

    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.gezi p span {
    color: #FE532D;
}

.api {
    width: 600px;
    height: 90px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.view {
    width: 600px;
    height: 30px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    margin: 10px 0;
}

@media only screen and (max-width: 600px) {
    .sys {
        width: 360px;
        position: relative;
        left: -40px;
        font-size: 30px;
    }

    .product {
        flex-flow: column;
    }

    /* .product>div:nth-child(2) img{
        position: relative;
        left: -180px;
        top: -80px;
    } */
    .hezi {
        position: relative;
        top: -20px;
    }

    .bi {
        font-size: 20px;
    }

    .duic {
        width: 280px;
    }

    .tup {
        width: 240px;
    }

    .bottom {
        flex-flow: column;
    }

    .pics {
        width: 360px;
    }

    .gezi div, .gezi p {
        width: 350px;
    }

    .view {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 414px) {
    .gezi {
        padding-right: 20px;
    }
}

