@media screen  and (min-width:960px) {
    .reasonable-times{
        margin-bottom: 1rem;
    }
    .reasonable-times h2 {
        font-size: 0.3rem;
        font-family: SourceHanSansCN-Bold, SourceHanSansCN;
        font-weight: bold;
        color: #D5081E;
        line-height: 0.45rem;
        letter-spacing: 3px;
        text-align: center;
        margin-top: 0.8rem;
    }
    .order-sejih ol{
        display: flex;
        flex-wrap: wrap;
        margin: 0 2.4rem;
        justify-content: space-between;
    }

    .order-sejih ol li{
        width: 3.42rem;
        height: 3.14rem;
        position: relative;
        margin-top: 0.4rem;
    }

    .order-sejih ol li img {
        width: 3.42rem;
        position: absolute;
    }

    .order-sejih ol li .cel-yue{
        position: absolute;
        right: 1.1rem;
    }

    .order-sejih ol li .cel-yue h3 {
        font-size: 0.18rem;
        font-family: SourceHanSansCN-Medium, SourceHanSansCN;
        font-weight: 500;
        color: #EE3044;
        line-height: 0.3rem;
        letter-spacing: 1px;
        text-align: right;
        margin-top: 0.4rem;
        margin-bottom: 0.2rem;
    }

    .order-sejih ol li .cel-yue p {
        width: 1.9rem;
        font-size: 0.14rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #4A4A4A;
        line-height: 0.24rem;
        letter-spacing: 1px;
        text-align: right;
    }
}

@media screen  and (max-width:960px) {
    .reasonable-times{
        margin-bottom: 0.5rem;
    }
    .reasonable-times h2 {
        font-size: 0.2rem;
        font-family: SourceHanSansCN-Bold, SourceHanSansCN;
        font-weight: bold;
        color: #D5081E;
        line-height: 0.5rem;
        text-align: center;
        margin-top: 0.4rem;
    }

    .order-sejih ol{
        display: flex;
        flex-wrap: wrap;
        margin: 0 0.15rem;
        justify-content: space-between;
    }

    .order-sejih ol li{
        width: 1.65rem;
        height: 1.51rem;
        position: relative;
        margin-top: 0.2rem;
    }

    .order-sejih ol li img {
        width: 1.65rem;
        position: absolute;
    }

    .order-sejih ol li .cel-yue{
        position: absolute;
        right: 0.5rem;
    }

    .order-sejih ol li .cel-yue h3 {
        font-size: 0.1rem;
        font-family: SourceHanSansCN-Medium, SourceHanSansCN;
        font-weight: 500;
        color: #EE3044;
        line-height: 0.15rem;
        letter-spacing: 1px;
        text-align: right;
        margin-top: 0.15rem;
        margin-bottom: 0.06rem;
    }

    .order-sejih ol li .cel-yue p {
        width: 1rem;
        font-size: 0.09rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #4A4A4A;
        line-height: 0.12rem;
        text-align: right;
    }
}


