/* 平台共用样式文件 */

/* 引入字体文件 */

@font-face {
        font-family: "albbT";
        src: url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-35-Thin/AlibabaPuHuiTi-2-35-Thin.eot) format("embedded-opentype"),
                url(https://cdn.static.ponycool.com/font/AlibabaPuHuiTi-2-35-Thin/AlibabaPuHuiTi-2-35-Thin.subset.otf) format("opentype"),
                url(https://cdn.static.ponycool.com/font/AlibabaPuHuiTi-2-35-Thin/AlibabaPuHuiTi-2-35-Thin.subset.ttf) format("TrueType"),
                url(https://cdn.static.ponycool.com/font/AlibabaPuHuiTi-2-35-Thin/AlibabaPuHuiTi-2-35-Thin.subset.woff) format("woff"),
                url(https://cdn.static.ponycool.com/font/AlibabaPuHuiTi-2-35-Thin/AlibabaPuHuiTi-2-35-Thin.subset.woff2) format("woff2");
}

@font-face {
        font-family: "SanR";
        src: url("https://cdn.static.ponycool.com/font/SanR.ttf");
}

@font-face {
        font-family: "NunitoEB";
        src: url("https://cdn.static.ponycool.com/font/NunitoEB.ttf");
}

@font-face {
        font-family: "JetB";
        src: url("https://cdn.static.ponycool.com/font/Jet/JetB.ttf");
}

@font-face {
        font-family: "JetM";
        src: url("https://cdn.static.ponycool.com/font/Jet/JetBrainsMono-Medium-3.ttf");
}

@font-face {
        font-family: "JetEB";
        src: url("https://cdn.static.ponycool.com/font/Jet/JetEB.ttf");
}

@font-face {
        font-family: "JetR";
        src: url("https://cdn.static.ponycool.com/font/Jet/JetR.ttf");
}

@font-face {
        font-family: "albbL";
        src: url("https://cdn.static.ponycool.com/font/AlibabaFontSimplified/AlibabaLight.woff2");
}

@font-face {
        font-family: "albbM";
        src: url("https://cdn.static.ponycool.com/font/AlibabaFontSimplified/AlibabaMedium.woff2");
}

@font-face {
        font-family: "albbR";
        src: url("https://cdn.static.ponycool.com/font/AlibabaFontSimplified/AlibabaRegular.woff2");
}

@font-face {
        font-family: "albbS";
        src: url("https://cdn.static.ponycool.com/font/AlibabaFontSimplified/AlibabaSemiBold.woff2");
}

@font-face {
        font-family: "albbB";
        src: url("https://cdn.static.ponycool.com/font/AlibabaFontSimplified/AlibabaBold.woff2");
}

@font-face {
        font-family: "SUr";
        src: url("https://cdn.static.ponycool.com/font/segoeui.ttf");
}

@font-face {
        font-family: "SUb";
        src: url("https://cdn.static.ponycool.com/font/segoeuib.ttf");
}

*,
html,
body {
        margin: 0;
        padding: 0;
        font-family: "albbR", arial, sans-serif;
        color: #333;
        box-sizing: border-box;
        letter-spacing: 1px;
        list-style: none;
        height: 100%;
        font-size: 62.5%;
}

a {
        text-decoration: none;
}

/* 切换不同设备展示的模块 */
.mobile {
        display: none;
}

/* 导航样式 */
header {
        width: 100%;
        align-items: center;
        justify-content: space-between;
        height: auto;
        display: flex;
        position: fixed;
        z-index: 2;
        padding: 3rem 12rem 3rem 12rem;
        background: none;
        /*display: none;*/
}

.header-active {
        background: #fff;
        box-shadow: 0 0.2rem 1.4rem rgb(79 70 186 / 8%);
}

.logo-img {
        width: 12.6rem;
}

.nav-wrapper {
        display: flex;
}

.nav-wrapper ul {
        display: flex;
}

.nav-wrapper ul a {
        color: #fff;
        font-size: 1.5rem;
        font-family: "albbL", arial, sans-serif;
}

.header-active .nav-wrapper ul a {
        color: #333333;
}

.nav-wrapper ul li {
        margin-left: 7rem;
}

.language-wrapper {
        display: flex;
        align-items: center;
}

.language-wrapper span {
        width: 0.2rem;
        height: 1.4rem;
        background: #adadad;
        margin: 0 5rem;
        display: block;
}

.header-active .language-wrapper span {
        color: #333333;
}

.language-wrapper img {
        width: 1.5rem;
        margin-right: 1rem;
}

.header-active .language-wrapper a {
        color: #333333;
}

.language-wrapper a {
        font-size: 1.5rem;
        color: #fff;
        font-family: "albbL", arial, sans-serif;
}

.submenu-wrapper {
        position: absolute;
}

/* 底部footer样式 */
footer {
        background: rgba(246, 248, 255, 0.1);
        padding: 0 15rem;
        height: auto;
        position: absolute;
        bottom: 0;
        width: 100%;
}

.contact-us-way {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 3rem;
        margin-bottom: 2.8rem;
        padding: 0 0.5rem 2.8rem 0.5rem;
        border-bottom: 1px solid rgba(79, 70, 186, 0.1);
}

.way-list img {
        width: 4.8rem;
}

.footer-info {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0 0.5rem 4.5rem 0.5rem;
        border-bottom: 1px solid rgba(79, 70, 186, 0.1);
}

.footer-info dt {
        font-size: 1.8rem;
        line-height: 3.2rem;
        margin-bottom: 3rem;
}

.footer-info dd,
.footer-info dd a {
        font-size: 1.6rem;
        font-family: "albbL", arial, sans-serif;
        line-height: 2.2rem;
        color: #6d737a;
        margin-bottom: 2rem;
}

.footer-contact-way {
        width: 30rem;
}

.footer-contact-way dt {
        margin-bottom: 1.5rem;
}

.footer-contact-way dd {
        margin-bottom: 1rem;
}

.footer-contact-way dd:first-of-type {
        margin-bottom: 2.5rem;
}

.footer-language {
        width: 18.3rem;
        height: 4rem;
        text-align: center;
        line-height: 4rem;
        border-radius: 0.4rem;
        background: #f5f5f5;
        display: flex;
        align-items: center;
        justify-content: center;
}

.footer-language img {
        width: 2.4rem;
        margin-right: 1.2rem;
}

.footer-language p {
        font-size: 1.3rem;
        font-family: "albbL", arial, sans-serif;
        cursor: pointer;
}

.icp-wrapper {
        padding: 1.8rem 0;
        text-align: center;
}

.icp-wrapper p,
.icp-wrapper a,
.icp-intro span,
.icp-intro>div {
        font-family: "albbL", arial, sans-serif;
        font-size: 1.3rem;
}

.icp-wrapper a {
        margin: 0 1rem;
        text-decoration: underline;
}

.icp-wrapper a:hover {
        color: #4F46BA;
}

.icp-intro span {
        margin-right: 2.5rem;
}

.icp-intro {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.5rem;
}

.icp-intro img {
        width: 1.6rem;
        margin-left: 2.5rem;
        margin-right: 0.5rem;
        vertical-align: middle;
}

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

        *,
        html,
        body {
                font-size: 47.5%;
        }

        .logo-img {
                width: 14.6rem;
        }

        .nav-wrapper ul a {
                font-size: 1.9rem;
        }

        .language-wrapper span {
                height: 1.8rem;
        }

        .language-wrapper img {
                width: 1.9rem;
        }

        .language-wrapper a {
                font-size: 1.9rem;
        }
}

@media screen and (min-width: 1281px) and (max-width: 1360px) {

        *,
        html,
        body {
                font-size: 48.5%;
        }

        .logo-img {
                width: 14.6rem;
        }

        .nav-wrapper ul a {
                font-size: 1.9rem;
        }

        .language-wrapper span {
                height: 1.8rem;
        }

        .language-wrapper img {
                width: 1.9rem;
        }

        .language-wrapper a {
                font-size: 1.9rem;
        }

        .footer-info {
                padding: 0 0.5rem 0.5rem 0.5rem;
        }

        .contact-us-way {
                padding: 0 0.5rem 1.8rem 0.5rem;
        }

        .contact-us-way>img {
                width: 15rem;
        }
}

@media screen and (min-width: 1361px) and (max-width: 1440px) {

        *,
        html,
        body {
                font-size: 49.5%;
        }

        .logo-img {
                width: 14.6rem;
        }

        .nav-wrapper ul a {
                font-size: 1.9rem;
        }

        .language-wrapper span {
                height: 1.8rem;
        }

        .language-wrapper img {
                width: 1.9rem;
        }

        .language-wrapper a {
                font-size: 1.9rem;
        }
}

@media screen and (min-width:1441px) and (max-width: 1520px) {

        *,
        html,
        body {
                font-size: 50.5%;
        }

        .logo-img {
                width: 14.6rem;
        }

        .nav-wrapper ul a {
                font-size: 1.9rem;
        }

        .language-wrapper span {
                height: 1.8rem;
        }

        .language-wrapper img {
                width: 1.9rem;
        }

        .language-wrapper a {
                font-size: 1.9rem;
        }

        .footer-info {
                padding: 0 0.5rem 2.5rem 0.5rem;
        }

        .contact-us-way>img {
                width: 15rem;
        }
}

@media screen and (min-width:1521px) and (max-width: 1600px) {

        *,
        html,
        body {
                font-size: 51.5%;
        }

        .logo-img {
                width: 14.6rem;
        }

        .nav-wrapper ul a {
                font-size: 1.9rem;
        }

        .language-wrapper span {
                height: 1.8rem;
        }

        .language-wrapper img {
                width: 1.9rem;
        }

        .language-wrapper a {
                font-size: 1.9rem;
        }

        .footer-info {
                padding: 0 0.5rem 2.5rem 0.5rem;
        }

        .contact-us-way>img {
                width: 15rem;
        }

}

@media screen and (min-width: 1601px) and (max-width: 1680px) {

        *,
        html,
        body {
                font-size: 57.5%;
        }

        .language-wrapper span {
                height: 1.8rem;
        }

        .language-wrapper img {
                width: 1.9rem;
        }

        .language-wrapper a {
                font-size: 1.9rem;
        }

        .footer-info {
                padding: 0 0.5rem 1.5rem 0.5rem;
        }

        .contact-us-way>img {
                width: 14rem;
        }
}

@media screen and (min-width: 1681px) and (max-width: 1760px) {

        *,
        html,
        body {
                font-size: 58.5%;
        }

        .logo-img {
                width: 13.6rem;
        }

        .nav-wrapper ul a {
                font-size: 1.7rem;
        }

        .language-wrapper span {
                height: 1.7rem;
        }

        .language-wrapper img {
                width: 1.7rem;
        }

        .language-wrapper a {
                font-size: 1.7rem;
        }
}

@media screen and (min-width: 1761px) and (max-width: 1840px) {

        *,
        html,
        body {
                font-size: 59.5%;
        }

        .logo-img {
                width: 13.6rem;
        }

        .nav-wrapper ul a {
                font-size: 1.7rem;
        }

        .language-wrapper span {
                height: 1.7rem;
        }

        .language-wrapper img {
                width: 1.7rem;
        }

        .language-wrapper a {
                font-size: 1.7rem;
        }

}

@media screen and (min-width: 1841px) and (max-width: 1919px) {

        *,
        html,
        body {
                font-size: 60.5%;
        }

        .logo-img {
                width: 13.6rem;
        }

        .nav-wrapper ul a {
                font-size: 1.7rem;
        }

        .language-wrapper span {
                height: 1.7rem;
        }

        .language-wrapper img {
                width: 1.7rem;
        }

        .language-wrapper a {
                font-size: 1.7rem;
        }

        .footer-info dt {
                font-size: 1.6rem;
                margin-bottom: 2rem;
        }

        .footer-info dd {
                font-size: 1.4rem;
                margin-bottom: 1.5rem;
        }

        .footer-contact-way dd:first-of-type {
                margin-bottom: 2rem;
        }

        .contact-us-way>img {
                width: 12rem;
        }

        .way-list img {
                width: 4.5rem;
        }

        .contact-us-way {
                margin-top: 2.5rem;
                margin-bottom: 2.5rem;
                padding: 0 0.5rem 2rem 0.5rem;
        }

        .footer-info {
                padding: 0 0.5rem 2.5rem 0.5rem;
        }
}