<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 {
    padding-bottom: 236px;
}
#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(../../../img/v3/d@2x.png) no-repeat;
    background-size: 100%;
    animation: free 4s ease-in-out infinite;
    transform: rotate(15deg);
}
#banner .free&gt;span {
    font-size: 14px;
    color: var(--text-color-black);
    margin-bottom: 6px;
}
#banner .free&gt;b {
    font-size: 20px;
    padding: 0 5px;
    color: var(--text-color-orange);
    margin-bottom: 6px;
}
#banner .video-box {
    position: absolute;
    right: 0;
    width: 570px;
    height: 550px;
    margin-left: auto;
    background-image: url(../../../img/v3/e@2x.png);
    background-size: 93% 98%;
    background-repeat: no-repeat;
    background-position: 20px 7px;
}
#banner .video-box video {
    width: 100%;
    height: 100%;
}
#banner .sub-desc {
    position: absolute;
    width: 100vw;
    bottom: 0;
    height: 140px;
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(2px);
}
#banner .content-down {
    width: 1200px;
    margin: 0 auto;
    padding-top: 14px;
    justify-content: space-between;
}

#banner .content-down .flex {
    display: flex;
    justify-content: center;
}
#banner .content-down .flex span{
    align-self: flex-end;
    margin-left: 4px;
    margin-bottom: 4px;
}
#banner .content-down .num {
    font-family: 'DIN';
    font-size: 54px;
    line-height: 34px;
    display: block;
    text-align: center;
}
#banner .content-down&gt;div&gt;span {
    font-size: 14px;
    line-height: 24px;
    display: block;
    text-align: center;
    color: var(--text-color-gray);
    margin-top: 4px;
}
@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-top: 40px !important;
    }
    #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&gt;* {
        transform: rotate(-180deg);
    }
    #banner .free&gt;span:first-child {
        order: 3;
    }
    #banner .free&gt;span:last-child {
        order: -1;
    }
    #banner .video-box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex: unset;
        height: calc((100vw - 40px) * .97);
        background: none;
        top: 248px;
    }
    #banner .content {
        padding-bottom: 340px;
    }
    #banner .content-down .num {
        font-size: 24px;
    }
    #banner .content-down .flex .num {
        line-height: 22px;
    }
    #banner .content-down {
        margin-top: 0;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    #banner .content-down&gt;div {
        flex: 0 auto;
        padding: 20px 0;
    }
    #banner .content-down&gt;div&gt;b {
        font-size: 13px;
    }
    #banner .content-down&gt;div&gt;span {
        font-size: 12px;
        line-height: 24px;
        margin-top: 0;
    }
    #banner .content-down&gt;div:nth-child(1) {
        order: 3;
    }
    #banner .content-down&gt;div:nth-child(2) {
        order: 0;
    }
    #banner .content-down&gt;div:nth-child(3) {
        order: 1;
    }
    #banner .content-down&gt;div:nth-child(4) {
        order: 2;
    }
    #banner .content-down&gt;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.tps_pro {
    --text-color: #EBD8AE;
    --border-color: #EBD8AE;
}
.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: #1677FF;
    --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.sfps {
    --text-color: rgba(22, 119, 255, 0.9);
    --border-color: rgba(22, 119, 255, 0.9);
    --bg-color: rgba(22, 119, 255, 0.1);
}
.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 .tps_pro .product-detail {
    background: #313337;
    border-radius: 0 0 8px 8px;
}
#product .product-subtitle {
    margin-top: -6px;
    margin-bottom: 9px;
    padding: 0 30px;
    letter-spacing: 1px;
}
#product .product-detail &gt; 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.tps_pro {
        background: #12141D;
        border-radius: 8px 8px 0 0;
    }
    #product .product-type&gt;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 b.tps_pro {
        color: #EBD8AE;
    }
    #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.tps_pro {
        background: #313337;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 2px 2px 0 rgba(44,71,146,0.17);
    }
    #product .product-point .icon_text {
        flex: 0 auto;
        font-size: 12px;
    }
    #product .product-point .icon_text .tps_pro {
        color: #EBD8AE;
    }
    #product .product-point .icon_text .fps {
        color: #FF962A;
    }
    #product .product-point .icon_text .sfps {
        color: rgba(22, 119, 255, 0.9);
    }
    .sys-icon.icon-arrow.tps_pro {
        background-image: url(../../../img/v3/white-arrow.png);
    }
}

#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 &gt; 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-fps {
    --text-color: #FF962A;
    --border-color: var(--text-color);
    --bg-color: var(--bg-color-yellow);
}
.product__card-sfps {
    --text-color: rgba(22, 119, 255, 0.9);
    --border-color: var(--text-color);
    --bg-color: rgba(22, 119, 255, 0.1);
}
.product__card .hl {
    color: var(--text-color);
    letter-spacing: 1px;
}
.card-box {
    padding: 24px;
}
.card-box &gt; .product-icon {
    text-align: center;
}
.card-box &gt; .product-icon img {
    padding: 5px;
    box-shadow: 1px 1px 6px 0 rgba(196,209,235,0.34);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(196,209,235,0.59);
}
.card-box-n &gt; .tps_pro img {
    padding: 5px;
    background: #343A4C;
    box-shadow: 1px 1px 6px 0 #22293C;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(20,27,42,0.59);
}
.card-box-n &gt; .fps img {
    padding: 5px;
    box-shadow: 1px 1px 6px 0 rgba(196,209,235,0.34);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(196,209,235,0.59);
}
.card__top {
    margin-top: 16px;
    text-align: center;
}
.card__top .product-name,
.card-expand__top .product-name{
    display: block;
    font-size: 24px;
    line-height: 36px;
    height: 36px;
    font-weight: 500;
}
.card__top .tag,
.card-expand__top .tag{
    color: var(--text-color);
    border-color: var(--border-color);
    background-color: var(--bg-color);
}
.card-box .tag{
    margin-top: 4px;
    padding: 2px 12px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-weight: 500;
    border-radius: 4px;
}
.card-middle {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-desc-item {
    display: flex;
    margin-bottom: 10px;
    margin-top: 18px;
}
.product-desc-item .symbol {
    width: 3px;
    border-radius: 2px;
    height: 14px;
    margin-right: 10px;
    margin-top: 4px;
    background-color: var(--text-color);
}
.product-desc-item .symbol + span {
    flex: 1;
    letter-spacing: 1px;
}
.card__bottom {
    position: absolute;
    bottom: -84px;
    width: 100%;
    height: 84px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: auto;
    opacity: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 7%, rgba(255, 255, 255, 0.6) 14%, #FFFFFF 20%);
}
.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 &gt; .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 &gt; 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;
    gap: 12px;
}
.product-btn &gt; a.btn {
    font-size: 16px;
    height: 44px;
    line-height: 28px;
    width: 268px;
}
.product-btn &gt; a.btn.small{
    width: 116px;
}


#node {
    padding: 74px 0;
    /*background: url(../../../img/v3/t2_index_full.png) no-repeat center;*/
}
.node-map {
    position: relative;
    width: 830px;
    height: 686px;
    margin: 0 auto 20px;
    background-image: url(../../../img/v3/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(../../../img/v3/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(../../../img/v3/map_icon1.png);
}
.node-map .introduce li .map_icon.map_icon2 {
    background-image: url(../../../img/v3/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);
}
/* ip-map start */
#ip-map {
    padding: 60px 0;
    background: url(../../../img/v3/t2_product_full.png) no-repeat center;
}
#ip-map .title {
    margin-bottom: 55px;
}
#ip-map .content {
    display: flex;
    align-items: center;
}
#fmap .ip-map-fps-desc{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.ip-map-fps-desc p{
    flex: 1;
    font-size: 18px;
}
.ip-map-fps-desc p a{
    color: var(--text-color-blue);
}
#fmap{
    margin-top: 160px;
    margin-bottom: 100px;
}
.ip-map-fps{
    position: relative;
    margin-top: 60px;
    height: 682px;
    background: url("../../../img/v3/f-m@2.png") no-repeat center;
    background-size: 100% 100%;
}
.ip-map-fps .map_state{
    position: absolute;
}
.county-bottom{
    position: absolute;
    width: 42px;
    height: 14px;
    bottom: -8px;
    left: 66px;
    border-radius: 50%;
}
.county-bottom .inner{
    width: 24px;
    height: 8px;
    background: rgba(255,150,42);
    border-radius: 50%;
    margin: 2px auto;
}
.ip-map-fps .county-info{
    margin-left: 7px;
}

.ip-map-fps .map_state_fps_1{
    top: 70px;
    left: 105px;
}
.ip-map-fps .map_state_fps_2{
    top: 177px;
    left: 150px;
}
.ip-map-fps .map_state_fps_3{
    top: 270px;
    left: 140px;
}
.ip-map-fps .map_state_fps_4{
    top: 381px;
    left: 302px;
}
.ip-map-fps .map_state_fps_5{
    top: 525px;
    left: 252px;
}
.ip-map-fps .map_state_fps_6{
    top: 160px;
    left: 490px;
}
.ip-map-fps .map_state_fps_7{
    top: 480px;
    left: 556px;
}
.ip-map-fps .map_state_fps_8{
    top: 84px;
    right: 246px;
}
.ip-map-fps .map_state_fps_9{
    top: 228px;
    right: 378px;
}
.ip-map-fps .map_state_fps_10{
    top: 323px;
    right: 145px;
}
.ip-map-fps .map_state_fps_11{
    bottom: 146px;
    right: 110px;
}
.ip-map-fps .case-info{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}
.m-map-icon{
    display: none;
}
.ip-map-con {
  display: flex;
  width: 1200px;
  justify-content: space-between; /* Ã¥Â¹Â³Ã¥Ë†â€&nbsp;Ã¥â€°Â©Ã¤Â½â„¢Ã§Â©ÂºÃ©â€”Â´Ã¯Â¼Å’Ã¤Â½Â¿Ã©Â¦â€“Ã¥Â°Â¾Ã§Â´Â§Ã¨Â´Â´Ã¨Â¾Â¹Ã§Â¼Ëœ */
}

.ip-map-con div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ip-map-con img {
  width: 84px;
  height: 84px;
  border-radius: 84px;
  background: #ccc;
  display: block;
  margin: 10px;
}

#ip-map .ip-map--desc {
    position: relative;
    width: 254px;
    top: -128px;
    right: -94px;
}
#ip-map .ip-map--desc.kps {
    width: 300px;
}
#ip-map .desc-title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
    white-space: nowrap;
    word-break: keep-all;
}
#ip-map .desc-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 2.4em;
    font-size: 16px;
}
#ip-map .ip-map--map {
    flex: 1;
}
#ip-map .china-map-div {
    width: 900px;
    height: 700px;
}
#ip-map .map-back-btn-wrap {
    position: absolute;
    right: 0;
    z-index: 1;
}
#ip-map .map-back-btn {
    float: right;
    background-color: rgba(40, 120, 255, 0.9);
    border: 0px;
    color: rgb(255, 255, 255);
    height: 28px;
    line-height: 22px;
    font-size: 13px;
    cursor: pointer;
    padding: 3px 8px;
    display: none;
}
@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: 122px 100px 116px 100px;
}
#extend .containerPro&gt;.content {
    display: flex;
    align-items: center;
}
#extend .extend-logo {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 0;
}
#extend .extend-logo::after {
    content: '';
    position: absolute;
    width: 515px;
    height: 515px;
    filter: blur(120px);
    left: -58px;
    top: -138px;
    z-index: -1;
    background: radial-gradient(40% 70% at 50% 50%, #FFFFFF 40%, rgba(255, 255, 255, 0) 100%);
}
#extend .extend-item {
    display: flex;
    gap: 30px;
    margin-bottom: 70px;
    width:400px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: inset 1px 1px 3px 0 #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #DFE5ED;
    align-items: stretch;
    padding: 24px;
}
#extend .extend-item:last-child {
    margin-bottom: 0;
}
#extend .extend-item &gt; div {
    gap: 8px;
}
#extend .extend-item.reverse {
    text-align: right;
}
#extend .extend-item.reverse img {
    margin-right: 0;
}
#extend .extend-item p {
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    margin: 0;
}
#extend .extend-item img {
    width: 92px;
    height: 92px;
}
#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&gt;.content {
        flex-direction: column;
    }
    #extend .containerPro&gt;.title {
        margin-bottom: 40px;
    }
    #extend .extend-logo {
        margin: 50px;
    }
    #extend .extend-item {
        padding: 0;
        width: 100%;
        margin: 0;
        height: auto;
        border: none;
    }
    #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;
    }
    #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;
    }
}

#guestbook {
    padding: 100px 0;
    background: #F5F8FD;
}
#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: 4;
    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-box {
    position: relative;
}
#guestbook .guestbook-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 208px; /* æŽ§åˆ¶èƒŒæ™¯å›¾ç‰‡çš„åŒºåŸŸé«˜åº¦ */
    background-image: url('../../../img/v3/bk-guestbook.png');
    background-size: cover; /* æ&nbsp;¹æ®éœ€è¦è°ƒæ•´èƒŒæ™¯å›¾çš„å¤§å° */
    background-repeat: no-repeat;
    z-index: 1;
    border-radius: 6px 6px 0 0;
}
#guestbook .guestbook-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 254px;
    background-color: #FFFFFF; /* è®¾ç½®åº•éƒ¨ä¸ºç™½è‰² */
    z-index: 1;
    border-radius: 0 0 6px 6px;
}
#guestbook .guestbook-item {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    width: 340px;
    height: 464px;
    padding: 32px 36px;
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 rgba(12,22,38,0.04);
}
.guestbook-item .guestbook-detail {
    display: flex;
    align-self: flex-start;
    align-items: center;
    gap: 12px;
}
.guestbook-item .avatar {
    width: 84px;
    height: 84px;
}
.guestbook-item .guestbook-divider {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.5);
    margin-top: 34px;
}
.guestbook-item .avatar &gt; img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.guestbook-item .name {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
}
.guestbook-item .work {
    margin-top: 16px;
    font-size: 14px;
    color: #9CA6B9;
    white-space: nowrap;
}
.guestbook-item .text {
    margin-top: 50px;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}
@media screen and (max-width: 768px){
    #guestbook {
        padding: 50px 0;
    }
    #guestbook .container {
        width: 100%;
    }
    #guestbook .content::before,
    #guestbook .content::after {
        width: 20px;
    }
    #guestbook .guestbook-box::before {
        height: 140px;
    }
    #guestbook .guestbook-box::after {
        height: 216px;
    }
    #guestbook .guestbook-list {
        padding: 2px 20px;
    }
    #guestbook .guestbook-item {
        width: 288px;
        height: 356px;
        padding: 18px;
    }
    .guestbook-item .guestbook-divider {
        margin-top: 18px;
    }
    .guestbook-item .work {
        margin-top: 12px;
    }
    .guestbook-item .text {
        margin-top: 18px;
    }
    .guestbook-item .name {
        font-size: 18px;
    }
    .guestbook-item .avatar {
        width: 60px;
        height: 60px;
    }

}

#partner {
    padding: 58px 0 100px;
}
#partner .containerPro {
    position: relative;
}
#partner .title {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
#partner .title, #partner .subtitle {
    line-height: 27px;
}
#partner .content {
    padding-top: 136px;
}
#partner .partner-wall {
    height: 339px;
    background: url(../../../img/v3/client.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 100px;
}
@media screen and (min-width: 769px){
    #partner .title {
        top: 36%;
    }
    #partner .partner-wall {
        filter: blur(10px);
    }
    #partner.clear .title {
        line-height: 54px;
        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: 249px;
        background: url(../../../img/v3/3-1@2x.png) no-repeat center center;
        background-size: cover;
        margin-bottom: 30px;
    }
    #partner .node-tabs .tab-item--up {
        font-size: 14px;
    }
}

#student, #safe {
    padding: 70px 0;
    /*background: url(../../../img/v3/w1.jpeg) no-repeat;*/
    /*background-size: cover;*/
    background-color: var(--text-color-blue);
    height: 348px;
}
#safe {
    background: url(../../../img/v3/safe-bg.png) no-repeat;
    background-size: cover;
}
#student .title{
    line-height: 2em;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 50px;
}
#safe .title{
    line-height: 2em;
    letter-spacing: 2px;
    color: #2878FF;
    margin-bottom: 50px;
}
#student .subtitle {
    color: #fff;
    letter-spacing: 0;
}
#safe .subtitle {
    color: #2878FF;
    letter-spacing: 0;
}
#student .content, #safe .content {
    text-align: center;
}
@media screen and (max-width: 768px){
    #student, #safe {
        padding: 50px 0;
    }
    #student .title, #safe .title {
        padding: 0 15px;
        margin-bottom: 0;
    }
    #student .subtitle, #student.subtitle {
        font-size: 14px;
        margin: 30px 0;
    }
    #student .content, #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;
    }
    .scenario-block {
        width: 100%;
        padding: 20px 12px;
    }
    .scenario-item {
        justify-content: flex-end;
        flex-direction: column-reverse;
        width: 100%;
        height: 100%;
        transition: none;
    }
    .scenario-item&gt;img {
        width: 100%;
    }
    #guestbook .title {
        font-size: 24px !important;
    }
    .apply-title {
        font-size: 24px;
    }
    #apply_scenarios_index {
        padding: 40px 0;
    }
    #apply_scenarios_index .apply {
        padding: 0 20px;
    }
    .apply .tabs {
        max-width: 100%;
        gap: 12px;
        overflow-y: auto;
        height: 40px;
    }
    .apply .tab {
        white-space: nowrap;
    }
    .apply .tab-line {
        bottom: 0 !important;
    }
    #apply_scenarios_index .apply .scenario-box {
        height: 100%;
        margin-top: 40px;
        transform-style: inherit;
    }
    .scenario-title {
        font-size: 18px;
    }
    .scenario-right, .scenario-left {
        transform:none;
        opacity: 0;
    }
    .scenario-divider {
        width: 100%;
    }
    .scenario-func-desc-1 {
        font-size: 12px;
    }
    .scenario-box .func-desc {
        font-size: 12px;
    }
    .scenario-func-title-1, .scenario-func-title-2 {
        font-size: 16px;
    }
    #banner .content-down .flex span {
        font-size: 12px;
        margin: 0;
    }
    #extend .extend-logo::after {
        display: none;
    }
}
/* fps end */


#product .product-info-m {
    display: flex;
    gap: 24px;
}
#product .new {
    position: absolute;
    height: 26px;
    width: 42px;
    top: 18px;
    left: 160px;
}
#product .new.fps {
    left: 172px;
}
.product__card-n {
    position: relative;
    width: 282px;
    height: 372px;
    overflow: hidden;
}

.product__card-n:not(.product__card-fps):hover .card-animation {
    transition: background-position 0.2s, transform 0.6s;
    transform: translateY(-60px);
}
.product__card-n.product__card-tps-pro:hover .card-animation {
    animation: tps-pro-animation 1.7s steps(59) 1 forwards;
    transform: translateY(0);
}
.product__card-tps:hover .card-animation {
    animation: tps-animation 1.7s steps(41) 1 forwards;
}
.product__card-dps:hover .card-animation {
    animation: product-animation 1.7s steps(59) 1 forwards;
}
.product__card-kps:hover .card-animation {
    animation: kps-animation 1.7s steps(48) 1 forwards;
}
.product__card-sfps:hover .card-animation {
    animation: product-animation 1.7s steps(59) 1 forwards;
}
.product__card-fps:hover .card-animation {
    transition: background-position 0.2s, transform 0.6s; /* ç»™å®šå¹³æ»‘çš„è¿‡æ¸¡æ•ˆæžœ */
    animation: fps-animation 2s steps(47) 1 forwards;
}
.product__card-n:not(:hover) .card-animation {
    transition: none;
}
.product__card-n:hover .card-middle {
    transition: transform 0.6s, opacity 0.3s ease;
    opacity: 0; /* éšè—å…ƒç´&nbsp; */
}
.product__card-n:not(:hover) .card-middle {
    transition: none;
}
/* å®šä¹‰å…³é”®å¸§åŠ¨ç”» */
@keyframes tps-pro-animation {
  0% { background-position: 0 0; }
  100% { background-position: 0 -21948px; }
}
@keyframes tps-animation {
  0% { background-position: 0 0; }
  100% { background-position: 0 -7790px; }
}
@keyframes kps-animation {
  0% { background-position: 0 0; }
  100% { background-position: 0 -9120px; }
}
@keyframes fps-animation {
  0% { background-position: 0 0; }
  100% { background-position: 0 -17484px; }
}
@keyframes product-animation {
  0% { background-position: 0 0; }
  100% { background-position: 0 -11210px; }
}
.product__card-tps-pro {
    width: 588px;
    height: 372px;
    padding: 24px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #DAE3F5;
    background: #242833;
}
.product__card-tps-pro .card-animation {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 588px;
    height: 372px;
    /*background-image: url('../../../img/v3/tps-pro-animation.png'); !* ç”¨åˆæˆå›¾ä½œä¸ºèƒŒæ™¯ *!*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100%;*/
    /*background-position: 0 -21948px;*/
}
.product__card-tps {
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #DAE3F5;
    background: linear-gradient( 143deg, #FFFFFF 49%, #EBF6F8 100%);
}
.product__card-tps .card-animation {
    position: absolute;
    bottom: -1px;
    width: 282px;
    height: 190px;
    /*background-image: url('../../../img/v3/tps-animation.png'); !* ç”¨åˆæˆå›¾ä½œä¸ºèƒŒæ™¯ *!*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100%;*/
    /*background-position: 0 -7790px;*/
}
.product__card-dps {
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #DAE3F5;
    background: linear-gradient( 139deg, #FFFFFF 48%, #F8F3FF 100%);
}
.product__card-dps .card-animation {
    position: absolute;
    bottom: -1px;
    width: 282px;
    height: 190px;
    /*background-image: url('../../../img/v3/dps-animation.png'); !* ç”¨åˆæˆå›¾ä½œä¸ºèƒŒæ™¯ *!*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100%;*/
    /*background-position: 0 -11210px;*/
}
.product__card-kps {
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #DAE3F5;
    background: linear-gradient( 137deg, #FFFFFF 48%, #F9F6EB 100%);
}
.product__card-kps .card-animation {
    position: absolute;
    bottom: -1px;
    width: 282px;
    height: 190px;
    /*background-image: url('../../../img/v3/kps-animation.png'); !* ç”¨åˆæˆå›¾ä½œä¸ºèƒŒæ™¯ *!*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100%;*/
    /*background-position: 0 -9120px;*/
}
.product__card-fps {
    width: 588px;
    height: 374px;
    padding: 26px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #DAE3F5;
    background: linear-gradient( 156deg, #FFFFFF 34%, #F8F4EA 100%);
}
.product__card-fps .card-animation {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 294px;
    height: 372px;
    /*background-image: url('../../../img/v3/fps-animation.png'); !* ç”¨åˆæˆå›¾ä½œä¸ºèƒŒæ™¯ *!*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100%;*/
    /*background-position: 0 0; !* é»˜è®¤æ˜¾ç¤ºç¬¬ä¸€ä¸ªå¸§ *!*/
}
.product__card-sfps {
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #DAE3F5;
    background: linear-gradient( 151deg, #FFFFFF 28%, #EBEFF9 100%);
}
.product__card-sfps .card-animation {
    position: absolute;
    bottom: -1px;
    width: 282px;
    height: 190px;
    /*background-image: url('../../../img/v3/sfps-animation.png'); !* ç”¨åˆæˆå›¾ä½œä¸ºèƒŒæ™¯ *!*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100%;*/
    /*background-position: 0 -11210px;*/
}

.product__card-n:not(.product__card-fps, .product__card-tps-pro):hover .card-animation {
    transition: background-position 0.2s, transform 0.6s;
    transform: translateY(-60px);
}
/*.product__card-n.product__card-tps-pro:hover .card-animation {*/
/*    animation: tps-pro-animation 1.7s steps(59) 1 forwards;*/
/*    transform: translateY(0);*/
/*}*/
/*.product__card-tps:hover .card-animation {*/
/*    animation: tps-animation 1.7s steps(41) 1 forwards;*/
/*}*/
/*.product__card-dps:hover .card-animation {*/
/*    animation: product-animation 1.7s steps(59) 1 forwards;*/
/*}*/
/*.product__card-kps:hover .card-animation {*/
/*    animation: kps-animation 1.7s steps(48) 1 forwards;*/
/*}*/
/*.product__card-sfps:hover .card-animation {*/
/*    animation: product-animation 1.7s steps(59) 1 forwards;*/
/*}*/
/*.product__card-fps:hover .card-animation {*/
/*    transition: background-position 0.2s, transform 0.6s; !* ç»™å®šå¹³æ»‘çš„è¿‡æ¸¡æ•ˆæžœ *!*/
/*    animation: fps-animation 2s steps(47) 1 forwards;*/
/*}*/

.product__card-n:not(:hover) .card-animation {
    transition: none;
}
.product__card-n:hover .card-middle {
    transition: transform 0.6s, opacity 0.3s ease;
    opacity: 0; /* éšè—å…ƒç´&nbsp; */
}
.product__card-n:not(:hover) .card-middle {
    transition: none;
}
.product__card-fps .fps {
    color: #FF962A;
}
.product__card-tps-pro .tps_pro {
    color: #EBD8AE;
}
.product__card-tps-pro .product-btn {
    position: absolute;
    bottom: 20px;
}

.product__card-tps-pro .product-btn .product-btn-mark {
    position: absolute;
}
.btn.tps_pro-btn {
    background: linear-gradient( 90deg, #EBD8AE 0%, #DBB27C 100%);
    color: #12141D;
    border: inherit;
}
.btn.tps_pro-btn.is-plain {
    color: #EBD8AE;
    border: 1px solid #EBD8AE;
    background: inherit;
}
.btn.tps_pro-btn:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 9px;
    margin-left: 10px;
    transition: var(--transition-normal);
    background-image: url(../../../img/jiantou-b.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.btn.tps_pro-btn.is-plain:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 9px;
    margin-left: 10px;
    transition: var(--transition-normal);
    background-image: url(../../../img/jiantou-t.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.card__top-n {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
}
.card-box-n .product-name{
    display: block;
    font-size: 24px;
    line-height: 36px;
    height: 36px;
    font-weight: 500;
    color: #FFFFFF;
}
.product__card-n.product__card-fps .product-name {
    color: inherit;
}
.product-tag {
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-tag .tag-fill {
    width: 84px;
    background: #FFD491;
    font-weight: 500;
    font-size: 12px;
    color: #242833;
    padding: 3px;
    border-radius: 4px;
    text-align: center;
    height: 18px;
    line-height: 18px;
}

.product-tag .tag-r {
    width: 84px;
    background: rgba(244,215,171,0.12);
    border-radius: 3px;
    border: 1px solid #FFD491;
    font-weight: 500;
    font-size: 12px;
    color: #EBD8AE;
    padding: 2px;
    text-align: center;
    height: 18px;
    line-height: 18px;
}
.product-tag .tag-r.fps {
    color: #FF962A;
    border: 1px solid #FF962A;
}

.product-tip {
    margin: 16px 0 20px 0;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}
.fps .product-tip {
    color: #6B6D70;
}
.symbol.tps_pro {
    background-color: #EBD8AE;
    height: 22px;
    margin-top: 0;
}
.product__card-tps-pro .product-desc-item {
    margin-top: 24px;
}
.product__card-fps .product-desc-item {
    margin-top: 24px;
}
.product-desc-item .core {
    text-align: center;
    color: #6B6D70;
    line-height: 24px;
}
.product-desc-item .core.fps {
    color: #FF962A;
}
#product .card__middle {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.card__middle .desc-group {
    display: flex;
    align-items: center;
    gap: 8px;
}
.card__middle .desc-group .left {
    flex-basis: 40%;
}

.desc-item {
    color: rgba(255,255,255,0.7);
}
.fps .desc-item {
    color: #6b6d70;
}
.card__bottom .product-feature-n {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 24px;
}
.card__bottom .product-feature-n.normal {
    margin-top: 54px;
}

.product__card-n.normal .product-btn {
    width: 242px;
    position: absolute;
    bottom: 18px;
}

.product__card-n.normal .product-btn .product-btn-mark {
    position: absolute;
}
.product__card-n.normal:hover .product-feature-n {
    transition: all 0.25s;
    opacity: 0;
}
.product__card-n.normal:hover .card__bottom {
    opacity: 1;
    transform: translateY(-84px);
    border-radius: 8px;
    transition: transform 0.6s;
}
.product__card-n.product__card-tps.normal:hover .card__bottom {
    top: 246px;
}
.product__card-n.fps .product-btn {
    position: absolute;
    bottom: 20px;
}
.product__card-n.fps .product-btn .product-btn-mark {
    position: absolute;
}
.product__card-n.fps:hover .product-feature-n {
    transition: all 0.25s;
    opacity: 0;
}
.product__card-n.fps .card__bottom {
    left: 0;
}
.product__card-n.fps:hover .card__bottom {
    opacity: 1;
    transform: translateY(-84px);
    border-radius: 8px;
    transition: transform 0.6s;
}
.product__card-tps-pro .card__bottom {
    z-index: 101;
    left:0;
    background: linear-gradient( 180deg, rgba(36,40,51,0) 0%, rgba(36,40,51,0.4) 7%, rgba(36,40,51,0.6) 14%, #242833 20%);
}
.product__card-tps-pro:hover .card__bottom {
    opacity: 1;
    transform: translateY(-84px);
    border-radius: 8px;
    transition: transform 0.6s;
}
.blue-btn.is-plain:hover {
    background: inherit;
    color: var(--text-color-blue);
}
.blue-btn.is-plain:hover.icon::after {
    background-image: url(../../../img/v3/w2@2x.png);
}</pre></body></html>