body .globle_button_2022 {
    background: #3575f5;
    box-sizing: border-box;
    width: 220px;
    height: 56px;
    line-height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background 400ms
}

body .globle_button_2022.hidden {
    display: none
}

body .globle_button_2022>* {
    position: relative;
    z-index: 2
}

body .globle_button_2022:before {
    content: '';
    background: #518afc;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 0%;
    transform-origin: right center;
    transition: width 400ms;
    border-radius: 30px
}

body .globle_button_2022:hover:before {
    width: 100%;
    left: 0
}

body .globle_button_2022 .iconfont {
    font-size: .85rem;
    line-height: 1rem;
    margin-right: .3rem;
    text-align: center;
    font-weight: 400
}

body .globle_button_2022 .b_w {
    min-width: 150px;
    line-height: 24px;
    text-align: left
}

body .globle_button_2022 .b_w span:nth-child(1) {
    display: block
}

body .globle_button_2022 .b_w span:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
    display: block;
    font-weight: 400
}

body .globle_button_2022.center .b_w {
    text-align: center
}

body .globle_button_2022.bor {
    color: #3575f5;
    background: 0 0;
    border: 2px solid #3575f5
}

body .globle_button_2022.bor:hover {
    color: #fff;
    background: #518afc;
    border-color: #518afc
}

body .globle_button_2022.green {
    background: #00d2b9
}

body .globle_button_2022.green:before {
    background: #00d2b9
}

body .globle_button_2022.green.bor {
    color: #00d2b9;
    background: 0 0;
    border: 2px solid #00d2b9
}

body .globle_button_2022.green.bor:hover {
    background: #00d2b9;
    color: #fff
}

body .globle_button_2022.orange {
    background: #fa8b41
}

body .globle_button_2022.orange:before {
    background: #fa9755
}

body .globle_button_2022.orange.bor {
    color: #fa8b41;
    background: 0 0;
    border: 2px solid #fa8b41
}

body .globle_button_2022.orange.bor:hover {
    color: #fff;
    background: #fa9755
}

body .globle_button_2022.black {
    background: #161817;
    border: 2px solid #161817
}

body .globle_button_2022.black:before {
    background: #000
}

body .globle_button_2022.black.bor {
    color: #161817;
    background: 0 0
}

body .globle_button_2022.black.bor:before {
    background: #3575f5
}

body .globle_button_2022.black.bor:hover {
    color: #fff;
    border-color: #3575f5;
    background: #3575f5
}

body .globle_button_2022.white {
    background: #fff;
    color: #fa8b41;
    border-color: #fff
}

body .globle_button_2022.white:hover {
    color: #fff;
    border-color: #fa8b41;
    background: #3575f5
}

body .globle_button_2022.white:before {
    background: #fa9755
}

body .globle_button_2022.white.bor {
    color: #fff;
    background: 0 0
}

body .globle_button_2022.white.bor:before {
    background: #3575f5
}

body .globle_button_2022.white.bor:hover {
    color: #fff;
    border-color: #3575f5;
    background: #3575f5
}

@media(max-width:1000px) {
    body .globle_button_2022 {
        width: auto;
        max-width: 18.75rem;
        margin: .5rem auto;
        height: 2.4rem !important;
        font-size: .75rem;
        line-height: .95rem;
        border-radius: 1.2rem
    }
    body .globle_button_2022 .iconfont {
        display: none
    }
    body .globle_button_2022 .b_w {
        line-height: .95rem;
        text-align: center
    }
    body .globle_button_2022 .b_w span:nth-child(2) {
        font-size: .6rem;
        line-height: .6rem
    }
}

body .globle_button_2023 {
    background: #2c4eff;
    box-sizing: border-box;
    width: 260px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background 400ms
}

body .globle_button_2023.hidden {
    display: none
}

body .globle_button_2023>* {
    position: relative;
    z-index: 2
}

body .globle_button_2023::before {
    content: "";
    cursor: pointer;
    position: absolute;
    left: -110%;
    top: 0;
    width: 100%;
    height: 200%;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg)
}

body .globle_button_2023:hover::before {
    left: 110%;
    -webkit-transition: 1s;
    transition: 1s
}

body .globle_button_2023 .iconfont {
    font-size: .85rem;
    line-height: 1rem;
    margin-right: .3rem;
    text-align: center;
    font-weight: 400
}

body .globle_button_2023 .b_w {
    min-width: 150px;
    line-height: 24px;
    text-align: left
}

body .globle_button_2023 .b_w span:nth-child(1) {
    display: block
}

body .globle_button_2023 .b_w span:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
    display: block;
    font-weight: 400
}

body .globle_button_2023.center .b_w {
    text-align: center
}

body .globle_button_2023.bor {
    color: #2c4eff;
    background: 0 0;
    border: 2px solid #2c4eff
}

body .globle_button_2023.bor:hover {
    color: #fff;
    background: #2c4eff;
    border-color: #2c4eff
}

body .globle_button_2023.green {
    background: #00d2b9
}

body .globle_button_2023.green.bor {
    color: #00d2b9;
    background: 0 0;
    border: 2px solid #00d2b9
}

body .globle_button_2023.green.bor:hover {
    background: #00d2b9;
    color: #fff
}

body .globle_button_2023.orange {
    background: #ff6a00
}

body .globle_button_2023.orange.bor {
    color: #ff6a00;
    background: 0 0;
    border: 2px solid #ff6a00
}

body .globle_button_2023.orange.bor:hover {
    color: #fff;
    background: #ff6a00
}

body .globle_button_2023.black {
    background: #161817;
    border: 2px solid #161817
}

body .globle_button_2023.black.bor {
    color: #161817;
    background: 0 0
}

body .globle_button_2023.black.bor:before {
    background: #2c4eff
}

body .globle_button_2023.black.bor:hover {
    color: #fff;
    border-color: #2c4eff;
    background: #2c4eff
}

body .globle_button_2023.white {
    background: #fff;
    border-color: #fff;
    color: #2c4eff
}

body .globle_button_2023.white:hover {
    color: #fff;
    border-color: #2c4eff;
    background: #2c4eff
}

body .globle_button_2023.white.bor {
    color: #fff;
    background: 0 0
}

body .globle_button_2023.white.bor:hover {
    color: #fff;
    border-color: #2c4eff;
    background: #2c4eff
}

body .globle_button_2023.white.orange {
    color: #ff6a00
}

body .globle_button_2023.white.orange:hover {
    color: #fff;
    border-color: #ff6a00;
    background: #ff6a00
}

body .globle_button_2023.white.orange.bor:hover {
    color: #fff;
    border-color: #ff6a00;
    background: #ff6a00
}

@media(max-width:1000px) {
    body .globle_button_2023 {
        width: auto;
        max-width: 18.75rem;
        margin: .5rem auto;
        height: 2.4rem !important;
        font-size: .75rem;
        line-height: .95rem;
        border-radius: 1.2rem
    }
    body .globle_button_2023 .iconfont {
        display: none
    }
    body .globle_button_2023 .b_w {
        line-height: .95rem;
        text-align: center
    }
    body .globle_button_2023 .b_w span:nth-child(2) {
        font-size: .6rem;
        line-height: .6rem
    }
}

.pro_fixed_2022 {
    background: rgba(255, 255, 255, .6);
    background: #fff\0;
    box-shadow: 0 .1rem .2rem 0 rgba(21, 58, 160, .1);
    position: sticky;
    position: relative\0;
    position: -webkit-sticky;
    top: 0;
    z-index: 99;
    backdrop-filter: blur(20px)
}

@-moz-document url-prefix() {
    .pro_fixed_2022 {
        background: #fff
    }
}

.pro_fixed_2022 .wrap_1200 {
    display: flex;
    justify-content: center;
    align-items: center
}

.pro_fixed_2022 .wrap_1200:after {
    display: none
}

.pro_fixed_2022.fixed {
    top: 0
}

.pro_fixed_2022 .img {
    margin-right: 1rem;
    position: relative;
    display: flex;
    align-items: center
}

.pro_fixed_2022 .img img {
    vertical-align: top
}

.pro_fixed_2022 .img .t {
    font-size: 18px;
    margin-left: 10px;
    font-weight: 700
}

.pro_fixed_2022 .icon img {
    vertical-align: top
}

.pro_fixed_2022 .pro_fix_nav {
    height: 1.475rem;
    line-height: 1.475rem;
    white-space: nowrap;
    display: flex;
    font-weight: 300
}

.pro_fixed_2022 .pro_fix_nav:after {
    display: none
}

.pro_fixed_2022 .pro_fix_nav a {
    color: #000;
    margin-right: .7rem;
    display: block
}

.pro_fixed_2022 .pro_fix_nav a:last-child {
    margin-right: .55rem
}

.pro_fixed_2022 .pro_fix_nav a.current,
.pro_fixed_2022 .pro_fix_nav a:hover {
    color: #3589ff
}

@media(max-width:1025px) {
    .pro_fixed_2022 .pro_fix_nav a {
        margin-right: .65rem
    }
}

.pro_fixed_2022 .pro_fix_nav .a_list {
    position: relative
}

.pro_fixed_2022 .pro_fix_nav .a_list ul {
    background: #fff;
    position: absolute;
    left: 0;
    top: 49px;
    box-shadow: 0 10px 20px 0 rgba(155, 162, 173, .14);
    line-height: 30px;
    padding: 12px;
    border-radius: 8px;
    display: none
}

.pro_fixed_2022 .pro_fix_nav .a_list:hover ul {
    display: block
}

.pro_fixed_2022 .button {
    display: flex;
    margin-left: 16px;
    transition: opacity 1000ms;
    opacity: 1
}

.pro_fixed_2022 .button .globle_button_2022 {
    width: 156px;
    height: 34px;
    font-size: 16px;
    margin-right: 18px
}

.pro_fixed_2022 .button .globle_button_2022:last-child {
    margin-right: 0
}

.pro_fixed_2022 .blank_area {
    height: 1.475rem;
    width: 25%
}

.pro_fixed_2022.current .button,
.pro_fixed_2022.fixed .button {
    opacity: 1;
    visibility: visible
}

@media(max-width:1000px) {
    .pro_fixed_2022 .pro_fix_nav,
    .pro_fixed_2022 .icon,
    .pro_fixed_2022 .button,
    .pro_fixed_2022 .blank_area {
        display: none
    }
    .pro_fixed_2022 .img {
        height: 2.1rem;
        margin: 0
    }
    .pro_fixed_2022 .img .t {
        font-size: .8rem;
        line-height: .95rem;
        font-weight: 700;
        margin: 0 0 0 .2rem
    }
}