html,
body {
    font: normal 14px/24px "microsoft yahei", "微软雅黑", Arial;
    color: #555555;
    background-color: #fff;
    height: 100%;
}


/* 
 */

.layout-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #1A1C1D;
    text-align: center;
    margin-bottom: 10px;
}

.title-link {
    width: 100%;
    height: 2px;
    background-color: #ffb500;
    margin-bottom: 40px;
}

.layout-en {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    line-height: 20px;
    color: #7C939E;
}


/* 
 */

.download-layout {
    width: 100%;
    height: auto;
    padding: 40px 0;
}

.download-layout .download-type {
    width: 100%;
    height: 58px;
    overflow: hidden;
    margin-bottom: 20px;
}

.download-type>ul {
    width: 100%;
    height: 65px;
    overflow-x: auto;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

@media(max-width: 768px) {
    .download-type>ul {
        justify-content: flex-start;
    }
}

.download-type>ul>li {
    height: auto;
    margin: 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    color: #7C939E;
    white-space: nowrap;
    cursor: pointer;
}

.download-type>ul>li.active {
    /* background-color: rgba(230, 31, 26, 0.11); */
    border-bottom: 2px solid #ffb500;
    color: #ffb500;
}

.download-layout .content-page {
    width: 100%;
    height: auto;
    margin-top: 60px;
    overflow: hidden;
    text-align: center;
}

.down-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #ffb500 !important;
}