#contain{
    background:rgba(245,245,245,1);
}

.body-title-border {
    width: 125px;
    height: 4px;
    background: rgba(255, 179, 0, 1);
    margin-left: 45%;
    padding-top: 4px;
}

@media (max-width: 785px) {
    .body-title-border {
        width: 125px;
        height: 4px;
        background: rgba(255, 179, 0, 1);
        margin-left: 40%;
        padding-top: 4px;
    }
}

.ways-main{
    margin-left: 11%;
    margin-top: 8%;
    margin-bottom: 100px;
}

.ways-main-top{
    width: 90%;
    margin-bottom: 100px;
}

.ways-main-top-message{
    font-size:16px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(85,85,85,1);
    line-height:30px;
    margin-bottom: 10px;

}

.ways-main-message{
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
}

.ways-main-img{
    width:176px;
    height:176px;
    background:rgba(6,31,62,1);
    border-radius:8px;
}

.ways-main-img > img {
    width:176px;
    height:176px;
    background:rgba(6,31,62,1);
    border-radius:8px;
}

.ways-main-detail{
    margin-top: 27px;
}

.ways-main-title{
    font-size:25px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:23px;
}

.ways-border{
    width:90%;
    height:3px;
    background:rgba(255,179,0,1);
    margin-top: 10px;
}

.ways-main-detail-message{
    margin-top: 16px;
    width:100%;
    /*height:185px;*/
    font-size:16px;
    /*font-family:MicrosoftYaHei;*/
    /*font-weight:400;*/
    color:rgba(0,0,0,1);
    line-height:21px;
}