.section-requirement .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0 80px;
}

.section-requirement h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.section-requirement .ctent {
    color: #666;

}

.section-requirement .title-mould {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

.section-requirement .chead {
    color: #666;
    margin: 5px 0;
}
#download .download-title {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
}

span.btitle {
    font-size: 37px;
    font-weight: bold;
    top: 0px;
    color: #333333;
}

span.ctent {
    font-size: 14px;
    top: 0px;
    color: #62656a;
    padding-left: 6px;
    line-height: 24px;
    font-style: oblique;
}

div.dblockl {
    border: 1px solid #eee;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    padding: 16px;
}

.dblockl .dblockl-img img {
    width: 64px;
    height: 64px;
    margin-right: 16px;
    background-color: #eee;
    border-radius: 8px;
}

.dblockl .dblockl-title {
    width: 996px;
}

span.dhead {
    font-size: 16px;
    color: #333333;
    margin-top: 8px;
    line-height: 18px;
}

span.ddtent {
    font-size: 12px;
    color: #62656a;
    margin-top: 8px;
    line-height: 14px;
}

button.dcbtn {
    width: 80px;
    height: 32px;
    position: relative;
    border: 0px;
    border-radius: 5px;
    color: #fff;
    background-color: #04f;
    font-size: 12px;
    cursor: pointer;
}

button.dcbtn:hover {
    opacity: 0.8;
}

.section-1 {
    margin-top: 99px;
    padding: 60px 0;
}

.section-1 .container {
    max-width: 1200px;
    margin: 0 auto;
}

.download-list ul {
    list-style: none;
    padding: 0;
}

.download-list ul li {
    margin-bottom: 20px;
}

.dblockl {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 996px) {
    .download-list .dblockl-title {
        display: flex;
        flex-direction: column;
        width: 80%
    }
    .section-1{
        padding: 10px 0 40px; 
    }
    span.dhead {
        margin-top: 0;
    }
    .section-1 .container {
        margin: 0 10px;
    }
}