@media (min-width: 300px) and (max-width: 1200px) {
    .eyoum_News {
        padding: 0px !important;
        min-height: 0px !important;
        margin: 1rem 0rem;
    }
    /* 驱动下载 */
    .eyoum_News {
        /* background: red; */
    }
    .driver-download-container {
        width: 100%;
        /* background: green; */
        display: flex;
        flex-wrap: wrap;
        /* flex-direction: column;
        justify-content: flex-start;
        align-items: center; */
    }
    .driver-download-wrapper .title {
        width: 100vw;
        height: 45px;
        background: #92775b;
        line-height: 45px;
        padding-left: 10px;
        font-weight: bold;
    }
    .driver-download-container .driver-download-card {
        width: 100vw;
        height: 15vh;
        /* background: greenyellow; */
        /* margin: 10px 0px; */
        position: relative;
        padding: 1.5vh;
        border: 1px solid #92775B;
    }
    .driver-download-card img {
        width: 12vh;
        height: 12vh;
        /* position: absolute;
        left: 30px;
        top: 50px;
        width: 100px;
        height: 100px; */
    }
    .driver-download-card span:first-of-type {
        position: absolute;
        left: 15vh;
        top: 1rem;
        font-size: 0.5 rem;
    }
    .driver-download-card span:nth-of-type(2) {
        position: absolute;
        left: 15vh;
        top: 2.5rem;
        font-size: 0.5 rem;
    }
    .driver-download-card a {
        position: absolute;
        left: 15vh;
        width: 5rem;
        height: 2rem;
        top: 4rem;
        /* left: 150px;
        top: 130px; */
    }
    /* 编辑软件 */
    .edit-software-container {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .edit-software-wrapper .title {
        width: 100vw;
        height: 45px;
        background: #92775b;
        line-height: 45px;
        padding-left: 10px;
        font-weight: bold;
    }
    .edit-software-container .edit-software-card {
        width: 100vw;
        height: 15vh;
        /* background: greenyellow; */
        /* margin: 10px 0px; */
        position: relative;
        padding: 1.5vh;
        border: 1px solid #92775B;
    }
    .edit-software-card img {
        width: 10vh;
        height: 10vh;
    }
    .edit-software-card span:first-of-type {
        position: absolute;
        left: 15vh;
        top: 1rem;
        font-size: 0.5 rem;
    }
    .edit-software-card span:nth-of-type(2) {
        position: absolute;
        left: 15vh;
        top: 2.5rem;
        font-size: 0.5 rem;
    }
    .edit-software-card a {
        position: absolute;
        left: 15vh;
        width: 5rem;
        height: 2rem;
        top: 4rem;
        /* left: 150px;
        top: 130px; */
    }
    /* 文件下载 */
    .file-download-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        /* background: greenyellow; */
    }
    .file-download-wrapper .title {
        width: 100%;
        height: 45px;
        background: #92775b;
        line-height: 45px;
        padding-left: 10px;
        font-weight: bold;
    }
    .file-download-card {
        border: 1px solid #92775B;
        width: 100vw;
        position: relative;
        padding: 0.5rem;
    }
    .file-download-card a {
        /* position: absolute; */
        width: 5rem;
        height: 2rem;
        right: 100px;
        top: 5px;
    }
    .file-download-card span:nth-of-type(2) {
        position: absolute;
        right: 0.5rem;
        top: 0.5rem;
        font-size: 1rem;
    }
    /* 插件下载 */
    .plugin-download-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .plugin-download-wrapper .title {
        width: 100vw;
        height: 45px;
        background: #92775b;
        line-height: 45px;
        padding-left: 10px;
        font-weight: bold;
    }
    .plugin-download-container {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100vw;
        background: greenyellow;
    }
    .plugin-download-card {
        position: relative;
        width: 100vw;
        height: 50px;
        background: white;
        border: 1px solid #92775B;
        padding: 0.5rem;
    }
    .plugin-download-card span {
        position: absolute;
        /* left: 100px; */
        /* top: 10px; */
        font-size: 1rem;
    }
    .plugin-download-card a {
        position: absolute;
        /* left: 15vh; */
        right: 0.5rem;
        width: 5rem;
        height: 2rem;
        top: 0.5rem;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .driver-download-card a {
        position: absolute;
        left: 60vh;
        width: 5rem;
        height: 2rem;
        top: 1rem;
        /* left: 150px;
        top: 130px; */
    }
    .edit-software-card a {
        position: absolute;
        left: 60vh;
        width: 5rem;
        height: 2rem;
        top: 1rem;
        /* left: 150px;
        top: 130px; */
    }
}

@media (min-width: 1200px) {
    /* # 索引 */
    /* 驱动下载 */
    .eyoum_News {
        /* background: skyblue; */
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .driver-download-wrapper {
        width: 100%;
        /* background: green; */
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .driver-download-wrapper .title {
        width: 1200px;
        height: 45px;
        background: #92775b;
        line-height: 45px;
        padding-left: 10px;
        font-weight: bold;
    }
    .driver-download-container {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 1200px;
    }
    .driver-download-container .driver-download-card {
        position: relative;
        width: 400px;
        height: 200px;
        background: white;
        border: 1px solid #92775B;
    }
    .driver-download-card img {
        position: absolute;
        left: 30px;
        top: 50px;
        width: 100px;
        height: 100px;
    }
    .driver-download-card span:first-of-type {
        position: absolute;
        left: 150px;
        top: 30px;
        font-size: 16px;
    }
    .driver-download-card span:nth-of-type(2) {
        position: absolute;
        left: 150px;
        top: 80px;
        font-size: 16px;
    }
    .driver-download-card a {
        position: absolute;
        left: 150px;
        top: 130px;
    }
    /* 编辑软件 */
    .edit-software-wrapper {
        width: 100%;
        /* background: green; */
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .edit-software-wrapper .title {
        width: 1200px;
        height: 45px;
        background: #92775b;
        line-height: 45px;
        padding-left: 10px;
        font-weight: bold;
    }
    .edit-software-container {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 1200px;
    }
    .edit-software-card {
        position: relative;
        width: 1200px;
        height: 300px;
        background: white;
        border-bottom: 2px solid #92775B;
    }
    .edit-software-card img {
        position: absolute;
        left: 100px;
        top: 100px;
        width: 250px;
        height: 160px;
    }
    #app-screen-shot {
        position: absolute;
        left: 170px;
        top: 100px;
        width: 100px;
        height: 160px;
    }
    .edit-software-card span:first-of-type {
        position: absolute;
        left: 50px;
        top: 20px;
        font-size: 40px;
    }
    .edit-software-card span:nth-of-type(2) {
        position: absolute;
        left: 800px;
        top: 100px;
        font-size: 16px;
    }
    .edit-software-card a {
        position: absolute;
        left: 800px;
        top: 150px;
    }
    /* 文件下载 */
    .file-download-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        /* background: greenyellow; */
    }
    .file-download-wrapper .title {
        width: 1200px;
        height: 45px;
        background: #92775b;
        line-height: 45px;
        padding-left: 10px;
        font-weight: bold;
    }
    .file-download-container {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 1200px;
    }
    .file-download-card {
        position: relative;
        width: 1200px;
        height: 50px;
        background: white;
    }
    .file-download-card span:first-of-type {
        position: absolute;
        left: 100px;
        top: 10px;
        font-size: 16px;
    }
    .file-download-card span:nth-of-type(2) {
        position: absolute;
        left: 600px;
        top: 10px;
        font-size: 16px;
    }
    .file-download-card a {
        position: absolute;
        right: 100px;
        top: 5px;
        height: 40px;
    }
    /* 插件下载 */
    .plugin-download-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .plugin-download-wrapper .title {
        width: 1200px;
        height: 45px;
        background: #92775b;
        line-height: 45px;
        padding-left: 10px;
        font-weight: bold;
    }
    .plugin-download-container {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 1200px;
    }
    .plugin-download-card {
        position: relative;
        width: 1200px;
        height: 50px;
        background: white;
    }
    .plugin-download-card span {
        position: absolute;
        left: 100px;
        top: 10px;
        font-size: 16px;
    }
    .plugin-download-card a {
        position: absolute;
        right: 100px;
        top: 5px;
        height: 40px;
    }
    /* 其他修改 */
    .n_nav {
        /* width: 25%; */
        margin-left: 380px !important;
    }
}