#contain {
    background: rgba(245, 245, 245, 1);
}

.body-title-border {
    width: 120px;
    height: 4px;
    background: rgba(255, 179, 0, 1);
    margin-left: 45%;
    padding-top: 4px;
}

@media (max-width: 785px) {
    .body-title-border {
        width: 120px;
        height: 4px;
        background: rgba(255, 179, 0, 1);
        margin-left: 40%;
        padding-top: 4px;
    }
}


.order-sale-top-title-1{
    margin-top: 90px;
    margin-left: 74px;
    font-size:14px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(85,85,85,1);
    line-height:40px;
}

.order-sale-top-title-2{
    margin-left: 74px;

    font-size:25px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(31,31,31,1);
    line-height:24px;
}

.order-main{
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
}

.order-img {
    border-radius: 8px;
    height: 389px;
    background-color: #032cff;
}


.order-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.order-title-1{
    font-size:20px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:66px;
}

.order-title-2{
    font-size:14px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(85,85,85,1);
    line-height:66px;
}

.order-message{
    font-size:16px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(85,85,85,1);
    line-height:25px;
}

.order-more{
    font-size:15px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(221,47,64,1);
    line-height:38px;
}

.order-sale{
    /*height:162px;*/
    background:rgba(217,217,217,1);
    border-left:33px solid rgba(45,62,80,1);
    margin-bottom: 20px;
}
.order-sale-1{
    /*height:162px;*/
    background: rgb(255, 255, 255);
    border-left:33px solid rgb(255, 255, 255);
    margin-bottom: 20px;
}

.order-sale-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.order-sale-day{
    font-size:60px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:bold;
    color:rgba(221,47,64,1);
}

.order-sale-months{
    font-size:16px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(221,47,64,1);
}

.order-sale-year{
    font-size:20px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(221,47,64,1);
}

@media (max-width: 785px) {
    .order-sale-left{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .order-sale-day{
        font-size:30px;
        /*font-family:MicrosoftYaHei;*/
        font-weight:bold;
        color:rgba(221,47,64,1);
        margin-right: 5%;
    }

    .order-sale-months{
        font-size:30px;
        /*font-family:MicrosoftYaHei;*/
        font-weight:400;
        color:rgba(221,47,64,1);
        margin-right: 5%;
    }

    .order-sale-year{
        font-size:30px;
        /*font-family:MicrosoftYaHei;*/
        font-weight:400;
        color:rgba(221,47,64,1);
    }
}

.order-sale-right{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content:center;
}

.order-sale-title{
    font-size:20px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:66px;
}

.order-sale-message{
    font-size:16px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(85,85,85,1);
    line-height:25px;
}

.net-main{
    width: 90%;
    margin-left: 5%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 100px;
}

@media (max-width: 785px) {
    .net-main{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
        margin-bottom: 100px;
    }
}

.net-main-img{
    border-radius:8px;
}

.net-main-title{
    font-size:25px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:66px;
}

.net-main-title-1{
    font-size:20px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:30px;
}

.net-main-message{
    font-size:16px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(85,85,85,1);
    line-height:30px;
}

.net-main-right{
    padding-left: 100px;
}