.download-section{
    width: 100%;
    height: auto;
}
.container-add{
    width: 100%;
    height: 100%;
    background: url(../images/download-bg.png) center top no-repeat;
    background-size:cover;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.download_container{
    width: 1400px;
    height: auto;
    margin: 180px auto 130px;

}
.download_container .area{
    margin-bottom: 20px;
}

.problem-content{
    width: 49%;
    background: url(../images/download-area3-bg.png) center no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding:0 20px 20px;
}
.problem-content .list{

    border-bottom: 1px solid #2f281d;
    display: flex;
    align-items: center;
    padding-top: 10px;
        justify-content: space-between;
}
.problem-content .list p{
    color: #d6ba88;
    font-size: 16px;
    line-height: 40px;
}
.problem-content .list a{
    color: #d6ba88;
    font-size: 16px;
}
.problem-content .list a:hover{
    color: #fff4dd;
    text-decoration: underline;
}

/* 配置表格样式 */
.config-table{
    border-collapse: collapse;
    width: 49%;
    margin-top: 20px;
    background: url(../images/download-area4-bg.png) center no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.config-table tbody{
        display: inline-block;
    padding: 10px 15px 25px;
}

.config-table td{
    border: 1px solid #2f281d;
    text-align: center;
    padding: 10px 18px;
    font-size: 16px;
    color: #d6ba88;
}

.config-table tr:first-child td{
    border: none;
}

.config-title{
    font-weight: bold;
}

.config-label{
    font-weight: bold;
}
