/* -----------------------------------------------------------
reset
----------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

body#new_pg {
    margin: 0;
    padding: 0;
}

#new_pg div,
#new_pg h1,
#new_pg h2,
#new_pg h3,
#new_pg h4,
#new_pg h5,
#new_pg h6,
#new_pg p,
#new_pg dl,
#new_pg dt,
#new_pg dd,
#new_pg ol,
#new_pg ul,
#new_pg li,
#new_pg form,
#new_pg input,
#new_pg textarea,
#new_pg button,
#new_pg table,
#new_pg tr,
#new_pg th,
#new_pg td,
#new_pg article,
#new_pg aside,
#new_pg footer,
#new_pg header,
#new_pg hgroup,
#new_pg nav,
#new_pg section,
#new_pg a,
#new_pg span {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#new_pg div,
#new_pg dl,
#new_pg dt,
#new_pg dd,
#new_pg ul,
#new_pg ol,
#new_pg li,
#new_pg h1,
#new_pg h2,
#new_pg h3,
#new_pg h4,
#new_pg h5,
#new_pg h6,
#new_pg pre,
#new_pg form,
#new_pg fieldset,
#new_pg input,
#new_pg textarea,
#new_pg p,
#new_pg blockquote,
#new_pg th,
#new_pg td {
    margin: 0;
    padding: 0;
}

#new_pg address,
#new_pg caption,
#new_pg cite,
#new_pg code,
#new_pg dfn,
#new_pg em,
#new_pg th,
#new_pg var {
    font-style: normal;
    font-weight: normal;
}

#new_pg table {
    border-collapse: collapse;
    border-spacing: 0;
}

#new_pg q:before,
#new_pg q:after {
    content: "";
}

#new_pg object,
#new_pg embed {
    vertical-align: top;
}

#new_pg hr,
#new_pg legend {
    display: none;
    border: none;
}

#new_pg abbr,
#new_pg acronym,
#new_pg fieldset {
    border: 0;
}

#new_pg tr,
#new_pg th,
#new_pg td,
#new_pg caption {
    vertical-align: top;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

#new_pg ol,
#new_pg ul {
    list-style: none;
}

#new_pg h1,
#new_pg h2,
#new_pg h3,
#new_pg h4,
#new_pg h5,
#new_pg h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
}

#new_pg img {
    border: 0;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}


/* mixin
----------------------------------------*/

@font-face {
    font-family: "pingfang";
    src: url("https://data.kgu.cn/font/pingfang.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "jost";
    src: url("https://data.kgu.cn/font/JostRegular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body#new_pg {
    font-size: 12px;
    font-family: Arial, "pingfang";
    color: #000;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-wrap: break-word;
}

#new_pg strong {
    font-weight: bold;
}

#new_pg a:focus,
#new_pg button:focus {
    outline: none !important;
}

#new_pg a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#new_pg a:hover {
    text-decoration: underline;
}

#new_pg img.box-fit {
    width: 100%;
    height: auto;
    vertical-align: top;
}

#new_pg img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

#new_pg input,
#new_pg textarea {
    outline: none;
    border: none;
}

@media screen and (max-width: 1125px) {
    body#new_pg.navShow .g-head .g-nav {
        right: 0;
        left: 0;
    }
    body#new_pg.navShow .g-head .navA span {
        background: transparent;
        -webkit-transition: 0.01s;
        transition: 0.01s;
    }
    body#new_pg.navShow .g-head .navA span:before,
    body#new_pg.navShow .g-head .navA span:after {
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        top: 0;
    }
    body#new_pg.navShow .g-head .navA span:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    body#new_pg.navShow .g-head .navA span:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

#new_pg .g-head {
    height: 0.8rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head {
        height: 1.65rem;
    }
}

@media screen and (min-width: 1126px) {
    .page-banner div.title .en {
        padding-top: 0.4rem;
    }
    #new_pg .g-head.home {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    #new_pg .g-head.home .head {
        background: rgba(0, 0, 0, 0.28);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #new_pg .g-head.home .head:hover,
    #new_pg .g-head.home .head.active {
        background: #fff;
        box-shadow: 0rem 0.11rem 0.11rem 0rem rgba(0, 0, 0, 0.05);
    }
    #new_pg .g-head.home .head:hover .g-nav ul li a.name,
    #new_pg .g-head.home .head.active .g-nav ul li a.name {
        color: #1E1E1E;
    }
    #new_pg .g-head.home .head:hover .g-nav ul li a.name i,
    #new_pg .g-head.home .head.active .g-nav ul li a.name i {
        -webkit-filter: none;
        filter: none;
    }
    #new_pg .g-head.home .head:hover .btns ul li.search a i,
    #new_pg .g-head.home .head.active .btns ul li.search a i {
        -webkit-filter: none;
        filter: none;
    }
    #new_pg .g-head.home .head:hover .btns ul li.language a i,
    #new_pg .g-head.home .head.active .btns ul li.language a i {
        -webkit-filter: none;
        filter: none;
    }
    #new_pg .g-head.home .head:hover .btns ul li.language a span,
    #new_pg .g-head.home .head.active .btns ul li.language a span {
        color: #1E1E1E;
    }
    #new_pg .g-head.home .head .g-nav ul li a.name {
        color: #fff;
    }
    #new_pg .g-head.home .head .g-nav ul li a.name i {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    #new_pg .g-head.home .head .btns ul li.search a i {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    #new_pg .g-head.home .head .btns ul li.language a i {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    #new_pg .g-head.home .head .btns ul li.language a span {
        color: #fff;
    }
}

#new_pg .g-head .head {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    padding: 0 0.5rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head {
        position: fixed;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        padding: 0;
        border-bottom: 1px solid #eee;
    }
}

#new_pg .g-head .head .wal {
    height: 0.8rem;
    max-width: 100%;
    position: relative;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .wal {
        height: 1.65rem;
        padding: 0 0.43rem;
        position: static;
    }
}

#new_pg .g-head .head .logo {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.78rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .logo {
        /*width: 1.87rem;*/
        left: 0.43rem;
    }
}

#new_pg .g-head .head .g-nav {
    max-width: 17rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .g-nav {
        position: fixed;
        bottom: 0;
        right: -100%;
        left: 100%;
        top: 1.68rem;
        overflow-y: auto;
        background: #fff;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        padding: 0 0.7rem;
    }
}

#new_pg .g-head .head .g-nav .line {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.05rem;
    background: #DE0515;
    width: 0;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .g-nav .line {
        display: none;
    }
}

#new_pg .g-head .head .g-nav ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .g-nav ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#new_pg .g-head .head .g-nav ul li {
    margin-right: 0.48rem;
    position: relative;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .g-nav ul li {
        margin: 0;
        width: 100%;
        border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    }
}

#new_pg .g-head .head .g-nav ul li:hover a.name {
    color: #DE0515;
}

#new_pg .g-head .head .g-nav ul li:hover a.name i {
    background-image: url("/static/7m5/pages/new_static/image/icon_arrow-down-red.svg")
}

#new_pg .g-head .head .g-nav ul li:hover .list {
    opacity: 1;
    visibility: visible;
}

#new_pg .g-head .head .g-nav ul li a.name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.16rem;
    color: #1E1E1E;
    position: relative;
    height: 0.8rem;
    text-decoration: none;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .g-nav ul li a.name {
        font-size: 0.4rem;
        padding-left: 0;
        height: 1.8rem;
        line-height: 1.8rem;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#new_pg .g-head .head .g-nav ul li a.name.on {
    color: #DE0515;
}

#new_pg .g-head .head .g-nav ul li a.name i {
    width: 0.24rem;
    height: 0.24rem;
    background: url("/static/7m5/pages/new_static/image/icon_arrow-down-black.svg") center no-repeat;
    background-size: 100%;
    margin-left: 0.01rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .g-nav ul li a.name i {
        width: 0.6rem;
        height: 0.6rem;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

#new_pg .g-head .head .g-nav ul li.open a i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#new_pg .g-head .head .g-nav ul li.open .list {
    display: block;
}

#new_pg .g-head .head .g-nav ul li.open .list dl {
    display: block !important;
}

#new_pg .g-head .head .g-nav ul li .list {
    position: absolute;
    left: 0;
    top: 100%;
    width: 2.62rem;
    background: #fff;
    padding: 0.05rem 0.2rem;
    margin-top: -0.05rem;
    border-top: #DE0515 solid 0.05rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .g-nav ul li .list {
        border-top: rgba(0, 0, 0, 0.1) solid 1px;
        padding: 0;
        position: static;
        width: 100%;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

#new_pg .g-head .head .g-nav ul li .list dl {
    display: none;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .g-nav ul li .list dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0.46rem 0;
    }
}

#new_pg .g-head .head .g-nav ul li .list dl dd {
    border-bottom: #e5e5e5 solid 1px;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .g-nav ul li .list dl dd {
        min-width: 33.333%;
    }
}

#new_pg .g-head .head .g-nav ul li .list dl dd:last-child {
    border-bottom: 0;
}

#new_pg .g-head .head .g-nav ul li .list dl dd a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 0.6rem;
    font-size: 0.16rem;
    color: #595959;
    text-decoration: none;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .g-nav ul li .list dl dd a {
        display: block;
        line-height: 0.91rem;
        font-size: 0.4rem;
        padding: 0;
        height: auto;
    }
}

#new_pg .g-head .head .g-nav ul li .list dl dd a:after {
    display: block;
    content: "";
    width: 0.24rem;
    height: 0.24rem;
    background: url("/static/7m5/pages/new_static/image/icon_arrow-down-black.svg") center no-repeat;
    background-size: 100%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .g-nav ul li .list dl dd a:after {
        width: 0.24rem;
        height: 0.24rem;
        margin-left: 0.18rem;
        display: none;
    }
}

#new_pg .g-head .head .g-nav ul li .list dl dd a:hover {
    color: #DE0515;
}

#new_pg .g-head .head .g-nav ul li .list dl dd a:hover:after {
    background-image: url("/static/7m5/pages/new_static/image/icon_arrow-down-red.svg")
}

#new_pg .g-head .head .navA {
    display: none;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .navA {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0.43rem;
        bottom: 0;
        width: 0.8rem;
        height: 0.8rem;
        background: #DE0515;
        border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #new_pg .g-head .head .navA span {
        position: relative;
        display: block;
        margin: auto;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        width: 0.43rem;
        height: 0.04rem;
        background-color: #fff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 0;
    }
    #new_pg .g-head .head .navA span:before,
    #new_pg .g-head .head .navA span:after {
        content: "";
        position: absolute;
        left: 0;
        top: -0.14rem;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        width: 0.43rem;
        height: 0.04rem;
        background-color: #fff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 0;
    }
    #new_pg .g-head .head .navA span:after {
        top: 0.13rem;
    }
}

#new_pg .g-head .head .btns {
    position: absolute;
    z-index: 6;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .btns {
        right: 1.43rem;
    }
}

#new_pg .g-head .head .btns ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#new_pg .g-head .head .btns ul li {
    margin-left: 0.2rem;
    position: relative;
    height: 0.4rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .btns ul li {
        margin-left: 0.3rem;
        height: auto;
    }
}

#new_pg .g-head .head .btns ul li.search {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#new_pg .g-head .head .btns ul li.search:hover .input {
    opacity: 1;
    visibility: visible;
}

#new_pg .g-head .head .btns ul li.search a {
    position: relative;
    z-index: 2;
}

#new_pg .g-head .head .btns ul li.search a i {
    width: 0.24rem;
    height: 0.24rem;
    display: inline-block;
    background: url("/static/7m5/pages/new_static/image/icon_search-line_black.svg") no-repeat;
    background-size: cover;
    position: relative;
    top: 0.02rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .btns ul li.search a i {
        width: 0.48rem;
        height: 0.48rem;
        top: 0.03rem;
    }
}

#new_pg .g-head .head .btns ul li.search .input {
    position: absolute;
    top: 0;
    right: -0.1rem;
    bottom: 0;
    width: 3rem;
    height: 100%;
    border: #ddd solid 1px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    border-radius: 3rem;
    overflow: hidden;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .btns ul li.search .input {
        display: none;
    }
}

#new_pg .g-head .head .btns ul li.search .input input {
    width: 100%;
    height: 0.42rem;
    line-height: 0.42rem;
    font-size: 0.14rem;
    color: #333;
    padding: 0 0.2rem;
    border: none;
    outline: none;
}

#new_pg .g-head .head .btns ul li.search .input input::-webkit-input-placeholder {
    color: #888;
}

#new_pg .g-head .head .btns ul li.search .input input::-moz-placeholder {
    color: #888;
}

#new_pg .g-head .head .btns ul li.search .input input:-moz-placeholder {
    color: #888;
}

#new_pg .g-head .head .btns ul li.search .input input:-ms-input-placeholder {
    color: #888;
}

#new_pg .g-head .head .btns ul li.accessible-browsing a {
    width: 1.2rem;
    height: 100%;
    background: #DE0515;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    font-size: 0.16rem;
    font-weight: bold;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .btns ul li.accessible-browsing a {
        width: 2.17rem;
        height: 0.8rem;
        border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
        font-size: 0.34rem;
    }
}

#new_pg .g-head .head .btns ul li.language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#new_pg .g-head .head .btns ul li.language a {
    font-size: 0.16rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1E1E1E;
}

#new_pg .g-head .head .btns ul li.language a i {
    width: 0.24rem;
    height: 0.24rem;
    display: inline-block;
    margin-right: 0.08rem;
    background: url("/static/7m5/pages/new_static/image/icon_earth-line_black.svg") no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .btns ul li.language a i {
        width: 0.48rem;
        height: 0.48rem;
    }
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .btns ul li.language a span {
        display: none;
    }
}

#new_pg .g-head .head .languageWrapper {
    display: none;
    position: absolute;
    right: 1.3rem;
    top: 0.8rem;
    width: 2.62rem;
    padding: 0.2rem;
    background: #fff;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .languageWrapper {
        top: 1.65rem;
        width: 100%;
        left: 0;
        right: auto;
        padding: 0 0.43rem;
        box-shadow: 0rem 0.11rem 0.11rem 0rem rgba(0, 0, 0, 0.05);
    }
}

#new_pg .g-head .head .languageWrapper .wrapper {}

#new_pg .g-head .head .languageWrapper .wrapper a {
    display: block;
    font-size: 0.16rem;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 0.24rem;
    margin-bottom: 0.36rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .languageWrapper .wrapper a {
        font-size: 0.46rem;
        line-height: 0.69rem;
        margin-bottom: 0;
        padding: 0.46rem 0;
        border-bottom: 0.01rem solid #D9D9D9;
    }
}

#new_pg .g-head .head .languageWrapper .wrapper a:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-head .head .languageWrapper .wrapper a:last-child {
        border-bottom: none;
    }
}

#new_pg .g-head .head .languageWrapper .wrapper a:hover {
    color: #DE0515;
}

#new_pg .g-head .head .phoneSearch {
    position: absolute;
    left: 0;
    right: auto;
    top: 1.65rem;
    display: none;
    width: 100%;
    background: #fff;
    padding: 0.3rem 0 0.3rem 0.3rem;
}

#new_pg .g-head .head .phoneSearch .leftSearchM {
    width: 9.2rem;
    height: 0.84rem;
    border-bottom: 1px solid #e7e7e7;
}

#new_pg .g-head .head .phoneSearch .leftSearchM .phoneInput {
    position: absolute;
    display: inline-block;
    border-radius: 5px;
    width: 8rem;
    height: 0.8rem;
    padding-left: 0.2rem;
}

#new_pg .g-head .head .phoneSearch .leftSearchM .confirmPhoneSearch {
    position: absolute;
    right: 1.6rem;
    bottom: 0.3rem;
    width: 13%;
    display: inline-block;
    float: right;
    height: 0.98rem;
    color: #DE0515;
    font-size: 0.43rem;
    text-align: center;
    line-height: 1.08rem;
}

#new_pg .g-head .head .phoneSearch .cancelPhoneSearch {
    font-size: 0.5rem;
    position: absolute;
    top: 0.42rem;
    right: 0.8rem;
}

#new_pg .g-foot {
    width: 100%;
    background: #1E1E1E;
}

#new_pg .g-foot .wal {
    width: 14.4rem;
    margin: 0 auto;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .wal {
        width: 100%;
    }
}

#new_pg .g-foot .top-wrapper {
    padding: 0.8rem 0 0.6rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .top-wrapper {
        padding: 0;
    }
}

#new_pg .g-foot .top-wrapper .wal {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .top-wrapper .wal {
        display: block;
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .top-wrapper .logo-wrapper {
        padding: 0.69rem 0.46rem;
    }
}

#new_pg .g-foot .top-wrapper .logo-wrapper .logo {
    margin-bottom: 0.4rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .top-wrapper .logo-wrapper .logo {
        margin-bottom: 0.46rem;
    }
}

#new_pg .g-foot .top-wrapper .logo-wrapper .logo a {
    width: 0.72rem;
    display: block;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .top-wrapper .logo-wrapper .logo a {
        width: 1.26rem;
    }
}

#new_pg .g-foot .top-wrapper .logo-wrapper .logo a img {
    width: 100%;
}

#new_pg .g-foot .top-wrapper .logo-wrapper .phone .title {
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .top-wrapper .logo-wrapper .phone .title {
        font-size: 0.34rem;
    }
}

#new_pg .g-foot .top-wrapper .logo-wrapper .phone .number {
    font-size: 0.4rem;
    color: #FFFFFF;
    margin-top: 0.2rem;
    font-family: "jost";
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .top-wrapper .logo-wrapper .phone .number {
        font-size: 0.69rem;
        margin-top: 0.11rem;
    }
}

#new_pg .g-foot .top-wrapper .logo-wrapper .address {
    margin-top: 0.5rem;
    font-size: 0.16rem;
    color: #FFFFFF;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .top-wrapper .logo-wrapper .address {
        margin-top: 0.46rem;
        font-size: 0.34rem;
    }
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .top-wrapper .link-wrapper {
        border-top: 0.01rem solid rgba(255, 255, 255, 0.2);
        padding: 0 0 0 0.46rem;
    }
}

#new_pg .g-foot .top-wrapper .link-wrapper ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .top-wrapper .link-wrapper ul {
        display: block;
    }
}

#new_pg .g-foot .top-wrapper .link-wrapper ul li {
    width: 3rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .top-wrapper .link-wrapper ul li {
        width: 100%;
    }
}

#new_pg .g-foot .top-wrapper .link-wrapper ul li.active .title i {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#new_pg .g-foot .top-wrapper .link-wrapper ul li .title {
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #FFFFFF;
    padding-bottom: 0.1rem;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .top-wrapper .link-wrapper ul li .title {
        font-size: 0.4rem;
        padding: 0.5rem 0.6rem 0.5rem 0;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1;
    }
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .top-wrapper .link-wrapper ul li .title i {
        display: block;
        width: 0.14rem;
        height: 0.14rem;
        border-top: 0.04rem solid rgba(255, 255, 255, 0.5);
        border-right: 0.04rem solid rgba(255, 255, 255, 0.5);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}

#new_pg .g-foot .top-wrapper .link-wrapper ul li .content {
    margin-top: 0.2rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .top-wrapper .link-wrapper ul li .content {
        margin-top: 0;
        display: none;
        padding: 0.2rem 0;
    }
}

#new_pg .g-foot .top-wrapper .link-wrapper ul li .content a {
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #FFFFFF;
    display: block;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .top-wrapper .link-wrapper ul li .content a {
        font-size: 0.4rem;
        padding: 0.37rem;
        line-height: 1;
    }
}

#new_pg .g-foot .bottom-wrapper {
    padding: 0.2rem 0;
    box-sizing: border-box;
    /*border-top: 0.01rem solid rgba(255, 255, 255, 0.1);*/
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper {
        /*border-top: none;*/
        padding: 0 0 2.8rem 0rem;
    }
}

#new_pg .g-foot .bottom-wrapper .copy-share-wrap {}

#new_pg .g-foot .bottom-wrapper .wal {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper .wal {
        display: block;
        padding-right: 0;
    }
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper .share {
        margin-bottom: 0 !important;
    }
}

#new_pg .g-foot .bottom-wrapper .copy-wrapper {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper .copy-wrapper {
        display: block;
        padding: 0.69rem 0 0.69rem;
    }
}

#new_pg .g-foot .bottom-wrapper .copy-wrapper p {
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.6);
    margin-right: 0.4rem;
}

@media screen and (min-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper .copy-wrapper a {
        font-size: 0.16rem;
        color: rgba(255, 255, 255, 0.6);
        margin-right: 0.4rem;
    }
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper .copy-wrapper a {
        font-size: 0.34rem;
        color: rgba(255, 255, 255, 0.6);
        margin-right: 0.4rem;
    }
}

#new_pg .g-foot .bottom-wrapper .copy-wrapper a:hover {
    color: red;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper .copy-wrapper p {
        font-size: 0.34rem;
        margin-right: 0.4rem;
        margin-bottom: 0.11rem;
        display: inline-block;
    }
}

#new_pg .g-foot .bottom-wrapper .share ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper .share ul {
        padding: 0.69rem 0;
        -webkit-justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
    }
}

#new_pg .g-foot .bottom-wrapper .share ul li {
    margin-left: 0.2rem;
    position: relative;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper .share ul li {
        margin-left: 0;
        margin-right: 0.57rem;
    }
}

#new_pg .g-foot .bottom-wrapper .share ul li:hover .layer,
#new_pg .g-foot .bottom-wrapper .share ul li.active .layer {
    opacity: 1;
    visibility: visible;
}

#new_pg .g-foot .bottom-wrapper .share ul li a {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper .share ul li a {
        width: 1.14rem;
        height: 1.14rem;
    }
}

#new_pg .g-foot .bottom-wrapper .share ul li a img {
    width: 100%;
}

#new_pg .g-foot .bottom-wrapper .share ul li .layer {
    width: 1rem;
    position: absolute;
    background: #fff;
    z-index: 20;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0.1rem;
    padding: 0.06rem;
    margin-bottom: 0.15rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper .share ul li .layer {
        width: 2rem;
        padding: 0.03rem;
        margin-bottom: 0.3rem;
    }
}

#new_pg .g-foot .bottom-wrapper .share ul li .layer:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -0.1rem;
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper .share ul li .layer:before {
        width: 0.4rem;
        height: 0.4rem;
        bottom: -0.2rem;
    }
}

#new_pg .fixedAdvice {
    position: fixed;
    right: 0;
    bottom: -8rem;
    z-index: 10000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 0.8rem;
    /*1111111*/
    z-index: 9;
}

@media screen and (max-width: 1125px) {
    #new_pg .fixedAdvice {
        left: 0;
        bottom: -2rem;
        width: 100%;
        padding: 0 0.42rem;
    }
}

#new_pg .fixedAdvice.active {
    bottom: 1.8rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .fixedAdvice.active {
        bottom: 0.6rem;
    }
}

#new_pg .fixedAdvice .wrapper {
    background: #DE0515;
    border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
    padding: 0 0.12rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .fixedAdvice .wrapper {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 0.34rem 0;
        border-radius: 2rem;
    }
}

#new_pg .fixedAdvice .wrapper .item {
    padding: 0.2rem 0;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 1125px) {
    #new_pg .fixedAdvice .wrapper .item {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 0.02rem solid #C1000E;
        width: 34%;
    }
}

#new_pg .fixedAdvice .wrapper .item:after {
    content: "";
    width: 0.4rem;
    height: 0;
    border-bottom: 0.02rem solid #C1000E;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media screen and (max-width: 1125px) {
    #new_pg .fixedAdvice .wrapper .item:after {
        content: normal;
    }
}

@media screen and (max-width: 1125px) {
    #new_pg .fixedAdvice .wrapper .item:last-child {
        border-right: none;
    }
}

#new_pg .fixedAdvice .wrapper .item:last-child:after {
    content: normal;
}

#new_pg .fixedAdvice .wrapper .item a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1125px) {
    #new_pg .fixedAdvice .wrapper .item .flex {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#new_pg .fixedAdvice .wrapper .item .flex .icon {
    width: 0.24rem;
    margin: 0 auto 0.1rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .fixedAdvice .wrapper .item .flex .icon {
        width: 0.43rem;
        margin-bottom: 0;
        margin-right: 0.23rem;
    }
}

#new_pg .fixedAdvice .wrapper .item .flex .icon img {
    width: 100%;
}

#new_pg .fixedAdvice .wrapper .item .flex .title {
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}

@media screen and (max-width: 1125px) {
    #new_pg .fixedAdvice .wrapper .item .flex .title {
        font-size: 0.34rem;
    }
}

#new_pg .fixedAdvice .backTop {
    height: 0.8rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

@media screen and (max-width: 1125px) {
    #new_pg .fixedAdvice .backTop {
        display: none;
    }
}

#new_pg .fixedAdvice .backTop:hover .icon {
    top: -0.1rem;
}

#new_pg .fixedAdvice .backTop .icon {
    width: 0.24rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

#new_pg .fixedAdvice .backTop .icon img {
    width: 100%;
}

#new_pg .fixedAdvice .backTop .icon i {
    width: 100%;
    height: 0.24rem;
    display: block;
    background: url("/static/7m5/pages/new_static/image/icon_arrow-up-black.png") no-repeat;
    background-size: cover;
}

#new_pg .fixedAdvice .backTop .icon i.on {
    background-image: url("/static/7m5/pages/new_static/image/icon_arrow-up.png");
}

#new_pg .popup_advice_wrapper {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#new_pg .popup_advice_wrapper .flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#new_pg .popup_advice_wrapper.phone_advice {
    display: none;
}

#new_pg .popup_advice_wrapper.subscribe_advice {
    display: none;
}

#new_pg .popup_advice_wrapper.subscribe_advice .advice_body .title {
    font-size: 0.2rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 0.24rem;
}

#new_pg .popup_advice_wrapper.subscribe_advice .advice_body .content {
    margin-top: .24rem;
}

#new_pg .popup_advice_wrapper.subscribe_advice .advice_body .content form .advice_input {
    position: relative;
}

#new_pg .popup_advice_wrapper.subscribe_advice .advice_body .content form .advice_input input[type='text'] {
    height: 0.6rem;
    background: #F5F5F5;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    width: 100%;
    padding: 0 .16rem;
    color: #1E1E1E;
    font-size: 0.16rem;
    font-weight: 400;
    border: none;
}

#new_pg .popup_advice_wrapper.subscribe_advice .advice_body .content form .advice_input .pic {
    position: absolute;
    right: .16rem;
    top: 0.1rem;
    width: 1.2rem;
    height: 0.4rem;
    border: 0.01rem solid #1E1E1E;
    display: flex;
    justify-content: center;
    align-items: center;
}

#new_pg .popup_advice_wrapper.subscribe_advice .advice_body .content form .advice_input .pic img {
    width: 100%;
    height: 100%;
}

#new_pg .popup_advice_wrapper.subscribe_advice .advice_body .content form input[type='submit'] {
    height: 0.6rem;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    line-height: .6rem;
    background: #DE0515;
    color: #fff;
    font-weight: 400;
    font-size: 0.2rem;
    width: 100%;
    text-align: center;
    margin-top: .24rem;
    box-shadow: none;
    border: none;
}

#new_pg .popup_advice_wrapper.phone_advice .popup_advice {
    width: 5rem;
    height: auto;
    /* background: #DE0515 url("/static/7m5/pages/new_static/image/popup_advice_bg.jpg"); */
    background-size: contain;
}

@media screen and (max-width: 1125px) {
    #new_pg .popup_advice_wrapper.phone_advice .popup_advice {
        width: 80%;
        background-size: cover;
    }
    #new_pg .popup_advice_wrapper.subscribe_advice .advice_body .title {
        font-size: 0.48rem;
        line-height: 1;
    }
    #new_pg .popup_advice_wrapper.subscribe_advice .advice_body .content {
        margin-top: .48rem;
    }
    #new_pg .popup_advice_wrapper.subscribe_advice .advice_body .content form .advice_input input[type='text'] {
        height: 1.2rem;
        border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
        padding: 0 .26rem;
        font-size: 0.36rem;
    }
    #new_pg .popup_advice_wrapper.subscribe_advice .advice_body .content form .advice_input .pic {
        right: .26rem;
        top: 0.18rem;
        width: 2.2rem;
        height: .8rem;
        border: 0.01rem solid #1E1E1E;
    }
    #new_pg .popup_advice_wrapper.subscribe_advice .advice_body .content form input[type='submit'] {
        height: 1.2rem;
        border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
        line-height: 1.2rem;
        font-size: 0.5rem;
        margin-top: .42rem;
    }
}

#new_pg .popup_advice_wrapper.subscribe_advice .popup_advice {
    width: 5rem;
    height: auto;
    background: #fff;
    background-size: contain;
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .popup_advice_wrapper.subscribe_advice .popup_advice {
        width: 80%;
        background-size: cover;
    }
}

#new_pg .popup_advice_wrapper.phone_advice .popup_advice .advice_body .title {
    color: #fff;
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
    line-height: 1;
}

@media screen and (max-width: 1125px) {
    #new_pg .popup_advice_wrapper.phone_advice .popup_advice .advice_body .title {
        font-size: 0.48rem;
        text-align: center;
        margin-bottom: 0.4rem;
    }
}

#new_pg .popup_advice_wrapper.phone_advice .popup_advice .advice_body .content {
    color: #fff;
    line-height: 1;
    font-size: 0.45rem;
    margin-bottom: 0.05rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .popup_advice_wrapper.phone_advice .popup_advice .advice_body .content {
        font-size: 1rem;
        margin-bottom: 0.4rem;
        text-align: center;
    }
}

#new_pg .popup_advice_wrapper.phone_advice .popup_advice .advice_body .callNow {
    display: none;
}

@media screen and (max-width: 1125px) {
    #new_pg .popup_advice_wrapper.phone_advice .popup_advice .advice_body .callNow {
        display: block;
        width: 100%;
        background: #a30d19;
        text-align: center;
        color: #fff;
        padding: 0.25rem 0;
        font-size: 0.5rem;
    }
}

#new_pg .popup_advice_wrapper.phone_advice .popup_advice .advice_body .phoneTel .onlineNow {
    font-size: 0.2rem;
    color: #fff;
    margin-bottom: 0.2rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .popup_advice_wrapper.phone_advice .popup_advice .advice_body .phoneTel .onlineNow {
        display: none;
    }
}

#new_pg .popup_advice_wrapper.phone_advice .popup_advice .advice_body .phoneTel a {
    background: #a30d19;
    width: 100%;
    display: block;
    color: #fff;
    line-height: 1;
    padding: 0.2rem 0;
    text-align: center;
    font-size: 0.18rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .popup_advice_wrapper.phone_advice .popup_advice .advice_body .phoneTel a {
        display: none;
    }
}

#new_pg .popup_advice_wrapper.whatApp_advice {
    display: none;
}

#new_pg .popup_advice_wrapper.whatApp_advice .popup_advice {
    width: 3.4rem;
    height: auto;
    /* background: #DE0515 url("/static/7m5/pages/new_static/image/popup_advice_bg.jpg"); */
    background-size: cover;
}

@media screen and (max-width: 1125px) {
    #new_pg .popup_advice_wrapper.whatApp_advice .popup_advice {
        width: 80%;
        background-size: cover;
    }
}

#new_pg .popup_advice_wrapper.whatApp_advice .popup_advice .advice_body .title {
    color: #fff;
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 1125px) {
    #new_pg .popup_advice_wrapper.whatApp_advice .popup_advice .advice_body .title {
        font-size: 0.48rem;
        margin-bottom: 0.4rem;
    }
}

#new_pg .popup_advice_wrapper.whatApp_advice .popup_advice .advice_body .content {
    color: #fff;
    line-height: 1;
    font-size: 0.45rem;
    margin-bottom: 0.2rem;
    text-align: center;
}

@media screen and (max-width: 1125px) {
    #new_pg .popup_advice_wrapper.whatApp_advice .popup_advice .advice_body .content {
        font-size: 1rem;
        margin-bottom: 0.4rem;
    }
}

#new_pg .popup_advice_wrapper.whatApp_advice .popup_advice .advice_body .phoneTel .onlineNow {
    font-size: 0.2rem;
    color: #fff;
    margin-bottom: 0.1rem;
    text-align: center;
}

@media screen and (max-width: 1125px) {
    #new_pg .popup_advice_wrapper.whatApp_advice .popup_advice .advice_body .phoneTel .onlineNow {
        display: none;
    }
}

#new_pg .popup_advice_wrapper.whatApp_advice .popup_advice .advice_body .phoneTel a {
    background: #a30d19;
    width: 100%;
    display: block;
    color: #fff;
    line-height: 1;
    padding: 0.2rem 0;
    text-align: center;
    font-size: 0.18rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .popup_advice_wrapper.whatApp_advice .popup_advice .advice_body .phoneTel a {
        display: none;
    }
}

#new_pg .popup_advice_wrapper .popup_advice {
    position: relative;
    padding: 0.4rem 0.2rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .popup_advice_wrapper .popup_advice {
        padding: 0.8rem 0.4rem 0.5rem;
    }
}

#new_pg .popup_advice_wrapper .popup_advice .close {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
    z-index: 999;
}

@media screen and (max-width: 1125px) {
    #new_pg .popup_advice_wrapper .popup_advice .close {
        width: 1rem;
        height: 1rem;
    }
}

#new_pg .popup_advice_wrapper .popup_advice .close:before,
#new_pg .popup_advice_wrapper .popup_advice .close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 0.01rem;
    background-color: #1E1E1E;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#new_pg .popup_advice_wrapper .popup_advice .close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

#new_pg .popup_advice_wrapper .popup_advice .close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
        opacity: 1;
    }
}

@keyframes shine {
    100% {
        left: 125%;
        opacity: 1;
    }
}

#new_pg .index .wal {
    max-width: 14.4rem;
    margin: 0 auto;
}

#new_pg .index-banner {}

#new_pg .index-banner .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#new_pg .index-banner .swiper-wrapper .swiper-slide {
    position: relative;
    height: 9rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-banner .swiper-wrapper .swiper-slide {
        height: 100vh;
    }
}

#new_pg .index-banner .swiper-wrapper .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

#new_pg .index-banner .swiper-wrapper .swiper-slide a .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#new_pg .index-banner .swiper-wrapper .swiper-slide a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#new_pg .index-banner .swiper-wrapper .swiper-slide a .wal {
    width: 14.4rem;
    margin: 0 auto;
    color: #fff;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.2rem;
    line-height: 0.28rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-banner .swiper-wrapper .swiper-slide a .wal {
        width: 100%;
        padding: 0 0.69rem;
        font-size: 0.34rem;
        line-height: 0.57rem;
        top: 7.69rem;
        transform: translateY(0);
    }
    /*111111*/
    .g-head .g-nav .line {
        height: 0 !important;
    }
}

#new_pg .index-banner .swiper-wrapper .swiper-slide a .wal .title {
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 0.70rem;
    margin-bottom: 0.8rem;
    opacity: 0;
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-banner .swiper-wrapper .swiper-slide a .wal .title {
        font-size: 0.69rem;
        line-height: 0.91rem;
        margin-bottom: 0.84rem;
    }
}

#new_pg .index-banner .swiper-wrapper .swiper-slide a .wal .title.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#new_pg .index-banner .swiper-wrapper .swiper-slide a .wal .row-2 {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-banner .swiper-wrapper .swiper-slide a .wal .row-2.show {
        white-space: normal;
    }
}

@media screen and (min-width: 1125px) {
    #new_pg .index-banner .swiper-wrapper .swiper-slide a .wal .row-2.show {
        white-space: pre-line;
    }
}

#new_pg .index-banner .swiper-wrapper .swiper-slide a .wal .row-2.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#new_pg .index-banner .swiper-wrapper .swiper-slide a .wal .btn {
    margin-top: 0.82rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.76rem;
    height: 0.6rem;
    background: transparent;
    color: #fff;
    font-size: 0.2rem;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-banner .swiper-wrapper .swiper-slide a .wal .btn {
        margin-top: 1.86rem;
        width: 2.74rem;
        height: 0.91rem;
        font-size: 0.34rem;
    }
}

#new_pg .index-banner .swiper-wrapper .swiper-slide a .wal .btn:after {
    content: "";
    width: 0.24rem;
    height: 0.24rem;
    display: block;
    background: url("/static/7m5/pages/new_static/image/icon_arrow-right-up.svg") no-repeat;
    background-size: cover;
    margin-left: 0.16rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-banner .swiper-wrapper .swiper-slide a .wal .btn:after {
        margin-left: 0.24rem;
    }
}

#new_pg .index-banner .swiper-wrapper .swiper-slide a .wal .btn.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#new_pg .index-banner .swiper-wrapper .swiper-slide a .wal .btn:hover {
    background-color: #DE0515;
    border-color: #DE0515;
}

#new_pg .index-banner .pagination-wrapper {
    position: absolute;
    right: 0.4rem;
    bottom: 0.4rem;
    z-index: 1;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-banner .pagination-wrapper {
        display: none;
    }
}

#new_pg .index-banner .pagination-wrapper .banner-swiper-text {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.1rem;
}

#new_pg .index-banner .pagination-wrapper .banner-swiper-text li {
    margin-left: 0.2rem;
    width: 0.8rem;
    height: 10px;
    cursor: pointer;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 1;
}

#new_pg .index-banner .pagination-wrapper .swiper-pagination {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#new_pg .index-banner .pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin-left: 0.2rem;
    width: 0.8rem;
    /*height: 6px;*/
    cursor: pointer;
    /*background: rgba(255, 255, 255, 0.5);*/
    position: relative;
}

#new_pg .index-banner .pagination-wrapper .swiper-pagination .swiper-pagination-bullet .dot-progress {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #fff;
    display: block;
    background: rgba(255, 255, 255, 0.5);
}

#new_pg .index-banner .pagination-wrapper .swiper-pagination .swiper-pagination-bullet p {
    padding-bottom: 6px !important;
    color: rgba(255, 255, 255, 0.5);
    width: 0.8rem;
    cursor: pointer;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 1;
}

#new_pg .index-banner .pagination-wrapper .swiper-pagination .swiper-pagination-bullet>span {
    background: rgba(255, 255, 255, 0.5);
    width: 0.8rem;
    display: block;
    height: 2px;
}

#new_pg .index-brands {
    background: #F7F7F7;
}

#new_pg .index-brands .wal {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

#new_pg .index-brands .wal:before {
    content: "";
    width: 4rem;
    height: 1rem;
    background: -webkit-linear-gradient(left, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
    background: linear-gradient(90deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-brands .wal:before {
        content: normal;
    }
}

#new_pg .index-brands .wal:after {
    content: "";
    width: 4rem;
    height: 1rem;
    background: -webkit-linear-gradient(right, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
    background: linear-gradient(-90deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-brands .wal:after {
        content: normal;
    }
}

#new_pg .index-brands .swiper-wrapper .swiper-slide {
    position: relative;
    height: 1rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-brands .swiper-wrapper .swiper-slide {
        height: 1.14rem;
    }
}

#new_pg .index-brands .swiper-wrapper .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#new_pg .index-cases {
    overflow: hidden;
}

#new_pg .index-cases .hd {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#new_pg .index-cases .hd .title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 1;
}

#new_pg .index-cases .hd .link a {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding: 0 0.05rem;
    height: 0.6rem;
    background: transparent;
    color: #333333;
    font-size: 0.2rem;
    border-bottom: 1px solid #1E1E1E;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    /* &:hover{
     background-color: #DE0515;
     border-color: #DE0515;
     color: #fff;
     &:after{
       background: url("https://data.kgu.cn/kgu2024/image/icon_arrow-right-up.svg") no-repeat;1
       background-size: cover;
     }
   }*/
}

@media screen and (max-width: 1125px) {
    #new_pg .index-cases .hd .link a {
        width: 2.74rem;
        height: 0.91rem;
        font-size: 0.34rem;
    }
}

#new_pg .index-cases .hd .link a:after {
    content: "";
    width: 0.24rem;
    height: 0.24rem;
    display: block;
    background: url("/static/7m5/pages/new_static/image/icon_arrow-right-up-black.svg") no-repeat;
    background-size: cover;
    margin-left: 0.16rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-cases .hd .link a:after {
        margin-left: 0.24rem;
    }
}

#new_pg .index-cases .bd {
    margin-top: 0.9rem;
}

#new_pg .index-cases .bd .cases-swiper {
    width: 20rem;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a {
    display: block;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a:hover .imgBox .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a:hover .imgBox .img:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a:hover .imgBox .imgContent {
    bottom: 0;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a:hover .imgBox .imgContent:before {
    bottom: 0;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a:hover .content:before {
    width: 100%;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a .imgBox {
    position: relative;
    overflow: hidden;
    border-radius: 0.12rem;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a .imgBox .img {
    -webkit-transition: All 0.5s ease;
    transition: All 0.5s ease;
    overflow: hidden;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a .imgBox .img:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: 0.6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a .imgBox .img img {
    /*object-fit: fill;*/
    height: 4.5rem;
    width: 98%;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a .imgBox .imgContent {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    height: 2rem;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a .imgBox .imgContent:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    height: 100%;
    width: 100%;
    border-radius: 0.12rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: -1;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a .imgBox .imgContent .close {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    width: 0.24rem;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a .imgBox .imgContent .close img {
    width: 100%;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a .imgBox .imgContent ul {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a .imgBox .imgContent ul li {
    margin-right: 0.89rem;
    text-align: center;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a .imgBox .imgContent ul li:last-child {
    margin-right: 0;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a .imgBox .imgContent ul li strong {
    font-size: 0.4rem;
    font-family: "Jost";
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.8rem;
    display: block;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a .imgBox .imgContent ul li span {
    display: block;
    font-size: 0.2rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a .title {
    margin-top: 0.4rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a .title strong {
    font-size: 0.2rem;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 0.28rem;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a .title .tab {
    width: 0.8rem;
    height: 0.28rem;
    line-height: 0.28rem;
    background: #F5F5F5;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    font-size: 0.14rem;
    font-weight: 400;
    color: #666666;
    text-align: center;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a .content {
    margin-top: 0.12rem;
    padding-bottom: 0.09rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 0.4rem;
    position: relative;
}

#new_pg .index-cases .bd .cases-swiper .swiper-slide a .content:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.01rem;
    background: #1E1E1E;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#new_pg .index-customers_new {
    padding-bottom: 2.5rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new {
        padding-bottom: 0;
    }
}

#new_pg .index-customers_new .wal {
    width: 14.4rem;
    margin: 0 auto;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal {
        width: 100%;
        display: block;
        padding: 0 0.46rem;
    }
}

#new_pg .index-customers_new .wal .row {
    padding: 2rem 0 0 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .row {
        padding-top: 1.14rem;
    }
}

#new_pg .index-customers_new .wal .row .col {
    width: 6rem;
    height: 6rem;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .row .col {
        width: 100%;
        height: auto;
    }
}

#new_pg .index-customers_new .wal .row .col .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .row .col .bg {
        height: 9.83rem;
    }
}

#new_pg .index-customers_new .wal .row .col .text-wrapper {
    position: relative;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .row .col .text-wrapper {
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

#new_pg .index-customers_new .wal .row .col .text-wrapper .title {
    padding-bottom: 0.6rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .row .col .text-wrapper .title {
        padding-bottom: 1.03rem;
    }
}

#new_pg .index-customers_new .wal .row .col .text-wrapper .title h2 {
    font-size: 0.48rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 1;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .row .col .text-wrapper .title h2 {
        font-size: 0.57rem;
    }
}

#new_pg .index-customers_new .wal .row .col .text-wrapper h1 {
    font-size: 0.4rem;
    font-weight: bold;
    color: #DE0515;
    line-height: 1.4;
    width: 100%;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .row .col .text-wrapper h1 {
        font-size: 0.69rem;
        line-height: 1.4;
    }
}

#new_pg .index-customers_new .wal .row .col .text-wrapper .msg {
    padding: 0.28rem 0 0.48rem 0;
    margin-right: -0.4rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 0.4rem;
    width: 100%;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .row .col .text-wrapper .msg {
        font-size: 0.46rem;
        line-height: 0.69rem;
        padding: 0.46rem 0 0.69rem;
    }
}

#new_pg .index-customers_new .wal .row .col .earth-wrapper {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/static/7m5/pages/new_static/image/home-customers-eacth.gif") no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .row .col .earth-wrapper {
        /*top: 18%;*/
        height: 11rem;
    }
}

#new_pg .index-customers_new .wal .row .col .earth-wrapper a {
    display: block;
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    background: #DCDCDC;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .row .col .earth-wrapper a {
        width: 0.2rem;
        height: 0.2rem;
        border-radius: 0.2rem;
    }
}

#new_pg .index-customers_new .wal .row .col .earth-wrapper a.annotation_01 {
    left: 4.3rem;
    top: 0.25rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .row .col .earth-wrapper a.annotation_01 {
        left: 6.3rem;
    }
}

#new_pg .index-customers_new .wal .list {
    width: 7.3rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .list {
        width: 100%;
        position: relative;
        z-index: 5;
    }
}

#new_pg .index-customers_new .wal .list ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#new_pg .index-customers_new .wal .list ul li {
    width: 32%;
    padding: 0 0 0.13rem 0;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .list ul li {
        padding: 0 0 0.11rem 0;
    }
}

#new_pg .index-customers_new .wal .list ul li img {
    width: 100%;
    border-radius: 12px;
}

#new_pg .index-customers_new .wal .index-title_new {
    padding: 2.2rem 0 0.48rem 0;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .index-title_new {
        padding: 1.14rem 0 0.57rem 0;
    }
}

#new_pg .index-customers_new .wal .index-title_new h2 {
    font-size: 0.48rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 1;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .index-title_new h2 {
        font-size: 0.57rem;
    }
}

#new_pg .index-customers_new .wal .list2 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 0.4rem;
    border-bottom: 0.01rem solid #EAEAEA;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .list2 {
        padding-bottom: 0.23rem;
    }
}

#new_pg .index-customers_new .wal .list2 .list-wrapper li.swiper-slide-active a img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#new_pg .index-customers_new .wal .list2 .list-wrapper li a {
    display: block;
}

#new_pg .index-customers_new .wal .list2 .list-wrapper li a img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .swiper-detailList {
        border-bottom: 0.01rem solid #EAEAEA;
        padding-bottom: 0.69rem;
    }
}

#new_pg .index-customers_new .wal .detailList .row2 {
    display: none;
    width: 100%;
    padding-top: 0.5rem;
    margin: 0 auto;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .detailList .row2 {
        padding-top: 0.2rem;
    }
}

#new_pg .index-customers_new .wal .detailList .row2.show {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    -webkit-animation: slideLeft 4s ease forwards, fadeOut 2s ease forwards 2s, fadeIn 3s ease forwards;
    animation: slideLeft 4s ease forwards, fadeOut 2s ease forwards 2s, fadeIn 3s ease forwards;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .detailList .row2.show {
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#new_pg .index-customers_new .wal .detailList .row2 .logo {
    width: 3.6rem;
    margin-right: 0.5rem;
    border-right: 0.01rem solid #EAEAEA;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .detailList .row2 .logo {
        width: 4.11rem;
        margin-right: 0;
        border-right: none;
    }
}

#new_pg .index-customers_new .wal .detailList .row2 .logo img {
    width: 100%;
}

#new_pg .index-customers_new .wal .detailList .row2 p {
    width: 7.69rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 0.4rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-customers_new .wal .detailList .row2 p {
        font-size: 0.34rem;
        line-height: 0.57rem;
        text-align: center;
    }
}

#new_pg .index-middleground {
    padding: 1.0rem 0;
}

#new_pg .index-middleground .hd {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#new_pg .index-middleground .hd .title {
    font-size: 0.57rem;
    line-height: 0.8rem;
    font-weight: bold;
    color: #1E1E1E;
    flex: 1;
}

#new_pg .index-middleground .hd .link a {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding: 0 0.05rem;
    height: 0.6rem;
    background: transparent;
    color: #333333;
    font-size: 0.2rem;
    border-bottom: 1px solid #1E1E1E;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-middleground .hd .link a {
        width: auto;
        height: auto;
        font-size: 0.34rem;
    }
}

#new_pg .index-middleground .hd .link a:after {
    content: "";
    width: 0.24rem;
    height: 0.24rem;
    display: block;
    background: url("/static/7m5/pages/new_static/image/icon_arrow-right-up-black.svg") no-repeat;
    background-size: cover;
    margin-left: 0.16rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-middleground .hd .link a:after {
        width: 0.46rem;
        height: 0.46rem;
        margin-left: 0.11rem;
    }
}

#new_pg .index-middleground .list-box {
    margin-top: 0.8rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#new_pg .index-middleground .list-box .list {
    width: 5.2rem;
    height: 4.8rem;
    position: relative;
    margin-bottom: 0.2rem;
    z-index: 1;
    padding: 0.4rem;
    overflow: hidden;
}

#new_pg .index-middleground .list-box .list:hover .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#new_pg .index-middleground .list-box .list:hover .language-box {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#new_pg .index-middleground .list-box .list:nth-child(2),
#new_pg .index-middleground .list-box .list:nth-child(3),
#new_pg .index-middleground .list-box .list:nth-child(6),
#new_pg .index-middleground .list-box .list:nth-child(7) {
    width: 9rem;
    height: 4.8rem;
}

#new_pg .index-middleground .list-box .list:nth-child(4),
#new_pg .index-middleground .list-box .list:nth-child(5),
#new_pg .index-middleground .list-box .list:nth-child(8) {
    width: 5.2rem;
    height: 4.8rem;
}

#new_pg .index-middleground .list-box .list:first-child .img img:first-child {
    display: block;
}

#new_pg .index-middleground .list-box .list .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 1s;
    transition: all 1s;
}

#new_pg .index-middleground .list-box .list .img img {
    width: 100%;
}

#new_pg .index-middleground .list-box .list .img img:nth-child(2) {
    display: block;
}

#new_pg .index-middleground .list-box .list .tit {
    font-size: 0.24rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 0.4rem;
}

#new_pg .index-middleground .list-box .list .con {
    margin-top: 0.1rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#new_pg .index-middleground .list-box .list .language-box {
    margin-top: 0.54rem;
    margin-left: 0.2rem;
    -webkit-transition: all 1s;
    transition: all 1s;
}

#new_pg .index-middleground .list-box .list .language-box .language-tit {
    font-size: 0.14rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    line-height: 0.22rem;
}

#new_pg .index-middleground .list-box .list .language-box .icon-ul {
    margin-top: 0.48rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#new_pg .index-middleground .list-box .list .language-box .icon-ul a {
    display: inline-block;
    margin-right: 0.2rem;
    width: 0.4rem;
    border-radius: 50%;
    border: 0.02rem solid rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#new_pg .index-middleground .list-box .list .language-box .icon-ul a:hover,
#new_pg .index-middleground .list-box .list .language-box .icon-ul a.active {
    border: 0.02rem solid white;
}

#new_pg .index-middleground .list-box .list .language-box .icon-ul a:hover img,
#new_pg .index-middleground .list-box .list .language-box .icon-ul a.active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#new_pg .index-middleground .list-box .list .language-box .icon-ul a img {
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#new_pg .index-middleground .list-box .list .language-box .text-ul {
    margin-top: 0.2rem;
    width: 4.4rem;
    height: 1.3rem;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    padding: 0.22rem 0.2rem;
}

#new_pg .index-middleground .list-box .list .language-box .text-ul .li {
    display: none;
}

#new_pg .index-middleground .list-box .list .language-box .text-ul .li:first-child {
    display: block;
}

#new_pg .index-middleground .list-box .list .language-box .text-ul .t1 {
    font-size: 0.14rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    line-height: 0.24rem;
}

#new_pg .index-middleground .list-box .list .language-box .text-ul .t2 {
    margin-top: 0.14rem;
    font-size: 0.12rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    line-height: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#new_pg .index-middleground .list-box .list .num {
    position: absolute;
    font-size: 0.24rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 0.22rem;
    top: 3.5rem;
    left: 4.5rem;
    -webkit-transition: all 1s;
    transition: all 1s;
}

#new_pg .index-operate_new {
    padding: 1.2rem 0 0;
    height: 10.2rem;
    /* background: #eee url("/static/7m5/pages/new_static/image/index-operate-bg.jpg") no-repeat center; */
    background-size: cover;
}

#new_pg .index-operate_new .hd {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#new_pg .index-operate_new .hd .title {
    font-size: 0.57rem;
    line-height: 0.8rem;
    font-weight: bold;
    color: #1E1E1E;
    flex: 1;
}

#new_pg .index-operate_new .hd .link a {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding: 0 0.05rem;
    height: 0.6rem;
    background: transparent;
    color: #333333;
    font-size: 0.2rem;
    border-bottom: 1px solid #1E1E1E;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-operate_new .hd .link a {
        width: auto;
        height: auto;
        font-size: 0.34rem;
    }
}

#new_pg .index-operate_new .hd .link a:after {
    content: "";
    width: 0.24rem;
    height: 0.24rem;
    display: block;
    background: url("/static/7m5/pages/new_static/image/icon_arrow-right-up-black.svg") no-repeat;
    background-size: cover;
    margin-left: 0.16rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-operate_new .hd .link a:after {
        width: 0.46rem;
        height: 0.46rem;
        margin-left: 0.11rem;
    }
}

#new_pg .index-operate_new .content {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 0.28rem;
}

#new_pg .index-operate_new .tab-box {
    margin-top: 0.84rem;
    position: relative;
}

#new_pg .index-operate_new .tab-box .tabhd {
    position: absolute;
    top: 0.3rem;
    left: 0;
    width: 5.15rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0.06rem;
    border-bottom: 0.02rem solid #EAEAEA;
}

#new_pg .index-operate_new .tab-box .tabhd .thdlist {
    margin-right: 0.48rem;
}

#new_pg .index-operate_new .tab-box .tabhd .thdlist a {
    font-size: 0.24rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 0.4rem;
    padding-bottom: 0.1rem;
    border-bottom: 0.02rem solid rgba(222, 5, 21, 0);
}

#new_pg .index-operate_new .tab-box .tabhd .thdlist a:hover,
#new_pg .index-operate_new .tab-box .tabhd .thdlist a.active {
    border-bottom: 0.02rem solid #de0515;
    color: #DE0515;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist {
    display: none;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist:nth-child(2) .img-box {
    width: auto;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist.active {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .text-box {
    margin-top: 1.2rem;
    width: 5.15rem;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .text-box .con {
    font-size: 0.16rem;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 0.24rem;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .text-box .list-ul {
    margin-top: 0.42rem;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .text-box .list-ul .li {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.16rem;
    font-weight: 400;
    color: #1E1E1E;
    margin-bottom: .3rem;
    padding-left: 0.26rem;
    position: relative;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .text-box .list-ul .li:before {
    content: "";
    position: absolute;
    left: 0.06rem;
    top: 44%;
    width: 0.06rem;
    height: 0.06rem;
    background: #DE0515;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .text-box .btn {
    margin-top: 0.52rem;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .text-box .btn a {
    width: 1.76rem;
    height: 0.6rem;
    border: 0.01rem solid #1E1E1E;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.2rem;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 0.28rem;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .text-box .btn a span {
    margin-right: 0.16rem;
    line-height: 0.28rem;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .text-box .btn a i {
    width: 0.24rem;
    height: 0.24rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .text-box .btn a i img {
    width: 100%;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box {
    width: 8.8rem;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img {
    position: relative;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img img {
    width: 100%;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img img:nth-child(2) {
    position: absolute;
    left: 0.9rem;
    top: 0.4rem;
    width: 7.1rem;
    height: 4.55rem;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img-ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img-ul .li {
    width: 2.2rem;
    height: 3.6rem;
    background: #FFF;
    box-shadow: 0 0.04rem 0.2rem 0 rgba(0, 0, 0, 0.05);
    margin-left: 0.1rem;
    padding: 0.2rem;
    text-align: center;
    position: relative;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img-ul .li:nth-child(1) {
    top: 0.5rem;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img-ul .li:nth-child(3) {
    top: 0.3rem;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img-ul .li .tit {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 0.4rem;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img-ul .li .con {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 0.24rem;
    text-align: left;
    word-break: break-all;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img-ul .li .btn {
    position: absolute;
    bottom: 0.2rem;
    left: 0;
    width: 100%;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img-ul .li .btn a {
    display: block;
    width: 1.8rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #1E1E1E;
    color: #fff;
    font-size: 0.16rem;
    font-weight: 400;
    margin: 0 auto;
    -webkit-transition: none;
    transition: none;
}

#new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img-ul .li .btn a:hover {
    background: -webkit-linear-gradient(120deg, #070707 0%, #535353 51%, #1E1E1E 100%);
    background: linear-gradient(330deg, #070707 0%, #535353 51%, #1E1E1E 100%);
}

#new_pg .index-digital_new {
    padding: 2.4rem 0;
    position: relative;
}

#new_pg .index-digital_new .hd {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#new_pg .index-digital_new .hd .title {
    font-size: 0.57rem;
    line-height: 0.8rem;
    font-weight: bold;
    color: #1E1E1E;
    flex: 1;
}

#new_pg .index-digital_new .hd .link a {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding: 0 0.05rem;
    height: 0.6rem;
    background: transparent;
    color: #333333;
    font-size: 0.2rem;
    border-bottom: 1px solid #1E1E1E;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-digital_new .hd .link a {
        width: auto;
        height: auto;
        font-size: 0.34rem;
    }
}

#new_pg .index-digital_new .hd .link a:after {
    content: "";
    width: 0.24rem;
    height: 0.24rem;
    display: block;
    background: url("/static/7m5/pages/new_static/image/icon_arrow-right-up-black.svg") no-repeat;
    background-size: cover;
    margin-left: 0.16rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .index-digital_new .hd .link a:after {
        width: 0.46rem;
        height: 0.46rem;
        margin-left: 0.11rem;
    }
}

#new_pg .index-digital_new .icon-ul {
    margin-top: 0.8rem;
    border-top: 0.01rem solid #EAEAEA;
    border-bottom: 0.01rem solid #EAEAEA;
}

#new_pg .index-digital_new .icon-ul .wal {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#new_pg .index-digital_new .icon-ul .li {
    border-right: 0.01rem solid #EAEAEA;
    width: 25%;
}

#new_pg .index-digital_new .icon-ul .li:last-child {
    border-right: none;
}

#new_pg .index-digital_new .icon-ul .li a {
    display: block;
    padding: 0.2rem 0.2rem 0.4rem;
    height: 100%;
    position: relative;
}

#new_pg .index-digital_new .icon-ul .li a:hover {
    background: url("/static/7m5/pages/new_static/image/index-digital-bg.png") no-repeat center center;
    background-size: cover;
}

#new_pg .index-digital_new .icon-ul .li a .icon {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 0.8rem;
}

#new_pg .index-digital_new .icon-ul .li a .icon img {
    width: 0.8rem;
}

#new_pg .index-digital_new .icon-ul .li a .icon img:nth-child(2) {
    width: 0.26rem;
    height: 0.26rem;
}

#new_pg .index-digital_new .icon-ul .li a .tit {
    font-size: 0.24rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 0.4rem;
}

#new_pg .index-digital_new .icon-ul .li a .cn {
    margin-top: 0.12rem;
    font-size: 0.16rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.24rem;
    width: 2.8rem;
}

#new_pg .index-digital_new .img-ul {
    margin-top: 0.7rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#new_pg .index-digital_new .img-ul .li {
    overflow: hidden;
}

#new_pg .index-digital_new .img-ul .li a {
    display: block;
    position: relative;
    width: 2.8rem;
    height: 4rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0, 0.9, 0.9);
    transition: all 0.3s cubic-bezier(0.5, 0, 0.9, 0.9);
    padding: 0.4rem;
    overflow: hidden;
}

#new_pg .index-digital_new .img-ul .li a:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: 0.6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

#new_pg .index-digital_new .img-ul .li a.active::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    /*background: #000;*/
    background: rgb(0 0 0 / 0.4);
    transition: 5s all;
}

#new_pg .index-digital_new .img-ul .li a:hover:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

#new_pg .index-digital_new .img-ul .li a.active {
    width: 6rem;
}

#new_pg .index-digital_new .img-ul .li a.active .text .cn {
    display: -webkit-box;
}

#new_pg .index-digital_new .img-ul .li a .text .tit {
    font-size: 0.24rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.32rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
    z-index: 11;
}

#new_pg .index-digital_new .img-ul .li a .text .cn {
    margin-top: 0.56rem;
    width: 4rem;
    font-size: 0.16rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.24rem;
    display: none;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    position: relative;
    z-index: 11;
}

#new_pg .index-digital_new .img-ul .li a .text .arrow {
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
    z-index: 11;
}

#new_pg .index-digital_new .img-ul .li a .text .arrow img {
    width: 0.4rem;
}


/*@media screen and (max-width: 1640px) {*/


/*    #new_pg .index-middleground .list-box .list .num {*/


/*        top: 3.56rem;*/


/*        left: 4.44rem;*/


/*    }*/


/*}*/


/*@media screen and (max-width: 1300px) {*/


/*    #new_pg .index-middleground .list-box .list .num {*/


/*        top: 3.6rem;*/


/*        left: 4.46rem;*/


/*    }*/


/*}*/

@media screen and (max-width: 1125px) {
    #new_pg .wal {
        padding: 0 0.46rem;
    }
    #new_pg .index-middleground {
        padding: 1.14rem 0;
    }
    #new_pg .index-middleground .title {
        font-size: 0.57rem;
        font-weight: bold;
        line-height: 0.8rem;
    }
    #new_pg .index-middleground .list-box {
        margin-top: 0.57rem;
        display: -webkit-flex;
        display: block;
    }
    #new_pg .index-middleground .list-box .list {
        width: 100% !important;
        height: 8.69rem;
        margin-bottom: 0.46rem;
        padding: 0.46rem;
    }
    #new_pg .index-middleground .list-box .list:nth-child(2) {
        height: 6.4rem;
    }
    #new_pg .index-middleground .list-box .list:nth-child(3) {
        height: 6.4rem;
    }
    #new_pg .index-middleground .list-box .list:nth-child(4) {
        height: 8.69rem;
    }
    #new_pg .index-middleground .list-box .list:nth-child(5) {
        height: 8.69rem;
    }
    #new_pg .index-middleground .list-box .list:nth-child(6) {
        height: 6.86rem;
    }
    #new_pg .index-middleground .list-box .list:nth-child(7) {
        height: 6.86rem;
    }
    #new_pg .index-middleground .list-box .list:nth-child(8) {
        height: 8.69rem;
        margin-bottom: 0;
    }
    #new_pg .index-middleground .list-box .list .img img:first-child {
        display: none;
        /*height: 9rem;*/
        object-fit: contain;
    }
    #new_pg .index-middleground .list-box .list .img img:nth-child(2) {
        display: block;
    }
    #new_pg .index-middleground .list-box .list .tit {
        font-size: 0.46rem;
        line-height: 0.69rem;
    }
    #new_pg .index-middleground .list-box .list .con {
        margin-top: 0.23rem;
        font-size: 0.42rem;
        line-height: 0.63rem;
    }
    #new_pg .index-middleground .list-box .list .language-box {
        margin-top: 1.2rem;
        margin-left: 0.8rem;
    }
    #new_pg .index-middleground .list-box .list .language-box .language-tit {
        font-size: 0.34rem;
        line-height: 0.57rem;
    }
    #new_pg .index-middleground .list-box .list .language-box .icon-ul {
        margin-top: 0.34rem;
    }
    #new_pg .index-middleground .list-box .list .language-box .icon-ul a {
        margin-right: 0.46rem;
        width: 0.69rem;
        border: 0.02rem solid rgba(255, 255, 255, 0);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #new_pg .index-middleground .list-box .list .language-box .icon-ul a:hover,
    #new_pg .index-middleground .list-box .list .language-box .icon-ul a.active {
        border: 0.04rem solid white;
    }
    #new_pg .index-middleground .list-box .list .language-box .text-ul {
        margin-top: 0.69rem;
        width: 8rem;
        height: auto;
        padding: 0.23rem;
    }
    #new_pg .index-middleground .list-box .list .language-box .text-ul .t1 {
        font-size: 0.34rem;
        line-height: 0.57rem;
    }
    #new_pg .index-middleground .list-box .list .language-box .text-ul .t2 {
        margin-top: 0.23rem;
        font-size: 0.29rem;
        line-height: 0.51rem;
    }
    #new_pg .index-middleground .list-box .list .num {
        font-size: 0.24rem;
        line-height: 0.32rem;
        top: 5.2rem;
        left: 5.1rem;
    }
    #new_pg .index-operate_new {
        padding: 1.14rem 0 1.1rem;
        height: auto;
        /* background: #eee url("/static/7m5/pages/new_static/image/index-operate-bg-wap.jpg") no-repeat center; */
        background-size: cover;
    }
    #new_pg .index-operate_new .title {
        font-size: 0.57rem;
        font-weight: bold;
    }
    #new_pg .index-operate_new .content {
        margin-top: 0.34rem;
        font-size: 0.34rem;
        line-height: 0.57rem;
    }
    #new_pg .index-operate_new .tab-box {
        margin-top: 1.71rem;
    }
    #new_pg .index-operate_new .tab-box .tabhd {
        position: static;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0.23rem;
        width: 100%;
    }
    #new_pg .index-operate_new .tab-box .tabhd .thdlist {
        margin-right: 0.69rem;
    }
    #new_pg .index-operate_new .tab-box .tabhd .thdlist a {
        font-size: 0.4rem;
        line-height: 0.63rem;
        padding-bottom: 0.28rem;
    }
    #new_pg .index-operate_new .tab-box .tabbd {
        margin-top: 0.8rem;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist {
        display: none;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist.active {
        display: -webkit-flex;
        display: block;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .text-box {
        margin-top: 0;
        width: 100%;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .text-box .con {
        font-size: 0.34rem;
        line-height: 0.57rem;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .text-box .list-ul {
        margin-top: 0.69rem;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .text-box .list-ul .li {
        font-size: 0.34rem;
        line-height: 0.91rem;
        padding-left: 0.46rem;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .text-box .list-ul .li:before {
        left: 0.06rem;
        top: 0.33rem;
        width: 0.17rem;
        height: 0.17rem;
        border-radius: 50%;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .text-box .btn {
        margin-top: 0.9rem;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .text-box .btn a {
        width: 3.43rem;
        height: 1.14rem;
        border: 0.03rem solid #1E1E1E;
        font-size: 0.4rem;
        line-height: 1.14rem;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .text-box .btn a span {
        margin-right: 0.11rem;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .text-box .btn a i {
        width: 0.57rem;
        height: 0.57rem;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box {
        margin-top: 1rem;
        width: 100%;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img {
        position: relative;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img img {
        width: 9.54rem;
        margin: 0 auto;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img img:nth-child(2) {
        left: 0.98rem;
        top: 0.42rem;
        width: 7.59rem;
        height: 4.93rem;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img-ul .li {
        width: 33.33%;
        height: 5.5rem;
        margin-left: 0.1rem;
        padding: 0.4rem;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img-ul .li:nth-child(1) {
        top: 0;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img-ul .li:nth-child(3) {
        top: 0;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img-ul .li .logo img {
        height: 0.8rem;
        object-fit: contain;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img-ul .li .tit {
        margin-top: 0.4rem;
        font-size: 0.36rem;
        line-height: 0.6rem;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img-ul .li .con {
        margin-top: 0.3rem;
        font-size: 0.24rem;
        line-height: 0.34rem;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img-ul .li .btn {
        bottom: 0.4rem;
    }
    #new_pg .index-operate_new .tab-box .tabbd .tbdlist .img-box .img-ul .li .btn a {
        width: 70%;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.23rem;
    }
    #new_pg .index-digital_new {
        padding: 1.14rem 0;
    }
    #new_pg .index-digital_new .title {
        font-size: 0.57rem;
    }
    #new_pg .index-digital_new .icon-ul {
        margin-top: 1.03rem;
    }
    #new_pg .index-digital_new .icon-ul .wal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: none;
    }
    #new_pg .index-digital_new .icon-ul .li {
        width: 50%;
    }
    #new_pg .index-digital_new .icon-ul .li:first-child {
        border-right: 0.01rem solid #EAEAEA;
        border-bottom: 0.01rem solid #EAEAEA;
        padding-bottom: 0.46rem;
    }
    #new_pg .index-digital_new .icon-ul .li:nth-child(2) {
        border-right: none;
        border-bottom: 0.01rem solid #EAEAEA;
        padding-left: 0.57rem;
        padding-bottom: 0.46rem;
    }
    #new_pg .index-digital_new .icon-ul .li:nth-child(3) {
        padding-top: 0.46rem;
    }
    #new_pg .index-digital_new .icon-ul .li:last-child {
        border-right: none;
        padding-top: 0.46rem;
        padding-left: 0.57rem;
    }
    #new_pg .index-digital_new .icon-ul .li a {
        padding: 0;
    }
    #new_pg .index-digital_new .icon-ul .li a:hover {
        background: none;
    }
    #new_pg .index-digital_new .icon-ul .li a .icon {
        height: 1.37rem;
    }
    #new_pg .index-digital_new .icon-ul .li a .icon img {
        width: 1.37rem;
    }
    #new_pg .index-digital_new .icon-ul .li a .icon img:nth-child(2) {
        width: 0.46rem;
        height: 0.46rem;
    }
    #new_pg .index-digital_new .icon-ul .li a .tit {
        margin-top: 0.23rem;
        font-size: 0.46rem;
        line-height: 0.69rem;
    }
    #new_pg .index-digital_new .icon-ul .li a .cn {
        margin-top: 0.23rem;
        font-size: 0.34rem;
        line-height: 0.57rem;
        width: 4.5rem;
    }
    #new_pg .index-digital_new .img-ul {
        margin-top: 0.91rem;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #new_pg .index-digital_new .img-ul .li {
        width: 49%;
        margin-bottom: 2%;
    }
    #new_pg .index-digital_new .img-ul .li a {
        width: auto;
        height: 6.63rem;
        padding: 0.5rem;
    }
    #new_pg .index-digital_new .img-ul .li a.active {
        width: auto;
    }
    #new_pg .index-digital_new .img-ul .li a.active .text .cn {
        display: none;
    }
    #new_pg .index-digital_new .img-ul .li a .text .cn {
        display: none;
    }
    #new_pg .index-digital_new .img-ul .li a .text .tit {
        font-size: 0.4rem;
        line-height: 0.63rem;
    }
    #new_pg .index-digital_new .img-ul .li a .text .arrow {
        right: 0.46rem;
        bottom: 0.46rem;
    }
    #new_pg .index-digital_new .img-ul .li a .text .arrow img {
        width: 0.57rem;
    }
    #new_pg .index-cases .hd .title {
        font-size: 0.57rem;
        line-height: 0.8rem;
    }
    #new_pg .index-cases .hd .link a {
        width: auto;
        height: auto;
        font-size: 0.34rem;
    }
    #new_pg .index-cases .hd .link a:after {
        width: 0.46rem;
        height: 0.46rem;
        margin-left: 0.11rem;
    }
    #new_pg .index-cases .bd {
        margin-top: 0.46rem;
    }
    #new_pg .index-cases .bd .cases-swiper {
        width: 100%;
    }
    #new_pg .index-cases .bd .cases-swiper .swiper-wrapper {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #new_pg .index-cases .bd .cases-swiper .swiper-slide {
        width: 49%;
        margin-bottom: 0.69rem;
    }
    #new_pg .index-cases .bd .cases-swiper .swiper-slide a .imgBox .imgContent {
        display: none;
    }
    #new_pg .index-cases .bd .cases-swiper .swiper-slide a .title {
        margin-top: 0.23rem;
        -webkit-justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #new_pg .index-cases .bd .cases-swiper .swiper-slide a .title strong {
        font-size: 0.34rem;
        line-height: 0.57rem;
        margin-right: 0.34rem;
    }
    #new_pg .index-cases .bd .cases-swiper .swiper-slide a .title .tab {
        width: auto;
        padding: 0 0.17rem;
        height: 0.57rem;
        line-height: 0.57rem;
        border-radius: 0;
        font-size: 0.29rem;
    }
    #new_pg .index-cases .bd .cases-swiper .swiper-slide a .content {
        margin-top: 0.11rem;
        padding-bottom: 0;
        border-bottom: none;
        font-size: 0.34rem;
        line-height: 0.57rem;
        height: 1.14rem;
        overflow: hidden;
    }
    #new_pg .index-cases .bd .cases-swiper .swiper-slide a .content:before {
        display: none;
    }
}

#new_pg .solution .wal {
    max-width: 14.4rem;
    margin: 0 auto;
}

#new_pg a:hover {
    text-decoration: none;
}

#new_pg .solve-page-banner {
    height: 6.6rem;
    background-size: cover;
    background-position: center center;
    font-family: "pingfang";
}

#new_pg .solve-page-banner .phone-show {
    display: none;
}

#new_pg .solve-page-banner .wal {
    width: 14.4rem;
    margin: 0 auto;
    color: #fff;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.2rem;
    line-height: 0.28rem;
}

#new_pg .solve-page-banner .wal .title {
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 0.70rem;
    margin-bottom: 0.8rem;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
}

#new_pg .solve-page-banner .wal .title span {
    display: block;
    font-weight: 200;
}

#new_pg .solve-page-banner .wal .row-2 {
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
}

#new_pg .solve-page-banner .wal .text .t1 {
    font-weight: bold;
}

#new_pg .solve-page-banner .wal .btn {
    margin-top: 0.82rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.76rem;
    height: 0.6rem;
    background: transparent;
    color: #fff;
    font-size: 0.2rem;
    border: 1px solid #fff;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
}

#new_pg .solve-page-banner .wal .btn:after {
    content: "";
    width: 0.24rem;
    height: 0.24rem;
    display: block;
    background: url("/static/7m5/pages/new_static/image/icon_arrow-right-up.svg") no-repeat;
    background-size: cover;
    margin-left: 0.16rem;
}

#new_pg .xinchuang-solve-page {
    padding: 1.4rem 0;
}

#new_pg .xinchuang-solve-page .wal {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#new_pg .xinchuang-solve-page .title {
    margin-top: 0.6rem;
    font-size: 0.8rem;
    color: #1E1E1E;
    line-height: 1.2rem;
    font-family: "PingFang SC-Bold";
}

#new_pg .xinchuang-solve-page .title span {
    display: block;
}

#new_pg .xinchuang-solve-page .btn {
    margin-top: 1.6rem;
}

#new_pg .xinchuang-solve-page .btn a {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.8rem;
    height: 0.6rem;
    border: 0.01rem solid #1E1E1E;
    font-size: 0.2rem;
    font-weight: 400;
    color: #1E1E1E;
}

#new_pg .xinchuang-solve-page .btn a span {
    margin-right: 0.16rem;
}

#new_pg .xinchuang-solve-page .img-box {
    width: 8rem;
    height: 8rem;
    position: relative;
}

#new_pg .xinchuang-solve-page .img-box img {
    max-width: 100%;
}

#new_pg .xinchuang-solve-page .img-box .text-ul {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0.55rem;
}

#new_pg .xinchuang-solve-page .img-box .text-ul .li {
    left: 0;
    right: 0;
    text-align: center;
    width: 3.6rem;
}

#new_pg .xinchuang-solve-page .img-box .text-ul .li:nth-child(1) {
    margin: 0 auto;
}

#new_pg .xinchuang-solve-page .img-box .text-ul .li:nth-child(2) {
    position: absolute;
    left: -1rem;
    bottom: 1.1rem;
}

#new_pg .xinchuang-solve-page .img-box .text-ul .li:nth-child(3) {
    position: absolute;
    left: auto;
    right: -1rem;
    bottom: 1.1rem;
}

#new_pg .xinchuang-solve-page .img-box .text-ul .li .tit {
    font-size: 0.24rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 0.4rem;
}

#new_pg .xinchuang-solve-page .img-box .text-ul .li .cn {
    margin-top: 0.16rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.32rem;
}

#new_pg .xinchuang-business-page {
    background: #F5F6FA;
    padding: 1.4rem 0 3.4rem;
}

#new_pg .xinchuang-business-page .wal {
    position: relative;
}

#new_pg .xinchuang-business-page .wal .text-box .title {
    margin-top: 0.2rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 0.56rem;
}

#new_pg .xinchuang-business-page .wal .text-box .con {
    width: 3.86rem;
    margin-top: 1.28rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.32rem;
}

#new_pg .xinchuang-business-page .wal .text-box .btn {
    margin-top: 1.52rem;
}

#new_pg .xinchuang-business-page .wal .text-box .btn a {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.8rem;
    height: 0.6rem;
    border: 0.01rem solid #1E1E1E;
    font-size: 0.2rem;
    font-weight: 400;
    color: #1E1E1E;
}

#new_pg .xinchuang-business-page .wal .text-box .btn a span {
    margin-right: 0.16rem;
}

#new_pg .xinchuang-business-page .wal .img-box {
    position: absolute;
    right: 0;
    top: 0;
}

#new_pg .xinchuang-business-page .wal .img-box .img {
    width: 8rem;
    height: 8rem;
}

#new_pg .xinchuang-business-page .wal .img-box .text-ul {
    position: absolute;
    top: 0.6rem;
    width: 100%;
    height: 100%;
}

#new_pg .xinchuang-business-page .wal .img-box .text-ul .li {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 2.6rem;
}

#new_pg .xinchuang-business-page .wal .img-box .text-ul .li:nth-child(1) {
    margin: 0 auto;
}

#new_pg .xinchuang-business-page .wal .img-box .text-ul .li:nth-child(2) {
    top: 2rem;
    left: -1.6rem;
    text-align: right;
}

#new_pg .xinchuang-business-page .wal .img-box .text-ul .li:nth-child(3) {
    top: 4rem;
    left: -1.6rem;
    text-align: right;
}

#new_pg .xinchuang-business-page .wal .img-box .text-ul .li:nth-child(4) {
    top: auto;
    bottom: 1.2rem;
    right: 0;
    left: 0;
    margin: 0 auto;
}

#new_pg .xinchuang-business-page .wal .img-box .text-ul .li:nth-child(5) {
    top: 2rem;
    left: auto;
    right: -1.6rem;
    text-align: left;
}

#new_pg .xinchuang-business-page .wal .img-box .text-ul .li:nth-child(6) {
    top: 4rem;
    left: auto;
    right: -1.6rem;
    text-align: left;
}

#new_pg .xinchuang-business-page .wal .img-box .text-ul .li .tit {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
}

#new_pg .xinchuang-business-page .wal .img-box .text-ul .li .cn {
    font-size: 0.16rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.24rem;
    margin: 0.12rem auto 0;
}

#new_pg .xinchuang-product-page {
    /* background-image: url('/static/7m5/pages/new_static/image/solve-bg.jpg'); */
    background-size: cover;
    background-position: center center;
    padding: 1.6rem 0 2.7rem;
}

#new_pg .xinchuang-product-page .wal {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#new_pg .xinchuang-product-page .wal .text-box .title {
    width: 5.2rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 0.56rem;
}

#new_pg .xinchuang-product-page .wal .text-box .item-ul {
    margin-top: 0.98rem;
}

#new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li {
    margin-bottom: 1rem;
}

#new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li:last-child {
    margin-bottom: 0;
}

#new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .tit {
    font-size: 0.24rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 1;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .tit i {
    margin-right: 0.16rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .cn {
    margin-top: 0.26rem;
    font-size: 0.16rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.24rem;
}

#new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .img-ul {
    margin-top: 0.2rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

#new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .img-ul:after {
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    content: "";
    width: 4.8rem;
    height: 0.01rem;
    background: #EAEAEA;
}

#new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .img-ul .li {
    margin-right: 0.4rem;
}

#new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .img-ul .li:last-child {
    margin-right: 0;
}

#new_pg .xinchuang-product-page .wal .img-box {
    width: 5.3rem;
    margin-right: 1.8rem;
    position: relative;
    top: 0.2rem;
}

#new_pg .xinchuang-team-page {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 1.2rem 0;
}

#new_pg .xinchuang-team-page .wal .title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #133865;
    line-height: 0.56rem;
}

#new_pg .xinchuang-team-page .wal .item-ul {
    margin-top: 0.7rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#new_pg .xinchuang-team-page .wal .item-ul .item-li {
    margin-right: 1.85rem;
}

#new_pg .xinchuang-team-page .wal .item-ul .item-li:nth-child(2) {
    margin-right: 2.7rem;
}

#new_pg .xinchuang-team-page .wal .item-ul .item-li:last-child {
    margin-right: 0;
}

#new_pg .xinchuang-team-page .wal .item-ul .item-li .tit {
    font-size: 0.24rem;
    font-weight: bold;
    color: #133865;
    line-height: 0.4rem;
}

#new_pg .xinchuang-team-page .wal .item-ul .item-li .list-ul {
    margin-top: 0.3rem;
}

#new_pg .xinchuang-team-page .wal .item-ul .item-li .list-ul .li {
    margin-bottom: 0.2rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.16rem;
    font-weight: 400;
    color: #133865;
    line-height: 0.24rem;
}

#new_pg .xinchuang-team-page .wal .item-ul .item-li .list-ul .li i {
    margin-right: 0.15rem;
}

#new_pg .xinchuang-case-page {
    padding: 1.6rem 0 2.2rem;
    border-bottom: 1px solid #D9D9D9;
}

#new_pg .xinchuang-case-page .title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 0.56rem;
}

#new_pg .xinchuang-case-page .img-ul {
    margin-top: 0.54rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-justify-content: space-between;W */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#new_pg .xinchuang-case-page .img-ul .li {
    /* width: 3.3rem; */
    width: calc((100% - 0.96rem)/4);
    height: 1rem;
    margin: 0 0.32rem 0.2rem 0;
    /* margin-bottom: 0.2rem; */
}
#new_pg .xinchuang-case-page .img-ul .li:nth-of-type(4n){
    margin-right: 0;
}
@media screen and (max-width: 1125px) {
    #new_pg .solution .wal {
        padding: 0 0.45rem;
    }
    #new_pg .solve-page-banner {
        height: 9.14rem;
        position: relative;
        background-image: none !important;
    }
    #new_pg .solve-page-banner .phone-show {
        display: block;
        height: 100%;
    }
    #new_pg .solve-page-banner .phone-show img {
        width: 100%;
        object-fit: cover;
    }
    #new_pg .solve-page-banner .wal {
        width: 100%;
        padding: 0 0.69rem;
        font-size: 0.34rem;
        line-height: 0.57rem;
        position: absolute;
        top: 1.14rem;
        transform: translateY(0);
    }
    #new_pg .solve-page-banner .wal .title {
        font-size: 0.69rem;
        line-height: 0.91rem;
        margin-bottom: 0.34rem;
    }
    #new_pg .solve-page-banner .wal .title span {
        display: inline-block;
    }
    #new_pg .solve-page-banner .wal .text {
        margin-top: 0.34rem;
        font-size: 0.4rem;
        line-height: 0.63rem;
        width: 6.5rem;
    }
    #new_pg .solve-page-banner .wal .btn {
        margin-top: 0.57rem;
        width: 2.74rem;
        height: 0.91rem;
        font-size: 0.34rem;
    }
    #new_pg .solve-page-banner .wal .btn:after {
        margin-left: 0.24rem;
    }
    #new_pg .xinchuang-solve-page {
        padding: 1.14rem 0 2.51rem;
    }
    #new_pg .xinchuang-solve-page .wal {
        display: -webkit-flex;
        display: block;
    }
    #new_pg .xinchuang-solve-page .title {
        margin-top: 0;
        font-size: 0.57rem;
        line-height: 0.8rem;
        text-align: center;
    }
    #new_pg .xinchuang-solve-page .title span {
        display: inline-block;
    }
    #new_pg .xinchuang-solve-page .btn {
        display: none;
    }
    #new_pg .xinchuang-solve-page .img-box {
        width: 9.83rem;
        height: 9.83rem;
        margin: 0.8rem auto 0;
    }
    #new_pg .xinchuang-solve-page .img-box .text-ul {
        top: 0.46rem;
    }
    #new_pg .xinchuang-solve-page .img-box .text-ul .li {
        width: 5.54rem;
    }
    #new_pg .xinchuang-solve-page .img-box .text-ul .li:nth-child(2) {
        position: absolute;
        left: 0;
        bottom: 0.1rem;
        text-align: left;
        width: 3.89rem;
    }
    #new_pg .xinchuang-solve-page .img-box .text-ul .li:nth-child(3) {
        position: absolute;
        left: auto;
        right: 0;
        bottom: 0.1rem;
        text-align: right;
        width: 3.89rem;
    }
    #new_pg .xinchuang-solve-page .img-box .text-ul .li .tit {
        font-size: 0.46rem;
        line-height: 0.69rem;
    }
    #new_pg .xinchuang-solve-page .img-box .text-ul .li .cn {
        margin-top: 0.23rem;
        font-size: 0.34rem;
        line-height: 0.57rem;
    }
    #new_pg .xinchuang-business-page {
        padding: 1.14rem 0 4.8rem;
    }
    #new_pg .xinchuang-business-page .wal {
        position: relative;
    }
    #new_pg .xinchuang-business-page .wal .text-box .title {
        text-align: center;
        margin-top: 0;
        font-size: 0.57rem;
        line-height: 0.8rem;
    }
    #new_pg .xinchuang-business-page .wal .text-box .con {
        width: 9.37rem;
        margin: 0.69rem auto 0;
        font-size: 0.34rem;
        line-height: 0.57rem;
        text-align: center;
    }
    #new_pg .xinchuang-business-page .wal .text-box .btn {
        position: absolute;
        bottom: -3.5rem;
        width: 100%;
        left: 0;
    }
    #new_pg .xinchuang-business-page .wal .text-box .btn a {
        width: 3.43rem;
        height: 1.14rem;
        border: 0.03rem solid #1E1E1E;
        font-size: 0.4rem;
        margin: 0 auto;
    }
    #new_pg .xinchuang-business-page .wal .text-box .btn a span {
        margin-right: 0.11rem;
    }
    #new_pg .xinchuang-business-page .wal .text-box .btn a i {
        width: 0.57rem;
    }
    #new_pg .xinchuang-business-page .wal .text-box .btn a i img {
        width: 100%;
    }
    #new_pg .xinchuang-business-page .wal .img-box {
        position: relative;
        margin-top: 1.71rem;
    }
    #new_pg .xinchuang-business-page .wal .img-box .img {
        width: 9.83rem;
        height: 9.83rem;
        margin: 0 auto;
        text-align: center;
    }
    #new_pg .xinchuang-business-page .wal .img-box .text-ul {
        position: absolute;
        top: -0.69rem;
    }
    #new_pg .xinchuang-business-page .wal .img-box .text-ul .li {
        position: absolute;
        left: 0;
        right: 0;
        width: 3.89rem;
    }
    #new_pg .xinchuang-business-page .wal .img-box .text-ul .li:nth-child(1) {
        margin: 0 auto;
    }
    #new_pg .xinchuang-business-page .wal .img-box .text-ul .li:nth-child(2) {
        top: 2rem;
        left: 0;
        width: 2.74rem;
    }
    #new_pg .xinchuang-business-page .wal .img-box .text-ul .li:nth-child(3) {
        top: 7rem;
        left: 0;
        width: 2.74rem;
    }
    #new_pg .xinchuang-business-page .wal .img-box .text-ul .li:nth-child(4) {
        top: auto;
        bottom: -2.2rem;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 5.71rem;
    }
    #new_pg .xinchuang-business-page .wal .img-box .text-ul .li:nth-child(5) {
        top: 2rem;
        right: 0;
        width: 2.74rem;
    }
    #new_pg .xinchuang-business-page .wal .img-box .text-ul .li:nth-child(6) {
        top: 7rem;
        right: 0;
        width: 2.74rem;
    }
    #new_pg .xinchuang-business-page .wal .img-box .text-ul .li .tit {
        font-size: 0.46rem;
        line-height: 0.69rem;
    }
    #new_pg .xinchuang-business-page .wal .img-box .text-ul .li .cn {
        font-size: 0.34rem;
        line-height: 0.57rem;
        margin: 0.23rem auto 0;
    }
    #new_pg .xinchuang-product-page {
        padding: 1.14rem 0 3.91rem;
        background: #fff;
    }
    #new_pg .xinchuang-product-page .wal {
        display: -webkit-flex;
        display: block;
    }
    #new_pg .xinchuang-product-page .wal .text-box .title {
        text-align: center;
        font-size: 0.57rem;
        line-height: 0.8rem;
        width: 7.5rem;
        margin: 0 auto;
    }
    #new_pg .xinchuang-product-page .wal .text-box .item-ul {
        margin-top: 1.37rem;
    }
    #new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li {
        margin-bottom: 0.91rem;
    }
    #new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .tit {
        font-size: 0.46rem;
        line-height: 0.69rem;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .tit i {
        margin-right: 0.16rem;
        width: 0.69rem;
    }
    #new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .tit i img {
        width: 100%;
    }
    #new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .cn {
        margin-top: 0.23rem;
        font-size: 0.34rem;
        line-height: 0.57rem;
        text-align: center;
    }
    #new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .img-ul {
        margin-top: 0.46rem;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .img-ul:after {
        bottom: -0.69rem;
        width: 9.83rem;
    }
    #new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .img-ul .li {
        margin-right: 0.69rem;
        height: 0.69rem;
    }
    #new_pg .xinchuang-product-page .wal .text-box .item-ul .item-li .img-ul .li img {
        height: 100%;
    }
    #new_pg .xinchuang-product-page .wal .img-box {
        width: 6.86rem;
        position: relative;
        top: 0;
        margin: 1.83rem auto 0;
        z-index: 2;
    }
    #new_pg .xinchuang-product-page .wal .img-box .bg {
        position: absolute;
        bottom: -0.7rem;
        left: -1.03rem;
        width: 8.91rem;
        height: 1rem;
        background: -webkit-linear-gradient(left, #F5F6FA 51%, #FFFFFF 100%);
        background: linear-gradient(90deg, #F5F6FA 51%, #FFFFFF 100%);
        z-index: -1;
    }
    #new_pg .xinchuang-product-page .wal .img-box .bg:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -0.9rem;
        width: 8.91rem;
        height: 1.77rem;
        background: -webkit-linear-gradient(left, #F5F6FA 51%, #FFFFFF 100%);
        background: linear-gradient(90deg, #F5F6FA 51%, #FFFFFF 100%);
        border-radius: 50%;
        z-index: -1;
    }
    #new_pg .xinchuang-product-page .wal .img-box .bg:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0.1rem;
        width: 8.91rem;
        height: 1.52rem;
        background: -webkit-linear-gradient(left, #FFFFFF 0%, #F5F6FA 100%);
        background: linear-gradient(90deg, #FFFFFF 0%, #F5F6FA 100%);
        border-radius: 50%;
        z-index: 1;
    }
    #new_pg .xinchuang-team-page {
        background-size: cover;
        background-position: right bottom;
        padding: 1.14rem 0 0.91rem;
    }
    #new_pg .xinchuang-team-page .wal .title {
        text-align: center;
        font-size: 0.57rem;
        line-height: 0.8rem;
    }
    #new_pg .xinchuang-team-page .wal .item-ul {
        margin-top: 1.03rem;
        display: -webkit-flex;
        display: block;
        padding: 0 1.14rem;
    }
    #new_pg .xinchuang-team-page .wal .item-ul .item-li {
        margin-right: 0;
        margin-bottom: 0.46rem;
    }
    #new_pg .xinchuang-team-page .wal .item-ul .item-li:nth-child(2) {
        margin-right: 0;
    }
    #new_pg .xinchuang-team-page .wal .item-ul .item-li:last-child {
        margin-bottom: 0;
    }
    #new_pg .xinchuang-team-page .wal .item-ul .item-li .tit {
        font-size: 0.46rem;
        line-height: 0.69rem;
    }
    #new_pg .xinchuang-team-page .wal .item-ul .item-li .list-ul {
        margin-top: 0.23rem;
    }
    #new_pg .xinchuang-team-page .wal .item-ul .item-li .list-ul .li {
        margin-bottom: 0;
        font-size: 0.34rem;
        line-height: 0.91rem;
    }
    #new_pg .xinchuang-team-page .wal .item-ul .item-li .list-ul .li i {
        margin-right: 0.34rem;
        width: 0.57rem;
    }
    #new_pg .xinchuang-team-page .wal .item-ul .item-li .list-ul .li i img {
        width: 100%;
    }
    #new_pg .xinchuang-case-page {
        padding: 1.14rem 0;
    }
    #new_pg .xinchuang-case-page .title {
        font-size: 0.57rem;
        line-height: 0.8rem;
        text-align: center;
    }
    #new_pg .xinchuang-case-page .img-ul {
        margin-top: 1.26rem;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #new_pg .xinchuang-case-page .img-ul .li {
        width: 49%;
        height: auto;
        margin-bottom: 0.23rem;
        margin-right: 0;
    }
    #new_pg .xinchuang-case-page .img-ul .li a {
        display: block;
    }
    #new_pg .xinchuang-case-page .img-ul .li img {
        width: 100%;
    }
}

#new_pg .foot-contact_new {
    position: relative;
    border-top: 1px solid #F5F5F5;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new {
        margin-top: 1.14rem;
        border-top: none;
    }
}

#new_pg .foot-contact_new:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #F5F5F5;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new:before {
        content: normal;
    }
}

#new_pg .foot-contact_new .wal {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 14.4rem;
    margin: 0 auto;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .wal {
        width: 100%;
        display: block;
        padding: 0;
    }
}

#new_pg .foot-contact_new .info-wrapper {
    margin-bottom: 2.0rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    padding-right: 1.19rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .info-wrapper {
        width: 100%;
        padding: 0 0.69rem;
    }
}

#new_pg .foot-contact_new .info-wrapper .title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 0.6rem;
    margin-bottom: 0.6rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .info-wrapper .title {
        font-size: 0.57rem;
        text-align: center;
        margin-bottom: 0.46rem;
    }
}

#new_pg .foot-contact_new .info-wrapper .content .p1 {
    font-size: 0.2rem;
    color: #1E1E1E;
    line-height: 0.3rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .info-wrapper .content .p1 {
        font-size: 0.34rem;
        line-height: 0.57rem;
        text-align: center;
    }
}

#new_pg .foot-contact_new .info-wrapper .content .line {
    width: 100%;
    height: 0;
    border: 0.01rem solid #EAEAEA;
    margin: 0.8rem 0 0.4rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .info-wrapper .content .line {
        display: none;
    }
}

#new_pg .foot-contact_new .info-wrapper .content .p2 {
    font-size: 0.24rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 1.4;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .info-wrapper .content .p2 {
        font-size: 0.46rem;
        line-height: 0.69rem;
        text-align: center;
        margin-top: 1.37rem;
    }
}

#new_pg .foot-contact_new .info-wrapper .content .lists {
    margin-top: 0.4rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .info-wrapper .content .lists {
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 1.14rem;
    }
}

#new_pg .foot-contact_new .info-wrapper .content .lists .list {
    margin-right: 0.89rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .info-wrapper .content .lists .list {
        margin-right: 0;
        text-align: center;
        width: 50%;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#new_pg .foot-contact_new .info-wrapper .content .lists .list em {
    font-size: 0.4rem;
    font-weight: 500;
    color: #1E1E1E;
    line-height: 1;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 0.1rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .info-wrapper .content .lists .list em {
        font-size: 0.91rem;
    }
}

#new_pg .foot-contact_new .info-wrapper .content .lists .list em i {
    font-style: normal;
}

#new_pg .foot-contact_new .info-wrapper .content .lists .list span {
    font-size: 0.16rem;
    color: #666666;
    line-height: 1;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .info-wrapper .content .lists .list span {
        font-size: 0.34rem;
    }
}

#new_pg .foot-contact_new .form-wrapper {
    padding: 1.21rem 0.8rem;
    background: #F5F5F5;
    width: 50%;
    position: relative;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .form-wrapper {
        width: 100%;
        margin-top: 1.37rem;
        padding: 0.69rem 0.69rem 1.37rem;
    }
}

#new_pg .foot-contact_new .form-wrapper .form ul li {
    position: relative;
    margin-bottom: 0.4rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .form-wrapper .form ul li {
        margin-bottom: 0.69rem;
    }
}

#new_pg .foot-contact_new .form-wrapper .form ul li.error .input input,
#new_pg .foot-contact_new .form-wrapper .form ul li.error .input textarea {
    border-color: #DE0515;
}

#new_pg .foot-contact_new .form-wrapper .form ul li.col {
    width: 100%;
}

#new_pg .foot-contact_new .form-wrapper .form ul li.col .w50 {
    width: 48%;
    position: relative;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .form-wrapper .form ul li.col .w50 {
        width: 100%;
        margin-bottom: 0.69rem;
    }
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .form-wrapper .form ul li.phone-email-wrap .phoneWrap .w50 {
        width: 100%;
        margin-bottom: 0.23rem;
    }
    #new_pg .foot-contact_new .form-wrapper .form ul li.phone-email-wrap .emailWrap .w50 {
        width: 100%;
        margin-bottom: 0.23rem;
    }
}

#new_pg .foot-contact_new .form-wrapper .form ul li.col .w50.error .input input,
#new_pg .foot-contact_new .form-wrapper .form ul li.col .w50.error .input textarea {
    border-color: #DE0515;
}

#new_pg .foot-contact_new .form-wrapper .form ul li.flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .form-wrapper .form ul li.flex {
        display: block;
    }
}

#new_pg .foot-contact_new .form-wrapper .form ul li .name {
    font-size: 0.2rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 1;
    margin-bottom: 0.24rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .form-wrapper .form ul li .name {
        font-size: 0.4rem;
        margin-bottom: 0.29rem;
    }
}

#new_pg .foot-contact_new .form-wrapper .form ul li .input input {
    width: 100%;
    height: 0.6rem;
    background: #FFFFFF;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    padding: 0.1rem;
    border: #fff solid 1px;
    font-size: 0.16rem;
    position: relative;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .form-wrapper .form ul li .input input {
        height: 1.14rem;
        font-size: 0.34rem;
    }
}

#new_pg .foot-contact_new .form-wrapper .form ul li .input .codeBtn {
    position: absolute;
    width: 0.7rem;
    height: 0.22rem;
    font-size: 0.14rem;
    font-family: 'PingFang SC';
    font-weight: 400;
    color: #1E1E1E;
    line-height: 0.22rem;
    right: 0.16rem;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .form-wrapper .form ul li .input .codeBtn {
        height: auto;
        width: auto;
        font-size: 0.34rem;
        right: 0.34rem;
    }
}

#new_pg .foot-contact_new .form-wrapper .form ul li.phone-email {
    margin-bottom: 0.24rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .form-wrapper .form ul li.phone-email {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0.44rem;
    }
    #new_pg .foot-contact_new .form-wrapper .form ul li.phone-email .w50 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .form-wrapper .form ul li.phone-email .w50 {
        width: 50%;
    }
}

#new_pg .foot-contact_new .form-wrapper .form ul li.phone-email .name {
    margin-bottom: 0;
}

#new_pg .foot-contact_new .form-wrapper .form ul li.phone-email .tabhd {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    flex-direction: row-reverse;
}

#new_pg .foot-contact_new .form-wrapper .form ul li.phone-email .tabhd .thdlist {
    display: inline-block;
    margin-right: 0.24rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .form-wrapper .form ul li.phone-email .tabhd .thdlist {
        margin-right: 0.69rem;
    }
}

#new_pg .foot-contact_new .form-wrapper .form ul li.phone-email .tabhd .thdlist a {
    height: 0.22rem;
    font-size: 0.2rem;
    font-family: 'PingFang SC';
    font-weight: bold;
    color: #ccc;
    line-height: 0.22rem;
    padding-bottom: 0.11rem;
    border-bottom: 2px solid #fff;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .form-wrapper .form ul li.phone-email .tabhd .thdlist a {
        height: auto;
        font-size: 0.4rem;
        line-height: 0.63rem;
        padding-bottom: 0.16rem;
    }
}

#new_pg .foot-contact_new .form-wrapper .form ul li.phone-email .tabhd .thdlist.active a {
    border-bottom-color: #DE0515;
    color: #1E1E1E;
}

#new_pg .foot-contact_new .form-wrapper .form ul li .box {
    width: 100%;
    display: none;
}

#new_pg .foot-contact_new .form-wrapper .form ul li .box.on {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .form-wrapper .form ul li .box.on {
        display: block;
    }
}

#new_pg .foot-contact_new .form-wrapper .form ul li .box .input {
    width: 100%;
}

#new_pg .foot-contact_new .form-wrapper .form ul li .input textarea {
    width: 100%;
    height: 2rem;
    background: #FFFFFF;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    padding: 0.1rem;
    border: #fff solid 1px;
    font-size: 0.16rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .form-wrapper .form ul li .input textarea {
        height: 3.43rem;
        font-size: 0.34rem;
    }
}

@media screen and (min-width: 1125px) {
    #new_pg .foot-contact_new .form-wrapper .form ul li .error-tips {
        font-size: 0.14rem;
        color: red;
        position: absolute;
        left: 0.04rem;
        top: 100%;
        margin-top: 0.04rem;
    }
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .form-wrapper .form ul li .error-tips {
        font-size: 0.35rem;
        color: red;
        position: static;
        left: 0.04rem;
        top: 100%;
        margin-top: 0.04rem;
    }
}

#new_pg .foot-contact_new .form-wrapper .submit {
    margin-top: 0.8rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .form-wrapper .submit {
        margin-top: 0.91rem;
    }
}

#new_pg .foot-contact_new .form-wrapper .submit input {
    width: 100%;
    height: 0.6rem;
    background: #DE0515;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    cursor: pointer;
}

@media screen and (max-width: 1125px) {
    #new_pg .foot-contact_new .form-wrapper .submit input {
        height: 1.14rem;
        font-size: 0.4rem;
    }
}

@media screen and (min-width: 1126px) {
    /*.cvd .g-head.home {*/
    /*    position: static !important;*/
    /*}*/
    .g-head.home .btns li .input {
        width: 3.2rem !important;
    }
    .cvd .g-head .head:before {
        display: none;
    }
    .cvd .g-head.home .head {
        background: #fff !important;
    }
    .cvd .g-head.home .head .g-nav ul li a.name {
        color: rgba(46, 46, 46, .54) !important;
    }
    .cvd .g-head.home .head .g-nav ul li a.name i {
        filter: none !important;
    }
    .cvd .g-head .head:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 1px;
        background: #eee;
    }
    .cvd .g-head.home .head .btns ul li.search a i {
        filter: none !important;
    }
}

.pc_video,
.mobile_video {
    width: 100%;
}

.mobile_video {
    display: none;
}

@media screen and (max-width: 800px) {
    .pc_video {
        display: none !important;
    }
    .mobile_video {
        display: block !important;
        height: 100%;
        object-fit: cover;
    }
    .inline-media-ui {
        position: absolute;
        bottom: 6px;
        right: 6px;
        margin-right: 0px;
    }
    .inline-media-ui .play-pause-button {
        position: relative;
        display: flex;
        justify-self: flex-end;
        align-self: flex-end;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        padding: 0;
        margin-right: 16px;
        margin-bottom: 16px;
        border: none;
        border-radius: 50%;
        background: none;
        background-color: rgba(73, 73, 76, 0.7256);
        background-repeat: no-repeat;
        /*opacity: 0;*/
        transition: opacity 100ms linear, transform .2s ease;
        cursor: pointer;
        /*pointer-events: none;*/
    }
    .inline-media-ui .play-pause-button:after {
        content: "";
        -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyBpZD0iRXhwb3J0YWJsZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMWQxZDFmfTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJwYXVzZSI+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIzLjc1IiB5PSIzIiB3aWR0aD0iNC41IiBoZWlnaHQ9IjE0IiByeD0iMS41Ii8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIxMS43NSIgeT0iMyIgd2lkdGg9IjQuNSIgaGVpZ2h0PSIxNCIgcng9IjEuNSIvPjwvZz48L3N2Zz4=);
        mask: url(data:image/svg+xml;base64,PHN2ZyBpZD0iRXhwb3J0YWJsZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMWQxZDFmfTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJwYXVzZSI+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIzLjc1IiB5PSIzIiB3aWR0aD0iNC41IiBoZWlnaHQ9IjE0IiByeD0iMS41Ii8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIxMS43NSIgeT0iMyIgd2lkdGg9IjQuNSIgaGVpZ2h0PSIxNCIgcng9IjEuNSIvPjwvZz48L3N2Zz4=);
        -webkit-mask-size: cover;
        mask-size: cover;
        display: inline-block;
        width: 20px;
        height: 20px;
        position: absolute;
        background-size: 20px 20px;
        background-color: #fff;
    }
    .inline-media-ui .play-pause-button.video_pause:after {
        content: "";
        -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTUgMTUuMjVWNC43N2ExLjQ0IDEuNDQgMCAwMTEuNDQtMS42MiAxLjg2IDEuODYgMCAwMTEuMTEuMzFsOC41MyA1Yy43Ni40NCAxLjE3LjggMS4xNyAxLjUxcy0uNDEgMS4wNy0xLjE3IDEuNTFsLTguNTMgNWExLjg2IDEuODYgMCAwMS0xLjExLjMxQTEuNDIgMS40MiAwIDAxNSAxNS4yNXoiLz48L3N2Zz4=);
        mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTUgMTUuMjVWNC43N2ExLjQ0IDEuNDQgMCAwMTEuNDQtMS42MiAxLjg2IDEuODYgMCAwMTEuMTEuMzFsOC41MyA1Yy43Ni40NCAxLjE3LjggMS4xNyAxLjUxcy0uNDEgMS4wNy0xLjE3IDEuNTFsLTguNTMgNWExLjg2IDEuODYgMCAwMS0xLjExLjMxQTEuNDIgMS40MiAwIDAxNSAxNS4yNXoiLz48L3N2Zz4=);
        -webkit-mask-size: cover;
        mask-size: cover;
        display: inline-block;
        width: 20px;
        height: 20px;
        position: absolute;
        background-size: 20px 20px;
        background-color: #fff;
    }
}

#new_pg .g-foot .bottom-wrapper {
    display: block;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
}

#new_pg .g-foot .bottom-wrapper .subscribeWrap {
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.24rem;
    margin-bottom: 0.2rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper .subscribeWrap {
        border-bottom: none;
    }
}

#new_pg .g-foot .bottom-wrapper .subscribeWrap .wal {
    display: block;
    text-align: right;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper .subscribeWrap .wal {
        text-align: left;
    }
}

#new_pg .g-foot .bottom-wrapper .subscribeWrap .title {
    font-family: 'PingFang SC';
    font-size: 0.16rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.24rem;
    display: inline-block;
    margin-right: 0.16rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper .subscribeWrap .title {
        display: block;
        margin-right: 0;
        font-size: 0.46rem;
        line-height: 0.69rem;
        margin-bottom: 0.51rem;
    }
}

#new_pg .g-foot .bottom-wrapper .subscribeWrap .content {
    display: inline-block;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper .subscribeWrap .content {
        display: block;
        padding-right: 0.46rem;
    }
}

#new_pg .g-foot .bottom-wrapper .subscribeWrap .content .form {
    position: relative;
    width: 4rem;
    height: 0.5rem;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper .subscribeWrap .content .form {
        width: 100%;
        height: 1.14rem;
    }
}

#new_pg .g-foot .bottom-wrapper .subscribeWrap .content .form .subscribeClass {
    width: 100%;
    height: 0.5rem;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #1E1E1E;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.16rem;
    font-weight: 400;
    font-family: 'PingFang SC';
    color: rgba(255, 255, 255, 0.6);
    line-height: 1;
    padding: 0.13rem 0.16rem;
    box-sizing: border-box;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper .subscribeWrap .content .form .subscribeClass {
        height: 1.14rem;
        padding: 0.23rem 0.34rem;
        font-size: 0.34rem;
    }
}

#new_pg .g-foot .bottom-wrapper .subscribeWrap .content .form input[type=submit] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0;
    color: #fff;
    position: absolute;
    font-weight: bold;
    font-family: 'PingFang SC';
    right: 0;
    top: 0;
    background: #4B4B4B url("/static/7m5/pages/new_static/image/index-cases-union.png") no-repeat;
    background-size: 40%;
    background-position: center;
    cursor: pointer;
}

@media screen and (max-width: 1125px) {
    #new_pg .g-foot .bottom-wrapper .subscribeWrap .content .form input[type=submit] {
        height: 1.14rem;
        width: 1.14rem;
    }
}

.page-banner div.title .en {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-banner p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.g-head .g-nav li .list a:after {
    display: none !important;
}