.fixing{
    width:1016px;
    /* border: 1px solid red; */
    height:675px;
    /* margin-left: 184px; */
    text-align: center;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:initial; */
}
.fix {
    padding-top: 198px;
}
.fixtext{
    width: 290px;
    height: 28px;
    font-size: 28px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    letter-spacing: 1px;
    width: 100%;
    margin-top: 15px;
}
.fiximg{
    width: 100%;
}
.fixing img{
    width: 40px;
    height: 40px;
}
.main-container{
    background: white;
    height: auto;
    min-height: calc(100vh - 190px - 254px);
}