@-webkit-keyframes x-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes x-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fx-price .price-mobile {
    display: none
}

.fx-price H1 {
    color: #141e31;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px
}

.fx-price .btn-green {
    background: #0F6DFD;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    text-align: center
}

.fx-price .btn-green i {
    display: inline-block;
    font-size: 18px;
    margin-left: 8px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

.fx-price .btn-green:hover {
    background: #4f95ff
}

.fx-price .btn-green:hover i {
    -webkit-transform: translateX(12px);
    transform: translateX(12px)
}

.fx-price .btn-white {
    border: 1px solid #0F6DFD;
    border-radius: 4px;
    color: #0F6DFD;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    text-align: center
}

.fx-price .btn-white i {
    display: inline-block;
    font-size: 18px;
    margin-left: 8px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    vertical-align: bottom
}

.fx-price .btn-white:hover {
    background: #e0ecff
}

.fx-price .btn-white:hover i {
    -webkit-transform: translateX(12px);
    transform: translateX(12px)
}

.fx-price .title-large {
    color: #141e31;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    text-align: center
}

.fx-price .fx-price-section-version {
    color: #1f2d3d;
    height: auto;
    position: relative;
    width: 100%
}

.fx-price .fx-price-section-version .fx-price-version-banner {
    background: url(../../images/price/price_banner.png) 50% no-repeat;
    background-size: cover;
    height: 620px;
    position: absolute;
    width: 100%;
    z-index: -1
}

.fx-price .fx-price-section-version .title-large {
    font-size: 44px;
    font-weight: 700;
    line-height: 62px;
    padding-top: 160px;
    text-align: center
}

.fx-price .fx-price-section-version .bottom {
    color: #5e6d82;
    font-size: 18px;
    line-height: 26px;
    margin-top: 12px;
    text-align: center
}

.fx-price .fx-price-section-version .bottom .color-green {
    color: #0db3a6;
    font-size: 24px
}

.fx-price .fx-price-section-version .func-group-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 44px
}

.fx-price .fx-price-section-version .func-group-container .func-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 48px
}

.fx-price .fx-price-section-version .func-group-container .func-group .func-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 172px;
    word-break: break-word
}

.fx-price .fx-price-section-version .func-group-container .func-group .func-item .func-img {
    background-image: url(../../images/price/price_icon_sprites.png);
    background-size: 192px;
    height: 48px;
    margin: 0 8px 12px;
    width: 48px
}

.fx-price .fx-price-section-version .func-group-container .func-group .func-item .img-0 {
    background-position-x: 0
}

.fx-price .fx-price-section-version .func-group-container .func-group .func-item .img-1 {
    background-position-x: -48px
}

.fx-price .fx-price-section-version .func-group-container .func-group .func-item .img-2 {
    background-position-x: -96px
}

.fx-price .fx-price-section-version .func-group-container .func-group .func-item .img-3 {
    background-position-x: -144px
}

.fx-price .fx-price-section-version .func-group-container .func-group .func-item .img-4 {
    background-position-x: -192px
}

.fx-price .fx-price-section-version .func-group-container .func-group .func-item .img-5 {
    background-position-x: -240px
}

.fx-price .fx-price-section-version .func-group-container .func-group .func-item .img-6 {
    background-position-x: -288px
}

.fx-price .fx-price-section-version .func-group-container .func-group .func-item .func-content {
    color: #141e31;
    font-size: 16px;
    line-height: 24px
}

.fx-price .fx-price-section-version .func-group-container .func-group .func-item .description {
    color: #525967;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
    text-align: center
}

.fx-price .fx-price-section-version .purchasing {
    margin: 60px auto 0;
    width: 1192px
}

.fx-price .fx-price-section-version .purchasing .select-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 25px;
    padding-top: 20px;
    position: relative
}

.fx-price .fx-price-section-version .purchasing .select-wrapper #functions {
    display: none
}

.fx-price .fx-price-section-version .purchasing .swiper-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.fx-price .fx-price-section-version .purchasing .choice {
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
    color: #141e31;
    height: 464px;
    overflow: hidden;
    padding: 32px 22px 0;
    position: relative;
    text-align: center;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    width: 216px
}

.fx-price .fx-price-section-version .purchasing .choice .item-sub-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 8px
}

.fx-price .fx-price-section-version .purchasing .choice .item-sub-detail {
    word-wrap: break-word;
    color: #838892;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    margin-bottom: 8px;
    word-break: break-word
}

.fx-price .fx-price-section-version .purchasing .choice .recommend {
    height: 24px;
    position: absolute;
    right: 33px;
    top: 32px;
    width: 52px
}

.fx-price .fx-price-section-version .purchasing .choice .recommend .tip {
    background: url(../../images/price/intro_bg.png) no-repeat 50%;
    background-size: cover;
    height: 24px;
    width: auto
}

.fx-price .fx-price-section-version .purchasing .choice .top-bar {
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.fx-price .fx-price-section-version .purchasing .choice .bottom-bar {
    background: #2ea1ff;
    bottom: 0;
    height: 9px;
    left: 0;
    position: absolute;
    width: 100%
}

.fx-price .fx-price-section-version .purchasing .choice .bottom-bar:after {
    background: #fff;
    border-radius: 0 0 8px 8px;
    bottom: 5px;
    content: "";
    height: 8px;
    left: -1px;
    position: absolute;
    width: 250px
}

.fx-price .fx-price-section-version .purchasing .choice .color {
    font-weight: 500
}

.fx-price .fx-price-section-version .purchasing .choice.choice1 .top-bar {
    background: #838892
}

.fx-price .fx-price-section-version .purchasing .choice.choice1 .item-description .des-item:before {
    color: #525967
}

.fx-price .fx-price-section-version .purchasing .choice.choice2 .recommend {
    display: none
}

.fx-price .fx-price-section-version .purchasing .choice.choice2 .top-bar {
    background: #0F6DFD
}

.fx-price .fx-price-section-version .purchasing .choice.choice2 .color,.fx-price .fx-price-section-version .purchasing .choice.choice2 .item-description .des-item:before {
    color: #0F6DFD
}

.fx-price .fx-price-section-version .purchasing .choice.choice3 {
    width: 248px
}

.fx-price .fx-price-section-version .purchasing .choice.choice3 .top-bar {
    background: #2ea1ff
}

.fx-price .fx-price-section-version .purchasing .choice.choice3 .color,.fx-price .fx-price-section-version .purchasing .choice.choice3 .item-description .des-item:before {
    color: #2ea1ff
}

.fx-price .fx-price-section-version .purchasing .choice.choice4 .top-bar {
    background: #7e47eb
}

.fx-price .fx-price-section-version .purchasing .choice.choice4 .color,.fx-price .fx-price-section-version .purchasing .choice.choice4 .item-description .des-item:before {
    color: #7e47eb
}

.fx-price .fx-price-section-version .purchasing .choice.choice5 .top-bar {
    background: #ffa93a
}

.fx-price .fx-price-section-version .purchasing .choice.choice5 .color,.fx-price .fx-price-section-version .purchasing .choice.choice5 .item-description .des-item:before {
    color: #ffa93a
}

.fx-price .fx-price-section-version .purchasing .choice .item-button {
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 24px;
    width: 168px
}

.fx-price .fx-price-section-version .purchasing .choice .item-button.hover-active {
    background: #0F6DFD;
    color: #fff
}

.fx-price .fx-price-section-version .purchasing .choice .item-button.hover-active:hover {
    background: #4f95ff
}

.fx-price .fx-price-section-version .purchasing .choice .contact-us {
    display: none
}

.fx-price .fx-price-section-version .purchasing .choice .item-description {
    font-size: 14px;
    line-height: 26px;
    text-align: left
}

.fx-price .fx-price-section-version .purchasing .choice .item-description .des-item:before {
    content: "\e686";
    font-family: finex;
    font-size: 9px;
    margin-right: 12px
}

.fx-price .fx-price-section-version .purchasing .item-info {
    font-size: 36px;
    margin-bottom: 24px
}

.fx-price .fx-price-section-version .purchasing .item-info .small {
    font-size: 16px
}

.fx-price .fx-price-section-version .purchasing .item-info .color {
    line-height: 50px
}

.fx-price .fx-price-section-version .purchasing-note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    color: #525967;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 24px;
    margin-top: 24px
}

.fx-price .fx-price-section-version .purchasing-note .purchas-tip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.fx-price .fx-price-section-version .purchasing-note span {
    margin-bottom: 12px
}

.fx-price .fx-price-section-version .purchasing-note .tit-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 20px;
    color: #525967;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 10px
}

.fx-price .fx-price-section-version .purchasing-note .tit-right .iconfont {
    color: #ffa93a;
    display: inline-block;
    margin-right: 8px;
    width: 16px
}

.fx-price .fx-price-section-version .purchasing-note .green {
    color: #0F6DFD;
    display: inline;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.fx-price .price-content {
    margin: 0 auto;
    width: 1192px
}

.fx-price .fx-price-section-main {
    margin-top: 60px
}

.fx-price .fx-price-section-main .color-green {
    color: #0F6DFD
}

.fx-price .fx-price-section-main .package-main-mobile {
    display: none;
    overflow: hidden
}

.fx-price .fx-price-section-main .price-value-added-services {
    background: #eaf6ff;
    margin-top: 80px;
    padding: 80px 0;
    text-align: center
}

.fx-price .fx-price-section-main .price-value-added-services .desc {
    color: #525967;
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
    text-align: center
}

.fx-price .fx-price-section-main .price-value-added-services .services-types {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background: #6dbdff1a;
    border: 1px solid #fff;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    gap: 10px;
    height: 48px;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 48px auto 0;
    padding: 4px;
    width: 364px
}

.fx-price .fx-price-section-main .price-value-added-services .services-types span {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 50%
}

.fx-price .fx-price-section-main .price-value-added-services .services-types span.active {
    background: #fff;
    font-weight: 500
}

.fx-price .fx-price-section-main .price-value-added-services .services-detail {
    margin-top: 24px;
    overflow: hidden;
    width: 100%
}

.fx-price .fx-price-section-main .price-value-added-services .services-detail .slide-item {
    display: none;
    width: 100%
}

.fx-price .fx-price-section-main .price-value-added-services .services-detail .slide-item img {
    width: 100%
}

.fx-price .fx-price-section-main .price-value-added-services .services-detail .slide-item.active {
    display: block
}

.fx-price .fx-price-section-main .price-value-added-services .price-button {
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
    margin: 48px auto 0;
    padding: 0 32px
}

.fx-price .fx-price-section-main .detail-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #0F6DFD;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    -webkit-justify-content: center;
    justify-content: center
}

.fx-price .fx-price-section-main .detail-title .konw-detail,.fx-price .fx-price-section-main .detail-title .pickup-detail {
    background: hsla(0,0%,100%,.2);
    border: 1px solid #0F6DFD;
    border-radius: 4px 4px 4px 4px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 204px
}

.fx-price .fx-price-section-main .detail-title .konw-detail:hover,.fx-price .fx-price-section-main .detail-title .pickup-detail:hover {
    background-color: #e0ecff
}

.fx-price .fx-price-section-main .detail-title i {
    font-size: 18px;
    margin-left: 8px;
    margin-top: 5px
}

.fx-price .fx-price-section-main .detail-title .konw-detail {
    display: none
}

.fx-price .fx-price-section-main .detail .detail-sub {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 34px
}

.fx-price .fx-price-section-main .detail .detail-sub .pickup-all,.fx-price .fx-price-section-main .detail .detail-sub .pickup-difference-btn,.fx-price .fx-price-section-main .detail .detail-sub .show-difference-btn,.fx-price .fx-price-section-main .detail .detail-sub .stretch-all {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #0F6DFD;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    padding-left: 27px
}

.fx-price .fx-price-section-main .detail .detail-sub .pickup-all .iconfont,.fx-price .fx-price-section-main .detail .detail-sub .pickup-difference-btn .iconfont,.fx-price .fx-price-section-main .detail .detail-sub .show-difference-btn .iconfont,.fx-price .fx-price-section-main .detail .detail-sub .stretch-all .iconfont {
    font-size: 20px
}

.fx-price .fx-price-section-main .detail .detail-sub .pickup-all,.fx-price .fx-price-section-main .detail .detail-sub .pickup-difference-btn {
    display: none
}

.fx-price .fx-price-section-main .detail .detail-sub .item-icon-wrapper .item-icon {
    color: #525967
}

.fx-price .fx-price-section-main .detail .detail-sub .item-icon-wrapper .item-icon span {
    color: #838892
}

.fx-price .fx-price-section-main .detail .detail-sub .iconfont {
    font-size: 12px;
    margin-right: 8px
}

.fx-price .fx-price-section-main .detail .option-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 13px
}

.fx-price .fx-price-section-main .detail .contact-wrapper {
    font-size: 16px;
    margin: 25px 0 43px;
    text-align: center
}

.fx-price .fx-price-section-main .detail .contact-wrapper a {
    color: #0F6DFD
}

.fx-price .fx-price-section-main .fixed-content {
    background: #fff;
    padding: 0 0 24px;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 2
}

.fx-price .fx-price-section-main .fixed-content .header-item .item-button.hover-active {
    background: #0F6DFD;
    color: #fff
}

.fx-price .fx-price-section-main .fixed-content .header-item:nth-child(3) .item-sub-title {
    color: #0F6DFD
}

.fx-price .fx-price-section-main .fixed-content .header-item:nth-child(4) .item-sub-title {
    color: #2ea1ff
}

.fx-price .fx-price-section-main .fixed-content .header-item:nth-child(5) .item-sub-title {
    color: #7e47eb
}

.fx-price .fx-price-section-main .fixed-content .header-item:nth-child(6) .item-sub-title {
    color: #ffa93a
}

.fx-price .fx-price-section-main .item-icon-wrapper {
    padding: 14px 0;
    text-align: right
}

.fx-price .fx-price-section-main .item-icon-wrapper .item-icon {
    display: inline-block;
    margin-left: 20px
}

.fx-price .fx-price-section-main .item-icon-wrapper .item-icon i {
    vertical-align: middle
}

.fx-price .fx-price-section-main .item-icon-wrapper .item-icon img {
    height: 16px;
    margin-right: 8px;
    width: 16px
}

.fx-price .fx-price-section-main .item-icon-wrapper .item-icon span {
    color: #91a1b7;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle
}

.fx-price .fx-price-section-main .main-header,.fx-price .fx-price-section-main .main-header-fixed {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    height: 68px;
    margin-top: 32px;
    width: 100%
}

.fx-price .fx-price-section-main .main-header .header-item,.fx-price .fx-price-section-main .main-header-fixed .header-item {
    position: relative;
    text-align: center;
    width: 176px
}

.fx-price .fx-price-section-main .main-header .header-item:first-child,.fx-price .fx-price-section-main .main-header-fixed .header-item:first-child {
    height: 100%;
    padding-left: 24px;
    text-align: left;
    width: 212px
}

.fx-price .fx-price-section-main .main-header .header-item .item-sub-title,.fx-price .fx-price-section-main .main-header .header-item .item-sub-title-first,.fx-price .fx-price-section-main .main-header-fixed .header-item .item-sub-title,.fx-price .fx-price-section-main .main-header-fixed .header-item .item-sub-title-first {
    color: #141e31;
    font-size: 20px;
    font-weight: 500;
    width: 100%
}

.fx-price .fx-price-section-main .main-header .header-item .item-sub-title-first,.fx-price .fx-price-section-main .main-header-fixed .header-item .item-sub-title-first {
    font-size: 24px
}

.fx-price .fx-price-section-main .main-header .header-item .item-sub-title.recommend-title,.fx-price .fx-price-section-main .main-header-fixed .header-item .item-sub-title.recommend-title {
    position: relative
}

.fx-price .fx-price-section-main .main-header .item-button,.fx-price .fx-price-section-main .main-header-fixed .item-button {
    background: #e0ecff;
    border-radius: 2px;
    color: #0F6DFD;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 27px;
    margin-top: 12px;
    text-align: center;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    width: 88px
}

.fx-price .fx-price-section-main .main-header .item-button:hover,.fx-price .fx-price-section-main .main-header-fixed .item-button:hover {
    background: #0F6DFD;
    color: #fff
}

.fx-price .fx-price-section-main .main-header .item-button i,.fx-price .fx-price-section-main .main-header-fixed .item-button i {
    font-size: 14px
}

.fx-price .fx-price-section-main .main-header-fixed {
    background: #fff;
    height: 116px;
    position: absolute;
    top: 56px;
    visibility: hidden
}

.fx-price .fx-price-section-main .main-header-fixed .header-item {
    border-radius: 4px
}

.fx-price .fx-price-section-main .main-header-fixed .header-item:not(:first-child) {
    cursor: pointer
}

.fx-price .fx-price-section-main .main-header-fixed .header-item .item-sub-title {
    width: 100%
}

.fx-price .fx-price-section-main .main-header-fixed .header-item .item-sub-title.recommend-title {
    position: relative
}

.fx-price .fx-price-section-main .price-banner-wrapper {
    background: #f5f6f8;
    border-radius: 8px;
    color: #525967;
    font-size: 16px;
    line-height: 32px;
    margin: 24px 0;
    padding: 30px 44px
}

.fx-price .fx-price-section-main .price-banner-wrapper .extra {
    color: #141e31;
    font-weight: 700
}

.fx-price .fx-price-section-main .price-banner-wrapper>span {
    vertical-align: middle
}

.fx-price .fx-price-section-main .price-banner-wrapper .wrapper-btn {
    color: #0F6DFD;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    margin-left: 4px;
    margin-right: 4px
}

.fx-price .fx-price-section-main .price-wrapper-item {
    background: #fff;
    display: inline-block;
    margin: 0 1%;
    padding: 20px;
    position: relative;
    -webkit-transition: height 218ms;
    transition: height 218ms;
    vertical-align: top;
    width: 23%
}

.fx-price .fx-price-section-main .price-wrapper-item .item-header {
    text-align: center
}

.fx-price .fx-price-section-main .price-wrapper-item .item-header .version-name {
    font-size: 20px;
    overflow: hidden;
    padding: 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fx-price .fx-price-section-main .price-wrapper-item .item-header .version-price {
    font-size: 32px;
    overflow: hidden;
    padding: 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fx-price .fx-price-section-main .price-wrapper-item .item-section {
    padding: 10px 0
}

.fx-price .fx-price-section-main .price-wrapper-item .item-section .section-row {
    font-size: 14px;
    padding: 12px 0;
    position: relative;
    width: 100%
}

.fx-price .fx-price-section-main .price-wrapper-item .item-section.for-mobile {
    display: none
}

.fx-price .fx-price-section-main .price-wrapper-item .item-footer {
    padding: 30px 0 20px;
    text-align: center
}

.fx-price .fx-price-section-main .price-wrapper-item .item-footer .footer-msg-mobile {
    color: #ccd1d9;
    display: none;
    padding: 14px 0;
    text-align: left
}

.fx-price .fx-price-section-main .price-wrapper-item .footer-arrow-wrapper {
    bottom: 10px;
    display: none;
    left: 0;
    position: absolute;
    width: 100%
}

.fx-price .fx-price-section-main .price-wrapper-item .footer-arrow-wrapper>i,.fx-price .fx-price-section-main .price-wrapper-item .my-lighter {
    display: none
}

.fx-price .fx-price-customer-logo {
    background: #f8fafb;
    padding: 80px 0
}

.fx-price .fx-price-customer-logo .customer-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 40px
}

.fx-price .fx-price-customer-logo .customer-list,.fx-price .fx-price-customer-logo .customer-list .customer-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.fx-price .fx-price-customer-logo .customer-list .customer-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.1);
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    height: 140px;
    line-height: 22px;
    padding: 24px 0;
    width: 274px
}

.fx-price .fx-price-customer-logo .customer-list .customer-item img {
    height: 40px;
    width: auto
}

.fx-price .fx-price-customer-logo .customer-list .customer-item .description {
    margin-top: 8px;
    text-align: center
}

.fx-price .fx-price-section-use {
    text-align: center
}

.fx-price .fx-price-section-use .color-green {
    color: #0F6DFD
}

.fx-price .fx-price-section-use .color-blue {
    color: #2ea1ff
}

.fx-price .fx-price-section-use .color-yellow {
    color: #ffa93a
}

.fx-price .fx-price-section-use .title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 56px;
    margin-top: 80px;
    text-align: center
}

.fx-price .fx-price-section-use .use-list {
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.fx-price .fx-price-section-use .use-list .use-item {
    font-weight: 600;
    position: relative
}

.fx-price .fx-price-section-use .use-list .use-item .use-item-up {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.fx-price .fx-price-section-use .use-list .use-item .use-item-up .up-left {
    font-size: 80px
}

.fx-price .fx-price-section-use .use-list .use-item .use-item-up .up-left span {
    font-size: 24px
}

.fx-price .fx-price-section-use .use-list .use-item .use-item-down {
    color: #141e31;
    font-size: 24px;
    margin-top: 8px
}

.fx-price .fx-price-section-use .use-list .use-item .icon1:before {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,194,154,0)),to(#0F6DFD));
    background: linear-gradient(180deg,rgba(0,194,154,0),#0F6DFD);
    content: "\e691"
}

.fx-price .fx-price-section-use .use-list .use-item .icon2:before {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(46,161,255,0)),to(#2ea1ff));
    background: linear-gradient(0deg,rgba(46,161,255,0),#2ea1ff);
    content: "\e6ac"
}

.fx-price .fx-price-section-use .use-list .use-item .icon3:before {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,169,58,0)),to(#ffa93a));
    background: linear-gradient(180deg,rgba(255,169,58,0),#ffa93a);
    content: "\e691"
}

.fx-price .fx-price-section-use .use-list .use-item .icon1:before,.fx-price .fx-price-section-use .use-list .use-item .icon2:before,.fx-price .fx-price-section-use .use-list .use-item .icon3:before {
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-family: finex;
    position: absolute;
    top: 30px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.fx-price .use-bg-wrapper {
    height: 246px;
    margin-top: -16px;
    position: relative;
    text-align: center
}

.fx-price .use-bg-wrapper .use-bg {
    background: url(../../images/price/use-bg.png) no-repeat 50%;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1
}

.fx-price .use-bg-wrapper .item-button {
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
    margin-top: 56px;
    width: 241px
}

.fx-price .fx-price-comment {
    background: #eaf4fd;
    color: #141e31;
    overflow: hidden;
    padding: 100px 0 80px;
    text-align: center
}

.fx-price .fx-price-comment .comment-wrapper {
    margin-top: 50px
}

.fx-price .fx-price-comment .comment-wrapper .color-blue {
    color: #2ea1ff
}

.fx-price .fx-price-comment .comment-wrapper .color-green {
    color: #0F6DFD
}

.fx-price .fx-price-comment .comment-wrapper .color-yellow {
    color: #ffa93a
}

@-webkit-keyframes auto-roll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes auto-roll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.fx-price .fx-price-comment .comment-wrapper .comment-group1,.fx-price .fx-price-comment .comment-wrapper .comment-group2,.fx-price .fx-price-comment .comment-wrapper .comment-group3 {
    -webkit-animation: auto-roll 80s linear infinite;
    animation: auto-roll 80s linear infinite;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.fx-price .fx-price-comment .comment-wrapper .comment-group1:hover,.fx-price .fx-price-comment .comment-wrapper .comment-group2:hover,.fx-price .fx-price-comment .comment-wrapper .comment-group3:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.fx-price .fx-price-comment .comment-wrapper .comment-group1 .comment-item,.fx-price .fx-price-comment .comment-wrapper .comment-group2 .comment-item,.fx-price .fx-price-comment .comment-wrapper .comment-group3 .comment-item {
    background: hsla(0,0%,100%,.8);
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 16px 0 rgba(20,30,49,.11);
    box-shadow: 0 4px 16px 0 rgba(20,30,49,.11);
    font-size: 16px;
    height: 168px;
    margin-right: 32px;
    padding: 20px 28px 18px 48px;
    position: relative;
    width: 412px
}

.fx-price .fx-price-comment .comment-wrapper .comment-group1 .comment-item .iconfont,.fx-price .fx-price-comment .comment-wrapper .comment-group2 .comment-item .iconfont,.fx-price .fx-price-comment .comment-wrapper .comment-group3 .comment-item .iconfont {
    left: 16px;
    position: absolute;
    top: 21px
}

.fx-price .fx-price-comment .comment-wrapper .comment-group1 .comment-item .comment-info,.fx-price .fx-price-comment .comment-wrapper .comment-group2 .comment-item .comment-info,.fx-price .fx-price-comment .comment-wrapper .comment-group3 .comment-item .comment-info {
    text-align: justify
}

.fx-price .fx-price-comment .comment-wrapper .comment-group1 .comment-item .customer,.fx-price .fx-price-comment .comment-wrapper .comment-group2 .comment-item .customer,.fx-price .fx-price-comment .comment-wrapper .comment-group3 .comment-item .customer {
    background: #eaf6ff;
    border-radius: 4px;
    bottom: 16px;
    color: #838892;
    font-size: 14px;
    left: 48px;
    padding: 2px 12px;
    position: absolute
}

.fx-price .fx-price-comment .comment-wrapper .comment-group1 .comment-item .bg-pink,.fx-price .fx-price-comment .comment-wrapper .comment-group2 .comment-item .bg-pink,.fx-price .fx-price-comment .comment-wrapper .comment-group3 .comment-item .bg-pink {
    background: #fff6eb
}

.fx-price .fx-price-comment .comment-wrapper .comment-group1 .comment-item .bg-green,.fx-price .fx-price-comment .comment-wrapper .comment-group2 .comment-item .bg-green,.fx-price .fx-price-comment .comment-wrapper .comment-group3 .comment-item .bg-green {
    background: #e0ecff
}

.fx-price .fx-price-comment .comment-wrapper .comment-group2 {
    -webkit-animation: auto-roll 90s linear infinite;
    animation: auto-roll 90s linear infinite
}

.fx-price .fx-price-comment .comment-wrapper .price-button {
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
    margin-top: 8px;
    width: 241px
}

.fx-price .fx-price-section-question {
    color: #141e31;
    padding: 80px 0;
    text-align: center
}

.fx-price .fx-price-section-question .question-content {
    text-align: left
}

.fx-price .fx-price-section-question .question-content .pickup-all,.fx-price .fx-price-section-question .question-content .stretch-all {
    color: #0F6DFD;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500
}

.fx-price .fx-price-section-question .question-content .pickup-all i,.fx-price .fx-price-section-question .question-content .stretch-all i {
    margin-left: 10px
}

.fx-price .fx-price-section-question .question-content .pickup-all {
    display: none
}

.fx-price .fx-price-section-question .question-content li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-bottom: 1px solid #e7e7e7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 24px 36px
}

.fx-price .fx-price-section-question .question-content li.first {
    padding-bottom: 16px
}

.fx-price .fx-price-section-question .question-content li .color-green {
    background: #e0ecff;
    color: #0F6DFD
}

.fx-price .fx-price-section-question .question-content li.color-green-hover:hover .first-title,.fx-price .fx-price-section-question .question-content li.color-green-hover:hover i {
    color: #0F6DFD
}

.fx-price .fx-price-section-question .question-content li .color-blue {
    background: #eaf6ff;
    color: #2ea1ff
}

.fx-price .fx-price-section-question .question-content li.color-blue-hover:hover .first-title,.fx-price .fx-price-section-question .question-content li.color-blue-hover:hover i {
    color: #2ea1ff
}

.fx-price .fx-price-section-question .question-content li .color-yellow {
    background: #fff6eb;
    color: #ffa93a
}

.fx-price .fx-price-section-question .question-content li.color-yellow-hover:hover .first-title,.fx-price .fx-price-section-question .question-content li.color-yellow-hover:hover i {
    color: #ffa93a
}

.fx-price .fx-price-section-question .question-content li .keyword {
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
    padding: 0 4px
}

.fx-price .fx-price-section-question .question-content li .first-title {
    font-size: 16px;
    font-weight: 600
}

.fx-price .fx-price-section-question .question-content li .first-order-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.fx-price .fx-price-section-question .question-content li .first-order-detail {
    display: none;
    line-height: 22px;
    margin-top: 14px
}

.fx-price .fx-price-section-question .question-content li .first-order-detail .des {
    color: #525967
}

.fx-price .fx-price-section-question .question-content li .first-order-detail .more {
    color: #0F6DFD
}

.fx-price .price-bottom-register {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 360px;
    padding-top: 0;
    position: relative;
    text-align: center
}

.fx-price .price-bottom-register .action-bg-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.fx-price .price-bottom-register .action-bg-wrapper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.fx-price .price-bottom-register .price-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center
}

.fx-price .price-bottom-register .price-content .price-pc {
    display: inline-block
}

.fx-price .price-bottom-register .price-content .desc {
    color: #525967;
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px
}

.fx-price .price-bottom-register .color-green {
    width: 240px
}

.fx-price .price-bottom-register .btn-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 40px 0 0
}

.fx-price .price-bottom-register .btn-container .btn {
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
    width: 168px
}

.fx-price .price-bottom-register .btn-container .btn:last-child {
    background: hsla(0,0%,100%,.5);
    margin-left: 20px
}

.fx-price .price-bottom-register .btn-container .btn:last-child:hover {
    background: #e0ecff
}

#price-function-container .top-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    height: 12px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 12px
}

#price-function-container .top-block .top-line {
    background: #f8fafb;
    border-radius: 8px 8px 0 0;
    display: inline-block;
    height: 100%;
    width: 176px
}

#price-function-container .top-block .top-line:first-child {
    background: #fff;
    padding-left: 24px;
    text-align: left;
    width: 212px
}

#price-function-container .first-order-detail,#price-function-container .second-order-detail,#price-function-container .three-order-detail {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    gap: 20px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 64px
}

#price-function-container .first-order-detail .order-title,#price-function-container .first-order-detail .second-order-title,#price-function-container .first-order-detail .three-order-title,#price-function-container .second-order-detail .order-title,#price-function-container .second-order-detail .second-order-title,#price-function-container .second-order-detail .three-order-title,#price-function-container .three-order-detail .order-title,#price-function-container .three-order-detail .second-order-title,#price-function-container .three-order-detail .three-order-title {
    font-size: 20px;
    font-weight: 500;
    padding-left: 24px;
    text-align: left;
    width: 212px
}

#price-function-container .first-order-detail .order-title.service-title,#price-function-container .first-order-detail .second-order-title.service-title,#price-function-container .first-order-detail .three-order-title.service-title,#price-function-container .second-order-detail .order-title.service-title,#price-function-container .second-order-detail .second-order-title.service-title,#price-function-container .second-order-detail .three-order-title.service-title,#price-function-container .three-order-detail .order-title.service-title,#price-function-container .three-order-detail .second-order-title.service-title,#price-function-container .three-order-detail .three-order-title.service-title {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center
}

#price-function-container .first-order-detail .order-title,#price-function-container .second-order-detail .order-title,#price-function-container .three-order-detail .order-title {
    height: 64px
}

#price-function-container .first-order-detail .tip,#price-function-container .second-order-detail .tip,#price-function-container .three-order-detail .tip {
    display: inline-block;
    margin-left: 8px;
    position: relative
}

#price-function-container .first-order-detail .tip:after,#price-function-container .second-order-detail .tip:after,#price-function-container .three-order-detail .tip:after {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
    color: #5e6d82;
    content: attr(data-tip);
    display: none;
    font-size: 12px;
    left: -14px;
    line-height: 18px;
    max-width: 240px;
    min-width: 200px;
    padding: 12px;
    position: absolute;
    top: 45px
}

#price-function-container .first-order-detail .tip:before,#price-function-container .second-order-detail .tip:before,#price-function-container .three-order-detail .tip:before {
    background: #fff;
    border: 5px solid transparent;
    border-right-color: #fff;
    -webkit-box-shadow: -1px 1px 1px 0 rgba(0,0,0,.05);
    box-shadow: -1px 1px 1px 0 rgba(0,0,0,.05);
    content: "";
    display: none;
    height: 0;
    left: 5px;
    margin-top: -5px;
    position: absolute;
    top: 45px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 0;
    z-index: 2
}

#price-function-container .first-order-detail .tip .iconfont,#price-function-container .second-order-detail .tip .iconfont,#price-function-container .three-order-detail .tip .iconfont {
    color: #91a1b7;
    cursor: pointer;
    font-size: 20px;
    vertical-align: bottom
}

#price-function-container .first-order-detail .tip:hover .msg-content,#price-function-container .second-order-detail .tip:hover .msg-content,#price-function-container .three-order-detail .tip:hover .msg-content {
    visibility: visible
}

#price-function-container .first-order-detail .tip:hover:after,#price-function-container .second-order-detail .tip:hover:after,#price-function-container .three-order-detail .tip:hover:after {
    display: block
}

#price-function-container .first-order-detail .tip:hover:before,#price-function-container .second-order-detail .tip:hover:before,#price-function-container .three-order-detail .tip:hover:before {
    display: inline-block
}

#price-function-container .first-order-detail>span,#price-function-container .second-order-detail>span,#price-function-container .three-order-detail>span {
    background: #f8fafb;
    color: #141e31;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    width: 176px
}

#price-function-container .first-order-detail>span:nth-child(2) .iconfont,#price-function-container .second-order-detail>span:nth-child(2) .iconfont,#price-function-container .three-order-detail>span:nth-child(2) .iconfont {
    color: #525967
}

#price-function-container .first-order-detail>span:nth-child(3) .iconfont,#price-function-container .second-order-detail>span:nth-child(3) .iconfont,#price-function-container .three-order-detail>span:nth-child(3) .iconfont {
    color: #0F6DFD
}

#price-function-container .first-order-detail>span:nth-child(4) .iconfont,#price-function-container .second-order-detail>span:nth-child(4) .iconfont,#price-function-container .three-order-detail>span:nth-child(4) .iconfont {
    color: #2ea1ff
}

#price-function-container .first-order-detail>span:nth-child(5) .iconfont,#price-function-container .second-order-detail>span:nth-child(5) .iconfont,#price-function-container .three-order-detail>span:nth-child(5) .iconfont {
    color: #7e47eb
}

#price-function-container .first-order-detail>span:nth-child(6) .iconfont,#price-function-container .second-order-detail>span:nth-child(6) .iconfont,#price-function-container .three-order-detail>span:nth-child(6) .iconfont {
    color: #ffa93a
}

#price-function-container .first-order-detail .iconfont,#price-function-container .second-order-detail .iconfont,#price-function-container .three-order-detail .iconfont {
    font-size: 12px
}

#price-function-container .first-order-detail .icon-icon_jian,#price-function-container .second-order-detail .icon-icon_jian,#price-function-container .three-order-detail .icon-icon_jian {
    font-size: 16px
}

#price-function-container .first-order-detail.service-time-detail,#price-function-container .second-order-detail.service-time-detail,#price-function-container .three-order-detail.service-time-detail {
    height: 104px;
    position: relative
}

#price-function-container .first-order-detail.study-train-detail,#price-function-container .second-order-detail.study-train-detail,#price-function-container .three-order-detail.study-train-detail {
    position: relative
}

#price-function-container .first-order-detail .study-detail,#price-function-container .first-order-detail .time-detail,#price-function-container .second-order-detail .study-detail,#price-function-container .second-order-detail .time-detail,#price-function-container .three-order-detail .study-detail,#price-function-container .three-order-detail .time-detail {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background: #f8fafb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 20px;
    padding: 12px 0;
    text-align: center
}

#price-function-container .first-order-detail .study-detail.advanced,#price-function-container .first-order-detail .time-detail.advanced,#price-function-container .second-order-detail .study-detail.advanced,#price-function-container .second-order-detail .time-detail.advanced,#price-function-container .three-order-detail .study-detail.advanced,#price-function-container .three-order-detail .time-detail.advanced {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    left: 37%;
    position: absolute;
    right: 0
}

#price-function-container .first-order-detail .study-detail.study-detail,#price-function-container .first-order-detail .time-detail.study-detail,#price-function-container .second-order-detail .study-detail.study-detail,#price-function-container .second-order-detail .time-detail.study-detail,#price-function-container .three-order-detail .study-detail.study-detail,#price-function-container .three-order-detail .time-detail.study-detail {
    left: 27%;
    line-height: 48px;
    padding: 0;
    position: absolute;
    right: 0
}

#price-function-container .first-order-detail .expand-icon,#price-function-container .second-order-detail .expand-icon,#price-function-container .three-order-detail .expand-icon {
    color: #838892;
    font-size: 20px;
    margin-left: 8px
}

#price-function-container .first-order-detail:hover,#price-function-container .second-order-detail:hover,#price-function-container .three-order-detail:hover {
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(20,30,49,.1);
    box-shadow: 0 1px 4px 0 rgba(20,30,49,.1);
    position: relative;
    z-index: 1
}

#price-function-container .first-order-detail:hover>span,#price-function-container .second-order-detail:hover>span,#price-function-container .three-order-detail:hover>span {
    background: #fff;
    width: 176px
}

#price-function-container .first-order-detail:hover .study-detail,#price-function-container .first-order-detail:hover .time-detail,#price-function-container .second-order-detail:hover .study-detail,#price-function-container .second-order-detail:hover .time-detail,#price-function-container .three-order-detail:hover .study-detail,#price-function-container .three-order-detail:hover .time-detail {
    background: #fff
}

#price-function-container .second-order-detail,#price-function-container .three-order-detail {
    line-height: 48px
}

#price-function-container .second-order-detail .second-order-title,#price-function-container .three-order-detail .second-order-title {
    font-size: 18px;
    font-weight: 400
}

#price-function-container .second-order-detail .three-order-title,#price-function-container .three-order-detail .three-order-title {
    font-size: 14px;
    font-weight: 400
}

#price-function-container .second-order-detail .three-order-title>span,#price-function-container .three-order-detail .three-order-title>span {
    margin-left: 12px
}

#price-function-container .second-function-order-container,#price-function-container .three-function-order-container {
    /*display: none;*/
    /*height: 0*/
}

#price-function-container .second-function-order-container.expand,#price-function-container .three-function-order-container.expand {
    display: block;
    height: auto
}

@media screen and (max-width: 1200px) {
    .fx-price .price-content {
        padding:0 20px;
        width: 100%
    }
}

@media screen and (max-width: 1000px) {
    #price-function-container .top-block {
        display:none
    }

    #price-function-container .first-order-detail,#price-function-container .second-order-detail,#price-function-container .three-order-detail {
        background: #f8fafb;
        border-bottom: 1px solid #fff;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
        line-height: 48px;
        padding-bottom: 16px
    }

    #price-function-container .first-order-detail .order-title,#price-function-container .first-order-detail .second-order-title,#price-function-container .first-order-detail .three-order-title,#price-function-container .second-order-detail .order-title,#price-function-container .second-order-detail .second-order-title,#price-function-container .second-order-detail .three-order-title,#price-function-container .three-order-detail .order-title,#price-function-container .three-order-detail .second-order-title,#price-function-container .three-order-detail .three-order-title {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        font-size: 12px;
        padding: 0 20px 0 16px;
        width: 100%
    }

    #price-function-container .first-order-detail .second-order-title,#price-function-container .second-order-detail .second-order-title,#price-function-container .three-order-detail .second-order-title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    #price-function-container .first-order-detail .second-order-title .expand-icon,#price-function-container .second-order-detail .second-order-title .expand-icon,#price-function-container .three-order-detail .second-order-title .expand-icon {
        font-size: 16px
    }

    #price-function-container .first-order-detail .three-order-title>span,#price-function-container .second-order-detail .three-order-title>span,#price-function-container .three-order-detail .three-order-title>span {
        margin-left: 0
    }

    #price-function-container .first-order-detail .three-order-title .tip,#price-function-container .second-order-detail .three-order-title .tip,#price-function-container .three-order-detail .three-order-title .tip {
        margin-left: 8px
    }

    #price-function-container .first-order-detail>span,#price-function-container .second-order-detail>span,#price-function-container .three-order-detail>span {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        width: 62px
    }

    #price-function-container .first-order-detail .iconfont,#price-function-container .second-order-detail .iconfont,#price-function-container .three-order-detail .iconfont {
        font-size: 11px
    }

    #price-function-container .first-order-detail .tip,#price-function-container .second-order-detail .tip,#price-function-container .three-order-detail .tip {
        margin-left: 8px
    }

    #price-function-container .first-order-detail .tip .iconfont,#price-function-container .second-order-detail .tip .iconfont,#price-function-container .three-order-detail .tip .iconfont {
        font-size: 15px
    }

    #price-function-container .first-order-detail.first-order-detail,#price-function-container .second-order-detail.first-order-detail,#price-function-container .three-order-detail.first-order-detail {
        padding: 0
    }

    #price-function-container .first-order-detail.first-order-detail .order-title,#price-function-container .second-order-detail.first-order-detail .order-title,#price-function-container .three-order-detail.first-order-detail .order-title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-align-items: center;
        align-items: center;
        background: #eaf4fd;
        border-bottom: 1px solid #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-size: 14px;
        height: 48px;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%
    }

    #price-function-container .first-order-detail.first-order-detail>span,#price-function-container .second-order-detail.first-order-detail>span,#price-function-container .three-order-detail.first-order-detail>span {
        /*display: none*/
    }

    #price-function-container .first-order-detail.three-order-detail,#price-function-container .first-order-detail.three-order-detail>span,#price-function-container .second-order-detail.three-order-detail,#price-function-container .second-order-detail.three-order-detail>span,#price-function-container .three-order-detail.three-order-detail,#price-function-container .three-order-detail.three-order-detail>span {
        background: #fff
    }

    #price-function-container .first-order-detail.service-time-detail,#price-function-container .second-order-detail.service-time-detail,#price-function-container .three-order-detail.service-time-detail {
        height: auto;
        position: relative
    }

    #price-function-container .first-order-detail.study-train-detail,#price-function-container .second-order-detail.study-train-detail,#price-function-container .three-order-detail.study-train-detail {
        height: 80px;
        position: relative
    }

    #price-function-container .first-order-detail .study-detail,#price-function-container .first-order-detail .time-detail,#price-function-container .second-order-detail .study-detail,#price-function-container .second-order-detail .time-detail,#price-function-container .three-order-detail .study-detail,#price-function-container .three-order-detail .time-detail {
        font-size: 12px;
        line-height: 20px;
        padding: 0
    }

    #price-function-container .first-order-detail .study-detail.advanced,#price-function-container .first-order-detail .time-detail.advanced,#price-function-container .second-order-detail .study-detail.advanced,#price-function-container .second-order-detail .time-detail.advanced,#price-function-container .three-order-detail .study-detail.advanced,#price-function-container .three-order-detail .time-detail.advanced {
        bottom: 30px;
        left: 15%;
        right: 0
    }

    #price-function-container .first-order-detail .study-detail.study-detail,#price-function-container .first-order-detail .time-detail.study-detail,#price-function-container .second-order-detail .study-detail.study-detail,#price-function-container .second-order-detail .time-detail.study-detail,#price-function-container .three-order-detail .study-detail.study-detail,#price-function-container .three-order-detail .time-detail.study-detail {
        bottom: 0;
        left: 0;
        line-height: 40px;
        padding: 0;
        position: absolute;
        right: 0;
        text-align: left
    }

    #price-function-container .first-order-detail .expand-icon,#price-function-container .second-order-detail .expand-icon,#price-function-container .three-order-detail .expand-icon {
        font-size: 18px;
        margin-left: 0
    }

    #price-function-container .first-order-detail:hover,#price-function-container .second-order-detail:hover,#price-function-container .three-order-detail:hover {
        background: #f8fafb;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    #price-function-container .first-order-detail:hover>span,#price-function-container .second-order-detail:hover>span,#price-function-container .three-order-detail:hover>span {
        background: #f8fafb;
        width: 62px
    }

    #price-function-container .first-function-order:nth-child(2) {
        border-radius: 8px 8px 0 0;
        overflow: hidden
    }

    #price-function-container .first-function-order:last-child {
        border-radius: 0 0 8px 8px;
        overflow: hidden
    }

    .fx-price .fx-price-section-main {
        padding: 0
    }

    .fx-price .fx-price-section-main .package-main .detail-title i,.fx-price .fx-price-section-main .package-main .detail-title span {
        font-size: 18px
    }

    .fx-price .fx-price-section-main .package-main .detail-title i {
        margin-left: 8px
    }

    .fx-price .fx-price-section-main .package-main .detail-title .konw-detail,.fx-price .fx-price-section-main .package-main .detail-title .pickup-detail {
        background: hsla(0,0%,100%,.2);
        border: 1px solid #0F6DFD;
        border-radius: 4px 4px 4px 4px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        width: 280px
    }

    .fx-price .fx-price-section-main .package-main .detail-title .konw-detail:hover,.fx-price .fx-price-section-main .package-main .detail-title .pickup-detail:hover {
        background-color: #e0ecff
    }

    .fx-price .fx-price-section-main .package-main .detail .option-btn {
        gap: 24px
    }

    .fx-price .fx-price-section-main .package-main .detail .detail-sub {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        border-bottom: 0;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 0
    }

    .fx-price .fx-price-section-main .package-main .detail .detail-sub .pickup-all,.fx-price .fx-price-section-main .package-main .detail .detail-sub .pickup-difference-btn,.fx-price .fx-price-section-main .package-main .detail .detail-sub .show-difference-btn,.fx-price .fx-price-section-main .package-main .detail .detail-sub .stretch-all {
        font-size: 16px;
        font-weight: 400;
        padding: 0
    }

    .fx-price .fx-price-section-main .package-main .detail .detail-sub .item-icon-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 20px 0 24px
    }

    .fx-price .fx-price-section-main .package-main .detail .detail-sub .item-icon-wrapper .item-icon {
        margin: 0
    }

    .fx-price .fx-price-section-main .package-main .detail .detail-sub .item-icon-wrapper .item-icon .icon-icon_kongxingou,.fx-price .fx-price-section-main .package-main .detail .detail-sub .item-icon-wrapper .item-icon .icon-icon_shixingou,.fx-price .fx-price-section-main .package-main .detail .detail-sub .item-icon-wrapper .item-icon span {
        font-size: 12px
    }

    .fx-price .fx-price-section-main .package-main .detail .fixed-content {
        height: auto;
        padding: 0 0 16px
    }

    .fx-price .fx-price-section-main .package-main .detail .fixed-content .main-header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        height: auto;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-top: 24px
    }

    .fx-price .fx-price-section-main .package-main .detail .fixed-content .main-header .header-item {
        line-height: normal;
        width: 62px
    }

    .fx-price .fx-price-section-main .package-main .detail .fixed-content .main-header .header-item:first-child {
        display: none
    }

    .fx-price .fx-price-section-main .package-main .detail .fixed-content .main-header .header-item .item-sub-title {
        font-size: 14px
    }

    .fx-price .fx-price-section-main .package-main .detail .fixed-content .main-header .header-item .item-button {
        display: none!important
    }

    .fx-price .fx-price-section-main .package-main .detail .contact-wrapper {
        margin-bottom: 35px
    }

    .fx-price .fx-price-section-main .price-banner-wrapper {
        font-size: 14px;
        padding: 28px 16px
    }

    .fx-price .fx-price-section-main .price-banner-wrapper .extra {
        font-size: 16px
    }
}

@media screen and (max-width: 768px) {
    .fx-price .price-mobile {
        display:block!important
    }

    .fx-price .price-pc {
        display: none!important
    }

    .fx-price .fx-price-section-version {
        overflow: hidden
    }

    .fx-price .title-large {
        font-size: 24px;
        line-height: 32px
    }

    .fx-price .fx-price-section-version .title-large {
        font-size: 32px;
        line-height: 48px;
        padding-top: 100px
    }

    .fx-price .fx-price-section-version .fx-price-version-banner {
        background: url(../../images/price/price_banner_m.png) 50% no-repeat;
        background-size: cover;
        height: 295px
    }

    .fx-price .fx-price-section-version .bottom {
        font-size: 16px;
        line-height: 18px;
        margin-top: 12px
    }

    .fx-price .fx-price-section-version .purchasing {
        margin: 20px 0 0;
        width: 100%
    }

    .fx-price .fx-price-section-version .purchasing .select-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        padding-bottom: 32px
    }

    .fx-price .fx-price-section-version .purchasing .select-wrapper .select-container .select-type {
        margin-right: 0
    }

    .fx-price .fx-price-section-version .purchasing .purchasing-swiper .purchasing-pagination-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 24px
    }

    .fx-price .fx-price-section-version .purchasing .purchasing-swiper .purchasing-pagination-container .purchasing-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 8px;
        text-align: center
    }

    .fx-price .fx-price-section-version .purchasing .purchasing-swiper .purchasing-pagination-container .purchasing-pagination .swiper-pagination-bullet {
        background: #838892;
        border-radius: 50%;
        height: 8px;
        opacity: 1;
        width: 8px
    }

    .fx-price .fx-price-section-version .purchasing .purchasing-swiper .purchasing-pagination-container .purchasing-pagination .swiper-pagination-bullet-active {
        background: #0F6DFD
    }

    .fx-price .fx-price-section-version .purchasing .choice {
        height: 464px!important;
        -webkit-transition: all 0s linear;
        transition: all 0s linear;
        width: 240px!important
    }

    .fx-price .fx-price-section-version .purchasing .choice .item-info {
        margin-bottom: 20px
    }

    .fx-price .fx-price-section-version .purchasing .choice .item-button {
        margin-bottom: 24px
    }

    .fx-price .fx-price-section-version .purchasing .choice .recommend {
        right: 22px
    }

    .fx-price .fx-price-section-version .purchasing .choice .bottom-bar,.fx-price .fx-price-section-version .purchasing-note {
        display: none
    }

    .fx-price .fx-price-section-main {
        margin-top: 40px
    }

    .fx-price .fx-price-section-main .price-value-added-services {
        margin-top: 60px
    }

    .fx-price .fx-price-section-main .price-value-added-services .desc {
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px
    }

    .fx-price .fx-price-section-main .price-value-added-services .services-types {
        border-radius: 6px;
        height: 48px;
        margin-top: 24px;
        width: 292px
    }

    .fx-price .fx-price-section-main .price-value-added-services .price-button {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        margin: 24px auto 0
    }

    .fx-price .fx-price-section-use {
        padding-bottom: 24px
    }

    .fx-price .fx-price-section-use .title {
        font-size: 24px;
        line-height: 22px;
        margin-bottom: 24px;
        margin-top: 60px;
        text-align: center
    }

    .fx-price .fx-price-section-use .use-list .use-item .use-item-up .up-left {
        font-size: 48px
    }

    .fx-price .fx-price-section-use .use-list .use-item .use-item-up .up-left span {
        font-size: 16px
    }

    .fx-price .fx-price-section-use .use-list .use-item .use-item-up .up-left span.icon1:before,.fx-price .fx-price-section-use .use-list .use-item .use-item-up .up-left span.icon2:before,.fx-price .fx-price-section-use .use-list .use-item .use-item-up .up-left span.icon3:before {
        top: 15px
    }

    .fx-price .fx-price-section-use .use-list .use-item .use-item-down {
        font-size: 16px
    }

    .fx-price .use-bg-wrapper {
        height: 198px
    }

    .fx-price .use-bg-wrapper .item-button {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        margin-top: 39px;
        width: 209px
    }

    .fx-price .use-bg-wrapper .item-button i {
        font-size: 16px
    }

    .fx-price .fx-price-comment {
        padding: 48px 0
    }

    .fx-price .fx-price-comment .title-large {
        font-size: 24px;
        line-height: 32px
    }

    .fx-price .fx-price-comment .comment-wrapper {
        margin-top: 24px
    }

    .fx-price .fx-price-comment .comment-wrapper .comment-group1,.fx-price .fx-price-comment .comment-wrapper .comment-group2,.fx-price .fx-price-comment .comment-wrapper .comment-group3 {
        margin-bottom: 16px
    }

    .fx-price .fx-price-comment .comment-wrapper .comment-group1 .comment-item,.fx-price .fx-price-comment .comment-wrapper .comment-group2 .comment-item,.fx-price .fx-price-comment .comment-wrapper .comment-group3 .comment-item {
        font-size: 14px;
        margin-right: 16px;
        padding: 16px 12px;
        text-align: left;
        width: 278px
    }

    .fx-price .fx-price-comment .comment-wrapper .comment-group1 .comment-item .iconfont,.fx-price .fx-price-comment .comment-wrapper .comment-group2 .comment-item .iconfont,.fx-price .fx-price-comment .comment-wrapper .comment-group3 .comment-item .iconfont {
        position: static
    }

    .fx-price .fx-price-comment .comment-wrapper .comment-group1 .comment-item .comment-info,.fx-price .fx-price-comment .comment-wrapper .comment-group2 .comment-item .comment-info,.fx-price .fx-price-comment .comment-wrapper .comment-group3 .comment-item .comment-info {
        margin-top: 8px
    }

    .fx-price .fx-price-comment .comment-wrapper .comment-group1 .comment-item .comment-info.five-lines,.fx-price .fx-price-comment .comment-wrapper .comment-group2 .comment-item .comment-info.five-lines,.fx-price .fx-price-comment .comment-wrapper .comment-group3 .comment-item .comment-info.five-lines {
        line-height: 16px;
        margin-top: 6px
    }

    .fx-price .fx-price-comment .comment-wrapper .comment-group1 .comment-item .customer,.fx-price .fx-price-comment .comment-wrapper .comment-group2 .comment-item .customer,.fx-price .fx-price-comment .comment-wrapper .comment-group3 .comment-item .customer {
        font-size: 12px;
        left: 12px;
        padding: 2px 8px
    }

    .fx-price .fx-price-comment .comment-wrapper .price-button {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        margin-top: 25px;
        padding: 0;
        width: 209px
    }

    .fx-price .fx-price-comment .comment-wrapper .price-button i {
        font-size: 16px
    }

    .fx-price .fx-price-customer-logo {
        padding: 60px 20px
    }

    .fx-price .fx-price-customer-logo .comment-wrapper {
        padding: 0
    }

    .fx-price .fx-price-customer-logo .customer-list {
        gap: 0;
        margin-top: 24px
    }

    .fx-price .fx-price-customer-logo .customer-list .customer-item {
        background: transparent;
        border-radius: 8px;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 14px;
        height: auto;
        line-height: 22px;
        margin-bottom: 10px;
        padding: 10px 0;
        width: 50%
    }

    .fx-price .fx-price-customer-logo .customer-list .customer-item img {
        height: 30px;
        width: auto
    }

    .fx-price .fx-price-customer-logo .customer-list .customer-item .description {
        font-size: 12px
    }

    .fx-price .fx-price-section-experience {
        background: url(../../images/price/price_bottom_m.png);
        background-size: 100%;
        padding: 40px 0
    }

    .fx-price .fx-price-section-experience .title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 24px
    }

    .fx-price .fx-price-section-experience .bottom {
        margin-top: 32px
    }

    .fx-price .fx-price-section-experience .bottom .btn {
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        width: 110px
    }

    .fx-price .fx-price-section-experience .bottom .btn:first-child {
        display: none
    }

    .fx-price .fx-price-section-experience .bottom .btn:last-child {
        margin-left: 0
    }

    .fx-price .fx-price-section-question {
        padding: 60px 0
    }

    .fx-price .fx-price-section-question .title-large {
        font-size: 24px;
        line-height: 32px
    }

    .fx-price .fx-price-section-question .question-content li {
        padding: 24px 0
    }

    .fx-price .fx-price-section-question .question-content li.first {
        text-align: center
    }

    .fx-price .fx-price-section-question .question-content li.first .pickup-all,.fx-price .fx-price-section-question .question-content li.first .stretch-all {
        font-size: 18px;
        font-weight: 400
    }

    .fx-price .fx-price-section-question .question-content li.first .pickup-all i,.fx-price .fx-price-section-question .question-content li.first .stretch-all i {
        font-size: 18px
    }

    .fx-price .fx-price-section-question .question-content li .left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .fx-price .fx-price-section-question .question-content li .left .keyword {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        height: 20px;
        margin-right: 12px;
        width: 36px
    }

    .fx-price .fx-price-section-question .question-content li .first-order-detail {
        margin-top: 12px
    }

    .fx-price .price-bottom-register {
        height: 240px
    }

    .fx-price .price-bottom-register .btn-container {
        margin: 20px 0 0
    }

    .fx-price .price-bottom-register .btn-container .btn {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        width: 144px
    }
}

@media screen and (max-width: 450px) {
    .price-bottom-register {
        background:url(../../images/price/action-bg-m.png) no-repeat;
        background-size: cover;
        height: 240px;
        padding-top: 48px
    }

    .price-bottom-register .bricks-btn {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        padding: 0 20px
    }

    .price-bottom-register .bricks-btn i {
        margin-left: 4px
    }

    .price-bottom-register .bricks-btn .web {
        display: none
    }
}
