@charset "utf-8";
body,
dd,
div,
dl,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
iframe,
input,
label,
menu,
nav,
ol,
p,
section,
select,
td,
textarea,
th,
time,
ul,
video {
    margin: 0;
    padding: 0
}

article,
aside,
audio,
canvas,
footer,
header,
hgroup,
nav,
section,
video {
    display: block
}

body {
    font-size: 14px;
    font-family: 微软雅黑;
    color: #fff;
    padding: 0;
    color: #333
}

.main_wrap {
    background: #fff;
    height: 100vh;
    width: 26.125rem;
    box-shadow: 2px 3px 10px #999;
    overflow-y: scroll;
    margin: 0 auto;
    position: relative;
}

/**滚动条START**/
.main_wrap::-webkit-scrollbar {
    width: .25rem;
}

.main_wrap::-webkit-scrollbar-track {
    background: #fff;
    border-radius: .25rem;
}

.main_wrap::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: .25rem;
    border: .125rem solid #c1c1c1;
}


@font-face {
    font-family: abel;
}

textarea {
    resize: none
}

iframe,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

input,
select,
textarea {
    outline: 0;
    -webkit-user-modify: read-write-plaintext-only
}

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

h1,
h2,
h3,
h4 {
    font-weight: 100
}

img {
    display: block
}

em,
i {
    font-style: normal
}

a:hover {
    color: #283FFB;
}

i {
    font-family: iconfont;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


.dow-btn {
    display: block;
    width: 280px;
    height: 60px;
    line-height: 60px;
    background: #001CFF;
    border-radius: 65px;
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.dow-btn:hover, .top-down:hover {
    color: #fff;
    background: #7C8BFF;
}

.back {
    position: fixed;
    right: 44px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    z-index: 1000;
    cursor: pointer;
    background: url(../img/top.png) no-repeat 50% rgba(0, 0, 0, .5)
}

#__layout {
    position: relative;
}

.top {
    height: 82px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.top.topbgs {
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.13);
}

.top .cen_top {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    height: 82px;
    align-items: center
}

.top .cen_top .logo img {
    width: 260px;
    height: 50px;
    cursor: pointer;
}

.top .cen_top .nav_list {
    display: flex;
    flex-wrap: wrap;
    text-align: right
}

.top .cen_top .nav_list .list {
    position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.top .cen_top .nav_list .list + .list {
    margin-left: 34px;
}

.top .cen_top .nav_list .list > a {
    display: inline-block;
    padding: 11px 8px;
}

.top .cen_top .nav_list .list.router-link-exact-active:after {
    position: absolute;
    content: "";
    height: 2px;
    background: #283FFB;
    bottom: 0;
    left: 14px;
    right: 14px;
    z-index: 9;
}

.top .cen_top .nav_list .second {
    font-size: 15px;
    display: block;
    height: 41px;
    line-height: 41px;
    margin: 0 10px;
    padding: 0 6px;
    color: #333;
    white-space: nowrap;
    box-sizing: content-box;
    text-align: center;
    font-weight: 300;
}

.top .cen_top .nav_list .second + .second {
    border-top: 1px solid rgba(184, 209, 248, .34);
}

.top .cen_top .nav_list .second.router-link-exact-active {
    color: #001CFF;
}

.top .cen_top .nav_list .second:hover {
    font-weight: 400;
}

.top .cen_top .nav_list .list.fuceng .fuceng-main {
    position: absolute;
    display: none;
    top: 43px;
    left: 0;
    min-width: 100px;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
    border-radius: 2px;
    overflow: hidden;
    z-index: 7;
}

.top .cen_top .nav_list .list.fuceng:hover .fuceng-main {
    display: block
}

.top-dow-btn-wrap {
    margin-left: 40px;
}

.top-dow-btn-wrap .dow-btn {
    width: 120px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
}

.top-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: -82px;
    height: 424px;
    background: url(../img/h-bg.png) center / cover;
}

.top-down {
    display: none;
    background: #001CFF;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    width: 120px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
}

.home-layout .top-bg {
    height: 1116px;
    background: url(../img/bg.png) center / cover;
}

.about-layout .top-bg {
    height: 535px;
}

.layout-body {
    position: relative;
}

.page-home {
    padding-top: 64px;
    position: relative;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}


.home-top-wrap {
    position: relative;
    width: 100%;
    padding: 125px 0 60px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}

.home-top-ico1,
.home-top-ico2,
.home-top-ico3 {
    position: absolute;
    left: 50%;
}

.home-top-ico1 {
    top: 8px;
    margin-left: 84px;
    animation: homeIcoDown 4s infinite;
}

.home-top-ico2 {
    top: 223px;
    margin-left: -534px;
    animation: homeIcoDown 3.5s infinite;
}

.home-top-ico3 {
    top: 460px;
    margin-left: 265px;
    animation: homeIcoDown 3s infinite;
}

@keyframes homeIcoDown {
    0%, to {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }
}

.home-top-wrap .dow-btn {
    margin-top: 60px;
}

.home-top-title {
    font-size: 58px;
    font-weight: bold;
    color: #012453;
    line-height: 78px;
}

.home-top-title2 {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 300;
    color: #012453;
    line-height: 38px;
    letter-spacing: 1px;
}

.home-top-msg {
    margin: 20px auto 0;
    font-size: 16px;
    color: rgba(0, 0, 0, .5);
    line-height: 32px;
    font-weight: 500;
}

.down-base-info span + span {
    margin-left: 16px;
}

.index-device-desc {
    font-size: 16px;
    color: rgba(0, 0, 0, .5);
    line-height: 32px;
    font-weight: 500;
}

.trait-wrap {
    margin: 155px auto 0;
    overflow: hidden;
}

.trait-content {
    position: relative;
    height: 480px;
    font-size: 0;
    white-space: nowrap;
    transition: transform .35s ease;
}

.trait-item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 14px;
    white-space: normal;
}

.trait-cont {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    column-gap: 24px;
}

.trait-txt h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
}

.trait-txt h4 {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
}

.trait-img {
    /*width: 692px;*/
    height: 440px;
}

.trait-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.trait-indicator li {
    width: 80px;
    padding: 10px 0;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
    margin: -10px 0;
}

.trait-indicator li + li {
    margin-left: 5px;
}

.trait-indicator li.on b {
    background: #B9D3FF;
}

.trait-indicator li b {
    display: block;
    height: 1px;
    background: #A1C5FF;
}

.trait-indicator li i {
    display: block;
    width: 0;
    height: 100%;
    background: #3982FC;
    border-radius: 25px;
}

.home-section {
    padding: 60px 0 60px;
    width: 100%;
    background: #F8FAFF;
}

.home-section h5 {
    font-size: 36px;
    font-weight: bold;
    color: #012453;
    line-height: 48px;
    text-align: center;
    margin-bottom: 40px;
}

.home-section h5 strong {
    position: relative;
}

.home-section h5 strong::before,
.home-section h5 strong::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 161px;
    height: 2px;
    border-radius: 16px;
}

.home-section h5 strong::before {
    left: -181px;
    background: linear-gradient(303deg, #5E7AFD 0%, rgba(57, 130, 252, 0) 100%);
}

.home-section h5 strong::after {
    right: -181px;
    background: linear-gradient(135deg, #5E7AFD 0%, rgba(57, 130, 252, 0) 100%);
}

.fun-cat-list {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.fun-cat {
    width: 25%;
}

.fun-cat-title {
    height: 42px;
    line-height: 42px;
    font-size: 28px;
    margin-bottom: 12px;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.catid78 {
    order: 1;
}

.catid87 {
    order: 2;
}

.catid90 {
    order: 3;
}

.catid89 {
    order: 4;
}

.catid78 .fun-cat-title {
    background-image: url(../img/ico4.png);
}

.catid87 .fun-cat-title {
    background-image: url(../img/ico5.png);
}

.catid90 .fun-cat-title {
    background-image: url(../img/ico6.png);
}

.catid89 .fun-cat-title {
    background-image: url(../img/ico7.png);
}

.fun-list li {
    margin: 8px 0;
    padding-left: 50px;
    position: relative;
    line-height: 32px;
    font-size: 20px;
    font-weight: 300;
    color: #555555;
}

.fun-list li::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 17px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #386BF3;
}

.log-wrap {
    background: #fff;
    padding-bottom: 60px
}

.log-wrap h3 {
    margin-bottom: 30px;
}

.log-wrap .log-main {
    width: 1200px;
    margin: 0 auto;
}

.log-wrap .log-btn {
    position: relative;
    display: inline-block;
    margin: 30px auto 0;
    font-size: 28px;
    font-weight: 300;
    color: #386BF3;
    line-height: 38px;
    cursor: pointer;
}

.log-wrap .log-btn.stow {
    display: none;
}

.log-wrap .log-btn i {
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px auto 0;
    background: url('../img/ico8.png');
    transition: transform .25s ease;
}

.log-wrap .log-btn:hover i {
    transform: translateY(6px);
}

.log-wrap .log-btn.stow i {
    transform: rotate(180deg);
}

.log-wrap .log-btn.stow:hover i {
    transform: rotate(180deg) translateY(6px);
}

.log-wrap.open .log-btn.more {
    display: none;
}

.log-wrap.open .log-btn.stow {
    display: inline-block;
}

.logbox {
    width: 880px;
    padding-left: 70px;
    position: relative;
}

.logbox .loglist {
}

.logbox .loglist li {
    position: relative;
    padding: 22px 0 22px 173px;
    min-height: 64px;
}

.logbox .loglist li + li {
    border-top: 1px solid rgba(217, 217, 217, 0.4);
}

.logbox .loglist li:nth-child(3) ~ li {
    display: none;
}

.logbox .loglist li:nth-child(3) > b {
    display: none;
}

.log-wrap.open .logbox .loglist li:nth-child(3) ~ li {
    display: block;
}

.log-wrap.open .logbox .loglist li:nth-child(3) > b {
    display: block;
}

.logbox .loglist li > i {
    position: absolute;
    top: 0;
    left: -46px;
    height: 35px;
    width: 1px;
    background: #3D4265;
}

.logbox .loglist li > i {
    position: absolute;
    top: 0;
    left: -46px;
    height: 35px;
    width: 1px;
    background: #3D4265;
}

.logbox .loglist li > b {
    position: absolute;
    top: 35px;
    left: -46px;
    bottom: -1px;
    width: 1px;
    background: #3D4265;
}

.logbox .loglist li:first-child > i {
    display: none;
}

.logbox .loglist li:last-child > b {
    display: none !important;
}

.logbox .loglist div {
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
}


.logbox .loglist span {
    position: absolute;
    top: 30px;
    left: -62px;
    width: 32px;
    height: 32px;
    background: #C3D2FB;
    border-radius: 50%;
    z-index: 1;
}

.logbox .loglist span b,
.logbox .loglist span i {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.logbox .loglist span b {
    width: 22px;
    height: 22px;
    background: #386BF3;
}

.logbox .loglist span i {
    width: 11px;
    height: 11px;
    background: #57B45A;
}

.logbox .loglist p {
    position: absolute;
    width: 170px;
    left: 0;
    top: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
}

.logbox .loglist p em {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}


.about-top {
    padding: 100px 0;
    position: relative;
    text-align: center
}

.about-top-title {
    font-weight: bold;
    font-size: 55px;
    letter-spacing: 2px;
    color: #012453;
    line-height: 72px;
}

.about {
    margin: 80px auto;
    width: 1100px;
    font-size: 18px;
    line-height: 30px
}

.about p {
    margin-bottom: 30px
}

.about h3 {
    font-size: 35px;
    margin-bottom: 50px;
    text-align: left
}

.about img {
    margin: 0 auto
}

.svg-icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}

.sys-xp,
.sys-win64 {
    display: none;
}

[hidden] {
    display: none;
}

input::-ms-clear {
    width: 0;
    height: 0;
}

.footer {
    width: 100%;
    position: relative;
    padding: 24px 0;
    background-color: black;
    overflow: hidden;
    color: #fff;
    text-align: center;
    font-size: 12px !important;
    line-height: 24px;
}

.footer .fl a {
    color: #fff;
    margin-right: 8px
}


.index-btn_wrap {
    position: relative;
    cursor: pointer;
    display: inline-block
}

.index-code-box {
    display: flex;
    align-items: flex-end !important;
    justify-content: center !important;
    width: 179px !important;
    height: 197px !important;
    background: url(../img/code-box.png);
    background-size: 179px 197px;
    position: absolute;
    top: 35px;
    left: -44%;
    display: none !important;
}

.index-code-box .index-code {
    margin-bottom: 24px;
}

.index-code-box .index-code img {
    width: 136px !important;
    height: 136px !important
}

.to_top {
    position: fixed;
    right: 56px;
    bottom: 100px;
    cursor: pointer;
    display: none;
}

.to_top img {
    width: 50px;
    height: 50px;
}

.index-btn_wrap {
    display: unset
}

body #__layout {
    min-width: unset;
}

.top {
    position: absolute;
    min-width: unset;
    height: 64px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 0 1rem;
    box-sizing: border-box;
}

.top .cen_top {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    height: 64px;
    align-items: center;
}

.top-down {
    width: 7.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
}

.top .cen_top .logo img {
    height: 2rem;
    width: 10rem;
}

.home-layout .top-bg {
    height: calc(100vh - 82px);
}

.home-top-wrap {
    padding: 24px 0
}

.home-top-title {
    font-size: 2rem;
    line-height: 3rem;
}

.home-top-title2 {
    margin-top: 0;
    font-size: 1rem;
    line-height: 2rem;
    padding: 0 1rem;
}

.dow-btn {
    display: block;
    width: 80%;
    height: 40px;
    line-height: 40px;
    background: #001CFF;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.home-top-wrap .dow-btn {
    margin-top: .5rem;
}

.home-top-msg {
    margin: .5rem auto 0;
    font-size: .8rem;
    color: rgba(0, 0, 0, .5);
    line-height: normal;
}

.home-top-msg .down-base-info {
    display: flex;
    justify-content: center;
    padding: 0 1rem;
    flex-wrap: wrap;
    gap: .5rem 0;
}



.index-device-desc {
    font-size: .8rem;
    line-height: 1.5rem;
    padding: 0 1rem;
    margin-top: .5rem;
}

.home-section {
    padding: 2rem 0 1.5rem;
    width: 100%;
    background: #F8FAFF;
}

.home-section h5 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0;
}

.home-section h5 strong::before, .home-section h5 strong::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 8rem;
    height: 2px;
    border-radius: 16px;
}

.home-section h5 strong::before {
    left: -9rem;
    background: linear-gradient(303deg, #5E7AFD 0%, rgba(57, 130, 252, 0) 100%);
}

.home-section h5 strong::after {
    right: -9rem;
    background: linear-gradient(135deg, #5E7AFD 0%, rgba(57, 130, 252, 0) 100%);
}

.fun-cat-list {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
}

.fun-cat {
    width: 100%;
}

.catid78 .fun-cat-title, .catid87 .fun-cat-title, .catid90 .fun-cat-title, .catid89 .fun-cat-title {
    background-size: 2rem;
    background-repeat: no-repeat; /* 设置背景图片不重复 */
    background-position: center left 8rem;
}

.catid89 .fun-cat-title {
    background-position: center left 7rem;
}

.fun-cat-title {
    height: 2rem;
    line-height: 2rem;
    font-size: 1.25rem;
    margin-top: 40px;
    padding-left: 0;
    text-align: center;
    font-weight: bold;
}

.fun-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 10%;
}

.fun-list li {
    width: 38%;
    padding-left: 12%;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.trait-wrap {
    margin-top: 5rem;
}

.trait-cont {
    width: 100%;
    align-items: center;
    flex-direction: column;
}

.trait-txt h3 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    text-align: center;
    display: block;
}

.trait-txt h4 {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 1rem;
    text-align: center;
}

.trait-img {
    width: 100%;
    height: auto;
}

.trait-indicator {
    margin-top: 0;
}

.trait-content {
    height: auto;
}

.footer {
    padding: 1rem;
    box-sizing: border-box;
}

.to_top {
    right: 1rem;
    bottom: 6rem
}

.to_top img {
    width: 2.5rem;
    height: 2.5rem;
}

@media (min-width: 600px) {
    .to_top {
        right: calc(50vw - 12rem);
    }
}