.node-tabs {
    display: flex;
    padding: 0 150px;
    justify-content: center;
}
.node-tabs .tab-item {
    flex:1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.node-tabs .tab-item--up {
    position: relative;
    font-size: 36px;
    line-height: 1.5em;
    color: rgba(101, 159, 255, 1);
    font-weight: 700;
    display: flex;
}
.node-tabs .corner-mark {
    position: absolute;
    top: 6px;
    right: -16px;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
}
.node-tabs .corner-mark-up {
    background-image: url(../../../img/v3/t1@2x.png);
}
.node-tabs .corner-mark-plus {
    background-image: url(../../../img/v3/t1-1@2x.png);
}
.node-tabs .tab-item--down {
    margin-top: 10px;
    font-size: 18px;
    color: var(--text-color-gray);
}
@media screen and (max-width: 768px){
    .node-tabs {
        padding: 0;
    }
    .node-tabs .tab-item--up {
        font-size: 16px;
    }
    .node-tabs .tab-item--down {
        font-size: 12px;
    }
    .node-tabs .corner-mark {
        top: -1px;
        right: -8px;
        width: 8px;
        height: 8px;
    }
}

#banner {
    padding: 50px 0 90px;
}
#banner .content-up,
#banner .content-down {
    display: flex;
    align-items: center;
}
/*#banner .content-up--left,*/
/*#banner .content-up--right {*/
/*    flex: 0 50%;*/
/*}*/
#banner .banner-title {
    font-size: 48px;
    font-weight: bold;
    line-height: 64px;
}
#banner .banner-desc {
    font-size: 20px;
    line-height: 32px;
    display: block;
    color: var(--text-color-gray);
}
#banner .banner-options {
    margin-top: 100px;
}
#banner .banner-options a {
    position: relative;
}
#banner .free {
    position: absolute;
    right: -60px;
    top: -60px;
    width: 118px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: url(../picture/d@2x.png) no-repeat;
    background-size: 100%;
    animation: free 4s ease-in-out infinite;
    transform: rotate(15deg);
}
#banner .free>span {
    font-size: 14px;
    color: var(--text-color-black);
    margin-bottom: 6px;
}
#banner .free>b {
    font-size: 20px;
    padding: 0 5px;
    color: var(--text-color-orange);
    margin-bottom: 6px;
}
#banner .video-box {
    /*height: 584px;*/
    margin-left: auto;
    width: 570px;
    height: 550px;

    /*background-position: 10px 10px;*/
}
#banner .video-box video {
    width: 100%;
    height: 100%;
}
#banner .content-down {
    margin-top: 60px;
}
#banner .content-down>div {
    flex: 1;
}
#banner .content-down>div>b {
    font-size: 20px;
    line-height: 32px;
    display: block;
    text-align: center;
}
#banner .content-down>div>span {
    font-size: 16px;
    line-height: 24px;
    display: block;
    text-align: center;
    color: var(--text-color-gray);
}
@keyframes free {
    75% {
        transform: rotate(15deg);
    }
    80% {
        transform: rotate(5deg);
    }
    85% {
        transform: rotate(15deg);
    }
    90% {
        transform: rotate(20deg);
    }
    100% {
        transform: rotate(15deg);
    }
}
@media screen and (max-width: 768px) {
    #banner {
        padding: 40px 0 30px;
    }
    #banner .content-up {
        flex-direction: column;
    }
    #banner .content-up--left {
        text-align: center;
    }
    #banner .banner-title {
        font-size: 30px;
        line-height: 1.5em;
    }
    #banner .banner-desc {
        font-size: 15px;
        margin-top: 12px;
    }
    #banner .banner-options {
        margin: 30px 0 100px;
    }
    #banner .free {
        position: absolute;
        top: 70px;
        left: 50%;
        margin-left: -59px;
        transform: rotate(180deg);
    }
    #banner .free>* {
        transform: rotate(-180deg);
    }
    #banner .free>span:first-child {
        order: 3;
    }
    #banner .free>span:last-child {
        order: -1;
    }
    #banner .video-box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        flex: unset;
        height: calc((100vw - 40px) * .97);
        background: none;
    }
    #banner .content-down {
        margin-top: 0;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    #banner .content-down>div {
        flex: 0 auto;
        padding: 20px 0;
    }
    #banner .content-down>div>b {
        font-size: 13px;
    }
    #banner .content-down>div>span {
        font-size: 12px;
        line-height: 24px;
    }
    #banner .content-down>div:nth-child(1) {
        order: 3;
    }
    #banner .content-down>div:nth-child(2) {
        order: 0;
    }
    #banner .content-down>div:nth-child(3) {
        order: 1;
    }
    #banner .content-down>div:nth-child(4) {
        order: 2;
    }
    #banner .content-down>div:nth-child(5) {
        order: 4;
    }
    @keyframes free {
        75% {
            transform: rotate(180deg);
        }
        80% {
            transform: rotate(190deg);
        }
        85% {
            transform: rotate(180deg);
        }
        90% {
            transform: rotate(170deg);
        }
        100% {
            transform: rotate(180deg);
        }
    }
}

#product {
    padding-top: 90px;
    padding-bottom: 110px;
}
#product .product-info {
    display: flex;
    /*justify-content: space-around;*/
}
#product .product-desc {
    position: relative;
    width: 320px;
    height: 433px;
}
.product-desc.tps {
    --text-color: var(--text-color-green);
    --border-color: var(--text-color);
    --bg-color: var(--bg-color-green);
}
.product-desc.dps {
    --text-color: var(--text-color-purple);
    --border-color: var(--text-color);
    --bg-color: var(--bg-color-purple);
}
.product-desc.kps {
    --text-color: var(--text-color-yellow);
    --border-color: var(--text-color);
    --bg-color: var(--bg-color-yellow);
}
.product-desc.ops {
    --text-color: var(--text-color-orange);
    --border-color: var(--text-color);
    --bg-color: var(--bg-color-orange);
}
.product-desc.fps {
    --text-color: #FF962A;
    --border-color: #FF962A;
    --bg-color: rgba(255, 150, 42, 0.08);
}
.product-desc .hl {
    color: var(--text-color);
    letter-spacing: 1px;
}
#product .pro-box,
#product .pro-mask {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 320px;
    height: 433px;
    border: 1px solid #f5f7f9;
    border-radius: 8px;
    box-shadow: 0 2px 2px 0 #eeeeef;
    transition: all 120ms linear 60ms;
}
#product .product-type {
    background: #f6f7f9;
    padding: 13px 30px;
    justify-content: space-between;
}
#product .product-type .tag {
    color: var(--text-color);
    border-color: var(--border-color);
    background-color: var(--bg-color);
}
#product .product-type b {
    font-size: 22px;
    line-height: 2.1em;
}
#product .product-detail {
    font-size: 15px;
    line-height: 2em;
    padding: 20px 30px 0;
}
#product .product-subtitle {
    margin-top: -6px;
    margin-bottom: 9px;
    padding: 0 30px;
    letter-spacing: 1px;
}
#product .product-detail > div {
    margin-bottom: 10px;
}
#product .product-detail p {
    line-height: 1.8em;
    font-size: 13px;
}
#product .product-detail p b {
    color: var(--text-color-purple);
}
#product .product-detail .symbol {
    width: 3px;
    border-radius: 2px;
    height: 14px;
    margin-right: 10px;
    margin-top: 0.5em;
}
#product .product-detail .symbol + span {
    flex: 1;
    letter-spacing: 1px;
}
#product .pro-label {
    line-height: 22px;
    border-radius: 3px;
    padding-left: 10px;
    margin: 10px 0;
    color: var(--text-color);
    border-left: 3px solid var(--border-color);
    background: var(--bg-color);
}
#product .product-detail .symbol {
    background-color: var(--text-color);
}
#product .product-point {
    margin-top: auto;
    padding: 0 35px 17px;
    flex-wrap: wrap;
    justify-content: space-between;
}
#product .product-point .icon_text {
    color: var(--text-color-gray);
    line-height: 38px;
    width: 95px;
}
#product .product-point .icon_text img {
    width: 12px;
    height: 10px;
}
#product .fps .product-point .icon_text img {
    width: 16px;
    height: 16px;
}
#product .pro-mask {
    transform: rotateY(-180deg);
    background: rgba(245, 247, 249, 1);
    backface-visibility: hidden;
}
#product .pro-mask .product-type {
    padding-bottom: 0;
}
#product .pro-mask .product-detail {
    padding-top: 0;
    font-size: 14px;
    line-height: 1.5em;
}
#product .product-desc:hover .pro-box {
    transform: rotateY(-180deg);
}
#product .product-desc:hover .pro-mask {
    transform: rotateY(-360deg);
}
#product .pro-mask .pro-action {
    padding: 0 20px;
    margin: auto 0 15px;
}
#product .pro-mask .pro-action a.btn {
    font-size: 15px;
}
#product .pro-action a{
    font-size: 16px;
}
#product .pro-action a:first-child {
    margin-right: 5px;
}
#product .pro-action a:last-child {
    margin-left: 5px;
}
@media screen and (max-width: 768px){
    #product {
        padding-top: 40px;
        padding-bottom: 16px;
    }
    #product .product-info {
        flex-direction: column;
    }
    #product .product-desc {
        width: 100%;
        height: auto;
        margin: 0 0 20px 0 ;
    }
    #product .product-desc:hover .pro-box,
    #product .product-desc:hover .pro-mask {
        transform: none;
    }
    #product .product-info {
        padding: 0;
    }
    #product .product-detail {
        padding: 10px 30px;
    }
    #product .pro-box,
    #product .pro-mask{
        width: 100%;
        height: auto;
        border: 1px solid #f5f7f9;
        position: relative;
    }
    #product .pro-mask {
        box-shadow: none;
        display: none;
    }
    #product .product-type {
        padding: 10px;
        flex-direction: row-reverse;
        align-items: center;
    }
    #product .product-type>div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 10px;
    }
    #product .product-type b {
        margin-right: 10px;
        font-size: 16px;
    }
    #product .product-type p{
        font-size: 11px;
        color: var(--text-color-gray);
        margin-bottom: 0;
        width: 90%;
        line-height: 1.8;
    }
    #product .pro-action {
        margin-top: 10px;
    }
    #product .pro-action a {
        font-size: 14px;
        padding: 4px 5px;
    }
    #product .pro-action a:first-child {
        margin-right: 20px;
    }
    #product .product-point {
        flex-wrap: nowrap;
        padding: 10px 10px;
    }
    #product .product-point .icon_text {
        flex: 0 auto;
        font-size: 12px;
    }
}

#product .product-info {
    display: flex;
    gap: 20px;
}
.product__card {
    position: relative;
    width: 285px;
    height: 432px;
    border-radius: 8px;
    border: 1px solid #F5F7F9;
    /*transition: width .2s;*/
}
.product__card > div {
    width: 100%;
    height: 100%;
}
.product__card.active {
    width: 590px;
}
.product__card .card-box,
.product__card .card-box--expand {
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 2px 0 rgba(44,71,146,0.17);
    border-radius: 8px;
    width: 100%;
    height: 100%;
}
.product__card .card-box {
    opacity: 1;
}
.product__card .card-box--expand {
    width: 588px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.product__card.active .card-box {
    opacity: 0;
}
.product__card.active .card-box--expand {
    transition: all .5s;
    opacity: 1;
    pointer-events: initial;
}
.product__card-tps {
    --text-color: var(--text-color-green);
    --border-color: var(--text-color);
    --bg-color: var(--bg-color-green);
}
.product__card-tps.active {
    background: linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(0,188,224,0.16) 100%);
}
.product__card-dps {
    --text-color: var(--text-color-purple);
    --border-color: var(--text-color);
    --bg-color: var(--bg-color-purple);
}
.product__card-dps.active {
    background: linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(122,115,255,0.16) 100%);
}
.product__card-kps {
    --text-color: var(--text-color-yellow);
    --border-color: var(--text-color);
    --bg-color: var(--bg-color-yellow);
}
.product__card-kps.active {
    background: linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(234,179,80,0.16) 100%);
}
.product__card .hl {
    color: var(--text-color);
    letter-spacing: 1px;
}

.card-box > .product-icon {
    position: absolute;
    top: 13px;
    right: 30px;
    width: 92px;
    height: 92px;
}
.card-box > .product-icon > img,
.card-box--expand > .product-icon > img{
    width: 100%;
    height: 100%;
}
.card__top {
    height: 118px;
    background: #f6f7f9;
    padding: 22px 30px;
}
.card__top .product-name,
.card-expand__top .product-name{
    display: block;
    font-size: 22px;
    line-height: 2.1em;
    font-weight: bold;
}
.card__top .tag,
.card-expand__top .tag{
    color: var(--text-color);
    border-color: var(--border-color);
    background-color: var(--bg-color);
}
.card__middle {
    font-size: 15px;
    line-height: 2em;
    padding: 20px 30px 0;
}
.product-desc-item {
    display: flex;
    margin-bottom: 10px;
}
.product-desc-item .symbol {
    width: 3px;
    border-radius: 2px;
    height: 14px;
    margin-right: 10px;
    margin-top: 0.5em;
    background-color: var(--text-color);
}
.product-desc-item .symbol + span {
    flex: 1;
    letter-spacing: 1px;
}
.card__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: auto;
    padding: 0 30px 16px;
}
.product-feature-item {
    display: flex;
    align-items: center;
    color: var(--text-color-gray);
    line-height: 38px;
    width: 95px;
}
.product-feature-item .iconfont {
    color: var(--text-color);
    margin-right: 6px;
}
.card-box--expand {
    padding: 22px 32px 20px;
}
.card-box--expand > .product-icon {
    position: absolute;
    top: 13px;
    right: 40px;
    width: 146px;
    height: 146px;
}
.product-introduction {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1px;
}
.card-expand__middle {
    margin-top: 40px;
}
.product-detail-label {
    width: 214px;
    line-height: 22px;
    border-radius: 3px;
    margin-bottom: 10px;
    padding-left: 10px;
    color: var(--text-color);
    border-left: 3px solid var(--border-color);
    background: var(--bg-color);
    background: linear-gradient(90deg, var(--bg-color) 0%, rgba(122,115,255,0) 100%);
}
.product-details {
    display: flex;
    flex-wrap: wrap;
}
.product-details > p {
    margin-bottom: 10px;
    width: 50%;
}
.card-expand__bottom {
    margin-top: auto;
}
.product-features {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.product-btn {
    display: flex;
    justify-content: space-between;
}
.product-btn > a.btn {
    font-size: 16px;
    height: 44px;
    line-height: 28px;
    width: 48%;
}


#node {
    padding: 100px 0;
}
.node-map {
    position: relative;
    width: 830px;
    height: 686px;
    margin: 0 auto 20px;
    background-image: url(../picture/dt2@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    overflow: hidden;
}
.node-map::after {
    content: '';
    width: 82px;
    height: 122px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../picture/dt3@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;

}
.node-map .introduce {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
}
.node-map .introduce li {
    margin: 1em 0;
    display: flex;
    align-items: center;
}
.node-map .introduce li .hint {
    font-size: 13px;
    margin: -10px 0 0 22px;
}
.node-map .introduce li .map_icon {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 4px;
    background-size: 100%;
}
.node-map .introduce li .map_icon.map_icon1 {
    background-image: url(../picture/map_icon1.png);
}
.node-map .introduce li .map_icon.map_icon2 {
    background-image: url(../picture/map_icon2.png);
}
.node-map .map_state {
    position: absolute;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 300ms ease-in;
}
.node-map .map_state img {
    margin-right: 5px;
}
.node-map .map_state.off .circle-dian {
    background-color: #888;
}
.node-map .map_state.off .circle-outside {
    background-color: #bbb;
    animation: none;
}
.node-map .map_state.off .circle-inside {
    width: 17px;
    height: 17px;
    left: 50%;
    top: 50%;
    border: 1px solid #000;
    transform: translate(-50%, -50%);
    animation: none;
}
.node-map .map_state.map_state1 {
    top: 124px;
    left: 719px;
}
.node-map .map_state.map_state2 {
    top: 204px;
    left: 688px;
}
.node-map .map_state.map_state3 {
    top: 230px;
    left: 523px;
}
.node-map .map_state.map_state4 {
    top: 246px;
    left: 588px;
}
.node-map .map_state.map_state5 {
    top: 332px;
    left: 407px;
}
.node-map .map_state.map_state6 {
    top: 314px;
    left: 607px
}
.node-map .map_state.map_state7 {
    top: 303px;
    left: 539px;
}
.node-map .map_state.map_state8 {
    top: 283px;
    left: 567px;
}
.node-map .map_state.map_state9 {
    top: 353px;
    left: 557px;
}
.node-map .map_state.map_state10 {
    top: 388px;
    left: 640px;
}
.node-map .map_state.map_state11 {
    top: 427px;
    left: 407px;
}
.node-map .map_state.map_state12 {
    top: 434px;
    left: 665px;
}
.node-map .map_state.map_state13 {
    top: 482px;
    left: 552px;
}
.node-map .map_state.map_state14 {
    top: 573px;
    left: 561px;
}
.node-map .map_state.map_state15 {
    top: 532px;
    left: 378px;
}
.node-map .map_state.map_state16 {
    top: 643px;
    left: 509px;
}
.node-map .map_state.map_state17 {
    top: 432px;
    left: 570px;
}
.node-map .map_state.map_state18 {
    top: 309px;
    left: 376px;
}
.node-map .map_state.map_state19 {
    top: 411px;
    left: 682px;
}
.node-map .map_state.map_state20 {
    top: 362px;
    left: 485px;
}
.node-map .map_state.map_state21 {
    top: 510px;
    left: 659px;
}
.node-map .map_state.map_state22 {
    top: 507px;
    left: 448px;
}
.node-map .map_state.map_state23 {
    top: 580px;
    left: 473px;
}
.node-map .map_state.map_state24 {
    top: 160px;
    left: 707px;
}
.node-map .map_state.map_state25 {
    top: 408px;
    left: 615px
}
.node-map .map_state.map_state26 {
    top: 282px;
    left: 447px;
}
.node-map .map_state.map_state01 {
    top: 145px;
    left: 200px;
}
.node-map .map_state.map_state02 {
    top: 421px;
    left: 199px;
}
.node-map .map_state.map_state03 {
    top: 533px;
    left: 699px;
}
.node-map .map_state.map_state04 {
    top: 266px;
    left: 603px;
}
.node-map .map_state.map_state05 {
    top: 453px;
    left: 445px;
}
.node-map .map_state.map_state06 {
    top: 463px;
    left: 600px;
}
.circle-inside {
    animation: circle_inside 4500ms ease-out 500ms infinite;
}
.circle-outside {
    animation: circle_outside 4500ms ease-out 3250ms infinite;
}
.circle-inside {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var(--text-color-blue);
    border-radius: 50%;
    opacity: 0.2;
    transition: width 0.5s ease-out;
}
.circle-outside {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--text-color-blue);
    border-radius: 50%;
    opacity: 0.1;
    transition: width 0.5s ease-out;
}
.circle-dian {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-radius: 50%;
    background: var(--text-color-blue);
    opacity: 0.8;
    z-index: 4;
}
.circle_box {
    width: 30px;
    height: 30px;
    position: relative;
}
@keyframes circle_outside {
    from {
        opacity: 0;
        transform: scale(0.1, 0.1);
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes circle_inside {
    from {
        opacity: 0;
        transform: scale(0.1, 0.1);
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

#node .quality {
    margin: 0 auto;
    padding: 40px;
    background: #ffffff;
    border: 1px solid #eeeeef;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 #eeeeef;
}
#node .quality-info img {
    margin-bottom: 13px;
}
#node .quality-footer {
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    color: var(--text-color-gray);
}
@media screen and (max-width: 768px){
    #node {
        padding: 50px 0;
        background: none;
    }
    #node .subtitle {
        font-size: 14px;
        margin: 18px 0;
    }

    .node-map {
        width: 335px;
        height: 320px;
        background-size: 100%;
    }
    .node-map::after{
        width: 40px;
        height: 60px;
    }
    .circle_box {
        width: 12px;
        height: 12px;
    }
    .circle-dian {
        width: 4px;
        height: 4px;
    }
    .node-map .introduce {
        font-size: 10px;
    }
    .node-map .introduce li .map_icon {
        width: 12px;
        height: 12px;
    }
    .node-map .introduce li .hint {
        font-size: 12px;
        margin-top: -5px;
    }
    .node-map .map_state.off .circle-inside {
        width: 8px;
        height: 8px;
    }
    .node-map .map_state {
        font-size: 0;
    }
    .node-map .map_state img {
        width: 12px;
        height: 12px;
    }
    .node-map .map_state.map_state1 {
        top: 69px;
        left: 292px;
    }
    .node-map .map_state.map_state2 {
        top: 102px;
        left: 281px;
    }
    .node-map .map_state.map_state3 {
        top: 117px;
        left: 216px;
    }
    .node-map .map_state.map_state4 {
        top: 120px;
        left: 230px;
    }
    .node-map .map_state.map_state5 {
        top: 156px;
        left: 149px;
    }
    .node-map .map_state.map_state6 {
        top: 147px;
        left: 242px;
    }
    .node-map .map_state.map_state7 {
        top: 143px;
        left: 209px;
    }
    .node-map .map_state.map_state8 {
        top: 141px;
        left: 226px;
    }
    .node-map .map_state.map_state9 {
        top: 169px;
        left: 218px;
    }
    .node-map .map_state.map_state10 {
        top: 182px;
        left: 256px;
    }
    .node-map .map_state.map_state11 {
        top: 195px;
        left: 168px;
    }
    .node-map .map_state.map_state12 {
        top: 198px;
        left: 263px;
    }
    .node-map .map_state.map_state13 {
        top: 212px;
        left: 220px;
    }
    .node-map .map_state.map_state14 {
        top: 255px;
        left: 224px;
    }
    .node-map .map_state.map_state15 {
        top: 234px;
        left: 164px;
    }
    .node-map .map_state.map_state16 {
        top: 280px;
        left: 205px;
    }
    .node-map .map_state.map_state17 {
        top: 194px;
        left: 226px;
    }
    .node-map .map_state.map_state18 {
        top: 150px;
        left: 128px;
    }
    .node-map .map_state.map_state19 {
        top: 189px;
        left: 273px;
    }
    .node-map .map_state.map_state20 {
        top: 172px;
        left: 195px;
    }
    .node-map .map_state.map_state21 {
        top: 231px;
        left: 264px;
    }
    .node-map .map_state.map_state22 {
        top: 225px;
        left: 190px;
    }
    .node-map .map_state.map_state23 {
        top: 257px;
        left: 193px;
    }
    .node-map .map_state.map_state24 {
        top: 86px;
        left: 286px;
    }
    .node-map .map_state.map_state25 {
        top: 186px;
        left: 244px;
    }
    .node-map .map_state.map_state26 {
        top: 133px;
        left: 180px;
    }
    .node-map .map_state.map_state01 {
        top: 78px;
        left: 83px;
    }
    .node-map .map_state.map_state02 {
        top: 194px;
        left: 83px;
    }
    .node-map .map_state.map_state03 {
        top: 236px;
        left: 283px;
    }
    .node-map .map_state.map_state04 {
        top: 130px;
        left: 241px;
    }
    .node-map .map_state.map_state05 {
        top: 202px;
        left: 188px;
    }

    #node .quality {
        padding: 20px;
        font-size: 12px;
        color: var(--text-color-gray);
    }
    #node .quality-info{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #node .quality-info div{
        flex: 0 45%;
        margin: 20px 0;
    }
    #node .quality img{
        margin-bottom: 10px;
    }
    #node .quality-footer{
        font-size: 12px;
        margin-top: 0;
    }
    #node .quality-footer span{
        display: none;
    }
}

#extend .containerPro {
    padding: 100px;
    background-image: url(../../../img/v3/u1@2x.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center 80px;
}
#extend .containerPro>.content {
    display: flex;
    align-items: center;
}
#extend .extend-logo {
    flex: 1;
    text-align: center;
}
#extend .extend-item {
    display: flex;
    margin-bottom: 100px;
    width: 350px;
    align-items: stretch;
}
#extend .extend-item:last-child {
    margin-bottom: 0;
}
#extend .extend-item > div {
    justify-content: space-between;
}
#extend .extend-item.reverse {
    flex-direction: row-reverse;
    text-align: right;
}
#extend .extend-item img {
    margin-right: 28px;
}
#extend .extend-item.reverse img {
    margin-left: 28px;
    margin-right: 0;
}
#extend .extend-item p {
    font-size: 24px;
    margin: 0;
}
#extend .extend-item p .event-block-icon2 { background-color: #f60; }
#extend .extend-item p .upper { top: -10px; }
#extend .extend-item .content {
    color: var(--text-color-gray);
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    #extend .containerPro {
        padding: 50px 20px;
        background: none;
    }
    #extend .containerPro>.content {
        flex-direction: column;
    }
    #extend .containerPro>.title {
        margin-bottom: 40px;
    }
    #extend .extend-logo {
        margin: 50px;
    }
    #extend .extend-item {
        width: 100%;
        margin: 0;
    }
    #extend .extend-item:last-child {
        margin-top: 40px;
    }
    #extend .extend-item p {
        font-size: 18px;
        margin: 0;
    }
    #extend .extend-item img {
        margin-right: 28px;
        width: 76px;
    }
    #extend .extend-item span {
        font-size: 13px;
        line-height: 20px;
    }
    #extend .extend-item:last-child{
        flex-direction: row-reverse;
    }
    #extend .extend-item:last-child div{
        align-items: flex-end;
        text-align: right;
    }
    #extend .extend-item:last-child img{
        margin-right: 0;
        margin-left: 28px;
    }
    #extend .extend-item.reverse:first-child {
        flex-direction: row;
    }
    #extend .extend-item.reverse:first-child div{
        text-align: left;
        align-items: flex-start;
    }
    #extend .extend-item.reverse:first-child img{
        margin-left: 0;
        margin-right: 30px;
    }
}

#guestbook {
    padding: 100px 0;
    background-color: #F8FAFB;
}
#guestbook .container {
    width: 1440px;
}
#guestbook .content {
    width: 100%;
    position: relative;
}
#guestbook .content::before,
#guestbook .content::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 140px;
    z-index: 1;
    pointer-events: none;
}
#guestbook .content::before {
  left: 0;
  background: linear-gradient(90deg, #F8FAFB 0%, rgba(255, 255, 255, 0) 100%);
}
#guestbook .content::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F8FAFB 100%);
}
#guestbook .scroll-left,
#guestbook .scroll-right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: calc(50% - 26px);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(44, 71, 146, .17);
}
#guestbook .scroll-left.disabled,
#guestbook .scroll-right.disabled {
    cursor: not-allowed;
    box-shadow: none;
}
#guestbook .scroll-left.disabled .iconfont,
#guestbook .scroll-right.disabled .iconfont {
    color: #aaa;
}
#guestbook .iconfont {
    font-size: 36px;
}
#guestbook .scroll-left {
    left: 24px
}
#guestbook .scroll-right {
    right: 24px;
}
#guestbook .scroll-left:hover .iconfont,
#guestbook .scroll-right:hover .iconfont{
    transform: scale(1.16);
    transition: transform .2s ease;
}
#guestbook .guestbook-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    gap: 24px;
    overflow-x: auto;
    padding: 2px 120px;
    position: relative;
}
#guestbook .guestbook-list::-webkit-scrollbar {
  display: none;
}

#guestbook .guestbook-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    width: 384px;
    height: 380px;
    padding: 32px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 2px 0 rgba(44, 71, 146, .17);
}
.guestbook-item .avatar {
    width: 84px;
    height: 84px;
}
.guestbook-item .avatar > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.guestbook-item .name {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.guestbook-item .work {
    margin-top: 16px;
    font-size: 12px;
    color: #9CA6B9;
}
.guestbook-item .text {
    margin-top: 32px;
    font-size: 14px;
    line-height: 1.5;
}
@media screen and (max-width: 768px){
    #guestbook {
        padding: 50px 0;
    }
    #guestbook .container {
        width: 100%;
    }
    #guestbook .content::before,
    #guestbook .content::after {
        width: 20px;
    }
    #guestbook .guestbook-list {
        padding: 2px 20px;
    }
    #guestbook .guestbook-item {
        width: 288px;
        height: 392px;
        padding: 24px;
    }
    .guestbook-item .text {
        margin-top: 24px;
    }

}

#partner {
    padding: 40px 0 100px;
}
#partner .containerPro {
    position: relative;
}
#partner .title {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
#partner .title, #partner .subtitle {
    line-height: 2em;
}
#partner .content {
    padding-top: 156px;
}
#partner .partner-wall {
    width: 100%;
    height: 274px;
    background: url(../../../img/v3/client.png) no-repeat;
    background-size: 100%;
    margin-bottom: 100px;
}
@media screen and (min-width: 769px){
    #partner .title {
        top: 36%;
    }
    #partner .partner-wall {
        filter: blur(10px);
    }
    #partner.clear .title {
        animation: partner-title 1000ms 1 ease-in-out forwards;
    }
    #partner.clear .partner-wall {
        animation: partner-wall 1000ms 1 ease-in-out forwards;
    }
    @keyframes partner-wall {
        from {
            filter: blur(10px);
        }
        to {
            filter: blur(0);
        }
    }
    @keyframes partner-title {
        from {
            top: 36%;
        }
        to {
            top: 0;
        }
    }
}
@media screen and (max-width: 768px){
    #partner {
        padding: 50px 0;
    }
    #partner .title {
        position: unset;
        margin-bottom: 30px;
    }
    #partner .title .subtitle {
        font-size: 15px;
        line-height: 2em;
        margin-top: 18px;
    }
    #partner .content {
        padding-top: 0;
    }
    #partner .partner-wall {
        height: 250px;
        background-image: url(../../../img/v3/3-1@2x.png);
        background-size: contain;
        margin-bottom: 30px;
    }
    #partner .node-tabs .tab-item--up {
        font-size: 14px;
    }
}

#student {
    padding: 70px 0;
    /*background: url(../../../img/v3/w1.jpeg) no-repeat;*/
    /*background-size: cover;*/
    background-color: var(--text-color-blue);
    height: 348px;
}
#student .title {
    line-height: 2em;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 50px;
}
#student .subtitle {
    color: #fff;
    letter-spacing: 0;
}
#student .content {
    text-align: center;
}
@media screen and (max-width: 768px){
    #student {
        padding: 50px 0;
    }
    #student .title {
        padding: 0 15px;
        margin-bottom: 0;
    }
    #student .subtitle {
        font-size: 14px;
        margin: 30px 0;
    }
    #student .content {
        padding-top: 10px;
    }
}

/* fps */
#product-fps{
    height: 290px;
    margin-top: -94px;
    margin-bottom: 110px;
}
#product-fps .container{
    /*background: url('../../../img/v3/t2_index_fps_full.png');*/
    /*background-size: 100% 100%;*/
}
#product-fps .content{
    position: relative;
    height: 100%;
}
#product-fps .product-fps-info{
    margin-left: 32px;
    padding-top: 54px;
}
#product-fps .product-fps-intro h3{
    font-size: 36px;
    line-height: 54px;
    color: #12141D;
    font-weight: 400;
    letter-spacing: 2px;
    /*margin-top: -16px;*/
}
#product-fps .product-fps-intro p{
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #6B6D70;
    letter-spacing: 1px;
}
#product-fps .product-fps-img{
    position: absolute;
    width: 360px;
    height: 360px;
    top: 27px;
    left: 800px;
}

#product-fps .product-fps-img img{
    height: 100%;
    width: 100%;

}
#product-fps .product-fps-intro{
    /*margin-left: 16px;*/
}
#product-fps .product-fps-option{
    display: flex;
    margin: 32px;
}
#product-fps .product-fps-option a{
    width: 204px;
    height: 44px;
    border-radius: 4px;
    display: block;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
}
#product-fps .product-fps-option .fps-buy-btn{
    background: #FF962A;
}
#product-fps .fps-buy-btn::after{
    content: "";
    display: inline-block;
    width: 13px;
    height: 9px;
    margin-left: 10px;
    transition: var(--transition-normal);
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../../../img/v3/d2@2x.png');
}
#product-fps .fps-buy-btn:hover::after{
    transform: translateX(5px);
}
#product-fps .fps-buy-btn:hover{
    background: #f4a555;
}
#product-fps .product-fps-option .fps-info-btn{
    color: #FF962A;
    margin-left: 14px;
    border: 1px solid #FF962A;
}
#product-fps .fps-info-btn::after{
    content: "";
    display: inline-block;
    width: 13px;
    height: 11px;
    margin-left: 10px;
    transition: var(--transition-normal);
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../../../img/v3/d3@2x.png');
}
#product-fps .fps-info-btn:hover::after{
    transform: translateX(5px);
}
@media screen and (max-width: 768px){
    #product-fps .product-fps-intro h3{
        font-size: 24px;
    }
    #product-fps .product-fps-intro p{
        font-size: 14px;
    }
    #product-fps .product-fps-option a{
        font-size: 14px;
    }
    #product-fps{
        margin-bottom: 55px;
    }
}
/* fps end */



/* helpercenter */

.head {
    padding: 60px max(calc(100vw - 1200px) / 2, 0px) 60px;
    margin-bottom: 20px;
    background: linear-gradient(360deg, rgba(45, 156, 219, 0.08) 0%, rgba(45, 156, 219, 0) 100%);
}
.head .search-input>input {
    font-size: 15px;
}
@media screen and (max-width: 480px){
    .head .search-input>input {
        font-size: 14px;
    }
}
.headeWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 1200px){
    .head {
        padding-top: 10px;
    }
}

.head-h1 { font-size: 32px; }
.head-c_1, .head-c_2 {
    height: 60px;
    margin-bottom: 20px;
}
.head-c_2 {
    position: relative;
}
.searchMark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 1;
}
@media screen and (max-width: 480px){
    .head-h1 { font-size: 28px; }
    .head-c_1 { margin-bottom: 0; margin-top:20px; }
    .head-c_2 .search-inputRight{
        display: none;
    }
    .searchMark {
        display: block;
    }
}
.head-c_3 {
    flex-wrap: wrap;
    justify-content: space-around;
    position: absolute;
    top: 174px;
    width: 100%;
    z-index: 1;
    border: 1px solid var(--color-border);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: var(--color-white);
}
.head-c_3>a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 93px;
    box-sizing: border-box;
    color: var(--color_2);
    cursor: pointer;
    width: 20%;
}
.head-c_3>.flex-complement {
    width: 0;
}
.head-c_3>a:hover * {
    color: var(--color-a)!important;
}
@media screen and (min-width: 480px) and (max-width: 768px){
    .head-c_3>a {
        width: 33%;
    }
    .head-c_3>.flex-complement {
        width: 33%;
    }
}
@media screen and (max-width: 480px){
    .head-c_3>a {
        width: 50%;
    }
    .head-c_3>.flex-complement {
        width: 50%;
    }
}
.f-left{
    display: flex;
    align-items: center;
    padding-right: 10px;
    padding-top: 5px;
}
.f-left>img {
    width: 45px;
}
@media screen and (max-width: 480px){
    .f-left {
        padding-right: 8px;
    }
    .f-left>img {
        width: 38px;
    }
}
.f-right {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.f-right>h2 {
    margin-bottom: 5px;
}
.f-right>span {
    color: #828282;
    font-size: 12px;
}
@media screen and (max-width: 480px){
    .f-right>h2 {
        font-size: 16px;
    }
}
.ornament {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 0;
    background: rgba(86, 204, 242, 0.1);
    border-radius: 20px;
}
@media screen and (max-width: 1200px){
    .ornament {
        display: none;
    }
}
.ornament>span {
    width: 70%;
    height: 10px;
    border-radius: 20px;
    /*background-color: var(--color-white);*/
    background-color: rgba(255, 255, 255, 0.9);
}
.ornament_1 {
    top:93px;
    left:195px;
    width: 83px;
    height: 104px;
    /*mix-blend-mode: multiply;*/
}
.ornament_2 {
    top: 85px;
    left: 930px;
    width: 75px;
    height: 114px;
}
.ornament_3 {
    top: 30px;
    left: 1100px;
    width: 114px;
    height: 166px;
}
.ornament_3>span {
    height: 12px;
}
.ornament_4 {
    top: 10px;
    left: 1130px;
    width: 114px;
    height: 140px;
    /*mix-blend-mode: multiply;*/
}

.main {
    padding: 0 max(calc(100vw - 1200px) / 2, 0px);
    margin-top: 90px;
}
@media screen and (min-width: 480px) and (max-width: 768px){
    .main {
        margin-top: 180px;
    }
}
@media screen and (max-width: 480px){
    .main {
        margin-top: 184px;
    }
}
.main>div {
    margin-bottom: 40px;
}
.haWrap {
    border: 1px solid var(--color-border);
    color: var(--color_2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.ha_title {
    display: flex;
    align-items: center;
    margin: 15px 15px 0;
}
.ha_title>img {
    width: 20px;
}
.ha_title>h3 {
    margin: 0;
    margin-left: 5px;
}
.ha_content {
    flex-wrap: wrap;
    padding: 0 20px 10px 30px;
}
.hc-content_a {
    padding: 10px 15px;
    /*color: var(--color-a);*/
    color: var(--color_6);
    border-radius: 2px;
    position: relative;
}
.hc-content_a:hover {
    /*background-color: rgba(244, 245, 245, .8);*/
    color: var(--color-a);
}
.ha_content>a {
    width: 25%;
}
@media screen and (max-width: 768px){
    .ha_content>a {
        width: 50%;
    }
}
@media screen and (max-width: 480px){
    .ha_content { padding-left: 20px; }
    .hc-content_a {
        padding-right: 0;
    }
    .ha_content>a {
        width: 100%;
    }
}
.es_title, .ug_title {
    align-items: center;
    margin-bottom: 10px;
}
.es_title>h2, .ug_title>h2 {
    margin: 0;
    margin-left: 5px;
}
.es_title>img, .ug_title>img {
    width: 25px;
    height: 25px;
    margin-top: 8px;
}
.main-content {
    padding: 15px;
    padding-left: 30px;
    border: 1px solid var(--color-border);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.main-content>div {
    padding: 5px 0;
}
@media screen and (max-width: 480px){
    .main-content>div {
        flex-direction: column;
    }
}
.fl_title {
    padding-top: 10px;
    box-sizing: border-box;
    width: 100px;
    cursor: default;
}
.fl_content {
    flex: 1;
    flex-wrap: wrap;
    margin-left: 10px;
}
.fl_content>a {
    box-sizing: border-box;
    /*color: var(--color-a);*/
    width: 20%;
}
@media screen and (max-width: 768px){
    .fl_content>a {
        width: 33%;
    }
}
@media screen and (max-width: 480px){
    .fl_content>a {
        width: 50%;
    }
}

/* 顶部不同于正式文档的顶部 */
.search-inputWrap {
    width: 600px;
}
@media screen and (max-width: 650px){
    .search-inputWrap {
        width: calc(100vw - 20px);
    }
}

/* helpercenter end */