#contain{
    background:rgba(245,245,245,1);
}

.message-title{
    text-align: center;
    font-size:30px;
    /*font-family:SourceHanSansCN-Regular;*/
    font-weight:400;
    color:rgba(45,62,80,1);
    line-height:28px;
    margin-top: 49px;
}

.message-title-1{
    font-size:16px;
    /*font-family:SourceHanSansCN-Regular;*/
    font-weight:400;
    color:rgba(45,62,80,1);
    line-height:28px;
    text-align: center;
    margin-top: 21px;
}

.message-contain{
    width: 90%;
    margin-left: 9%;
    margin-top: 48px;
    font-size:16px;
    /*font-family:SourceHanSansCN-Regular;*/
    font-weight:400;
    color:rgba(45,62,80,1);
    line-height:28px;
}

.message-contain > div{
    margin-bottom: 30px;
}

.message-img{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:323px;
}

.message-img > img{
    width:589px;
    height:323px;
}

.message-button{
    margin-top: 100px;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.message-return{
    border: 0;
    height:33px;
    background:rgba(255,179,0,1);
    border-radius:4px;
    font-size:20px;
    /*font-family:SourceHanSansCN-Regular;*/
    font-weight:400;
    color:white;
    line-height:33px;
    text-align: center;
}

.pull-article{
    padding-left: 80%;
    font-size:16px;
    /*font-family:SourceHanSansCN-Regular;*/
    font-weight:400;
    color:rgba(85,85,85,1);
    line-height:28px;;
}

@media (max-width: 785px) {
    .pull-article{
        padding-left: 0;
        font-size:16px;
        /*font-family:SourceHanSansCN-Regular;*/
        font-weight:400;
        color:rgba(85,85,85,1);
        line-height:28px;;
    }
}