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: bold;
    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: 0px;
    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: 0px
}

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

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: normal
}

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

body .globle_button_2022.bor {
    color: #3575F5;
    background: none;
    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: none;
    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: none;
    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: none
}

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
}

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

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

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: 0.5rem auto;
        height: 2.4rem !important;
        font-size: 0.75rem;
        line-height: 0.95rem;
        border-radius: 1.2rem
    }

    body .globle_button_2022 .iconfont {
        display: none
    }

    body .globle_button_2022 .b_w {
        line-height: 0.95rem;
        text-align: center
    }

    body .globle_button_2022 .b_w span:nth-child(2) {
        font-size: 0.6rem;
        line-height: 0.6rem
    }
}

body .globle_button_2023 {
    background: #2C4FFF;
    box-sizing: border-box;
    width: 240px;
    padding: 0 22px 0 22px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background 200ms
}

body .globle_button_2023.hidden {
    display: none
}

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

body .globle_button_2023.shodow1 {
    box-shadow: 0px 15px 20px 0px rgba(44, 79, 255, 0.2)
}

body .globle_button_2023:hover {
    background: #082EEE
}

body .globle_button_2023:hover .icon:before {
    transform: translateY(0px);
    opacity: 1
}

body .globle_button_2023:hover .icon:after {
    transform: translateY(40px);
    opacity: 0
}

body .globle_button_2023:hover .icon2:before {
    transform: translateX(0px);
    opacity: 1
}

body .globle_button_2023:hover .icon2:after {
    transform: translateX(30px);
    opacity: 0
}

body .globle_button_2023 .icon {
    font-size: .5rem;
    line-height: 1rem;
    text-align: right;
    font-weight: normal;
    display: grid;
    position: relative
}

body .globle_button_2023 .icon:before, body .globle_button_2023 .icon:after {
    content: '\e7b4';
    grid-area: 1 / 1 / auto / auto;
    transition: all 300ms cubic-bezier(0.68, -0.4, 0.27, 1)
}

body .globle_button_2023 .icon:before {
    transform: translateY(-40px);
    opacity: 0
}

body .globle_button_2023 .icon2 {
    font-size: .35rem;
    line-height: 1rem;
    text-align: right;
    font-weight: normal;
    display: grid;
    position: relative
}

body .globle_button_2023 .icon2:before, body .globle_button_2023 .icon2:after {
    content: '\e7b5';
    grid-area: 1 / 1 / auto / auto;
    transition: all 300ms cubic-bezier(0.68, -0.4, 0.27, 1.4)
}

body .globle_button_2023 .icon2:before {
    transform: translateX(-30px);
    opacity: 0
}

body .globle_button_2023 .stay {
    font-size: 32px;
    font-weight: normal
}

body .globle_button_2023.short {
    width: 200px;
    height: 60px
}

body .globle_button_2023 .b_w {
    min-width: 150px;
    line-height: 19px;
    text-align: left;
    padding-top: 2px
}

body .globle_button_2023 .b_w span:nth-child(1) {
    display: block;
    font-size: 16px
}

body .globle_button_2023 .b_w span:nth-child(2) {
    font-size: 12px;
    line-height: 20px;
    display: block;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.5)
}

body .globle_button_2023.center {
    justify-content: center
}

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

body .globle_button_2023.bor {
    color: #2C4FFF;
    background: none;
    border: 2px solid rgba(44, 79, 255, 0.3)
}

body .globle_button_2023.bor:before {
    display: none
}

body .globle_button_2023.bor:hover {
    color: #fff;
    background: #2C4FFF;
    border: 2px solid #2C4FFF
}

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

body .globle_button_2023.green:before {
    background: #00D2B9
}

body .globle_button_2023.green.bor {
    color: #00D2B9;
    background: none;
    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:hover {
    background: #EF4300
}

body .globle_button_2023.orange.bor {
    color: #FF6A00;
    background: none;
    border: 2px solid rgba(255, 106, 0, 0.3)
}

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

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

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

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

body .globle_button_2023.black.bor:before {
    background: #3575F5
}

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

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

body .globle_button_2023.white:hover {
    color: #fff;
    border-color: #FA8B41;
    background: #3575F5
}

body .globle_button_2023.white:before {
    background: #FA9755
}

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

body .globle_button_2023.white.bor:before {
    background: #3575F5
}

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

body .globle_button_2023.content {
    width: 200px;
    height: 52px;
    justify-content: center;
    font-size: 14px
}

@media (max-width: 1000px) {
    body .globle_button_2023 {
        width: auto !important;
        max-width: 18.75rem;
        margin: 0.5rem auto;
        height: 2.4rem !important;
        font-size: 0.75rem;
        line-height: 0.95rem;
        border-radius: 1.2rem;
        justify-content: center
    }

    body .globle_button_2023.content {
        width: auto
    }

    body .globle_button_2023 .iconfont {
        display: none
    }

    body .globle_button_2023.content {
        font-size: 0.75rem
    }

    body .globle_button_2023 .b_w {
        line-height: 0.95rem;
        text-align: center;
        margin: 0 auto
    }

    body .globle_button_2023 .b_w span:nth-child(1) {
        font-size: 0.75rem;
        line-height: 0.9rem
    }

    body .globle_button_2023 .b_w span:nth-child(2) {
        font-size: 0.4rem;
        line-height: 0.6rem
    }
}

.pro_fixed_2022 {
    background: rgba(255, 255, 255, 0.6);
    background: #fff \0;
    box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(21, 58, 160, 0.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: bold
}

.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: 0px;
    top: 49px;
    box-shadow: 0px 10px 20px 0px rgba(155, 162, 173, 0.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: 0.8rem;
        line-height: 0.95rem;
        font-weight: bold;
        margin: 0 0 0 0.2rem
    }
}

.pro_fixed_button_2023 {
    background: rgba(32, 37, 57, 0.9);
    backdrop-filter: blur(3px);
    color: #fff;
    position: sticky;
    position: relative \0;
    position: -webkit-sticky;
    top: 0;
    z-index: 99
}

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

.pro_fixed_button_2023 .wrap {
    max-width: 37.5rem;
    min-height: 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.pro_fixed_button_2023 .wrap:after {
    display: none
}

.pro_fixed_button_2023.fixed, .pro_fixed_button_2023.current {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    color: #080D23;
    box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.09)
}

.pro_fixed_button_2023.fixed .pro_fix_nav a, .pro_fixed_button_2023.current .pro_fix_nav a {
    color: #514F59
}

.pro_fixed_button_2023.fixed .pro_fix_nav a::after, .pro_fixed_button_2023.current .pro_fix_nav a::after {
    background-color: #514F59
}

@media (max-width: 1000px) {
    .pro_fixed_button_2023 {
        display: none
    }
}

.pro_fixed_button_2023 .icon {
    color: #3589FF;
    font-size: .9rem;
    line-height: 1.475rem;
    margin-right: .7rem;
    position: relative
}

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

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

.pro_fixed_button_2023 .img .t {
    font-size: 16px;
    margin-left: 10px;
    font-weight: bold
}

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

.pro_fixed_button_2023 .nav_box {
    display: flex;
    align-items: center
}

.pro_fixed_button_2023 .pro_fix_nav {
    line-height: 1.4rem;
    white-space: nowrap;
    display: flex
}

.pro_fixed_button_2023 .pro_fix_nav:after {
    display: none
}

.pro_fixed_button_2023 .pro_fix_nav a {
    color: #fff;
    margin-right: 1.25rem;
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 14px
}

.pro_fixed_button_2023 .pro_fix_nav a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 13px;
    left: 0;
    background-color: #fff;
    transform: scale(0);
    transition: all 0.3s
}

.pro_fixed_button_2023 .pro_fix_nav a:hover {
    text-decoration: none
}

.pro_fixed_button_2023 .pro_fix_nav a:hover::after {
    transform: scale(1);
    transition: all 0.3s
}

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

.pro_fixed_button_2023 .pro_fix_nav .a_list {
    position: relative
}

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

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

.pro_fixed_button_2023 .pro_fix_nav .upgrade {
    background: #3689FF;
    line-height: 30px;
    height: 30px;
    color: #fff;
    border-radius: 15px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px
}

.pro_fixed_button_2023 .pro_fix_nav .upgrade:hover {
    color: #fff;
    text-decoration: none
}

.pro_fixed_button_2023 .check_list {
    margin: 0 0 0 0.4rem
}

.pro_fixed_button_2023 .check_list li {
    font-size: .35rem;
    cursor: pointer
}

.pro_fixed_button_2023 .check_list li::before {
    content: '\e6f7';
    display: inline-block;
    margin-right: .2rem;
    font-size: .4rem
}

.pro_fixed_button_2023 .check_list li.current {
    color: #FF8924
}

.pro_fixed_button_2023 .check_list li.current::before {
    content: '\e6f6'
}

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

.pro_fixed_button_2023 .button.hidden {
    display: none
}

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

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

.pro_fixed_button_2023 .button .globle_button_2023 {
    width: 150px;
    height: 30px;
    font-size: 12px;
    margin-right: 18px;
    justify-content: center;
    border-radius: 2px;
    padding: 0;
    font-weight: normal
}

.pro_fixed_button_2023 .button .globle_button_2023:last-child {
    margin-right: 0
}

.pro_fixed_button_2023 .resources_link.current {
    color: #3589FF;
    text-decoration: underline;
    cursor: pointer
}

.pro_fixed_button_2023 .r_link {
    padding: 1rem 0;
    background: #fff;
    display: none
}

.pro_fixed_button_2023 .r_link dl {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 23%;
    border-right: .025rem solid rgba(0, 0, 0, 0.2);
    text-align: left;
    padding: .25rem 0;
    padding-left: 3%
}

.pro_fixed_button_2023 .r_link dl dt {
    min-height: 1rem;
    color: #111532;
    font-size: .45rem
}

.pro_fixed_button_2023 .r_link dl dd {
    line-height: .75rem;
    font-size: .35rem
}

.pro_fixed_button_2023 .r_link dl dd a {
    color: #111532
}

.pro_fixed_button_2023 .r_link dl:first-child {
    padding-left: 0
}

.pro_fixed_button_2023 .r_link dl:last-child {
    border-right: none;
    width: auto
}

.pro_fixed_button_2023 .r_link.current {
    display: block
}
