<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media screen and (min-width: 750px) {
    html {
        font-size: 100px;
    }
}

@media screen and (max-width: 750px) {
    html {
        font-size: 13.333333vw;
    }

    body {
        min-width: 350px;
    }
}

.header-logo-box,
#footer_nav {
    font-size: 0;
}

.header-logo-main {
    width: 40px;
    height: 40px;
}

body {
    scrollbar-arrow-color: #f2f2f3;
    /*ä¸Šä¸‹ç®­å¤´*/
    scrollbar-track-color: #1589ce;
    /*åº•å±‚èƒŒæ™¯è‰²*/
    scrollbar-face-color: #27aeff;
    /*æ»šåŠ¨æ¡å‰æ™¯è‰²*/
    scrollbar-Shadow-color: #1589ce;
    /*æ»šåŠ¨æ¡è¾¹çº¿è‰²*/
}

.noScroll {
    overflow-y: hidden !important;
}

.hovercover {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100vw;
    height: 100%;
    background: rgba(44, 50, 60, 0.6);
    display: none;
    z-index: 10;
}


/*chromeæ»šåŠ¨æ¡é¢œè‰²è®¾ç½®*/

body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
}


/*å®šä¹‰æ»šåŠ¨æ¡é«˜å®½åŠèƒŒæ™¯ é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/

body::-webkit-scrollbar-track {
    /* background-color: #ccc; */
    background: rgba(0, 0, 0, 0);
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
}


/*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/

body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.mb-80 {
    margin-bottom: 80px;
}

.page-header {
    height: 60px;
    background: #fff;
    position: relative;
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 20;
    border-bottom: 1px solid #e6e6e6;
}

.header-logo-box {
    float: left;
    line-height: 60px;
}

.header-logo {
    vertical-align: middle;
    width: 128px;
    height: 40px;
}

.header-logo-qiye {
    vertical-align: middle;
    width: 204px;
    height: 43px;
}

.site-main {
    padding-top: 60px;
}

.header-logo-box {
    float: left;
    line-height: 60px;
}

.header-center .menu-header_menu-container {
    float: right;
}

#menu-header_menu &gt; li {
    float: left;
    line-height: 60px;
}

.menu &gt; li {
    padding: 0 10px;
}

    .menu &gt; li &gt; a {
        display: block;
        height: 60px;
        padding: 0 15px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        text-decoration: none;
        font-size: 16px;
        color: #333;
    }

    .menu &gt; li.current-menu-item &gt; a {
        color: #638aff;
        font-weight: bold;
    }

    .menu &gt; li.current-menu-parent &gt; a {
        color: #638aff;
        font-weight: bold;
    }


/* #menu-header_menu&gt;li:hover&gt;a {
    border-bottom: 3px solid #0caef9;
} */

.sub-menu {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    background: #fff;
    padding: 40px 0 20px;
    font-size: 0;
    text-align: left;
    display: none;
    z-index: 5;
}

@media (min-width: 1240px) {
    .sub-menu::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1920px;
        height: 100%;
        margin-left: -360px;
        background: #fff;
        border-bottom: 1px solid #e6e6e6;
        z-index: 0;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 1920px) {
    .sub-menu::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 3840px;
        height: 100%;
        margin-left: -1420px;
        background: #fff;
        border-bottom: 1px solid #e6e6e6;
        z-index: 0;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    }
}



#menu-header_menu &gt; li:hover .sub-menu {
    display: block;
}

.nav-icon .menubar-ie em + em {
    margin-top: 6px;
}

.sub-menu &gt; li {
    display: inline-block;
    font-size: 0;
    line-height: 1;
    padding: 24px 0;
    width: 16.6%;
    position: relative;
    z-index: 2;
    text-align: center;
    position: relative;
    vertical-align: top;
}

    .sub-menu &gt; li &gt; a {
        display: block;
        padding-top: 56px;
        line-height: 1.4;
        font-size: 14px;
        color: #666666;
        margin: 0;
        transition: all 0.5s;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        min-height: 40px;
    }

        .sub-menu &gt; li &gt; a:hover {
            color: #3076d4;
        }

    .sub-menu &gt; li.current-menu-item &gt; a {
        color: #3076d4;
    }

.nav-icon {
    display: block;
    width: 44px;
    height: 44px;
    float: right;
    margin-top: 8px;
    display: none;
}

    .nav-icon .menubar-ie em {
        display: block;
        width: 20px;
        height: 3px;
        background-color: #158afd;
        margin: 6px auto;
    }

    .nav-icon .menubar-ie em {
        margin-top: 12px;
    }

/* åº•éƒ¨ */
/* åº•éƒ¨ */

.our-news ul li {
    width: 90px;
    float: left;
}

    .our-news ul li:nth-child(2n+1) {
        margin-right: 30px;
    }

    .our-news ul li:hover a {
        color: #0e8df4;
    }

.js-scrollbox .menu-item:hover span {
    color: #0e8df4;
}


/* .our-contact-qq .qq-blanks {
    cursor: pointer;
}

.our-contact-qq .qq-blanks:hover {
    color: #0e8df4;
} */



.qq-blanks {
    font-style: normal;
}

    .qq-blanks img {
        display: inline-block;
        width: 26px;
        height: 29px;
        vertical-align: middle;
        margin-right: 6px;
        margin-top: -3px;
    }

iframe[src="about:blank"] {
    display: none;
}


/** å‹æƒ…é“¾æŽ¥ **/

@media (max-width: 1280px) {
    .footer .footer-content {
        width: 992px;
        /* height: 678px; */
        margin: 0 auto;
        padding-left: 25px;
    }

        .footer .footer-content .footer-item {
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 236px;
        }

        .footer .footer-content .about-us {
            width: 332px;
        }

        .footer .footer-content .footer-item + .footer-item {
            margin-left: 0;
        }

        .footer .footer-content .footer-item.friend-links,
        .footer .footer-content .footer-item.about-us {
            margin-left: 317px;
        }

    .footer-item.our-contact,
    .footer-item.about-us {
        margin-top: 30px;
    }

    .our-news ul li {
        width: 86px;
        float: left;
    }

        .our-news ul li:nth-child(2n+1) {
            margin-right: 64px;
        }

    .footer .footer-content::after {
        content: '';
        width: 932px;
        border-bottom: dotted 1px #606266;
        position: absolute;
        bottom: 0;
        visibility: visible !important;
    }

    .footer-company-info,
    .copyright {
        width: 992px;
        padding-left: 25px;
    }

    .footer-company-info {
        margin-top: 30px;
        margin-bottom: 16px;
    }
}

@media (max-width: 1000px) {
    .footer .footer-content {
        width: 7.68rem;
        margin: 0 auto;
        padding-left: 0.3rem;
    }

        .footer .footer-content .footer-item {
            width: 6rem;
        }

    .our-news ul li {
        width: 1.44rem;
    }

        .our-news ul li:nth-child(2n+1) {
            margin-right: 0.88rem;
        }

    .footer .footer-content .footer-item.friend-links,
    .footer .footer-content .footer-item.about-us {
        margin-left: 0;
    }

    .footer-item.friend-links {
        margin-top: 0.3rem;
    }

    .footer .footer-content::after {
        content: '';
        width: 7.68rem;
        border-bottom: dotted 0.01rem #606266;
        position: absolute;
        bottom: 0;
        visibility: visible !important;
    }

    .footer-company-info,
    .copyright {
        width: 7.08rem;
        padding-left: 0 !important;
    }

    .content.footer-company-info a:nth-last-child(2)::after {
        content: '\00000a';
        display: block;
    }

    .content.footer-company-info a:nth-last-child(1) {
        display: block;
        margin-top: 0.3rem;
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 750px) {
    .footer {
        padding-top: 0.4rem;
        padding-bottom: 0.46rem;
        overflow: hidden;
    }

    .footer-company-info {
        margin-top: 10px !important;
    }

    .footer-company-info,
    .copyright {
        padding-left: 10px !important;
    }

    .footer .our-news {
        display: none !important;
    }

    .footer .friend-links {
        display: none !important;
    }
}




@media (max-width: 1240px) {
    .w1200 {
        width: 100%;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .sub-menu {
        background: #fff;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        margin-left: 0;
        background: #fff;
        padding: 20px 0 0;
        font-size: 0;
        text-align: left;
        display: none;
        z-index: 5;
    }

        .sub-menu &gt; li {
            margin: 0 40px;
        }
}

@media (max-width: 1000px) {
    .sub-menu &gt; li {
        margin: 0 20px;
    }

    .menu &gt; li &gt; a {
        font-size: 14px;
        padding: 0 5px;
    }
}

@media (max-width: 800px) {
    .menu &gt; li &gt; a {
        padding: 0 5px;
    }

    .header-login {
        width: 120px;
    }
}

@media (max-width: 750px) {
    .about-us {
        width: 100%;
        border-right: none;
        padding-right: 0;
    }

    .about-us-logo {
        width: 100%;
        border-right: none;
        padding-right: 0;
    }

    .Relevant-link,
    .footer-contact {
        width: 100%;
        text-align: left;
        border-right: none;
        margin-top: 20px;
    }

    .Authentication-box {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }

    .footer-top &gt; div {
        min-height: 1px;
    }

    .nav-icon {
        display: block;
        cursor: pointer;
    }

    .main-navigation {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        max-height: 80vh;
        overflow: auto;
        z-index: 10;
        background: #fff;
        display: none;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .header-center .menu {
        width: 100%;
    }

    #menu-header_menu &gt; li {
        width: 100%;
        float: none;
    }

    .sub-menu {
        position: relative;
        top: 0px;
        left: 0;
        display: block;
        overflow: hidden;
        padding: 0px;
    }

        .sub-menu &gt; li {
            margin: 0px;
            float: left;
            width: 33.33%;
        }

            .sub-menu &gt; li &gt; a {
                font-size: 12px;
                padding-top: 50px;
                text-align: center;
            }

    .menu &gt; li &gt; a {
        height: 40px;
        line-height: 40px;
    }

    .menu &gt; li {
        margin: 0;
    }

    .converter-Product-text {
        margin-top: 30px;
    }

    .dwon-li {
        float: none;
    }

        .dwon-li + .dwon-li {
            margin-top: 10px;
        }

        .dwon-li a {
            margin: 0 auto;
        }

    .banner-text-btn {
        display: block;
    }
    /* #menu-header_menu&gt;li+li+li+li .sub-menu {
        display: none;
    } */
    #menu-header_menu &gt; li + li + li + li:hover .sub-menu {
        /* display: none; */
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        word-wrap: break-word;
    }

    .header-center .menu-header_menu-container {
        width: 100%;
    }
}


/* ä¾§è¾¹æ&nbsp; */

.sidebar-fix {
    position: fixed;
    right: 0.2rem;
    top: 6.20rem;
    z-index: 10;
}

    .sidebar-fix a {
        display: block;
        width: 0.64rem;
        height: auto;
        overflow: hidden;
        margin-top: 0.24rem;
    }

        .sidebar-fix a.sidebar-bottom &gt; i,
        .sidebar-fix a.sidebar-top &gt; i {
            display: block;
            width: 0.64rem;
            height: 0.64rem;
            margin: 0 auto;
            background: url("/assets/images/top.svg") no-repeat center;
            background-size: cover;
        }

        .sidebar-fix a.sidebar-bottom &gt; i {
            background: url("/assets/images/kf.svg") no-repeat center;
            background-size: cover;
        }

        .sidebar-fix a.sidebar-top:hover &gt; i {
            background: url("/assets/images/top_h.svg") no-repeat center;
            background-size: cover;
        }

        .sidebar-fix a.sidebar-bottom:hover &gt; i {
            background: url("/assets/images/kf_h.svg") no-repeat center;
            background-size: cover;
        }

        .sidebar-fix a.sidebar-bottom .sidebar-details {
            display: none;
        }

        .sidebar-fix a.sidebar-bottom:hover .sidebar-details {
            display: block;
        }

        .sidebar-fix a.sidebar-bottom &gt; span,
        .sidebar-fix a.sidebar-top &gt; span {
            display: block;
            width: 0.48rem;
            height: 0.16rem;
            font-size: 0.12rem;
            font-family: Microsoft YaHei-Regular, Microsoft YaHei;
            font-weight: 400;
            color: #8D96A5;
            line-height: 0.14rem;
            margin: 0 auto;
            text-align: center;
        }

@media screen and (max-width: 750px) {
    .sidebar-fix a.sidebar-bottom &gt; span,
    .sidebar-fix a.sidebar-top &gt; span {
        display: none;
    }

    .sidebar-fix {
        top: 4.1rem;
    }
}

.sidebar-details {
    position: absolute;
    right: 80px;
    top: 0;
    border: 1px solid #d4d4d4;
    background: #ffffff;
    box-shadow: 0 0 15px #ccc;
    padding: 11px 18px;
    display: none;
}

    .sidebar-details h6 {
        line-height: 1.4;
        font-size: 14px;
        color: #666666;
        white-space: nowrap;
    }

        .sidebar-details h6 span {
            color: #4298df;
            font-weight: bold;
        }

    .sidebar-details p {
        line-height: 1.4;
        font-size: 14px;
        color: #666666;
        margin-top: 6px;
        padding: 0 0 3px 7px;
    }

.sidebar-wx .sidebar-details h6 {
    padding: 0 7px;
}

.sidebar-wx .sidebar-details i {
    top: 20%;
}

.sidebar-details i {
    width: 16px;
    height: 14px;
    background: url("/assets/images/jt.png") no-repeat left center;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -7px;
}

.sidebar-fix a:hover .sidebar-details {
    display: block;
}

.sidebar-details img {
    width: 120px;
    max-width: 120px;
}

.sidebar-wx .sidebar-details {
    padding: 11px;
}

.rules-content {
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .rules-content .rule-title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 30px;
        color: #333;
    }

    .rules-content .rule-advice {
        font-size: 16px;
        line-height: 36px;
        padding: 0 170px;
        margin-bottom: 20px;
        color: #333;
    }

    .rules-content p {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 30px;
    }

        .rules-content p strong {
            color: #333333;
        }

    .rules-content h5 {
        color: #333333;
        font-size: 18px;
        font-weight: bold;
        line-height: 32px;
    }

.error-page {
    height: 100%;
    position: relative;
    margin-top: -60px;
    margin-bottom: -30px;
}

.error-ctt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -130px;
}

    .error-ctt img {
        display: block;
        margin: 0 auto;
    }

    .error-ctt p {
        text-align: center;
        margin-top: 40px;
        color: #666666;
        line-height: 1.5;
    }

    .error-ctt div {
        text-align: center;
        margin-top: 30px;
    }

.back-home {
    width: 120px;
    border: 1px solid #0ab4ff;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    background-color: #0ab4ff;
    box-shadow: 0 0 5px #eee;
    border-radius: 34px;
    display: inline-block;
    margin: 0 10px;
}

/* å…¼å®¹ie8  backgroundsize*/

.nav-border {
    background: #0caef9;
    height: 3px;
    position: absolute;
    bottom: -1px;
    transition: all 0.6s;
    z-index: -1;
}

#YSF-CUSTOM-ENTRY-1 {
    display: block;
    width: 0.64rem !important;
    height: auto;
    overflow: hidden;
    margin-top: 0.24rem;
    background-color: unset !important;
    border-radius: 0 !important;
    box-shadow: unset !important;
}

    #YSF-CUSTOM-ENTRY-1 img {
        display: none !important;
    }

    #YSF-CUSTOM-ENTRY-1::before {
        content: " ";
        display: block;
        width: 0.64rem;
        height: 0.64rem;
        margin: 0 auto;
        background: url("/assets/images/kf.svg") no-repeat center;
        background-size: cover;
    }

    #YSF-CUSTOM-ENTRY-1:hover:before {
        background: url("/assets/images/kf_h.svg") no-repeat center;
        background-size: cover;
    }

    #YSF-CUSTOM-ENTRY-1::after {
        content: " åœ¨çº¿å®¢æœ ";
        display: block;
        width: 0.48rem;
        height: 0.16rem;
        font-size: 0.12rem;
        font-family: Microsoft YaHei-Regular, Microsoft YaHei;
        font-weight: 400;
        color: #8D96A5;
        line-height: 0.14rem;
        margin: 0 auto;
        text-align: center;
    }

#YSF-BTN-HOLDER {
    position: fixed;
    right: 0.2rem !important;
    top: 3.5rem !important;
    bottom: auto !important;
    z-index: 10 !important;
    display: block;
    max-width: 0.64rem !important;
    max-height: auto !important;
    overflow: hidden;
}

@media screen and (max-width: 1280px) {
    .header-center.w1200 {
        width: 100%;
        padding: 0 0.3rem !important;
    }
}

@media screen and (max-width: 1000px) {
    .header-center.w1200 {
        width: 100%;
        padding: 0 0.1rem !important;
    }
}

@media screen and (max-width: 750px) {
    #YSF-CUSTOM-ENTRY-1::after {
        display: none;
    }

    #YSF-BTN-HOLDER {
        top: auto !important;
        bottom: 5.1rem !important;
        right: 0.26rem !important;
    }

    .sidebar-fix {
        top: auto;
        bottom: 3.3rem;
    }

    #YSF-CUSTOM-ENTRY-7 img {
        width: 0.5rem !important;
    }
}


/*  */

.footer_nav {
    overflow: hidden;
}

    .footer_nav li {
        float: left;
        width: 50%;
    }

        .footer_nav li a {
            line-height: 30px;
            color: #999;
            font-size: 14px;
        }

.our-contact-weixin {
    float: left;
    width: 80px;
}

    .our-contact-weixin img {
        height: 80px;
        width: 80px;
    }

.domainsAllErroBox {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(22, 31, 45, 0.55);
    z-index: 99999;
}

.errTipstn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.28rem auto 0 auto;
}

.tipsErrKf {
    width: 1.44rem;
    height: .48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 0.01rem solid #1675FE;
    border-radius: 0.06rem;
    cursor: pointer;
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.23rem;
    /* identical to box height */
    text-align: center;
    color: #1675FE;
}

.errreload {
    width: 1.44rem;
    height: .48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: #1675FE;
    border: 0.01rem solid #1675FE;
    border-radius: 0.06rem;
    margin-left: 0.2rem;
    cursor: pointer;
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.23rem;
    /* identical to box height */
    text-align: center;
    color: #ffffff;
}

@media screen and (min-width: 750px) {
    html {
        font-size: 100px;
    }
}

@media screen and (max-width: 750px) {
    html {
        font-size: 13.333333vw;
    }

    body {
        min-width: 350px;
    }
}

.header-logo-box,
#footer_nav {
    font-size: 0;
}

* {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
main {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background-color: #ffffff;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
th,
td {
    margin: 0;
    padding: 0;
}

ol,
ul,
li {
    list-style: none;
}

    ul.inline,
    ol.inline {
        font-size: 0;
    }

        ul.inline &gt; li,
        ol.inline &gt; li {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            padding: 0;
            margin: 0;
        }

img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a {
    background-color: transparent;
    cursor: pointer;
}

    a:active,
    a:hover {
        outline: 0;
    }

a {
    color: #333;
    text-decoration: none;
}

@-moz-document url-prefix() {
    a:link {
        cursor: pointer;
    }
}



blockquote {
    padding: 0 15px;
    margin: 10px auto;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: solid 1px #eee;
    outline: 0;
}

select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
    appearance: textfield;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    outline: none\9;
    border-width: 1px\9;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 0\9;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    height: 30px;
    line-height: 30px;
    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
}

select {
    width: 220px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: none\9;
    margin: -1px\9;
}

    select[multiple],
    select[size] {
        height: auto;
    }

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

input,
textarea {
    margin-left: 0;
}

    input[disabled],
    select[disabled],
    textarea[disabled],
    input[readonly],
    select[readonly],
    textarea[readonly] {
        background-color: #eeeeee;
    }

    input[type="radio"][disabled],
    input[type="checkbox"][disabled],
    input[type="submit"][disabled],
    input[type="radio"][readonly],
    input[type="checkbox"][readonly] {
        background-color: transparent;
    }

    input:focus:invalid,
    textarea:focus:invalid,
    select:focus:invalid {
        color: #b94a48;
        border-color: #ee5f5b;
    }

        input:focus:invalid:focus,
        textarea:focus:invalid:focus,
        select:focus:invalid:focus {
            border-color: #e9322d;
            -webkit-box-shadow: 0 0 6px #f8b9b7;
            -moz-box-shadow: 0 0 6px #f8b9b7;
            box-shadow: 0 0 6px #f8b9b7;
        }

    input.search-query,
    input.text {
        padding-right: 14px;
        padding-right: 4px \9;
        padding-left: 14px;
        padding-left: 4px \9;
        margin-bottom: 0;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table th,
    .table td {
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #dddddd;
        padding: 8px;
    }

    .table th {
        font-weight: bold;
    }

    .table thead th {
        vertical-align: bottom;
    }

    .table caption + thead tr:first-child th,
    .table caption + thead tr:first-child td,
    .table colgroup + thead tr:first-child th,
    .table colgroup + thead tr:first-child td,
    .table thead:first-child tr:first-child th,
    .table thead:first-child tr:first-child td {
        border-top: 0;
    }

    .table tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .table-bordered th,
    .table-bordered td {
        border-left: 1px solid #dddddd;
    }

    .table-bordered caption + thead tr:first-child th,
    .table-bordered caption + tbody tr:first-child th,
    .table-bordered caption + tbody tr:first-child td,
    .table-bordered colgroup + thead tr:first-child th,
    .table-bordered colgroup + tbody tr:first-child th,
    .table-bordered colgroup + tbody tr:first-child td,
    .table-bordered thead:first-child tr:first-child th,
    .table-bordered tbody:first-child tr:first-child th,
    .table-bordered tbody:first-child tr:first-child td {
        border-top: 0;
    }

    .table-bordered thead:first-child tr:first-child &gt; th:first-child,
    .table-bordered tbody:first-child tr:first-child &gt; td:first-child,
    .table-bordered tbody:first-child tr:first-child &gt; th:first-child {
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
    }

    .table-bordered thead:first-child tr:first-child &gt; th:last-child,
    .table-bordered tbody:first-child tr:first-child &gt; td:last-child,
    .table-bordered tbody:first-child tr:first-child &gt; th:last-child {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
    }

    .table-bordered thead:last-child tr:last-child &gt; th:first-child,
    .table-bordered tbody:last-child tr:last-child &gt; td:first-child,
    .table-bordered tbody:last-child tr:last-child &gt; th:first-child,
    .table-bordered tfoot:last-child tr:last-child &gt; td:first-child,
    .table-bordered tfoot:last-child tr:last-child &gt; th:first-child {
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
    }

    .table-bordered thead:last-child tr:last-child &gt; th:last-child,
    .table-bordered tbody:last-child tr:last-child &gt; td:last-child,
    .table-bordered tbody:last-child tr:last-child &gt; th:last-child,
    .table-bordered tfoot:last-child tr:last-child &gt; td:last-child,
    .table-bordered tfoot:last-child tr:last-child &gt; th:last-child {
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
    }

    .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
    }

    .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
    }

    .table-bordered caption + thead tr:first-child th:first-child,
    .table-bordered caption + tbody tr:first-child td:first-child,
    .table-bordered colgroup + thead tr:first-child th:first-child,
    .table-bordered colgroup + tbody tr:first-child td:first-child {
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
    }

    .table-bordered caption + thead tr:first-child th:last-child,
    .table-bordered caption + tbody tr:first-child td:last-child,
    .table-bordered colgroup + thead tr:first-child th:last-child,
    .table-bordered colgroup + tbody tr:first-child td:last-child {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
    }

.table-striped tbody &gt; tr:nth-child(odd) &gt; td,
.table-striped tbody &gt; tr:nth-child(odd) &gt; th {
    background-color: #f9f9f9;
}

.table-hover tbody tr:hover &gt; td,
.table-hover tbody tr:hover &gt; th {
    background-color: #f5f5f5;
}

.table tbody tr.success &gt; td {
    background-color: #dff0d8;
}

.table tbody tr.error &gt; td {
    background-color: #f2dede;
}

.table tbody tr.warning &gt; td {
    background-color: #fcf8e3;
}

.table tbody tr.info &gt; td {
    background-color: #d9edf7;
}

.table-hover tbody tr.success:hover &gt; td {
    background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover &gt; td {
    background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover &gt; td {
    background-color: #faf2cc;
}

.table-hover tbody tr.info:hover &gt; td {
    background-color: #c4e3f3;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.nav:before,
.nav:after,
.row:before,
.row:after,
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
    display: table;
    content: " ";
}

    .nav:after,
    .row:after,
    .clearfix:after,
    .container:after,
    .container-fluid:after {
        clear: both;
    }

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    *clear: both;
    *width: 960px;
    width: 1000px\0;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    clear: both;
}

    .row .row,
    .container .container {
        margin-right: 0;
        margin-left: 0;
    }

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
    clear: both;
    position: relative;
    width: 1200px;
}

.row {
    margin: 0;
    padding: 0;
    *clear: both;
    clear: both\9;
}

@media (max-width: 640px) {
    .row {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.row .row {
    margin-right: 0;
    margin-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
[class^="col"] {
    min-height: 1px;
    float: left;
    position: relative;
}

.col-20 {
    width: 20%;
    width: 20%\9;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
    width: 91.66%\9;
}

.col-10 {
    width: 83.33333333%;
    width: 83.3%\9;
}

.col-9 {
    width: 75%;
    width: 75%\9;
}

.col-8 {
    width: 66.66666667%;
    width: 66.6%\9;
}

.col-7 {
    width: 58.33333333%;
    width: 58.3%\9;
}

.col-6 {
    width: 50%;
    width: 49.9%\9;
}

.col-5 {
    width: 41.66666667%;
    width: 41.6%\9;
}

.col-4 {
    width: 33.33333333%;
    width: 33.3%\9;
}

.col-3 {
    width: 25%;
    width: 25%\9;
}

.col-2 {
    width: 16.66666667%;
    width: 16.6%\9;
}

.col-1 {
    width: 8.33333333%;
    width: 8.3%\9;
}

@media (max-width: 640px) {
    [class^="col"] {
        width: 100%;
    }
}

.container.container-ie [class^="col"] {
    width: 100%;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.muted {
    color: #666666;
}

.text-primary {
    color: #3280d5;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.children-fr &gt; [class^="col"] {
    float: right;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.form-error,
.form-notice,
.form-info,
.form-success {
    padding: 5px 10px;
    border: solid 1px #ddd;
}

.form-error {
    color: #8a1f11;
    border-color: #fbc2c4;
    background-color: #fbe3e4;
}

.form-notice {
    color: #514721;
    border-color: #ffd324;
    background: #fff6bf;
}

.form-info {
    color: #205791;
    border-color: #92cae4;
    background-color: #d5edf8;
}

.form-success {
    color: #264409;
    border-color: #c6d880;
    background-color: #e6efc2;
}

.post-content code {
    color: inherit;
    background: inherit;
    border: none;
}

.post-content blockquote {
    margin: 16px 40px;
    padding: 0px;
}

.post-content hr {
    margin: 8px 0;
}

.post-content fieldset {
    padding: 5.6px 12px 10px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content b,
.post-content strong {
    font-weight: bold;
    line-height: normal;
    padding: 0px;
}

.post-content h1 {
    font-size: 32px;
    padding: 0px;
    margin: 21.44px 0px;
}

.post-content h2 {
    font-size: 24px;
    margin: 19.92px 0px;
}

.post-content h3 {
    margin: 18.72px 0px;
    font-size: 18.72px;
}

.post-content h4 {
    font-size: 16px;
    margin: 21.28px 0px;
}

.post-content h5 {
    font-size: 13.28px;
    margin: 22.1776px 0px;
}

.post-content h6 {
    font-size: 12px;
    margin: 27.96px 0px;
}

.post-content ul,
.post-content ul li {
    list-style: disc;
}

.post-content ol,
.post-content ol li {
    list-style: decimal;
}

.post-content li {
    list-style: list-item;
}

.post-content ul,
.post-content ol {
    margin: 16px 0px;
    padding: 0px 0px 0px 40px;
}

.post-content dd {
    margin: 16px 0px;
    padding: 0px;
}

.post-content i,
.post-content em {
    font-style: italic;
}

.post-content s {
    text-decoration: line-through;
}

@media screen and (min-width: 750px) {
    html {
        font-size: 100px;
    }
}

@media screen and (max-width: 750px) {
    html {
        font-size: 13.333333vw;
    }

    body {
        min-width: 350px;
    }
}


.fixedList {
    width: 100% !important;
    max-width: 12rem;
    box-sizing: border-box;
}

.header-logo-box,
#footer_nav {
    font-size: 0;
}

.mactips,
.indexLeft &gt; .mactips {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #959EAD;
    line-height: 0.2rem;
    margin-top: 0.2rem;
}

.mobileQrcode {
    width: 1.5rem;
    height: 1.8rem;
    background: #FFFFFF;
    box-shadow: 0 0.06rem 0.12rem rgba(21, 66, 107, 0.05);
    border-radius: 0.12rem;
    margin-top: 0.28rem;
    overflow: hidden;
}

    .mobileQrcode img {
        display: block;
        width: 1.04rem;
        height: 1.04rem;
        margin: 0.21rem auto 0 auto;
    }

    .mobileQrcode p {
        font-family: 'Microsoft YaHei UI';
        font-style: normal;
        font-weight: 400;
        font-size: 0.14rem;
        line-height: 0.18rem;
        color: #000000;
        margin-top: 0.14rem;
        text-align: center;
    }

.leftBtnBox {
    display: flex;
    align-items: center;
}

.win-mac-none {
    display: none !important;
}

.leftBtnBoxItem {
    width: 2rem;
    height: 0.56rem;
    background: #286CE8;
    box-shadow: 0 0.18rem 0.22rem rgba(40, 108, 232, 0.14);
    border-radius: 0.08rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.49rem;
    /* margin-top: 0.92rem; */
    line-height: 1;
}

    .leftBtnBoxItem:hover {
        /* background: #4aa3ff; */
        opacity: 0.8;
    }

    .leftBtnBoxItem &gt; .btnIcon-win {
        display: inline-block;
        width: 0.24rem;
        height: 0.24rem;
        background: url("/assets/images/btnIcon-win.svg") no-repeat center;
        background-size: cover;
        margin-right: 0.1rem;
    }

    .leftBtnBoxItem &gt; .btnIcon-mac {
        display: inline-block;
        width: 0.24rem;
        height: 0.24rem;
        background: url("/assets/images/btnIcon-mac.svg") no-repeat center;
        background-size: cover;
        margin-right: 0.1rem;
    }


    .leftBtnBoxItem &gt; span {
        display: inline-block;
        font-size: 0.2rem;
        font-family: "Microsoft YaHei UI";
        font-weight: 400;
        color: #ffffff;
    }

.leftBtnBoxItemLeft {
    margin-right: 0.16rem;
}

.leftBtnBoxItemRight {
    background: #FFFFFF;
    border: 1px solid #217AF9;
}

    .leftBtnBoxItemRight &gt; span {
        color: #217AF9;
    }

.toBuyNowLink {
    width: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.22rem 0 0 0;
}

    .toBuyNowLink:hover {
        text-decoration: underline #EBA864;
    }

    .toBuyNowLink &gt; span {
        display: inline-block;
        font-size: 0.2rem;
        font-family: "Microsoft YaHei UI";
        font-weight: 400;
        color: #EBA864;
        margin-right: 0.06rem;
    }

    .toBuyNowLink &gt; i {
        display: inline-block;
        width: 0.18rem;
        height: 0.18rem;
        background: url("/assets/images/buyicon.png") no-repeat center;
        background-size: cover;
    }

.otherSupport {
    display: flex;
    align-items: center;
    position: relative;
    height: 0.38rem;
    line-height: 0.38rem;
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.16rem;
    color: #959EAD;
    margin-top: 0.24rem;
}

    .otherSupport &gt; .othericon {
        display: inline-block;
        width: 0.38rem;
        height: 0.38rem;
        background: url("/assets/images/icon-android.svg") no-repeat center;
        background-size: cover;
        margin-left: 0.1rem;
        cursor: pointer;
        position: relative;
        z-index: 1;
    }

    .otherSupport &gt; .pcIcon {
        display: inline-block;
        width: 0.38rem;
        height: 0.38rem;
        background: url("/assets/images/icon-pc.svg") no-repeat center;
        background-size: cover;
        margin-left: 0.1rem;
        cursor: pointer;
        position: relative;
        z-index: 1;
    }

    .otherSupport &gt; .othericon:hover &gt; .qrCodeBox {
        display: block;
    }

    .otherSupport &gt; .othericon &gt; .qrCodeBox {
        display: none;
        width: 1.8rem;
        height: 1.91rem;
        background: url("/assets/images/code-box.png") no-repeat center;
        background-size: cover;
        position: absolute;
        top: 0.29rem;
        left: -0.71rem;
        right: auto;
        bottom: auto;
        z-index: 2;
        overflow: hidden;
    }

        .otherSupport &gt; .othericon &gt; .qrCodeBox &gt; img {
            display: block;
            width: 1.02rem;
            height: 1.02rem;
            margin: 0.44rem auto 0 auto;
        }


/* é¥æ´ªã€Š */

.fixedHeadr {
    height: 0.8rem;
    background: #F1F0F1;
    position: fixed;
    top: -0.8rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transition: top 0.2s linear;
}

.fixedList &gt; h2 {
    font-size: 0;
    float: left;
    height: 0.8rem;
    line-height: 0.8rem;
}

    .fixedList &gt; h2 &gt; i {
        display: inline-block;
        width: 0.36rem;
        height: 0.36rem;
        background: url("/assets/images/mainlogo.svg") no-repeat center;
        background-size: cover;
        vertical-align: middle;
    }

    .fixedList &gt; h2 &gt; span {
        display: inline-block;
        vertical-align: middle;
        font-size: 0.28rem;
        font-family: Microsoft YaHei-Regular, Microsoft YaHei;
        font-weight: bold;
        color: #191B1E;
        margin-left: 0.12rem;
    }

.fixedBtn {
    float: right;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0;
}

    .fixedBtn &gt; .BtnItems {
        width: 1.6rem;
        height: 0.48rem;
        line-height: 0.48rem;
        font-size: 0.2rem;
        color: #FCFDFF;
    }

.BtnItems {
    display: inline-block;
    vertical-align: middle;
    width: 2.4rem;
    height: 0.68rem;
    background: #464251;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 0.68rem;
    text-align: center;
}

    .BtnItems:hover {
        background: #A3A1A8;
        color: #FFF;
    }


.boxShowSome {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
}

.sixBannerBox {
    height: 4.9rem;
    overflow: hidden;
    position: relative;
}

.swiper-container.sixItems-container {
    height: 4.45rem;
}

    .swiper-container.sixItems-container,
    .swiper-container.sixItems-container .swiper-slide {
        /* height: 100%; */
        overflow: visible;
    }

.sixItems-slide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.slideImg {
    display: block;
    position: relative;
    width: 6.72rem;
    height: 4.1rem;
}

    .slideImg &gt; .imgJieTu {
        width: 100%;
        height: 100%;
    }

    .slideImg &gt; .imgicon {
        display: block;
        width: 1.1rem;
        height: 1.21rem;
        position: absolute;
        top: auto;
        left: auto;
        right: -0.4rem;
        bottom: -0.4rem;
    }

.slideText {
    margin-left: 1.32rem;
}

    .slideText &gt; h2 {
        width: fit-content;
        height: 0.37rem;
        font-size: 0.28rem;
        font-family: Microsoft YaHei-Regular, Microsoft YaHei;
        font-weight: bold;
        color: #191B1E;
        line-height: 0.37rem;
        text-align: center;
        padding: 0 0.05rem;
        position: relative;
        margin-bottom: 0.24rem;
        z-index: 2;
    }

        .slideText &gt; h2 &gt; i {
            display: block;
            position: absolute;
            width: 100%;
            height: 0.18rem;
            background: #F4DAB6;
            border-radius: 0.04rem;
            left: 0;
            right: 0;
            top: auto;
            bottom: 0;
            z-index: -1;
        }

    .slideText p {
        height: 0.24rem;
        font-size: 0.18rem;
        font-family: Microsoft YaHei-Light, Microsoft YaHei;
        font-weight: 300;
        color: #9397AC;
        line-height: 0.24rem;
        margin-bottom: 0.16rem;
        display: flex;
        align-items: center;
    }

        .slideText p &gt; i {
            display: inline-block;
            vertical-align: middle;
            width: 0.08rem;
            height: 0.08rem;
            background: #9397AC;
            border-radius: 50%;
            margin-right: 0.08rem;
        }

.sixItems-pagination {
    margin-top: 0;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 0.34rem;
    height: 0.06rem;
    background: #EEEEEE;
    border-radius: 0px;
    margin: 0 0.06rem;
    cursor: pointer;
}

    .swiper-pagination-switch.swiper-active-switch {
        background: #464251;
    }

@media screen and (max-width: 768px) {
    .otherSupport,
    .indexLeft &gt; .mactips,
    .mobileQrcode,
    .mactips {
        display: none;
    }

    .login-before {
        margin-right: 10px;
    }

    .topBanner {
        height: 4rem;
    }

        .topBanner &gt; h1 {
            margin-top: 0.84rem;
        }

    .header-logo-qiye {
        vertical-align: middle;
        width: 144px;
        height: 30px;
    }
}

.fixedHeadr {
    background: #FAFCFF;
}


.fixedBtn &gt; .BtnItems {
    width: 1.46rem;
    height: 0.48rem;
    line-height: 0.48rem;
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.2rem;
    border-radius: 0.08rem;
}

    .fixedBtn &gt; .BtnItems:nth-child(1) {
        background: #0076FF;
        border: 0.01rem solid rgba(0, 0, 0, 0);
        margin-right: 0.24rem;
        color: #FFFFFF;
    }

        .fixedBtn &gt; .BtnItems:nth-child(1):hover,
        .fixedBtn &gt; .BtnItems:nth-child(1):active {
            background: #3b5fff;
        }

    .fixedBtn &gt; .BtnItems:nth-child(2) {
        background: unset;
        border: 0.01rem solid #00A3FF;
        color: #00A3FF;
    }

        .fixedBtn &gt; .BtnItems:nth-child(2):hover,
        .fixedBtn &gt; .BtnItems:nth-child(2):active {
            border: 0.01rem solid rgba(27, 122, 253, 0.5);
            background: #ECF4FF;
        }


/* index */

.pictureEidt-index {
    height: 5.72rem;
    display: flex;
    position: relative;
    background: url("/assets/images/bg.png") no-repeat center;
    background-size: cover;
}

.indexBox {
    width: 12rem;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
}

.indexleftbox {
    width: auto;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

    .indexleftbox &gt; h1 {
        height: 0.58rem;
        font-size: 0.45rem;
        font-family: 'Microsoft YaHei UI';
        font-weight: bold;
        color: #161F2D;
        line-height: 0.58rem;
        margin-top: 1rem;
    }

    .indexleftbox &gt; h2 {
        font-size: 0.22rem;
        font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
        font-weight: 400;
        color: #959EAD;
        line-height: 0.34rem;
        margin-top: 0.26rem;
    }

.indexBtnBox {
    display: flex;
    align-items: center;
    margin-top: 0.68rem;
}

.indexBtn {
    width: 2.1rem;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 0.08rem;
}

    .indexBtn.indexBtn1 {
        background: #0076FF;
        box-shadow: 0 0.18rem 0.22rem 0px rgba(0, 118, 255, 0.14);
        margin-right: 0.32rem;
        border: 0.01rem solid rgba(0, 0, 0, 0);
        color: #FFFFFF;
    }

        .indexBtn.indexBtn1:hover,
        .indexBtn.indexBtn1:active {
            background: #418ffd;
        }

    .indexBtn.indexBtn2 {
        background: unset;
        border: 0.01rem solid #0076FF;
        color: #0076FF;
    }

        .indexBtn.indexBtn2:hover,
        .indexBtn.indexBtn2:active {
            background: #ECF4FF;
            border: 0.01rem solid #1B7AFD;
        }

.BtnItems &gt; .down,
.BtnItems &gt; .shop {
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
    vertical-align: middle;
}

.BtnItems &gt; .down {
    background: url("/assets/images/iconBtnDown.svg") no-repeat center;
    background-size: cover;
}

.BtnItems &gt; .shop {
    background: url("/assets/images/iconBtnShop.svg") no-repeat center;
    background-size: cover;
}

.indexBtn &gt; span {
    display: inline-block;
    font-size: .22rem;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: inherit;
}

.indexrightimg {
    display: block;
    width: 6.57rem;
    height: 4.4rem;
    flex-shrink: 0;
    margin-top: 0.65rem;
    position: relative;
    margin-left: 1.2rem;
}

.h2title {
    width: 100%;
    height: 0.48rem;
    font-size: 0.38rem;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #161F2D;
    line-height: 0.48rem;
    text-align: center;
    margin-top: 0.9rem;
}


/* æ¶“æ˜î›¦é”ç†»å…˜ */

.outFlexDiv {
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
    overflow: hidden;
}

.swiper-pagination.productFunctionspagination {
    position: relative;
    display: flex;
    width: 12rem;
    align-items: center;
    justify-content: space-between;
    margin: 0.44rem auto 0 auto;
}

.productFunctionsButton {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.16rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.pfIcon {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: relative;
    margin: 0.23rem auto 0 auto;
    z-index: 1;
}

.pfIcon1 {
    background: url("/assets/images/pro1.png") no-repeat center;
    background-size: cover;
}

.pfIcon2 {
    background: url("/assets/images/pro2.png") no-repeat center;
    background-size: cover;
}

.pfIcon3 {
    background: url("/assets/images/pro3.png") no-repeat center;
    background-size: cover;
}

.pfIcon4 {
    background: url("/assets/images/pro4.png") no-repeat center;
    background-size: cover;
}

.pfIcon5 {
    background: url("/assets/images/pro5.png") no-repeat center;
    background-size: cover;
}

.pfIcon6 {
    background: url("/assets/images/pro6.png") no-repeat center;
    background-size: cover;
}

.productFunctionsButton &gt; h3 {
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.2rem;
    line-height: 0.25rem;
    text-align: center;
    color: #161F2D;
    position: relative;
    top: -0.09rem;
    z-index: 2;
}

.productFunctionsButton.swiper-pagination-bullet-active {
    background: #FFFFFF;
    box-shadow: 0 0.05rem 0.22rem rgba(21, 45, 80, 0.06);
}

    .productFunctionsButton.swiper-pagination-bullet-active &gt; h3 {
        color: #0076FF;
        font-weight: bold;
    }

.swiper-container.swiper-container-productFunctions {
    width: 12rem;
    padding: 0.32rem 0;
    margin: 0 auto 0.76rem auto;
}

.swiper-slide.swiper-slide-productFunctions {
    display: flex;
    flex-direction: column-reverse;
}

.productFunctionsSlideImg {
    width: 12rem;
    height: auto;
}

.productFunctionsSlideMsg {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .productFunctionsSlideMsg &gt; h3 {
        display: none;
    }

    .productFunctionsSlideMsg &gt; p {
        width: 5.76rem;
        font-family: 'Microsoft YaHei UI';
        font-style: normal;
        font-weight: 400;
        font-size: 0.18rem;
        line-height: 0.23rem;
        color: #161F2D;
        margin-top: 0.28rem;
        text-align: center;
    }


/* æµ£è·¨æ•¤é¦çƒ˜æ«™ */

.useScenarios {
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
    background: #F9FBFD;
}

.useScenariosList {
    width: 12rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0.72rem auto 1.08rem auto;
}

.useScenariosItems {
    width: 2.78rem;
    height: 3.63rem;
    background: #FFFFFF;
    box-shadow: 0 0.08rem 0.3rem rgba(21, 45, 80, 0.08);
    border-radius: 0.16rem;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.useScenariosItemsImg {
    display: block;
    width: 2.78rem;
    height: 1.8rem;
    flex-shrink: 0;
    margin: 0 auto;
}

.useScenariosItemsMsg {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

    .useScenariosItemsMsg &gt; h3 {
        height: 0.29rem;
        font-family: 'Microsoft YaHei UI';
        font-style: normal;
        font-weight: 400;
        font-size: 0.22rem;
        line-height: 0.29rem;
        color: #161F2D;
        margin-top: 0.22rem;
        text-align: center;
    }

    .useScenariosItemsMsg &gt; p {
        height: auto;
        font-family: 'Microsoft YaHei UI';
        font-style: normal;
        font-weight: 400;
        font-size: 0.16rem;
        line-height: 0.24rem;
        color: #959EAD;
        text-align: center;
        box-sizing: border-box;
        padding: 0.1rem 0.26rem 0 0.27rem;
    }


/* é—ç¡…å£Šé”ç†»å…˜ */

.features {
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 0.36rem;
}

.featuresList {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.featuresItems {
    width: 12rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0.72rem 0;
    position: relative;
    z-index: 2;
}

.featuresMsg {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

    .featuresMsg &gt; h3 {
        height: 0.37rem;
        font-family: 'Microsoft YaHei';
        font-style: normal;
        font-weight: 400;
        font-size: 0.28rem;
        line-height: 0.37rem;
        color: #161F2D;
    }

    .featuresMsg &gt; p {
        width: 3.97rem;
        height: auto;
        font-family: 'Microsoft YaHei';
        font-style: normal;
        font-weight: 400;
        font-size: 0.18rem;
        line-height: 1.56;
        color: #959EAD;
        margin-top: 0.32rem;
    }

.featuresImg {
    display: block;
    flex-shrink: 0;
    width: 8.18rem;
    height: auto;
    position: relative;
    left: -0.47rem;
}

.featuresList:nth-child(2n+1) &gt; .featuresItems &gt; .featuresImg {
    left: 0.69rem;
}


/* é¢ã„¦åŸ›ç’‡å‹ªçŽ¯ */

.userTalkBox {
    height: auto;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background: #F9FBFD;
}

.userTalkLitst {
    width: 12rem;
    height: 4.06rem;
    box-shadow: 0 0.08rem 0.30rem rgba(21, 45, 80, 0.08);
    border-radius: 0.16rem;
    background: #FFFFFF;
    margin: 0.72rem auto 1.08rem auto;
    display: flex;
}

.userTalkItems {
    width: 3rem;
    position: relative;
    overflow: hidden;
}

    .userTalkItems &gt; .head {
        display: block;
        width: 0.88rem;
        height: 0.88rem;
        margin: 0.54rem auto 0 auto;
    }

    .userTalkItems &gt; h3 {
        font-size: 0.2rem;
        font-family: 'Microsoft YaHei';
        font-weight: 400;
        color: #161F2D;
        line-height: 0.26rem;
        box-sizing: border-box;
        padding-left: 0.7rem;
        margin-top: 0.18rem;
    }

        .userTalkItems &gt; h3 &gt; span {
            font-size: 0.16rem;
            font-family: Microsoft YaHei-Regular, Microsoft YaHei;
            font-weight: 400;
            color: rgba(113, 127, 148, 0.6);
        }

    .userTalkItems &gt; .leave {
        display: block;
        width: 1.58rem;
        height: 0.22rem;
        margin: 0.12rem auto 0 auto;
    }

    .userTalkItems &gt; p {
        width: 2rem;
        font-size: 0.16rem;
        font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
        font-weight: 400;
        color: #161F2D;
        line-height: 1.5;
        box-sizing: border-box;
        margin: 0.16rem auto 0 auto;
        text-align: center;
    }

    .userTalkItems &gt; .line {
        display: block;
        width: 0.02rem;
        height: 1.49rem;
        background: rgba(113, 127, 148, 0.2);
        position: absolute;
        top: 1.8rem;
        bottom: auto;
        left: auto;
        right: -0.01rem;
    }

        .userTalkItems &gt; .line.none {
            display: none;
        }

.sanguang {
    display: block;
    width: 3.8rem;
    height: 3.8rem;
    position: absolute;
    z-index: 1;
}

.productSg1 {
    background: linear-gradient(142.91deg, rgba(0, 71, 238, 0.1) 17.85%, rgba(33, 229, 241, 0.1) 86.38%);
    filter: blur(150px);
    top: 0.86rem;
    bottom: auto;
    left: -0.9rem;
    right: auto;
}

.productSg2 {
    background: linear-gradient(180deg, rgba(194, 184, 255, 0.22) 0%, rgba(165, 164, 255, 0.22) 100%);
    filter: blur(150px);
    top: auto;
    bottom: -1rem;
    left: auto;
    right: -1.09rem;
}

.sanguang1 {
    background: linear-gradient(142.91deg, rgba(0, 71, 238, 0.1) 17.85%, rgba(33, 229, 241, 0.1) 86.38%);
    filter: blur(150px);
    top: 1rem;
    bottom: auto;
    left: auto;
    right: -1.09rem;
}

.sanguang2 {
    background: linear-gradient(180deg, rgba(194, 184, 255, 0.22) 0%, rgba(165, 164, 255, 0.22) 100%);
    filter: blur(150px);
    top: auto;
    bottom: -1rem;
    left: -0.9rem;
    right: auto;
}

.sanguang3 {
    background: linear-gradient(142.91deg, rgba(0, 71, 238, 0.1) 17.85%, rgba(33, 229, 241, 0.1) 86.38%);
    filter: blur(150px);
    top: 1rem;
    bottom: auto;
    left: auto;
    right: -1.09rem;
}

.sanguang4 {
    background: linear-gradient(142.91deg, rgba(0, 71, 238, 0.1) 17.85%, rgba(33, 229, 241, 0.1) 86.38%);
    filter: blur(150px);
    top: auto;
    bottom: -1rem;
    left: -0.9rem;
    right: auto;
}

.sanguang5 {
    background: linear-gradient(180deg, rgba(194, 184, 255, 0.22) 0%, rgba(165, 164, 255, 0.22) 100%);
    filter: blur(150px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    top: 3rem;
    bottom: auto;
    left: auto;
    right: -1.09rem;
}


/* çå¿Žç°¬1200 */

@media screen and (max-width: 1280px) {
    .pictureEidt-index {
        height: auto;
    }

    .indexBox {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .indexleftbox {
        align-items: center;
    }

        .indexleftbox &gt; h1 {
            margin-top: 0.86rem;
        }

        .indexleftbox &gt; h2 {
            text-align: center;
        }

    .indexBtnBox {
        margin-top: 0.44rem;
    }

    .indexrightimg {
        margin-top: 0.5rem;
        margin-bottom: 0.56rem;
        position: relative;
        margin-left: 0rem;
    }
    /*  */
    .swiper-pagination.productFunctionspagination {
        width: 9.32rem;
        margin: 0.4rem auto 0 auto;
    }

    .swiper-container.swiper-container-productFunctions {
        width: 9.32rem;
    }

    .productFunctionsSlideImg {
        width: 9.32rem;
    }

    .useScenariosList {
        width: 9.32rem;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0.6rem auto 0.48rem auto;
        align-items: center;
    }

    .useScenariosItems {
        width: 4.46rem;
        height: 3.63rem;
        margin-bottom: 0.44rem;
    }

    .useScenariosItemsImg {
        width: 4.46rem;
        height: 2rem;
    }

    .useScenariosItemsMsg &gt; h3 {
        margin-top: 0.26rem;
    }

    .useScenariosItemsMsg &gt; p {
        padding: 0.08rem 0.47rem 0 0.48rem;
    }

    .featuresItems {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.6rem 0 0.24rem 0;
    }

    .featuresList:nth-child(2n) &gt; .featuresItems {
        flex-direction: column-reverse;
    }

    .featuresMsg {
        align-items: center;
    }

        .featuresMsg &gt; p {
            margin-top: 0.2rem;
            text-align: center;
        }

    .featuresImg {
        left: 0 !important;
    }

    .userTalkLitst {
        width: 9.32rem;
        height: 4.8rem;
        box-shadow: 0 0.05rem 0.12rem rgba(112, 112, 112, 0.08);
        margin: 0.72rem auto 1.08rem auto;
    }

    .userTalkItems {
        width: 2.33rem;
    }

        .userTalkItems &gt; .head {
            margin: 0.51rem auto 0 auto;
        }

        .userTalkItems &gt; h3 {
            padding-left: 0.1rem;
            text-align: center;
        }

        .userTalkItems &gt; p {
            width: 1.78rem;
            box-sizing: border-box;
            margin: 0.16rem auto 0 auto;
            text-align: center;
        }

        .userTalkItems &gt; .line {
            top: 1.87rem;
        }
}


/* çå¿Žç°¬1000 */

@media screen and (max-width: 1000px) {
    .sanguang {
        display: none;
    }

    .h2title {
        margin-top: 0.8rem;
    }

    .reCloumn {
        display: flex;
        flex-direction: column-reverse;
    }

    .swiper-pagination.productFunctionspagination {
        width: 7.5rem;
        margin: 0 auto 0.9rem auto;
        justify-content: center;
        align-items: center;
    }

    .productFunctionsButton {
        width: 0.28rem;
        height: 0.08rem;
        background: #D9E0EA;
        border-radius: 0.02rem;
        margin: 0 0.07rem;
    }

        .productFunctionsButton.swiper-pagination-bullet-active {
            background: #0076FF;
            box-shadow: unset;
        }

        .productFunctionsButton &gt; i,
        .productFunctionsButton &gt; h3 {
            display: none;
        }

    .swiper-container.swiper-container-productFunctions {
        width: 7.5rem;
        padding: 0.6rem 0 0.28rem 0;
        margin: 0 auto;
    }

    .swiper-slide.swiper-slide-productFunctions {
        flex-direction: column;
    }

    .productFunctionsSlideMsg &gt; h3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .productFunctionsSlideMsg &gt; h3 &gt; .pfIcon {
            width: 0.56rem;
            height: 0.56rem;
            margin: 0 0.02rem 0 0;
            display: inline-block;
            vertical-align: middle;
        }

        .productFunctionsSlideMsg &gt; h3 &gt; span {
            height: 0.56rem;
            display: inline-block;
            font-family: 'Microsoft YaHei UI';
            font-style: normal;
            font-weight: 700;
            font-size: 0.24rem;
            line-height: 0.5rem;
            text-align: center;
            color: #161F2D;
            vertical-align: middle;
        }

    .productFunctionsSlideMsg &gt; p {
        margin-top: 0.04rem;
    }

    .productFunctionsSlideImg {
        width: 7.08rem;
        height: auto;
        margin: 0.32rem auto 0 auto;
    }

    .useScenariosList {
        width: 7.08rem;
    }

    .useScenariosItems {
        width: 3.34rem;
        height: 3.55rem;
        margin-bottom: 0.44rem;
    }

    .useScenariosItemsImg {
        width: 3.34rem;
        height: 2rem;
    }

    .useScenariosItemsMsg &gt; h3 {
        margin-top: 0.2rem;
    }

    .useScenariosItemsMsg &gt; p {
        height: 0.8rem;
        padding: 0.08rem 0.28rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

    .userTalkLitst {
        width: 7.08rem;
        height: auto;
        margin: 0.6rem auto 0.9rem auto;
        display: flex;
        flex-wrap: wrap;
    }

    .userTalkItems {
        width: 50%;
    }

        .userTalkItems &gt; .head {
            margin: 0.4rem auto 0 auto;
        }

        .userTalkItems &gt; p {
            width: 2.6rem;
            font-size: 0.16rem;
            box-sizing: border-box;
            margin: 0.16rem auto 0.26rem auto;
            text-align: center;
        }

        .userTalkItems:nth-child(2) &gt; .line {
            display: none;
        }

        .userTalkItems &gt; .line {
            width: 0.03rem;
            height: 50%;
            top: 0;
            bottom: 0;
            margin: auto;
        }
}

body {
    font-size: 14px;
    color: #666;
    font-family: 'Microsoft YaHei', 'arial';
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

a {
    text-decoration: none;
    color: #666;
}

html,
body {
    /*height: 100%;*/
}

ul,
dl,
ol {
    list-style: none;
}


/*æ¸…é™¤æµ®åŠ¨*/

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.content {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.left {
    float: left;
}

.right {
    float: right;
}

@media (min-width: 320px) and (max-width:1199px) {
    .content {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .describe {
        width: 96%;
        padding: 0 2% !important;
    }
}


@media (max-width: 751px) {
    html {
        font-size: 50px;
    }

    body {
        -webkit-overflow-scrolling: touch;
    }

    .pc-ctt,
    .site-footer {
        display: none;
    }

    .site-main {
        padding-top: 0 !important;
    }

    .main-pc {
        min-width: 100%;
    }
}

@media (min-width: 751px) {
    .wap-ctt {
        display: none;
    }

    .wap-footer-box {
        display: none;
    }
}
</pre></body></html>