html{
    margin-top: 0 !important;
}
main {
    width: 1140px;
    margin: auto;
}

header {
    display: flex;
    justify-content: space-between;
    padding: .8rem 2rem;
    border-bottom: solid 1px #dddddd;
}

.webname,
.webname a {
    display: block;
    width: 72px;
    height: 45px;
    text-indent: -9999px;
}

.webname {
    background-image: url(../images/logo.png);
    background-size: 100%;
}

.Category ul {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-top: .5rem;
}

.Category a {
    font-size: 1.2rem;
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.Category .selected,
.Category a:hover {
    color: #181818;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    /* 调整下划线的粗细 */
    text-underline-offset: 8px;
    /* 调整下划线距离文字的距离 */
}

.wap-nav {
    display: none;
    cursor: pointer;
}

.language {
    position: relative;
    display: inline-block;
}

.language {
    display: flex;
    align-items: center;
    font-size: .9rem;
    gap: .5rem;
    position: relative;
    width: 24px;
}


/* 下载页特定头部样式 */
#down {
    background-color: #181818;
    border-bottom: none;
}

#down .webname {
    background-image: url(../images/logo-down.png);
    background-size: 100%;
}

#down .Category a {
    font-size: 1.2rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
}

#down .Category .selected,
#down .Category a:hover {
    color: #FFF;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    /* 调整下划线的粗细 */
    text-underline-offset: 8px;
    /* 调整下划线距离文字的距离 */
}

/* 下载页特定头部样式 */

.slideshow-container {
    position: relative;
    width: 1140px;
    height: 360px;
    /* 或者您想要的任何高度 */
    overflow: hidden;
    margin-top: 2rem;
}

.index-down-btn{
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 999;
    display: flex;
    gap: 1rem;
    transform: translateX(-50%);
}
.index-down-btn a{
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
}
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide.active {
    opacity: 1;
}

.slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    transition: transform 2s ease-in-out;
}

.slide.zoom-out::before {
    transform: scale(1.2);
}

.tit {
    text-align: center;
    margin: 2rem 0;
}

.tit h2 {
    font-size: 3rem;
    font-weight: bold;
    font-family: 'Arial Black', sans-serif;
}

.tit p {
    color: #666;
}

.block {
    display: flex;
    justify-content: center;
/*    background: url(../images/lm-bg.png) no-repeat 570px 0;*/
    padding: 3rem 0;
}

.block .text-l {
    width: 572px;
    font-size: 1.15rem;
    padding-right: 100px;
}

.block .text-r {
    width: 572px;
    font-size: 1.15rem;
    padding-left: 100px;
}

.block .banner-r {
    width: 568px;
}

.block .banner-l {
    width: 588px;
}

.block .icon {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: solid 1px #CCC;
    border-radius: 1.1rem;
}

.block .text p {
    color: #07b53b;
}

.block .text .info {
    color: #838383;
    margin-top: .5rem;
}

.block .text h3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.index-btn {
    width: 152px;
}

.index-btn a {
    margin-top: 3rem;
    text-decoration: none;
    color: #000;
    font-size: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    border-radius: .3rem;
    border: solid 1px #00000026;
    gap: .5rem;
}

.index-btn a:hover {
    background-color: #07b53b;
}

.line-box-1 {
    width: 1152px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.line-box-1 div {
    text-align: center;
}

.line-box-1 div b {
    display: block;
    margin-top: 1rem !important;
    color: #000;
    font-size: 1.5rem;
}

.line-box-1 div p {
    color: #666;
}

.line-footer {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.line-footer a {
    text-decoration: none;
    color: #000;
}

.line-footer-main {
    width: 1152px;
    margin: auto;
}

.line-footer-1 {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: solid 1px #CCC;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.foot-logo {
    width: 40px;
    height: 40px;
    border-radius: .5rem;
    overflow: hidden;
}

.line-footer-1 ul {
    display: flex;
    gap: 1rem;
}

.line-footer-1 ul li a {
    color: #000;
    display: flex;
    gap: .2rem;
    justify-items: center;
    align-items: center;
}

.line-footer-2 {
    font-size: 1rem;
    display: flex;
    gap: 1rem;
}

.line-footer-2 a {
    color: #000;
}

.index-show {
    background-color: #f7f8f9;
    padding: 3rem 0;
}

.down-main {
    /* background: url(../images/down-info-bg.png) center #0ee071; */
    overflow: hidden;
}

.down-pic {
    max-width: 800px;
    margin: auto;
}

.down {
    width: 1140px;
    margin: auto;
    text-align: center;
    padding-bottom: 2rem;
}

.down-info {
    line-height: 280%;
    color: #181818;
}
.down-info p{
    line-height: 150%;
    margin-bottom: 30px;
}
.down-btn a {
    width: 200px;
    height: 50px;
    margin: auto;
    display: flex block;
    background-color: #181818;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
    color: #FFF;
    font-size: .8rem;
    border-radius: .5rem;
}

.down-btn a span {
    color: #0ee071;
    float: right;
}

.down-btn1 a {
    width: 100px;
    height: 40px;
    display: flex block;
    background-color: #181818;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
    color: #FFF;
    font-size: .8rem;
    border-radius: .5rem;
}

.down-btn1 a span {
    color: #0ee071;
    float: right;
}

.pc_down {
    text-align: center;
    margin: 2rem 0;
}

.breadcrumbs {
    margin: 10px auto;
    font-size: 14px;
    max-width: 1140px;
}

.breadcrumbs a {
    color: #1b1b1b;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.news-list{
    width: 1140px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
  }
  #wps-list-img{
    display: block;
    width: 100%;
    height: 10rem;
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .news-list div{
    box-shadow: 0 12px 32px rgba(255, 0, 60, .16);
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease;
    margin-bottom:24px;
  }
  .news-list div:hover{
    transform: scale(1.1);
  }
  .atk-title{
    padding: 1rem;
    line-height: 1.8;
  }
  .atk-title strong{
    display: block;
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    margin-bottom: .5rem;
  }
  .atk-title a{
    font-size: 1rem;
    color: #000;
    text-decoration: none;
  }
  .atk-title p{
    font-size: .8rem;
    color: #666;
  }
.news{
    width: 750px;
    margin: auto;
    line-height: 200%;
}
.news h1{
    margin-bottom: 1rem;
}
.uptime{
    color: #666;
    font-size: .8rem;
}
.content{
    margin-top: 1rem;
    color: #333;
}
.saoma{
    width: 500px;
    padding: 50px 30px 50px 30px;
    box-shadow: 0 2px 10px rgba(38, 50, 56, 0.2);
    text-align: center;
    line-height: 200%;
    margin: 2rem auto 5rem auto;
    color: #666;
}
.qr{
    margin: 2rem 0;
}
.nextorprev{
    margin: .8rem;
}
.nextorprev a{
    text-decoration: none;
    color: #000;
}
#ez-toc-container{
    margin: 1rem 0 !important;
}
.content h2, .content h3, .content h4{
    margin-bottom: 1rem;
    font-size: 1rem;
}
.page{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    margin: 2rem 0;
}
.page a{
    display: block;
    border: solid 1px #0d0d0d7a;
    padding: .3rem .5rem;
    border-radius: .2rem;
    text-decoration: none;
    color: #000;
    font-size: .8rem;
}
.page a:hover{
    background-image: linear-gradient(270deg,#ff06a2 .69%,#ff6225 100.69%),linear-gradient(to right,#fff,#fff),linear-gradient(270deg,#ff06a2 .69%,#ff6225 100.69%);
    border: solid 1px #FFF;
    color: #FFF;
}
.other_down_main{
    width: 1140px;
    overflow: hidden;
    margin: auto;
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
}
.other_down{
    background-color: #FCF5EB;
    border-radius: .5rem;
    padding:1rem 1.4rem;
}
.other_down h2{
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}
.other_down p{
    line-height: 180%;
    margin: .5rem 0;
}

@media screen and (max-width: 950px) {
    header {
        display: flex;
        justify-content: space-between;
        padding: .5rem;
    }

    .webname,
    .webname a {
        display: block;
        width: 3rem;
        height: 1.8rem;
        text-indent: -9999px;

    }
    .index-down-btn{
        display: none;
    }
    .wap-nav {
        display: block;
        cursor: pointer;
        width: 1.8rem;
        height: 1.8rem;
        background: url(../images/menu-b.png) no-repeat;
        background-size: 1.8rem;
        margin-right: .5rem;
    }
    .Category{
        position: fixed;
        z-index: 9999;
    }
    .Category ul {
        background-color: #FFF;
        display: flex;
        flex-direction: column;
        gap: .5rem;
        top: 30px;
        left: 0;
        position: fixed;
        width: 100%;
        line-height: 3;
        border-bottom: solid 3px #0ee071;
    }

    .Category a {
        display: block;
        text-align: center;
        font-size: 1.2rem;
        color: #333;
        text-decoration: none;
        font-weight: 600;
    }

    .Category .selected,
    .Category a:hover {
        color: #0ee071;
        text-decoration: underline;
        text-decoration-thickness: 5px;
        /* 调整下划线的粗细 */
        text-underline-offset: 5px;
        /* 调整下划线距离文字的距离 */
    }
    main{
        width: 100%;
    }
    .line-box {
        width: 100%;
        display: block;
        padding: .8rem;
    }
    .box-left h2{
        font-size: 2rem;
    }
    .box-left span{
        font-size: 1rem;
    }
    .box-left{
        width: 100%;
    }
    .index-more{
        margin-bottom: 1rem;
    }
    .line-tit{
        padding: .8rem;
    }
    .line-tit h2{
        font-size: 2rem;
    }
    .line-tit div{
        width: 100%;
        margin-top: 1rem;
    }
    .line-box-1{
        width: 100%;
        padding: .8rem;
        grid-template-columns: 1fr;
    }
    .line-footer-main{
        width: 100%;
        padding: .8rem;
    }
    .line-footer-1{
        display: none;
    }
    .line-footer-2{
        display: block;
        line-height: 180%;
    }
    .line-footer-2 a{
        display: block;
    }
    .line-down-link{
        width: 100%;
    }
    .saoma{
        width: 95%;
        margin: .8rem auto;
    }
    .news-list{
        width: 100%;
        grid-template-columns: 1fr;
        padding: .8rem;
    }
    .news{
        width: 100%;
        margin: .8rem;
    }
    .breadcrumbs{
        width: 100%;
        margin:.8rem;
    }
    .down{
        width: 100%;
    }
    .down-info{
        line-height: 180%;
    }
    .down-info h1, .down-info p{
        margin-bottom: 1rem;
        padding: .8rem;
    }
    .pc_down{
        margin: .8rem;
    }
    #down .Category .selected, #down .Category a:hover, #down .Category a{
        color: #000;
    }
    #down .wap-nav{
        background: url(../images/menu-w.png) no-repeat;
    }
    .slideshow-container{
        width: 100%;
        height: 10rem;
        margin-top: 0;
    }
    .tit{
        margin: .8rem;
    }
    .tit h2{
        font-size: 2rem;
    }
    .block{
        flex-direction: column;
        margin: .8rem;
        padding: 0 0 1rem 0;
    }
    .block .text-l{
        width: 100%;
        padding-right: 0;
    }
    .block .banner-r, .block .banner-l{
        width: 100%;
    }
    .block .text-r{
        width: 100%;
        padding-left: 0;
    }
    .block .m{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .8rem;
    }
    .block .m .icon{
        width: 2.5rem;
        height: 2.5rem;
        border-radius: .5rem;
    }
    .block .text-l{
        order: 2;
    }
    .block .banner-r{
        order: 1;
    }
    .other_down_main{
        width: 100%;
        padding: .8rem;
        flex-direction: column;
    }
}