.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;
    }
}

.download-main{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 63px;
    margin-bottom: 5%;
}

.download-main-message{
    background:rgba(255,255,255,1);
    border:1px solid rgba(45,62,80,1);
    margin-bottom: 40px;
}

.download-main-top{
    background:rgba(47,47,62,1);
}

.download-main-title{
    font-size:25px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
    padding-left: 50px;
    padding-top: 25px;
}

.download-main-border{
    width:100px;
    height:4px;
    background:rgba(255,179,0,1);
    margin-left: 48px;
    margin-top: 7px;

}

.download-main-middle{
    margin-bottom: 20px;
}

.download-main-contain{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 20px;
    margin-top: 24px;

}

.download-main-detail{
    font-size:16px;
    /*font-family:MicrosoftYaHei;*/
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:21px;
}