.download {
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 60px;
    color: #383838;
}

.download .hd {
    height: 92px;
    text-indent: -999em;
    background: url(https://static.web.sdo.com/mxdc/pic/mxdc_website/web1/d-hd.png) no-repeat 30px 30px;
}

.download .bd {
    padding: 0 30px;
}

.download .mod1 {
    padding-bottom: 70px;
}

.download .shd {
    height: 57px;
    padding: 0 35px;
    border-top: solid 5px #ffdd35;
    border-bottom: solid 1px #d4d4d4;
    background-color: #f8f8f8;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 50px;
}

.version {
    padding: 28px 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.version li {
    font-size: 16px;
    line-height: 30px;
    margin-right: 70px;
}

.down_btn {
    display: block;
    width: 524px;
    height: 91px;
    margin: 0 auto;
    text-indent: -999em;
    background: url(https://static.web.sdo.com/mxdc/pic/mxdc_website/web1/down_btn.png) no-repeat;
}

.down_btn:hover {
    filter: brightness(1.2);
}


.down_txt {
    display: none;
    padding: 30px 0 0;
}

.down_txt .c {
    text-align: center;
}

.down_txt a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 200px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: linear-gradient(to bottom, #68affe, #3f68c4);
    margin: 0 20px;
}

.down_txt a:hover {
    filter: brightness(1.1);
}

.down_txt .tips {
    width: 624px;
    padding-top: 10px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.Configuration {
    width: 788px;
    padding: 35px 0;
    margin: 0 auto;
}

.Configuration th {
    font-weight: bold;
}

.Configuration td, .Configuration th {
    border: solid 1px #b5b5b5;
    text-align: center;
    font-size: 16px;
    padding: 14px 0;
}

.Configuration span {
    color: red;
}