/* 基础标签重置的样式 */

@font-face {
    font-family: "HarmonyOS_Sans";
    src: url('/Assets/Solar/v4/fonts/HarmonyOS_Sans_Regular.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HarmonyOS_Sans_Bold";
    src: url('/Assets/Solar/v4/fonts/HarmonyOS_Sans_Bold.woff');
}

@font-face {
    font-family: 'HarmonyOS_Sans_Medium';
    src: url('/Assets/Solar/v4/fonts/HarmonyOS_Sans_Medium.woff');
}

* {
    font-family: "HarmonyOS_Sans", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    /* background-repeat: no-repeat !important; */
}

h2 {
    font-family: "HarmonyOS_Sans_Bold" !important;
}


/* * {
    touch-action: pan-y;
} */

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #191919;
    font-size: 16px;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

html,
body,
p,
div,
span,
ul,
li,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100% !important;
}

html.stop {
    overflow: hidden !important;
    height: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

.wrapper {
    background: #f5f5f5;
    position: relative;
    overflow-x: hidden;
}

.aui3 * {
    box-sizing: border-box;
    margin-bottom: 0;
}


/* Nav Top style*/

.ev_icon_ict {
    display: inline-block;
    cursor: pointer;
    outline-offset: 0px;
}


/* 自定义的一些 */

.grid--align-spread {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.grid--align-vertical-align-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid--vertical-align-center {
    display: flex;
    align-items: center;
}

.grid--align-right {
    display: flex;
    justify-content: right;
}

.grid--align-center {
    display: flex;
    justify-content: center;
}

.grid--direction-column {
    flex-direction: column;
}

.ml4 {
    margin-left: 0.25rem;
}

.ml8 {
    margin-left: 0.5rem;
}

.ml16 {
    margin-left: 1rem;
}

.ml20 {
    margin-left: 1.25rem;
}

.ml24 {
    margin-left: 1.5rem;
}

.ml32 {
    margin-left: 2rem;
}

.ml40 {
    margin-left: 2.5rem;
}

.ml48 {
    margin-left: 3rem;
}

.ml18 {
    margin-left: 18px;
}

.ml12 {
    margin-left: 12px;
}

.mr4 {
    margin-right: 0.25rem;
}

.mr8 {
    margin-right: 0.5rem;
}

.mr12 {
    margin-right: 0.75rem;
}

.mr14 {
    margin-right: 0.875rem;
}

.mr16 {
    margin-right: 1rem;
}

.mr20 {
    margin-right: 1.25rem;
}

.mr24 {
    margin-right: 1.5rem;
}

.mr32 {
    margin-right: 2rem;
}

.mt4 {
    margin-top: 0.25rem;
}

.mt8 {
    margin-top: 0.5rem;
}

.mt12 {
    margin-top: 0.75rem;
}

.mt14 {
    margin-top: 0.875rem;
}

.mt16 {
    margin-top: 1rem;
}

.mt20 {
    margin-top: 1.25rem;
}

.mt24 {
    margin-top: 1.5rem;
}

.mt32 {
    margin-top: 2rem;
}

.mt40 {
    margin-top: 2.5rem;
}

.mt48 {
    margin-top: 3rem;
}

.mb4 {
    margin-bottom: 0.25rem;
}

.mb8 {
    margin-bottom: 0.5rem;
}

.mb14 {
    margin-bottom: 0.875rem;
}

.mb16 {
    margin-bottom: 1rem;
}

.mb20 {
    margin-bottom: 1.25rem;
}

.mb24 {
    margin-bottom: 1.5rem;
}

.mb32 {
    margin-bottom: 2rem;
}

.pl4 {
    padding-left: 0.25rem;
}

.pl8 {
    padding-left: 0.5rem;
}

.pl16 {
    padding-left: 1rem;
}

.pl20 {
    padding-left: 1.25rem;
}

.pl24 {
    padding-left: 1.5rem;
}

.pl32 {
    padding-left: 2rem;
}

.pl40 {
    padding-left: 2.5rem;
}

.pl48 {
    padding-left: 3rem;
}

.pr4 {
    padding-right: 0.25rem;
}

.pr8 {
    padding-right: 0.5rem;
}

.pr14 {
    padding-right: 0.875rem;
}

.pr16 {
    padding-right: 1rem;
}

.pr20 {
    padding-right: 1.25rem;
}

.pr24 {
    padding-right: 1.5rem;
}

.pr32 {
    padding-right: 2rem;
}

.pt4 {
    padding-top: 0.25rem;
}

.pt8 {
    padding-top: 0.5rem;
}

.pt12 {
    padding-top: 0.75rem;
}

.pt14 {
    padding-top: 0.875rem;
}

.pt16 {
    padding-top: 1rem;
}

.pt20 {
    padding-top: 1.25rem;
}

.pt24 {
    padding-top: 1.5rem;
}

.pt32 {
    padding-top: 2rem;
}

.pt40 {
    padding-top: 2.5rem;
}

.pt48 {
    padding-top: 3rem;
}

.pb4 {
    padding-bottom: 0.25rem;
}

.pb8 {
    padding-bottom: 0.5rem;
}

.pb14 {
    padding-bottom: 0.875rem;
}

.pb16 {
    padding-bottom: 1rem;
}

.pb20 {
    padding-bottom: 1.25rem;
}

.pb24 {
    padding-bottom: 1.5rem;
}

.pb32 {
    padding-bottom: 2rem;
}

.p24 {
    padding: 1.5rem;
}

.p32 {
    padding: 2rem;
}

.fw-bold {
    font-weight: bold;
}

.background-white {
    background: #ffffff;
}

.buttons-space .ev_button+.ev_button {
    margin-left: 0.5rem;
}

.central-content {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.central-content .content-title {
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 3.75rem;
}

.central-content .content-title.white {
    color: #fff;
}

.central-content .content-title-progress {
    width: 7.75rem;
    height: 0.125rem;
    margin-top: 1rem;
    background-color: #ce0e2d;
}

.central-content .content-title-progress.white {
    background-color: #fff;
}

.central-content .content-more {
    font-size: 1.5rem;
    color: #0067d1;
    line-height: 1.75rem;
    cursor: pointer;
}

.central-content .content-more span {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    background: url('/Assets/solar/v4/img/common/ic_arrow_blue.svg') center center no-repeat;
    vertical-align: middle;
}


/* 以下是eview-react组件的补充样式 */

.aui3 .ev_button.border-radius-24 {
    border-radius: 1.5rem;
}

.aui3 .ev_button:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.8);
}

.aui3 .ev_button.button-transparent:active {
    border: 1px solid #ffffff;
    background: transparent;
    color: #000000;
}

.aui3 .ev_button.button-transparent:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.8);
    color: #000000;
}

.aui3 .ev_button.button-transparent:focus {
    background: #ffffff;
    color: #000000;
}

.aui3 .banner-buttons .ev_button {
    width: 11.875rem;
    height: 3.125rem;
    border: 1px solid #fff;
}

.aui3 .banner-buttons .ev_button:active {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: rgba(255, 255, 255, 0);
}

.aui3 .banner-buttons .ev_button:focus {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #ffffff;
    color: #ffffff;
}

.aui3 .banner-buttons .button-transparent {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.aui3 .ev_checkbox_span {
    border-radius: 0.25rem;
}

.aui3 .ev_select {
    color: #939393;
}


/* 补充public.style样式 */

.content {
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.content .content_title {
    font-size: 3rem;
    font-family: "HarmonyOS_Sans_Bold";
}

.content .content_title.white {
    color: #fff;
}


/* PC端 Residential、C&I、Utility、ESS、Micro-grid页面banner上的For common卡片样式 */

.bannerTipLabel .bannerTip {
    display: inline-block;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.50);
    padding: 0.25rem 0.5rem;
    margin-bottom: 32px;
}

.bannerTipLabel .bannerTipFlex {
    display: flex;
    align-items: center;
}

.bannerTipLabel .bannerTipIcon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url('/Assets/solar/v4/img/common/ic_user.svg');
}

.bannerTipLabel .bannerTipText {
    font-size: 1.25rem;
    font-weight: bold;
    font-family: "HarmonyOS_Sans_Bold";
    margin-left: 0.5rem;
}

/* events/news/success stories/all products 相关的 nodata 显示*/

#noData {
    text-align: center;
    margin-top: 3.5rem;
    display: none;
}

@media screen and (max-width: 1440px) {
    .content {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .content .content_title {
        font-size: 32px;
    }

    .bannerTipLabel .bannerTipIcon {
        width: 24px;
        height: 24px;
        background-size: 100% 100%;
    }

    .bannerTipLabel .bannerTipText {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .pagination-wrapper {
        flex-direction: column;
        gap: 20px 0;
    }

    .aui3 .banner-buttons .ev_button {
        min-width: 108px;
        width: auto;
        height: 32px;
        font-size: 12px;
    }

    .content {
        padding-left: 24px;
        padding-right: 24px;
    }

    .content .content_title {
        font-size: 24px;
    }

    /* 移动端Residential、C&I、Utility、ESS、Micro-grid页面banner上的For common卡片样式 */
    .bannerTipLabel .bannerTipText {
        font-size: 14px;
    }
}


/*public Nav*/

.nav-wrapper {
    width: 100%;
    position: relative;
    z-index: 11;
}

.nav-top {
    display: flex;
    justify-content: flex-end;
    height: 1.625rem;
    padding: 0 5rem;
    background-color: #f5f5f5;
    font-size: 0.625rem;
}

.nav-top img {
    max-width: 100%;
    width: 0.875rem;
    height: 0.875rem;
}

.nav-top span {
    display: inline-block;
    margin: 0 0.25rem;
}

.nav-top .nav-top-right {
    display: flex;
    align-items: center;
}

.nav-top .nav-top-item {
    display: flex;
    align-items: center;
    margin-left: 1.09375vw;
}

.nav-top .nav-top-item+.nav-top-item {
    margin-left: 1.09375vw;
}

.nav-top .nav-top-language {
    cursor: pointer;
}

.nav-top .nav-top-language .language_ic {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('/Assets/solar/v4/img/common/ic_language_lined_new.svg');
    background-size: 100%;
}

.nav-top .nav-top-language .language_select {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('/Assets/solar/v4/img/common/select.svg');
    background-size: 100%;
}

.nav-top .nav-top-login .login_ic {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url('/Assets/solar/v4/img/common/user.svg');
    background-size: 100%;
}

.nav-top .nav-top-right>a:nth-of-type(3) .nav-top-login .login_ic {
    background: url('/Assets/solar/v4/img/common/user_logout.svg');
}

.nav-language {
    display: none;
    position: absolute;
    z-index: 11;
    top: 1.625rem;
    left: 0;
    width: 100%;
    background: #F7F8FF;
}

.nav-language .nav-allLangBox {
    position: relative;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3.75rem;
    padding-bottom: 5rem;
}

.nav-language .icon-close {
    position: absolute;
    top: 3.75rem;
    right: 0;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    cursor: pointer;
    background: url(/Assets/solar/v4/img/common/ic_close.png) 0 0 no-repeat;
}

.nav-language .icon-close:hover {
    background: url(/Assets/solar/v4/img/common/ic_close_hover.png) 0 0 no-repeat;
}

.nav-language .curr-lang {
    display: flex;
    color: #191919;
    font-size: 0.875rem;
    font-weight: bold;
}

.nav-language .allLang {
    height: calc(100vh - 80px);
    overflow: auto;
    padding-bottom: 80px;
}

.nav-language .icon-curr {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    background: url(/Assets/solar/v4/img/common/icon_curr_language.png) 0 0 no-repeat;
}

.nav-language .allLang .areaItem {
    margin-top: 2.5rem;
}

.nav-language .allLang .areaText {
    color: #191919;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.25rem;
}

.nav-language .allLang .langItem {
    display: inline-block;
    width: 250px;
    margin-top: 1.25rem;
    cursor: pointer;
    color: rgba(25, 25, 25, 0.6);
    font-size: 0.875rem;
    line-height: 20px;
}

.dark .nav-top {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.dark .nav-top .nav-top-language .language_ic {
    background-image: url('/Assets/solar/v4/img/common/ic_language_lined_dark_new.svg');
}

.dark .nav-top .nav-top-language .language_select {
    background-image: url('/Assets/solar/v4/img/common/select_dark.svg');
    background-size: 100%;
}

.dark .nav-top .nav-top-login .login_ic {
    background: url('/Assets/solar/v4/img/common/user_dark.svg');
    background-size: 100%;
}

.dark .nav-top .nav-top-right>a:nth-of-type(2) .nav-top-login .login_ic {
    background: url('/Assets/solar/v4/img/common/ic_person_filled.svg');
    background-size: 100%;
}

.dark .nav-top .nav-top-right>a:nth-of-type(3) .nav-top-login .login_ic {
    background: url('/Assets/solar/v4/img/common/user_logout_dark_new.svg');
    background-size: 100%;
}

@media screen and (max-width: 1280px) {
    .nav-top {
        display: none;
    }
}


/* public header */

.global_header_wrapper {
    height: 82px;
}

.global_header_wrapper .global_header_fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.pageheader {
    background: #ffffff;
    padding: 0 2.5vw;
    position: relative;
    height: 3.5rem;
    border-bottom: 1px solid #dedede;
    z-index: 10;
}

html[data-region='cn'] .pageheader {
    padding-right: 2.5vw;
}

.pageheader .pageheader-box {
    height: 100%;
    align-items: center;
}

.pageheader .pageheader-menu-left,
.pageheader .pageheader-menu-right {
    display: flex;
    align-items: center;
}

.pageheader .pageheader-menu-right {
    margin-left: 60px;
}

.pageheader .pageheader-menu-left .header-left {
    margin-right: 1.5vw;
}

.pageheader .pageheader-menu-right .pageheader-right {
    margin-left: 1.25vw;
}

.pageheader .pageheader-menu-right .pageheader-right a:nth-child(1) {
    margin-right: 16px;
}


/* .pageheader .header-logo {
    display: flex;
    align-items: center;
} */

.pageheader .header-logo {
    width: 4.635417vw;
    /* height: 1.614583vw; */
    background-size: 100%;
}

.pageheader .header-logo img {
    width: 100%;
}

html[data-region='hu'] .pageheader .pageheader-menu {
    position: relative;
    right: 45%;
    transform: translateX(50%);
}

.pageheader .pageheader-menu>ul {
    display: flex;
    justify-content: center;
    /* line-height: 5rem; */
    align-items: center;
}

.pageheader .pageheader-menu-left .pageheader-menu .menu_item_li {
    transform: perspective(1px) translateZ(0);
    padding: 0 0.833333vw;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
}

.pageheader .pageheader-menu-right .pageheader-menu .menu_item_li {
    transform: perspective(1px) translateZ(0);
    padding: 0 .75rem;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
}

.pageheader .pageheader-menu .menu_item_li{
    padding: 0 1rem;
}

.pageheader .pageheader-menu .menu_item_li .menu_item_a {
    display: inline-block;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 20px;
    position: relative;
    font-weight: bold;
}

html[data-region='ua'] .pageheader .pageheader-menu .menu_item_li,
html[data-region='bg'] .pageheader .pageheader-menu .menu_item_li {
    padding: 0 0.8rem;
}

html[data-region='ua'] .pageheader .pageheader-menu .menu_item_li .menu_item_a {
    font-size: 13px;
}

html[data-region='bg'] .pageheader .pageheader-menu .menu_item_li .menu_item_a {
    font-size: 12px;
}

.pageheader .pageheader-menu .menu_item_li .textItem_arr {
    display: inline-block;
    width: 0.729167vw;
    height: 0.729167vw;
    background: url(/Assets/solar/v4/img/common/ic_arrowdown.svg);
    background-size: 100% 100%;
    margin-left: 0.416667vw;
    vertical-align: middle;
    transition: all .2s;
}

.pageheader .pageheader-menu .menu_item_li .textItem_arr.textItem_arr_drop {
    transform: rotate(-180deg);
    transition: all .2s;
}

.pageheader .pageheader-menu .menu_item_li .menu_item_a::before {
    content: '';
    display: inline-block;
    height: 0.125rem;
    background-color: #f43146;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.pageheader .pageheader-menu .menu_item_li .menu_item_a:hover:before {
    right: 0;
}

.pageheader .pageheader-menu .menu_item_li .submenu-hidden {
    display: none;
    /* height: 0;
    overflow: hidden; */
}

.pageheader .pageheader-menu .menu_item_li .submenu-show {
    display: block;
    position: absolute;
    background: none;
    box-shadow: none;
    min-width: 500px;
    max-width: 500px;
    white-space: normal;
    color: #fff;
    padding-top: 20px;
}

.pageheader .pageheader-menu .menu_item_li:nth-last-of-type(1) .submenu-show {
    min-width: 20vw;
    max-width: 20vw;
}

.pageheader .pageheader-menu .menu_item_li .submenu-show>a {
    font-size: 14px;
    text-align: left;
    display: flex;
    min-height: 35px;
    align-items: center;
    justify-content: flex-start;
    transition: all .2s;
}

.pageheader .pageheader-menu .menu_item_li .submenu-show>a div {
    /* min-height: 35px; */
    display: flex;
    align-items: center;
}

.pageheader .pageheader-menu .menu_item_li .submenu-show>a:hover {
    background: unset !important;
    font-weight: bold;
}

.pageheader .pageheader-menu .menu_item_li .submenu a {
    position: relative;
    transform: translateY(20px);
    opacity: 0;

}

.pageheader .pageheader-menu .menu_item_li .submenu a.visible {
    transform: translateY(0);
    opacity: 1;
}

.pageheader .pageheader-menu .menu_item_li .disable {
    cursor: not-allowed;
    line-height: 3rem;
}

.pageheader .pageheader-menu .menu_item_li .menu_item_div {
    line-height: 5rem;
}

.pageheader .border-radius-24 {
    border-color: #979797;
    background: rgba(255, 255, 255, 0.8);
}

.pageheader .border-radius-24:hover {
    border-color: #000000 !important;
    background: rgba(255, 255, 255, 0.8) !important;
}

.pageheader-min {
    display: none;
}

.header-drawer {
    display: none;
}

.dark .pageheader {
    background: #000000;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark .pageheader .border-radius-24 {
    border: 1px solid #979797;
    border-radius: 18px;
    color: #EEEEEE;
    background: transparent;
}

.dark .pageheader .border-radius-24:hover {
    color: #191919;
}

.dark .pageheader .pageheader-menu .menu_item_li .textItem_arr {
    background: url(/Assets/Solar/v4/img/common/ic_arrowdown_dark.svg);
    background-size: 100% 100%;
}

.dark .pageheader .pageheader-menu .menu_item_li .submenu-show {
    /* background-color: rgba(0, 0, 0, 0.9); */
    background-color: unset;
}

.dark .pageheader .pageheader-menu .menu_item_li .sub_menu_a:hover {
    background-color: transparent;
}

.dark .pageheader .pageheader-menu .menu_item_li .submenu-show>a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.darkLogo {
    display: none;
}

.dark .darkLogo {
    display: block;
}

.dark .whiteLogo {
    display: none;
}

.dark .nav-language {
    background: #000;
}

.dark .nav-language .curr-lang {
    color: #fff;
}

.dark .nav-language .allLang .langItem {
    color: rgba(25, 25, 25, 0.6);
    color: #fff;
}

.dark .nav-language .allLang .areaText {
    color: #fff;
}

.dark .nav-language .icon-curr {
    background: url(/Assets/solar/v4/img/common/icon_curr_language.svg) 0 0 no-repeat;
}

.dark .nav-language .icon-close {
    background: url(/Assets/solar/v4/img/common/ic_close.svg) 0 0 no-repeat;
}

@media screen and (max-width: 1650px) {
    .pageheader .pageheader-menu .menu_item_li .menu_item_a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1440px) {
    .pageheader .pageheader-menu .menu_item_li {
        padding: 0 0.75rem;
    }

    .pageheader .pageheader-right-search {
        margin-right: 1rem;
    }
}

@media screen and (max-width: 1280px) {

    .global_header_wrapper.login {
        height: 48px;
    }

    .pageheader {
        display: none;
    }

    .pageheader-min {
        display: block;
    }

    .pageheader-min-box {
        height: 80px;
        background: #ffffff;
        padding: 0 24px;
        align-items: center;
    }

    .nav-top-min {
        display: flex;
        align-items: center;
        margin-right: 17px;
        margin-left: auto;
    }

    .nav-top-min>span {
        margin: 0 0.25rem;
    }

    .dark .nav-top-min>span {
        color: #fff;
    }

    .nav-top-min .language_select {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: url(/Assets/solar/v4/img/common/select.svg);
        background-size: 100%;
    }

    .dark .nav-top-min .language_select {
        background: url(/Assets/solar/v4/img/common/select_dark.svg);
        background-size: 100%;
    }

    .nav-top-min .language_ic {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(/Assets/solar/v4/img/common/ic_language_lined_new.svg);
        background-size: 100%;
    }

    .dark .nav-top-min .language_ic {
        background: url(/Assets/solar/v4/img/common/ic_language_lined_dark_new.svg);
        background-size: 100%;
    }

    .nav-language .nav-allLangBox {
        width: 100%;
        padding-left: 20px;
        padding-top: 2.75rem;
    }

    .nav-language .icon-close {
        top: 2.75rem;
        margin-right: 20px;
    }

    .nav-language {
        top: 80px;
    }

    .nav-language .allLang {
        height: calc(100vh - 80px - 2.75rem - 0.875rem);
    }

    .header-min-setting {
        display: inline-block;
        background: url('/Assets/solar/v4/img/common/icon_setting.svg');
        width: 24px;
        height: 24px;
    }

    .header-min-close {
        display: none;
        margin-left: 16px;
        margin-left: 0;
        background: url('/Assets/solar/v4/img/common/ic_close_lined.svg');
        width: 24px;
        height: 24px;
    }

    .header-min-logo {
        display: inline-flex;
        width: 92px;
        height: auto;
    }

    .header-min-logo img {
        width: 100%;
    }

    .min-dark-logo {
        display: none;
    }

    .dark .min-dark-logo {
        display: inline-block;
    }

    .dark .min-white-logo {
        display: none;
    }

    .header-drawer {
        width: 100%;
        height: calc(100vh - 80px);
        position: absolute;
        top: 80px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        /* background-color: #fff; */
        animation: move 0.2s;
        overflow: scroll;
    }

    .header-drawer .header-min-close {
        display: none;
        position: absolute;
        right: 1rem;
        cursor: pointer;
    }

    .header-drawer .header-drawer-box {
        /* max-height: calc(100vh - 126px); */
        overflow: hidden;
        margin: 12px 24px 0 32px;
    }

    .header-drawer .header-drawer-box::-webkit-scrollbar {
        display: none;
    }

    .header-drawer .header-drawer-box .textItem {
        font-size: 20px;
        /* transition: all .2s; */
        transform: translateY(50px);
        opacity: 0;
        transition-property: all;
        transition-duration: 0.2s;
        transition-timing-function: ease-out;
    }

    .header-drawer .header-drawer-box .line {
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, .3);
        position: relative;
        right: 100%;
        transform: translateY(50px);
        transition-property: all;
        transition-duration: 0.2s;
        transition-timing-function: ease-out;
    }

    .header-drawer .header-drawer-box .line.line-show {
        right: 0;
        transform: translateY(0);
    }

    .header-drawer .header-drawer-box .line:nth-last-of-type(1) {
        display: none;
    }

    .header-drawer .header-drawer-box .textItem.visible {
        transition: all .2s;
        transform: translateY(0);
        opacity: 1;
    }

    .header-drawer .header-drawer-box .textItem .submenu {
        /* display: none; */
        height: 0;
        overflow: hidden;
    }

    .header-drawer .header-drawer-box .textItem_div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-drawer .header-drawer-box .item-link {
        min-height: 48px;
        color: #fff;
        font-weight: normal;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 1;
    }

    .header-drawer .header-drawer-box .submenu .textItem:last-child {
        border-bottom: none;
    }

    .header-drawer .header-drawer-box .submenu .item-link {
        display: flex;
        align-items: center;
        min-height: 48px;
        line-height: 1.5;
        font-weight: normal;
        padding: 8px 0 8px 16px;
        /* font-family: HuaweiSansLight; */
        font-weight: 100;
    }

    .header-drawer .header-drawer-box .textItem_arr {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(/Assets/solar/v4/img/common/ic_arrowdown_dark.svg);
        background-size: 100% 100%;
    }

    .header-drawer .header-drawer-box .textItem_arr.textItem_arr_drop {
        transform: rotateX(180deg);
    }

    .dark .pageheader-min-box {
        background-color: #000000;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .dark .header-drawer {
        background-color: #000000;
        color: #ffffff;
    }

    .dark .header-drawer .header-drawer-box .textItem {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .dark .header-min-setting {
        background: url('/Assets/solar/v4/img/common/icon_setting_dark.svg');
    }

    .dark .header-min-close {
        background: url('/Assets/solar/v4/img/common/ic_close_lined_dark.svg');
    }

    .dark .header-drawer .header-drawer-box .textItem_arr {
        background: url('/Assets/solar/v4/img/common/ic_arrowdown_dark.svg');
        background-size: 100% 100%;
    }

    .container {
        margin-right: 2vw;
    }

    .container .nav-top-login .login_ic {
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url('/Assets/solar/v4/img/common/user.svg');
        background-size: 100%;
    }

    .dark .container .nav-top-login .login_ic {
        background: url('/Assets/solar/v4/img/common/user_dark.svg');
        background-size: 100%;
    }

    .container>a:nth-of-type(2) .nav-top-login .login_ic {
        background: url('/Assets/solar/v4/img/common/user_logout_dark.svg');
        background-size: 100%;
    }

    .dark .container>a:nth-of-type(2) .nav-top-login .login_ic {
        background: url('/Assets/solar/v4/img/common/ic_person_filled.svg');
        background-size: 100%;
    }

    .container>a>div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .global_header_wrapper>a .nav-top-login {
        height: 48px;
        margin-top: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
        background-color: #fff;
    }

    .global_header_wrapper>a .nav-top-login .login_ic {
        background: url('/Assets/solar/v4/img/common/user_logout.svg');
        background-size: 100%;
        width: 24px;
        height: 24px;
        margin-right: 7px;
    }

    .global_header_wrapper>a .nav-top-login span {
        font-size: 16px;
    }

    .dark .global_header_wrapper>a .nav-top-login {
        background-color: #000;
    }

    .dark .global_header_wrapper>a .nav-top-login span {
        color: #fff;
    }

    .dark .global_header_wrapper>a .nav-top-login .login_ic {
        background: url('/Assets/solar/v4/img/common/user_logout_dark_new.svg');
        background-size: 100%;
    }

}

@media screen and (max-width: 768px) {
    @media screen and (orientation: landscape) {
        .global_header_wrapper {
            height: 48px;
        }

        .pageheader-min-box {
            height: 48px;
        }

        .header-drawer {
            height: calc(100vh - 48px);
            top: 48px;
        }

        .header-drawer .header-drawer-box {
            max-height: calc(100vh - 94px);
        }
    }

    .global_header_wrapper {
        height: 48px;
    }

    .global_header_wrapper.login {
        height: 48px;
    }

    .pageheader-min-box {
        padding: 0 12px;
        height: 48px;
    }

    .header-icon-search {
        display: none;
    }

    .header-drawer {
        top: 48px;
        height: calc(100vh - 48px);
    }

    .nav-language {
        top: 48px;
    }

    .nav-language .allLang {
        height: calc(100vh - 48px - 2.75rem - 0.875rem);
    }

    .global_header_wrapper>a .nav-top-login {
        margin-top: 48px;
        height: 48px;
    }

    .global_header_wrapper>a .nav-top-login span {
        font-size: 3.888889vw;
    }

    .global_header_wrapper>a .nav-top-login .login_ic {
        width: 5vw;
        height: 5vw;
    }

}


/* public footer */
.footer-link {
    display: flex;
    justify-content: center;
    /* margin-top: 18px; */
}

.social-icon {
    position: relative;
    outline: none;
    display: inline-block;
}

.social-icon:active,
.social-icon:focus {
    outline: none;
}

.hover-pop {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translate(-50%, -100%);
    background: #fff;
    width: 188px;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    z-index: 100;
    display: none;
}

.hover-pop:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 6px 6px;
    top: auto;
    border-color: #f3f3f3 transparent transparent transparent;
}

.share-close {
    background: transparent;
    border: 0;
    font-size: 25px;
    position: absolute;
    top: -6px;
    right: 2px;
    color: #000 !important;
}

.hover-pop .icon-close {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
    cursor: pointer;
    background: url(/Assets/solar/v4/img/common/ic_close.png) 0 0 no-repeat;
}

.pop-text {
    text-align: center;
}

.pop-text p {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
    font-weight: 600;
}

.pop-img {
    width: 138px;
    margin: 5px auto;
}

.pop-img img {
    width: 138px;
}

.page-footer {
    background: #fff;
    overflow: hidden;
}

.page-footer .footer-top-mobile768 {
    display: none;
}

.page-footer .footer-top-mobile720 {
    display: none;
}

.page-footer .footer-main {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 4rem;
}

.page-footer .footer-note {
    opacity: 0.8;
    font-size: 12px;
    color: #000;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 110px;
}

.dark .page-footer .footer-note {
    color: #939393;
}

.page-footer .footer-top-pc {
    display: flex;
}

.page-footer .footer-item {
    display: inline-block;
    width: 20%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    cursor: pointer;
}

.page-footer .footer-col-title {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.25rem;
}

.page-footer .footer-col-title .textItem_arr {
    display: none;
}

.page-footer .footer-col-list {
    margin-top: 1.25rem;
}

.page-footer .footer-col-list li {
    font-size: 0.875rem;
    line-height: 20px;
}

.page-footer .footer-col-list li+li {
    margin-top: 0.875rem;
}

.page-footer .footer-col-bigTitle {
    width: 11.25rem;
    font-size: 2rem;
    line-height: 3rem;
}

.page-footer .footer-buttom {
    margin-top: 10rem;
    display: flex;
    justify-content: space-between;
}

.page-footer .footer-buttom .footer-copyright-content .footer-copyright-item {
    display: inline-block;
    margin-right: 2rem;
    color: #939393;
    font-size: 0.875rem;
    cursor: pointer;
}

.page-footer .footer-buttom .footer-copyright-content .footer-law {
    display: inline-block;
}

.page-footer .footer-buttom .footer-link .footer-link-img {
    display: inline-block;
    margin: 0 1rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
}

.page-footer .footer-buttom .footer-link .link-img-linkedin {
    background: url(/Assets/solar/v4/img/common/logo-linkedin.svg) 0 0 no-repeat;
}

.page-footer .footer-buttom .footer-link .link-img-facebook {
    background: url(/Assets/solar/v4/img/common/logo-facebook.svg) 0 0 no-repeat;
}

.page-footer .footer-buttom .footer-link .link-img-twitter {
    background: url(/Assets/solar/v4/img/common/logo-twitter.svg) 0 0 no-repeat;
}

.page-footer .footer-buttom .footer-link .link-img-youtube {
    background: url(/Assets/solar/v4/img/common/logo-youtube.svg) 0 0 no-repeat;
}

.page-footer .footer-buttom .footer-link .link-img-wechat {
    background: url(/Assets/solar/v4/img/common/wechat.svg) 0 0 no-repeat;
}

.page-footer .footer-buttom .footer-link .link-img-toutiao {
    background: url(/Assets/solar/v4/img/common/toutiao.svg) 0 0 no-repeat;
}

.dark .page-footer {
    background: #0d0d0d;
    color: #fff;
}

.dark .page-footer .footer-col-list li {
    color: rgba(255, 255, 255, 0.4);
}

.dark .page-footer .footer-buttom .footer-link .link-img-linkedin {
    background: url(/Assets/solar/v4/img/common/logo_linkedin_dark.svg) 0 0 no-repeat;
}

.dark .page-footer .footer-buttom .footer-link .link-img-facebook {
    background: url(/Assets/solar/v4/img/common/logo_facebook_dark.svg) 0 0 no-repeat;
}

.dark .page-footer .footer-buttom .footer-link .link-img-twitter {
    background: url(/Assets/solar/v4/img/common/logo_twitter_dark.svg) 0 0 no-repeat;
}

.dark .page-footer .footer-buttom .footer-link .link-img-youtube {
    background: url(/Assets/solar/v4/img/common/logo_youtube_dark.svg) 0 0 no-repeat;
}

.dark .page-footer .footer-buttom .footer-link .link-img-wechat {
    background: url(/Assets/solar/v4/img/common/wechat_dark.svg) 0 0 no-repeat;
}

.dark .page-footer .footer-buttom .footer-link .link-img-toutiao {
    background: url(/Assets/solar/v4/img/common/toutiao_dark.svg) 0 0 no-repeat;
}

.dark.page-footer .footer-buttom .footer-link .link-img-shipinhao {
    background: url(/Assets/solar/v4/img/common/shipinhao_dark.svg) 0 0 no-repeat;
}

.page-footer .bread-crumb {
    padding-bottom: 2.083333vw;
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 6.25vw;
    margin-top: 3.6458vw;
}

.page-footer .bread-crumb a {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #666666;
}

.page-footer .bread-crumb a:hover {
    color: #191919;
}

.page-footer .bread-crumb span {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #666666;
}

.page-footer .bread-crumb div.last_bread {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #666666;
}

html[lang='ar'] .page-footer .bread-crumb {
    direction: rtl;
}

.card_box .card_bottom {
    width: 10%;
}

@media screen and (max-width: 1580px) {
    .page-footer .footer-buttom {
        margin-right: 100px;
    }
}

@media screen and (max-width: 1328px) {
    .page-footer {
        padding-left: 24px;
        padding-right: 24px;
    }

    .page-footer .footer-main {
        width: 100%;
        padding-top: 32px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width:1280px) {
    .footer-link {
        margin-top: 18px;
    }

    .page-footer .footer-top-pc {
        display: block;
    }

    .page-footer .footer-item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        cursor: pointer;
    }

    .page-footer .footer-col-title {
        display: flex;
        flex: 1;
        justify-content: space-between;
        align-items: center;
        height: 48px;
        line-height: 48px;
    }

    .page-footer .footer-col-title .textItem_arr {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("/Assets/solar/v4/img/common/ic_arrowdown.svg");
        background-size: 100% 100%;
    }

    .dark .page-footer .footer-col-title .textItem_arr {
        background: url("/Assets/solar/v4/img/common/ic_arrowdown_dark.svg");
        background-size: 100% 100%;
    }

    .page-footer .footer-col-title .textItem_arr.textItem_arr_drop {
        transform: rotateX(180deg);
    }

    .page-footer .footer-col-list {
        display: none;
        margin-top: 0;
    }

    .page-footer .footer-col-list li {
        height: 40px;
        line-height: 40px;
        padding-left: 8px;
    }

    .page-footer .footer-col-list li+li {
        margin-top: 0;
    }

    .page-footer .footer-buttom {
        display: block;
        text-align: center;
        margin-top: 10.4375rem;
        display: flex;
        justify-content: space-between;
    }

    .page-footer .footer-buttom .footer-copyright-content .footer-copyright-item {
        margin-right: 2rem;
        color: #939393;
        font-size: 0.875rem;
    }

    .page-footer .footer-buttom .footer-copyright-content .footer-copyright,
    .page-footer .footer-buttom .footer-copyright-content .footer-law {
        display: block;
    }

    .page-footer .footer-buttom .footer-copyright-content .footer-law {
        margin-top: 16px;
    }


}

@media screen and (max-width:768px) {
    .page-footer .footer-buttom {
        display: flex;
        flex-direction: column;
    }

    .page-footer .footer-buttom {
        margin-right: auto;
    }

    .page-footer .footer-col-list {
        margin: 10px auto;
    }

    .page-footer .footer-col-list li {
        height: auto;
        line-height: unset;
    }

    .page-footer .footer-col-list li+li {
        margin-top: 20px;
    }

    .page-footer .bread-crumb {
        display: none;
    }

}

@media screen and (max-width:500px) {
    .page-footer .footer-buttom .footer-link {
        margin-top: 24px;
        flex-wrap: wrap;
        justify-content: center;
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .social-item:nth-child(n+5) {
        margin-top: 18px;
    }

    .swiper-pagination-bullet {
        margin-right: 8px;
    }
}

/* public  side-tips*/

.side-tips {
    position: fixed;
    z-index: 10;
    right: 2.5rem;
    bottom: 6rem;
    width: 3rem;
}

.side-tips .side-tip {
    width: 3rem;
    height: 3rem;
    background: #2b2b2b;
    position: relative;
    /* cursor: pointer; */
}

.side-tips .side-tip:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.side-tips .side-tip:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.side-tips .side-tip .hover {
    height: 3rem;
    width: 0px;
    background: #ffffff;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    transition: width 0.3s;
    /* cursor: pointer; */
    overflow: hidden;
    color: #2b2b2b;
    white-space: nowrap;
    /* transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s; */
}

/* .side-tips .side-tip .hover.show {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
    transition: all .3s;
} */

.side-tips .side-tip .hover .icon-download,
.side-tips .side-tip .hover .icon-community,
.side-tips .side-tip .hover .icon-onlineChat {
    margin-left: 1.25rem;
}

.side-tips .side-tip .hover .icon-download {
    background: url(/Assets/solar/v4/img/common/ic_download_black.svg) center center no-repeat;
    background-size: 100%;
}

.side-tips .side-tip .hover .icon-community {
    background: url(/Assets/solar/v4/img/common/ic_education_black.svg) center center no-repeat;
    background-size: 100%;
}

.side-tips .side-tip .hover .icon-onlineChat {
    background: url(/Assets/solar/v4/img/common/ic_chat_black.svg) center center no-repeat;
    background-size: 100%;
}

/* .side-tips .side-tip:hover .hover {
    transition: width 0.3s;
    will-change: width;
} */

.side-tips .side-tip+.side-tip {
    border-top: 1px solid rgba(151, 151, 151, 0.2);
}

.side-tips .side-tip .side-tip-text {
    display: inline-block;
}

.side-tips .side-tip .side-tip-line {
    display: inline-block;
    width: 1px;
    height: 1rem;
    background-color: #b5b5b5;
}

.side-tips .side-tip .icon-download {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.75rem;
    background: url(/Assets/solar/v4/img/common/ic_download.svg) center center no-repeat;
    background-size: 100%;
}

.side-tips .side-tip .icon-community {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.75rem;
    background: url(/Assets/solar/v4/img/common/ic_education.svg) center center no-repeat;
    background-size: 100%;
}

.side-tips .side-tip .icon-onlineChat {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.75rem;
    background: url(/Assets/solar/v4/img/common/ic_chat.svg) center center no-repeat;
    background-size: 100%;
}

.side-tips .back-top {
    background-color: #2b2b2b;
    margin-top: 16px;
    border-radius: 4px;
    background-image: url(/Assets/solar/v4/img/common/ic_backtop.svg);
    scroll-behavior: smooth;
    display: none;
}

.side-tips .back-top:hover {
    background-image: url(/Assets/solar/v4/img/common/ic_backtop_hover.svg);
    background-color: #444444;
}

.side-tips .chat-box {
    position: fixed;
    bottom: 6rem;
    right: 6rem;
    z-index: 2;
    width: 24.5rem;
    height: auto;
    overflow: hidden;
}

.side-tips .chat-box .chat-con {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.side-tips .chat-box .chat-con input {
    background: #fff;
    height: 40px;
    position: absolute;
    left: 33px;
    bottom: 16px;
    line-height: 40px;
    width: calc(100% - 94px);
    border: none;
}

.side-tips .chat-box .chat-con .close {
    display: inline-block;
    position: absolute;
    right: 0.75rem;
    top: 1.2rem;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
}

.side-tips .chat-box .chat-con .close span {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url(/Assets/solar/v4/img/common/ic_close.png) no-repeat;
}

.side-tips .chat-box .chat-con .close:hover span {
    background-image: url(/Assets/solar/v4/img/common/ic_close_hover.png);
}

.side-tips .chat-box .chat-con .close:focus span {
    background-image: url(/Assets/solar/v4/img/common/ic_close_hover.png);
}

.side-tips .chat-box .chat-con .chat-con-mask {
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 202px;
    height: 43px;
    background: transparent;
    width: 292px;
    cursor: pointer;
    border-radius: 8px 8px 0 8px;
    line-height: 42px;
    color: #fff;
    padding-left: 15px;
    font-size: 14px;
}

.side-tips .chat-box .chat-con .chat-con-mask:hover {
    border: 2px solid #007dff;
    border-radius: 10px;
}

.side-tips .chat-box .chat-con .chat-con-mask.active {
    background: #007dff;
}

.side-tips .chat-box .chat-con .chat-con-mask.active:hover {
    border: 0;
    border-radius: 8px 8px 0 8px;
}

.side-tips .chat-box .chat-con .chat-con-reply-wrapper {
    position: absolute;
    left: 0.0625rem;
    top: 253px;
    background-color: #fff;
    height: 218px;
    width: 98%;
    padding-top: 1rem;
}

.side-tips .chat-box .chat-con .chat-con-reply-wrapper img {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 16px;
    top: 106px;
}

.side-tips .chat-box .chat-con .chat-con-reply {
    display: inline-block;
    height: 82px;
    width: 231px;
    background: #f5f5f5;
    border-radius: 10px 10px 10px 0;
    font-size: 14px;
    color: #191919;
    line-height: 20px;
    padding: 12px;
    text-align: left;
    margin-left: 53px;
}

.side-tips .chat-box .chat-con .chat-con-reply2 {
    height: 40px;
    margin-top: 8px;
}

.side-tips .chat-box img {
    width: 100%;
}

@media (max-width: 1280px) {
    .side-tips {
        display: none;
    }
}


/* 分页 */

.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    text-align: center;
}

.pagination-wrapper .pagination .pagination-arrow,
.pagination-wrapper .pagination .pagination-pager li {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 4px;
    cursor: pointer;
}

.pagination-wrapper .pagination .pagination-arrow {
    border: 1px solid #BBBBBB;
    border-radius: 4px;
}

.pagination-wrapper .pagination .pagination-arrow.pagination-arrow-disable {
    background: rgba(25, 25, 25, 0.05);
    border: none;
    cursor: not-allowed;
}

.pagination-wrapper .pagination .pagination-pager,
.pagination-wrapper .pagination .pagination-pager li {
    display: inline-block;
}

.pagination-wrapper .pagination .pagination-pager li {
    font-size: 14px;
}

.pagination-wrapper .pagination .pagination-pager li.active {
    color: #007DFF;
}


/*
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *
 */

x-object-fit {
    position: relative !important;
    display: inline-block !important;
}

x-object-fit>.x-object-fit-taller,
x-object-fit>.x-object-fit-wider {
    position: absolute !important;
    left: -100% !important;
    right: -100% !important;
    top: -100% !important;
    bottom: -100% !important;
    margin: auto !important;
}

.x-object-fit-none>.x-object-fit-taller,
.x-object-fit-none>.x-object-fit-wider {
    width: auto !important;
    height: auto !important;
}

.x-object-fit-fill>.x-object-fit-taller,
.x-object-fit-fill>.x-object-fit-wider {
    width: 100% !important;
    height: 100% !important;
}

.x-object-fit-contain>.x-object-fit-taller {
    width: auto !important;
    height: 100% !important;
}

.x-object-fit-contain>.x-object-fit-wider {
    width: 100% !important;
    height: auto !important;
}

.x-object-fit-cover>.x-object-fit-taller,
.x-object-fit-cover>.x-object-fit-wider {
    max-width: none !important;
    max-height: none !important;
}

.x-object-fit-cover>.x-object-fit-taller {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
}

.x-object-fit-cover>.x-object-fit-wider {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
}

.x-object-position-top>.x-object-fit-taller,
.x-object-position-top>.x-object-fit-wider {
    top: 0 !important;
    bottom: auto !important;
}

.x-object-position-right>.x-object-fit-taller,
.x-object-position-right>.x-object-fit-wider {
    left: auto !important;
    right: 0 !important;
}

.x-object-position-bottom>.x-object-fit-taller,
.x-object-position-bottom>.x-object-fit-wider {
    top: auto !important;
    bottom: 0 !important;
}

.x-object-position-left>.x-object-fit-taller,
.x-object-position-left>.x-object-fit-wider {
    left: 0 !important;
    right: auto !important;
}


/* 404/403页面 */

.errorCode {
    padding-top: 80px;
    padding-bottom: 120px;
    text-align: center;
    background: #ffffff;
    margin-right: -2vw;
}

.errorCode img {
    width: 160px;
    height: 160px;
}

.errorCode p {
    margin-top: 16px;
}

@media (max-width: 414px) {
    .container .nav-top-login .login_ic {
        width: 21px;
        height: 21px;
    }
}

#bodymask {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: calc(100vh - 1.12rem);
    top: 1.12rem;
    transform: translateZ(0);
}

#bodymask.bodymask {
    z-index: 1000;
    background-color: rgba(0, 0, 0, .3);
}

@media (min-width: 1281px) {
    .global_header_wrapper>a {
        display: none !important;
    }
}

@media (min-width: 769px) {


    #bodymask.bodymask {
        z-index: 1000;
        background-color: rgba(0, 0, 0, .5);
    }
}

/* seo 优化 */
.header-tag-title.seo {
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: -1;
}

/* 新增服务小卡片组件的两屏 */

.new-services .nowrap{
    white-space: nowrap;
}
.new-services .sec-1{
    width: 100%;
    padding: 7.8125vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-services .sec-1 .sec-1-text{
    width: 22.5vw;
    margin-right: 5.208333vw;
}
.new-services .sec-1 .sec-1-text h2{
    font-size: 2.083333vw;
    line-height: 1.5;
    margin-bottom: 2.083333vw;
}
.new-services .sec-1 .sec-1-text p{
    font-size: max(12px , .729167vw);
    margin-bottom: .416667vw;
    line-height: 1.5;
}
.new-services .sec-1 .sec-1-text p:nth-of-type(1){
    font-size: max(12px , .9375vw);
    font-weight: 700;
}
.new-services .sec-1 .sec-1-text p:last-of-type{
    margin-bottom: 3.125vw;
}
.new-services .new-services-a{
    display: block;
    width: fit-content;
    padding: .625vw 1.119792vw;
    border-radius: 1.875vw;
    border: 1px solid #191919;
    text-decoration: none;
    font-size: max(12px , .833333vw);
    font-weight: 700;
    color: #191919;
    line-height: 1;
}
.new-services .sec-1 .sec-1-text a div{
    width: auto;
    text-align: center;
}
.new-services .sec-1 img{
    width: 38.958333vw;
    border-radius: .833333vw;
    display: block;
}

.new-services .sec-2{
    width: 100%;
    padding: 6.25vw 0 7.1875vw;
}
.new-services .sec-2 .sec-2-text{
    width: 66.666667vw;
    margin: 0 auto;
    text-align: center;
    color: #191919;
}
.new-services .sec-2 .sec-2-text h2{
    font-size: 3.333333vw;
    line-height: 1.5;
    margin-bottom: .416667vw;
}
.new-services .sec-2 .sec-2-text p{
    font-size: max(12px,1.041667vw);
    line-height: 1.3;
    margin-bottom: 1.666667vw;
}
.new-services .sec-2 .sec-2-text a{
    margin: auto;
}
.new-services .sec-2 .sec-2-text a div{
    width: auto;
    text-align: center;
}
.new-services .sec-2 .sec-2-box{
    margin-top: 4.166667vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.new-services .sec-2 .sec-2-box .sec-2-box-left{
    width: 22.5vw;
    margin-right: 5.208333vw;
}
.new-services .sec-2 .sec-2-box .sec-2-box-left .sec-2-box-left-item{
    width: 100%;
    padding: 1.25vw 0;
    color: #191919;
    border-bottom: 1px solid rgba(25, 25, 25, 0.051);
}
.new-services .sec-2 .sec-2-box .sec-2-box-left .sec-2-box-left-item:last-of-type{
    border-bottom: 0;
}
.new-services .sec-2 .sec-2-box .sec-2-box-left .sec-2-box-left-item .sec-2-box-left-title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.new-services .sec-2 .sec-2-box .sec-2-box-left .sec-2-box-left-item .sec-2-box-left-title h3{
    font-size: 1.25vw;
    line-height: 1.5;
    font-weight: 400;
    cursor: pointer;
}
.new-services .sec-2 .sec-2-box .sec-2-box-left .sec-2-box-left-item .sec-2-box-left-title img{
    width: 1.666667vw;
    transform: rotate(180deg);
    transition: .3s;
}
.new-services .sec-2 .sec-2-box .sec-2-box-left .sec-2-box-left-item p{
    font-size: max(12px,.833333vw);
    line-height: 1.5;
    opacity: 0.64;
    margin-top: .625vw;
    cursor: default;
    display: none;
}
.new-services .sec-2 .sec-2-box img{
    display: block;
    width: 38.958333vw;
    border-radius: .833333vw;
}
.new-services .sec-2 .sec-2-box .sec-2-box-left .sec-2-box-left-item .sec-2-box-left-title.sec-arrow-active img{
    transform: rotate(0);
}
@media screen and (max-aspect-ratio: 11/10) {
    .new-services .sec-1 {
        box-sizing: border-box;
        flex-direction: column;
        padding: 16.666667vw 6.666667vw 17.777778vw;
        align-items: start;
    }
    .new-services .sec-1 .sec-1-text{
        width: 86.666667vw;
        margin: 0;
        margin-bottom: 8.888889vw;
    }
    .new-services .sec-1 .sec-1-text h2{
        font-size: 7.222222vw;
        margin-bottom: 8.888889vw;
    }
    .new-services .sec-1 .sec-1-text p:nth-of-type(1) {
        font-size: 3.888889vw;
        font-weight: 700;
    }
    .new-services .sec-1 .sec-1-text p{
        font-size: 3.888889vw;
        margin-bottom: 3.333333vw;
    }
    .new-services .sec-1 .sec-1-text p:last-of-type{
        margin-bottom: 6.666667vw;
    }
    .new-services .new-services-a{
        padding: 2.5vw 5.972222vw;
        border-radius: 13.888889vw;
        font-size: 3.888889vw;
    }
    .new-services .new-services-a div{
        width: auto !important;
    }
    .new-services .sec-1 img{
        width: 86.666667vw;
        border-radius: 1.852778vw;
    }
    .new-services .sec-2 {
        box-sizing: border-box;
        padding: 16.666667vw 6.666667vw;
    }
    .new-services .sec-2 .sec-2-text {
        width: 86.666667vw;
        text-align: left;
    }
    .new-services .sec-2 .sec-2-text h2 {
        font-size: 7.222222vw;
        margin-bottom: 2.222222vw;
    }
    .new-services .sec-2 .sec-2-text p{
        font-size: 3.888889vw;
        margin-bottom: 6.666667vw;
    }
    .new-services .sec-2 .sec-2-text a {
        margin: 0;
    }
    .new-services .sec-2 .sec-2-box {
        margin-top: 8.888889vw;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .new-services .sec-2 .sec-2-box .sec-2-box-left{
        width: 86.666667vw;
        margin: 0;
        margin-bottom: 6.666667vw;
    }
    .new-services .sec-2 .sec-2-box .sec-2-box-left .sec-2-box-left-item {
        width: 100%;
        padding: 6.666667vw 0;
    }
    .new-services .sec-2 .sec-2-box .sec-2-box-left .sec-2-box-left-item .sec-2-box-left-title h3 {
        font-size: 4.444444vw;
    }
    .new-services .sec-2 .sec-2-box .sec-2-box-left .sec-2-box-left-item .sec-2-box-left-title img{
        width: 8.888889vw;
    }
    .new-services .sec-2 .sec-2-box .sec-2-box-left .sec-2-box-left-item p {
        font-size: 3.333333vw;
        margin-top: 3.333333vw;
    }
    .new-services .sec-2 .sec-2-box img{
        width: 86.666667vw;
        border-radius: 1.852778vw;
    }
}
