.main-content{width:1100px;margin: 0px auto;display: flex;justify-content:space-between}.box{    background: #FFFFFF;    border-radius: 8px;}.task_line{    height: 1px;    background: #EBECED;    width: 100%;}.task-content .left{    width: 730px;}.task-content .right{    width: 350px;}.task-content .right img{    width: 100%;}.task_spread{    height: 62px;    display: flex;    flex-direction: row;    align-items: center;    border-bottom-left-radius: 0px;    border-bottom-right-radius: 0px;}.task_spread span:first-child{    margin-left: 24px;    font-size: 16px;    font-family: PingFangSC-Medium, PingFang SC;    font-weight: 600;    color: #0B121A;}.task_spread span:last-child{    margin-left: 12px;    font-size: 14px;    font-family: PingFangSC-Regular, PingFang SC;    font-weight: 400;    color: #828C99;}.task_item{    height: 137px;    display: flex;    flex-direction: column;    padding: 24px;}.task_item .info{    display: flex;    flex-direction: row;}.task_item .info img{    width: 48px;    height: 48px;}.task_item .info .info-1{    margin-left: 10px;    display: flex;    flex-direction: column;    flex: 1;}.task_item .info .info-1 .title{    font-size: 16px;    font-family: PingFangSC-Medium, PingFang SC;    font-weight: 600;    color: #0B121A;}.task_item .info .info-1 .desc{    font-size: 14px;    font-family: PingFangSC-Regular, PingFang SC;    font-weight: 400;    color: #828C99;    margin-top: 7px;}.task_item .info .view_task{    width: 90px;    height: 32px;    background: #308EFF;    border-radius: 2px;    color: white;    display: flex;    justify-content: center;    align-items: center;    font-size: 13px;}.task_item .money{    display: flex;    flex-direction: row;    margin-top: 20px;}.task_item .money div{    font-size: 14px;    font-family: PingFangSC-Regular, PingFang SC;    font-weight: 400;    color: #828C99;    margin-right: 34px;}.task_item .money span{    font-size: 14px;    font-family: PingFangSC-Medium, PingFang SC;    font-weight: 600;    margin-left: 10px;    color: #0B111A;}.task_desc{    margin-top: 20px;    padding: 24px;}.task_desc .item{    display: flex;    flex-direction: column;    margin-top: 30px;    margin-bottom: 30px;}.task_desc .item:first-child{    margin-top: 0px;}.task_desc .item .title{    font-size: 18px;    font-family: PingFangSC-Medium, PingFang SC;    font-weight: 600;    color: #0B111A;    display: flex;    align-items: center;}.task_desc .item .title img{    width: 19px;    height: 19px;    margin-right: 10px;}.task_desc .item .desc{    font-size: 14px;    font-family: PingFangSC-Regular, PingFang SC;    font-weight: 400;    color: #4B5D73;    line-height: 24px;    margin-top: 15px;}.task_desc .item .step{    display: flex;    justify-content: space-between;    margin-top: 25px;}.task_desc .item .step div{    width: 100%;    margin-right: 16px;    background: #F7F8FA;    display: flex;    padding: 12px;    flex-direction: column;    justify-content: center;    text-align: center;    align-items:center;}.task_desc .item .step img{    height: 60px;    width: 60px;    justify-items: center;    margin-top: 9px;    border-radius: 50%;}.task_desc .item .step .step_title{    font-size: 14px;    margin-top: 10px;    margin-bottom: 10px;    font-family: PingFangSC-Medium, PingFang SC;    font-weight: 600;    color: #0B111A;}.task_desc .item .step .step_desc{    font-size: 13px;    font-family: PingFangSC-Regular, PingFang SC;    font-weight: 400;    color: #4B5D73;    line-height: 21px;    margin-bottom: 30px;}.task_desc .item .step div:last-child{    margin-right: 0px;}.task_item .info .disabled{    background: #d2d2d2;}/*----------------H5兼容处理******************/@media all and (max-width: 740px) {    .main-content{width: 100%}    .main-content .right{display: none}    .main-content .left{width: 100%}    .task_desc .item .step{        flex-direction: unset;        flex-wrap: wrap;        justify-content: space-between;    }    .task_desc .item .step div{        width: 49%;        margin-right: 0px;        margin-top: 10px;    }    .box{        display: flow-root;    }}