body{
    background-color: white !important;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #ff4d1b !important;
}
.newsmk1new{
    margin-top: 100px;
    width: 100%;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.newsmk1new .title{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
     font-family: 'Regular' !important;
    font-size: 48px;
    font-weight: 700;
}
.newsmk1new .content{
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, 50%);
    display: flex;
}
.newsmk1new .content .btn{
    width: 234px;
    height: 48px;
    border-radius: 48px 0px 0px 0px;
    border-radius: 50px;
    text-align: center;
    line-height: 48px;
     font-family: 'Regular' !important;
    font-size: 24px;
    font-weight: 700;
    margin: 0 15px;
    background: #dadada;
    color: black;
}
.newsmk1new .content .btn.active{
    background: #ff4d1b;
    color: white;
}
.newdownloadheadergs{
    width: 100%;
    height: 96px;
    background-color: #F4F4F4;
    margin-top: 100px;
}
.layout1440download {
    width: 1440px;
    margin: 0 auto;
}
.newdownloadheader{
    display: flex;
    height: 100%;
}
.newdownloadbtn{
    font-size: 24px;
    font-weight: 400;
    color: black;
    width: fit-content;
    display: block;
    line-height: 96px;
    margin-right: 75px;
     font-family: 'Regular' !important;
    transition: all 0.5s;
}
.newdownloadbtn.active{
    color: #FF4105;
    border-bottom: 2px solid #FF4105;
}
.newdownloadbtn:hover{
    color: #FF4105;
}
.tagsboxmk{
    width: 100%;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}
.listboxcontent .title{
    margin-bottom: 25px;
    font-weight: bold;
}
.listboxcontent span{
     font-family: 'Regular' !important;
    font-size: 16px;
    color: black;
    display: block;
}
.listboxcontent hr{
    margin-top: 25px;
    margin-bottom: 25px;
}
.tagsboxmk .title{
    width: 11.5%;
     font-family: 'Regular' !important;
    font-size: 15.5px;
    font-weight: 700;
    color: black;
}
.tagsboxmk .content{
    width: 88.5%;
    display: flex;
    flex-wrap: wrap;
}
.tagsboxmk .content .btn{
    padding: 10px 15px;
    border: 1px solid #D9D9D9;
    color: #575757;
    border-radius: 50px;
    margin-left: 15px;
    margin-bottom: 10px;
    font-size: 14px;
}
.tagsboxmk .content .btn.active{
    border: 1px solid #ff4d1b;
    color: #ff4d1b;
}
.newdownloadcontentgs{
    width: 1440px;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 70px;
    height: auto;
    aspect-ratio: 16 / 5;
}
.searchbox{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 25px;
    margin-top: 10px;
}
.searchbox .inputbox{
    width: 240px;
    height: 32px;
    background: white;
    border: 1px solid #D9D9D9;
    border-radius: 50px 0px 0px 50px;
    padding-left: 15px;
}
.searchbox .inputbox input{
    border: none;
    height: 100%;
    width: 100%;
}
.searchbox button{
    width: 32px;
    height: 32px;
    border-radius: 0px 50px 50px 0px;
    background: #ff4d1b;
    border: none;
}
.listboxcontentgs a{
    height: 64px;
    border-top: 1px solid #D9D9D9;
    font-size: 16px;
     font-family: 'Regular' !important;
    color: black;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s;
}
.listboxcontentgs a:hover span{
    color: #ff4d1b;
}
.newfaqcontentbox {
    border-top: 1px solid #AFAFAF;
    font-size: 16px;
     font-family: 'Regular' !important;
    color: black;
    width: 100%;
    transition: all 0.5s;
}
.newfaqtitle {
    padding: 0px 2%;
    line-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.newfaqcontent {
    padding: 20px 2%;
    line-height: 30px;
    border-top: 1px solid #AFAFAF;
    background-color: #EBEBEB;
}
.newfaqcontentbox {
    height: 64px;
    overflow: hidden;
}

.newfaqcontentbox.active {
    height: auto;
}
.listboxcontfaq{
    display: none;
}
.listboxcontfaq.active{
    display: block;
}
.newindexsybox {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.newindexsy {
    width: 448px !important;
    display: block !important;
    margin: 0px 16px;
    height: fit-content !important;
    margin-bottom: 45px;
}

.newindexsy .topofbox {
    position: relative;
}

.newindexsy .topofbox .title {
    z-index: 999;
    background-color: #282828CC;
    width: 88px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 0px 20px 0px;
    text-align: center;
    line-height: 36px;
}

.newindexsy .topofbox .img {
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.newindexsy .topofbox .img  p{
    width: 100% !important;
    height: 100% !important;
}
.newindexsy .topofbox .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.newindexsy:hover .topofbox .img img {
    transform: scale(1.2);
}

.newindexsy .bottomofbox {
    width: 100%;
    height: 109px;
    background-color: #F4F4F4;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newindexsy .bottomofbox .time {
     font-family: 'Regular' !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #575757;
}

.newindexsy .bottomofbox .title {
     font-family: 'Regular' !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: black;
    height: 48px;
    word-break: break-all;
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newfaqcontentbox:hover span{
    color: #FF4105;
}
@media screen and (max-width: 1500px) {
    .layout1440download{
        width: 1300px;
    }
    .newdownloadcontentgs{
        zoom: 0.8;
    }
}
@media screen and (max-width: 960px) {
    .newdownloadheadergs{
        margin-top: 80px !important;
    }
    .layout1440download{
        width: 100%;
    }
    .newdownloadcontentgs{
        width: 100%;
    }
    .newindexsybox{
        flex-direction: column;
        align-items: center;
    }
    .newindexsy {
        width: 95% !important;
        height: fit-content !important;
        display: block !important;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .newdownloadheadergs{
        padding: 0px 2%;
    }
    .tagsboxmk{
        width: 95%;
        margin: 0 auto;
    }
    .newindexsy .topofbox .img {
        width: 100%;
    }
    .listboxcontent{
        padding: 25px 2%;
    }
    .tagsboxmk {
        width: 95%;
        margin: 10px auto;
        height: fit-content;
        align-items: flex-start;
        flex-direction: column;
    }
    .searchbox{
        padding-right: 2%;
    }
    .newsmk1new{
        margin-top: 75px;
    }
    .newsmk1new .content {
        width: 100%;
        justify-content: center;
    }
    .newsmk1new .content .btn {
        width: 20%;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
        font-weight: 400;
    }
    .tagsboxmk .title{
        font-size: 10px;
        width: 100% !important;
        margin-bottom: 15px;
    }
    .tagsboxmk .content{
        width: 100% !important;
    }
    .listboxcontent span{
        font-size: 12px;
    }
    .newsmk1new .title{
        font-size: 30px;
    }
    .newindexsy .bottomofbox .title{
        font-size: 14px;
    }
    .newfaqcontent{
        font-size: 12px;
    }
}