.el-switch{--el-switch-on-color:var(--el-color-primary);--el-switch-off-color:var(--el-border-color);align-items:center;display:inline-flex;font-size:14px;height:32px;line-height:20px;position:relative;vertical-align:middle}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{color:var(--el-text-color-primary);cursor:pointer;display:inline-block;font-size:14px;font-weight:500;height:20px;transition:var(--el-transition-duration-fast);vertical-align:middle}.el-switch__label.is-active{color:var(--el-color-primary)}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{display:inline-block;font-size:14px;line-height:1}.el-switch__label .el-icon{height:inherit}.el-switch__label .el-icon svg{vertical-align:middle}.el-switch__input{height:0;margin:0;opacity:0;position:absolute;width:0}.el-switch__input:focus-visible~.el-switch__core{outline:2px solid var(--el-switch-on-color);outline-offset:1px}.el-switch__core{align-items:center;background:var(--el-switch-off-color);border:1px solid var(--el-switch-border-color,var(--el-switch-off-color));border-radius:10px;box-sizing:border-box;cursor:pointer;display:inline-flex;height:20px;min-width:40px;outline:none;position:relative;transition:border-color var(--el-transition-duration),background-color var(--el-transition-duration)}.el-switch__core .el-switch__inner{align-items:center;display:flex;height:16px;justify-content:center;overflow:hidden;padding:0 4px 0 18px;transition:all var(--el-transition-duration);width:100%}.el-switch__core .el-switch__inner .is-icon,.el-switch__core .el-switch__inner .is-text{color:var(--el-color-white);font-size:12px;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap}.el-switch__core .el-switch__action{align-items:center;background-color:var(--el-color-white);border-radius:var(--el-border-radius-circle);color:var(--el-switch-off-color);display:flex;height:16px;justify-content:center;left:1px;position:absolute;transition:all var(--el-transition-duration);width:16px}.el-switch.is-checked .el-switch__core{background-color:var(--el-switch-on-color);border-color:var(--el-switch-border-color,var(--el-switch-on-color))}.el-switch.is-checked .el-switch__core .el-switch__action{color:var(--el-switch-on-color);left:calc(100% - 17px)}.el-switch.is-checked .el-switch__core .el-switch__inner{padding:0 18px 0 4px}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter-from,.el-switch .label-fade-leave-active{opacity:0}.el-switch--large{font-size:14px;height:40px;line-height:24px}.el-switch--large .el-switch__label{font-size:14px;height:24px}.el-switch--large .el-switch__label *{font-size:14px}.el-switch--large .el-switch__core{border-radius:12px;height:24px;min-width:50px}.el-switch--large .el-switch__core .el-switch__inner{height:20px;padding:0 6px 0 22px}.el-switch--large .el-switch__core .el-switch__action{height:20px;width:20px}.el-switch--large.is-checked .el-switch__core .el-switch__action{left:calc(100% - 21px)}.el-switch--large.is-checked .el-switch__core .el-switch__inner{padding:0 22px 0 6px}.el-switch--small{font-size:12px;height:24px;line-height:16px}.el-switch--small .el-switch__label{font-size:12px;height:16px}.el-switch--small .el-switch__label *{font-size:12px}.el-switch--small .el-switch__core{border-radius:8px;height:16px;min-width:30px}.el-switch--small .el-switch__core .el-switch__inner{height:12px;padding:0 2px 0 14px}.el-switch--small .el-switch__core .el-switch__action{height:12px;width:12px}.el-switch--small.is-checked .el-switch__core .el-switch__action{left:calc(100% - 13px)}.el-switch--small.is-checked .el-switch__core .el-switch__inner{padding:0 14px 0 2px}:root{--el-popup-modal-bg-color:var(--el-color-black);--el-popup-modal-opacity:.5}.v-modal-enter{animation:v-modal-in var(--el-transition-duration-fast) ease}.v-modal-leave{animation:v-modal-out var(--el-transition-duration-fast) ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{to{opacity:0}}.v-modal{background:var(--el-popup-modal-bg-color);height:100%;left:0;opacity:var(--el-popup-modal-opacity);position:fixed;top:0;width:100%}.el-popup-parent--hidden{overflow:hidden}.el-dialog{--el-dialog-width:50%;--el-dialog-margin-top:15vh;--el-dialog-bg-color:var(--el-bg-color);--el-dialog-box-shadow:var(--el-box-shadow);--el-dialog-title-font-size:var(--el-font-size-large);--el-dialog-content-font-size:14px;--el-dialog-font-line-height:var(--el-font-line-height-primary);--el-dialog-padding-primary:16px;--el-dialog-border-radius:var(--el-border-radius-base);background:var(--el-dialog-bg-color);border-radius:var(--el-dialog-border-radius);box-shadow:var(--el-dialog-box-shadow);box-sizing:border-box;margin:var(--el-dialog-margin-top,15vh) auto 50px;overflow-wrap:break-word;padding:var(--el-dialog-padding-primary);position:relative;width:var(--el-dialog-width,50%)}.el-dialog:focus{outline:none!important}.el-dialog.is-align-center{margin:auto}.el-dialog.is-fullscreen{--el-dialog-width:100%;--el-dialog-margin-top:0;border-radius:0;height:100%;margin-bottom:0;overflow:auto}.el-dialog__wrapper{bottom:0;left:0;margin:0;overflow:auto;position:fixed;right:0;top:0}.el-dialog.is-draggable .el-dialog__header{cursor:move;-webkit-user-select:none;user-select:none}.el-dialog__header{padding-bottom:var(--el-dialog-padding-primary)}.el-dialog__header.show-close{padding-right:calc(var(--el-dialog-padding-primary) + var(--el-message-close-size, 16px))}.el-dialog__headerbtn{background:#0000;border:none;cursor:pointer;font-size:var(--el-message-close-size,16px);height:48px;outline:none;padding:0;position:absolute;right:0;top:0;width:48px}.el-dialog__headerbtn .el-dialog__close{color:var(--el-color-info);font-size:inherit}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:var(--el-color-primary)}.el-dialog__title{color:var(--el-text-color-primary);font-size:var(--el-dialog-title-font-size);line-height:var(--el-dialog-font-line-height)}.el-dialog__body{color:var(--el-text-color-regular);font-size:var(--el-dialog-content-font-size)}.el-dialog__footer{box-sizing:border-box;padding-top:var(--el-dialog-padding-primary);text-align:right}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial}.el-dialog--center .el-dialog__footer{text-align:inherit}.el-overlay-dialog{bottom:0;left:0;overflow:auto;position:fixed;right:0;top:0}.dialog-fade-enter-active{animation:modal-fade-in var(--el-transition-duration)}.dialog-fade-enter-active .el-overlay-dialog{animation:dialog-fade-in var(--el-transition-duration)}.dialog-fade-leave-active{animation:modal-fade-out var(--el-transition-duration)}.dialog-fade-leave-active .el-overlay-dialog{animation:dialog-fade-out var(--el-transition-duration)}@keyframes dialog-fade-in{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes dialog-fade-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20px,0)}}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-fade-out{0%{opacity:1}to{opacity:0}}.new_mb_price_out[data-v-8ab73eb8]{display:grid;grid-template-columns:2.8fr 1fr;grid-gap:16px}@media (max-width:1100px){.new_mb_price_out[data-v-8ab73eb8]{grid-template-columns:1fr}}.new_mb_price_out .new_mb_price_left[data-v-8ab73eb8]{flex-grow:1}.new_mb_price_out .new_mb_price_left .new_mb_price_left_top[data-v-8ab73eb8]{grid-gap:16px;display:flex}@media (max-width:1100px){.new_mb_price_out .new_mb_price_left .new_mb_price_left_top[data-v-8ab73eb8]{flex-direction:column}}.new_mb_price_out .new_mb_price_left .new_mb_price_left_top .no-load[data-v-8ab73eb8]{background:#fff;border:1px solid #e9e9e9;border-radius:8px;display:block;padding:20px}@media (max-width:750px){.new_mb_price_out .new_mb_price_left .new_mb_price_left_top .no-load[data-v-8ab73eb8]{padding:10px}}.new_mb_price_out .new_mb_price_left .new_mb_price_left_bottom[data-v-8ab73eb8]{border:1px solid red;display:none;margin-top:20px}.new_mb_price_out .new_mb_price_left .new_mb_price_left_bottom .one_quanyi[data-v-8ab73eb8]{align-items:center;display:flex;justify-content:flex-start;grid-gap:8px;margin-bottom:8px}.new_mb_price_out .new_mb_price_left .new_mb_price_left_bottom .one_quanyi .icon[data-v-8ab73eb8]{align-items:center;display:flex;flex-shrink:0;height:10px;justify-content:center;width:12px}.new_mb_price_out .new_mb_price_left .new_mb_price_left_bottom .one_quanyi .icon img[data-v-8ab73eb8]{height:100%;width:100%}.new_mb_price_out .new_mb_price_left .new_mb_price_left_bottom .one_quanyi .font[data-v-8ab73eb8]{color:#403f3e;font-size:14px;font-weight:400}.new_mb_price_out .new_mb_price_left .new_mb_price_left_bottom .one_quanyi .font[data-v-8ab73eb8] .strongfont{color:#f66442;font-weight:650}.new_mb_price_out .new_mb_price_left .new_mb_price_left_bottom .one_quanyi .font[data-v-8ab73eb8] .yellow{font-weight:650}.new_mb_price_out .new_mb_price_left .new_mb_price_left_bottom .one_quanyi .fontallgray[data-v-8ab73eb8]{color:#999}.new_mb_price_out .new_mb_price_left .new_mb_price_left_bottom .one_quanyi .fontallgray[data-v-8ab73eb8] .strongfont{color:#999;font-weight:650}.new_mb_price_out .new_mb_price_left .new_mb_price_left_bottom .one_quanyi .fontallgray[data-v-8ab73eb8] .yellow{font-weight:650}.new_mb_price_out .new_mb_price_right[data-v-8ab73eb8]{background:#fff;border-radius:16px;box-shadow:0 0 16px #0000000d}.new_mb_price_out .new_mb_price_right .one_card_new[data-v-8ab73eb8]{background:linear-gradient(180deg,#ffe1bc4d,#ffe1bc00 90%);border:0 solid red;border-radius:16px;box-shadow:none!important;position:relative}.new_mb_price_out .new_mb_price_right .one_card_new .time_out[data-v-8ab73eb8]{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;margin-top:8px}.new_mb_price_out .new_mb_price_right .one_card_new .time_out .one_times[data-v-8ab73eb8]{background:#fff;border:1px solid #e9e9e9;border-radius:4px;cursor:pointer;padding:8px 0;text-align:center}.new_mb_price_out .new_mb_price_right .one_card_new .time_out .one_times .time_font[data-v-8ab73eb8]{color:#333;font-size:16px;font-weight:400}.new_mb_price_out .new_mb_price_right .one_card_new .time_out .one_times_active[data-v-8ab73eb8]{background:#ff7c0e1a;border:1px solid #ff7c0e}.new_mb_price_out .new_mb_price_right .one_card_new .time_out .one_times_active .time_font[data-v-8ab73eb8]{color:#ff7c0e}.new_mb_price_out .new_mb_price_right .one_card_new .card_price_buy_btn[data-v-8ab73eb8]{margin-top:20px}.new_mb_price_out .new_mb_price_right .bgcolor_hack[data-v-8ab73eb8]{border:1px solid red;display:none;height:200px;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.new_mb_price_out .new_mb_price_right .min_width_105[data-v-8ab73eb8]{min-width:105px}.new_mb_price_out .new_mb_price_right .save_tag2[data-v-8ab73eb8]{background:#ffe1bc;border-radius:4px;color:#ff7c0e;font-size:12px;font-weight:400;margin-left:8px;padding:0 5px;position:relative;top:-8px}.one_card_new[data-v-8ab73eb8]{background:#fff;border-radius:16px;box-shadow:0 0 16px #0000000d;box-sizing:border-box;padding:24px 16px;width:100%}@media (max-width:1100px){.one_card_new[data-v-8ab73eb8]{align-items:center;display:grid;grid-template-columns:.8fr 1fr}}@media (max-width:728px){.one_card_new[data-v-8ab73eb8]{display:block}}.one_card_new .title_out[data-v-8ab73eb8]{grid-gap:20px}.one_card_new .title_out[data-v-8ab73eb8],.one_card_new .title_out .title[data-v-8ab73eb8]{align-items:center;display:flex;justify-content:flex-start}.one_card_new .title_out .title[data-v-8ab73eb8]{grid-gap:6px;color:#333;font-size:20px;font-weight:600}.one_card_new .title_out .title .icon[data-v-8ab73eb8]{align-items:center;display:flex;height:16px;justify-content:center;width:16px}.one_card_new .title_out .title .icon img[data-v-8ab73eb8]{height:100%;width:100%}.one_card_new .title_out .title_blue[data-v-8ab73eb8]{color:#333}.one_card_new .title_out .save_tag[data-v-8ab73eb8]{background:linear-gradient(90deg,#f66442,#fda334);border-radius:4px;color:#fff;font-size:12px;font-weight:400;margin-left:auto;padding:4px 10px}.one_card_new .price_out[data-v-8ab73eb8]{align-items:baseline;display:flex;justify-content:flex-start;grid-gap:2px;margin-top:8px}.one_card_new .price_out .do[data-v-8ab73eb8]{color:#333;font-size:18px;font-weight:600}.one_card_new .price_out .price[data-v-8ab73eb8]{color:#333;font-size:40px;font-weight:600}.one_card_new .price_out .price_blue[data-v-8ab73eb8]{color:#333}.one_card_new .price_out .unit[data-v-8ab73eb8]{color:#333;font-size:18px;font-weight:600}.one_card_new .line_throw[data-v-8ab73eb8]{color:#333;font-size:14px;margin-top:8px;opacity:0}.one_card_new .line_throw_active[data-v-8ab73eb8]{opacity:1}.one_card_new .save_open[data-v-8ab73eb8]{align-items:center;display:flex;justify-content:flex-start;margin-top:24px;grid-gap:8px}.one_card_new .save_open .save_tips[data-v-8ab73eb8]{color:#484848;font-size:14px;font-weight:600;line-height:20px}.one_card_new .save_open .save_tips_active[data-v-8ab73eb8]{color:#f66442}.one_card_new .bill[data-v-8ab73eb8]{color:#4c2929;font-size:14px;font-weight:400;margin-top:12px;min-height:44px}.one_card_new .select_out_new .select_out_new_font[data-v-8ab73eb8]{color:#333;font-size:14px;font-weight:400}.one_card_new .select_out_new .sleect_out_wrapper[data-v-8ab73eb8]{align-items:center;display:flex;justify-content:flex-start;margin-top:10px;grid-gap:8px}.one_card_new .select_out_new .sleect_out_wrapper .select_out[data-v-8ab73eb8]{border-radius:4px;height:32px;width:136px}.one_card_new .select_out_new .sleect_out_wrapper .select_font[data-v-8ab73eb8]{color:#333333e0;font-size:14px;font-weight:400}.one_card_new .but_btn_new .card_price_buy_btn[data-v-8ab73eb8]{border:1px solid #f66442;border-radius:4px;color:#f66442;cursor:pointer;display:block;font-size:16px;font-weight:500;margin-top:32px;padding:11px 0;position:relative;text-align:center}.one_card_new .but_btn_new .card_price_buy_btn a[data-v-8ab73eb8]{color:#fff}.one_card_new .but_btn_new .card_price_buy_btn_mock[data-v-8ab73eb8]{background:#ffe1bc;border:0 solid #ffe1bc;color:#063156;font-size:16px;font-weight:500}.one_card_new .but_btn_new .card_price_buy_btn_mock[data-v-8ab73eb8]:hover{background:#ffe1bc}.one_card_new_exam[data-v-8ab73eb8]{padding-bottom:0}.one_card_new_365[data-v-8ab73eb8]{background:#fff;border:2px solid #f66442;box-sizing:border-box;position:relative}.one_card_new_365 .do[data-v-8ab73eb8],.one_card_new_365 .price[data-v-8ab73eb8],.one_card_new_365 .title[data-v-8ab73eb8]{color:#f66442!important}.one_card_new_365 .line_throw[data-v-8ab73eb8]{color:#4c2929!important}.one_card_new_365 .unit[data-v-8ab73eb8]{color:#f66442!important}.one_card_new_365 .card_price_buy_btn[data-v-8ab73eb8]{background:#f66442;border:1px solid #f66442;color:#fff!important}.one_card_new_365 .bg_hack[data-v-8ab73eb8]{background:linear-gradient(180deg,#f664421a,#ffe1bc00);height:200px;left:0;pointer-events:none;position:absolute;top:0;width:100%}.scroll-line[data-v-8ab73eb8]{animation-duration:5s;animation-iteration-count:infinite;animation-name:around-8ab73eb8;animation-timing-function:linear;background:#ffffff4d;height:132%;left:0;position:absolute;top:-16%;transform:rotate(30deg);white-space:nowrap;width:12px;z-index:3}@keyframes around-8ab73eb8{0%{margin-left:0}to{margin-left:100%}}.mock_quanyi_list_packages[data-v-8ab73eb8]{margin-top:20px}.mock_quanyi_list_packages .one_quanyi[data-v-8ab73eb8]{align-items:center;display:flex;justify-content:flex-start;grid-gap:8px;margin-bottom:8px}.mock_quanyi_list_packages .one_quanyi .icon[data-v-8ab73eb8]{align-items:center;display:flex;flex-shrink:0;height:10px;justify-content:center;width:12px}.mock_quanyi_list_packages .one_quanyi .icon img[data-v-8ab73eb8]{height:100%;width:100%}.mock_quanyi_list_packages .one_quanyi .font[data-v-8ab73eb8]{color:#403f3e;font-size:14px;font-weight:400}.mock_quanyi_list_packages .one_quanyi .font[data-v-8ab73eb8] .strongfont{color:#063156;font-weight:650}.mock_quanyi_list_packages .one_quanyi .font[data-v-8ab73eb8] .yellow{color:#f66442;font-weight:650}.mock_quanyi_list_packages .one_quanyi .fontallgray[data-v-8ab73eb8]{color:#999}.mock_quanyi_list_packages .one_quanyi .fontallgray[data-v-8ab73eb8] .strongfont,.mock_quanyi_list_packages .one_quanyi .fontallgray[data-v-8ab73eb8] .yellow{color:#999;font-weight:650}.el-select .el-input.is-focus .el-input__inner{border-color:#f66442!important}.el-select__wrapper.is-focused{box-shadow:0 0 0 1px #f66442!important}.el-select-dropdown__item.is-selected{color:#f66442!important}.el-select-dropdown__item.is-hovering{background-color:#f664420d}.el-switch.is-checked .el-switch__core{background-color:#f66442;border-color:#f66442}.common_price_number_animate[data-v-8ab73eb8]{animation:bounce-8ab73eb8 .5s ease;display:inline-block;transform-origin:center;transition:all .3s ease}@keyframes bounce-8ab73eb8{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.pricing .scroll-line[data-v-fcaedaa3]{animation-duration:5s;animation-iteration-count:infinite;animation-name:around-fcaedaa3;animation-timing-function:linear;background:#ffffff4d;height:132%;left:0;position:absolute;top:-16%;transform:rotate(30deg);white-space:nowrap;width:12px;z-index:3}@keyframes around-fcaedaa3{0%{margin-left:0}to{margin-left:100%}}.pricing .height_hack[data-v-fcaedaa3]{min-height:77px}.pricing[data-v-fcaedaa3]{min-height:100vh}.pricing .part1_wrapper[data-v-fcaedaa3]{padding:0 30px;position:relative}@media screen and (max-width:450px){.pricing .part1_wrapper[data-v-fcaedaa3]{padding:0 15px}}.pricing .part1_wrapper .part1[data-v-fcaedaa3]{margin:0 auto;max-width:1200px;position:relative;z-index:10}.pricing .part1_wrapper .part1 .title1[data-v-fcaedaa3]{overflow:hidden}.pricing .part1_wrapper .part1 .title1 h1[data-v-fcaedaa3]{color:#201515;font-size:56px;font-weight:600;margin:56px 0 0;padding:0;text-align:center}@media (max-width:450px){.pricing .part1_wrapper .part1 .title1 h1[data-v-fcaedaa3]{font-size:24px}}.pricing .part1_wrapper .part1 .title2 h4[data-v-fcaedaa3]{color:#201515;font-size:24px;font-weight:500;margin:32px 0 0;text-align:center}@media (max-width:450px){.pricing .part1_wrapper .part1 .title2 h4[data-v-fcaedaa3]{font-size:16px}}.pricing .part1_wrapper .part1 .three_out_new[data-v-fcaedaa3]{align-items:center;display:flex;justify-content:center;margin-top:26px;grid-gap:56px;flex-wrap:wrap}@media (max-width:800px){.pricing .part1_wrapper .part1 .three_out_new[data-v-fcaedaa3]{grid-gap:16px}}.pricing .part1_wrapper .part1 .three_out_new .one[data-v-fcaedaa3]{align-items:center;display:flex;justify-content:center;grid-gap:8px}.pricing .part1_wrapper .part1 .three_out_new .one .one_icon[data-v-fcaedaa3]{flex-shrink:0;height:16px;width:16px}.pricing .part1_wrapper .part1 .three_out_new .one .one_icon img[data-v-fcaedaa3]{height:100%;width:100%}.pricing .part1_wrapper .part1 .three_out_new .one .one_font[data-v-fcaedaa3]{color:#403f3e;font-size:16px;font-weight:400}.pricing .part1_wrapper .part1 .Membership_dom[data-v-fcaedaa3]{margin-top:16px}@media (max-width:450px){.pricing .part1_wrapper .part1 .Membership_dom[data-v-fcaedaa3]{margin-top:20px}}.pricing .part1_wrapper .part1 .Membership_dom .one_price[data-v-fcaedaa3]{border-radius:8px;cursor:pointer;display:grid}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price[data-v-fcaedaa3]{background:#fff;border:1px solid #e9e9e9;border-radius:8px;padding:20px}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card[data-v-fcaedaa3]{background:#fafafa0d;border:1px solid #e9e9e9;border-radius:8px;padding:24px 16px}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_part1[data-v-fcaedaa3]{align-items:center;display:flex;justify-content:space-between}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_part1 .day[data-v-fcaedaa3]{color:#4c2929;font-size:24px;font-weight:600}@media (max-width:450px){.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_part1 .day[data-v-fcaedaa3]{font-size:18px}}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_part1 .off[data-v-fcaedaa3]{background:#edc295;border-radius:16px;color:#fff;font-size:14px;font-weight:500;padding:4px 10px}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_part1 .off1[data-v-fcaedaa3]{color:#4c2929}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_part2[data-v-fcaedaa3]{color:#403f3e;display:none;font-size:14px;font-weight:400;margin-top:11px;min-height:61px}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_part3[data-v-fcaedaa3]{align-items:center;display:flex;justify-content:flex-start;margin-top:24px;grid-gap:8px}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_part3 .big_price[data-v-fcaedaa3]{color:#4c2929;font-size:40px;font-weight:600}@media (max-width:450px){.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_part3 .big_price[data-v-fcaedaa3]{font-size:40px}}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_part3 .big_price .symbol[data-v-fcaedaa3]{font-size:20px}@media (max-width:450px){.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_part3 .big_price .symbol[data-v-fcaedaa3]{font-size:16px}}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_part3 .small_price[data-v-fcaedaa3]{color:#403f3e;font-size:14px;font-weight:400;position:relative;text-decoration:line-through;top:10px}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_part4 .tip_font[data-v-fcaedaa3]{color:#333;font-size:14px;font-weight:400;margin-bottom:10px}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_part4 .sleect_out_wrapper[data-v-fcaedaa3]{align-items:center;display:flex;justify-content:flex-start;grid-gap:8px}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_part4 .sleect_out_wrapper .select_out[data-v-fcaedaa3]{border-radius:4px;height:32px;width:136px}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_part4 .sleect_out_wrapper .select_font[data-v-fcaedaa3]{color:#333333e0;font-size:14px;font-weight:400}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_buy_btn[data-v-fcaedaa3]{background:#f66442;border-radius:4px;color:#fff;display:block;font-size:16px;font-weight:500;margin-top:16px;padding:11px 0;position:relative;text-align:center}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_buy_btn a[data-v-fcaedaa3]{color:#fff}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_buy_btn1[data-v-fcaedaa3]{background:#edc295;color:#4c2929!important}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .card_price_buy_btn1[data-v-fcaedaa3]:hover{background:#d0aa83!important}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .try_free[data-v-fcaedaa3]{background:#fff;border:1px solid #201515;color:#201515;display:block;font-size:16px}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .try_free a[data-v-fcaedaa3]{color:#4c2929}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_in_card .try_free[data-v-fcaedaa3]:hover{background:#fff;border:2px solid #201515;padding:10px 0}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_price_qllist[data-v-fcaedaa3]{display:flex;flex-direction:column;margin-top:40px;grid-gap:16px}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_price_qllist .one_ql[data-v-fcaedaa3]{align-items:center;display:flex;justify-content:flex-start;grid-gap:8px}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_price_qllist .one_ql .icon[data-v-fcaedaa3]{display:flex;height:10px;width:12px}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_price_qllist .one_ql .font[data-v-fcaedaa3]{color:#403f3e;font-size:14px}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_price_qllist .one_ql .font[data-v-fcaedaa3] .bigger{color:#201515;font-weight:600}.pricing .part1_wrapper .part1 .Membership_dom .one_price .card_price .card_price_qllist .one_ql .tips[data-v-fcaedaa3]{display:flex;height:12px;width:12px}.pricing .part1_wrapper .part1 .Membership_dom .box_shadow[data-v-fcaedaa3]:hover{box-shadow:0 0 24px #00000014}.pricing .part1_wrapper .part1 .Membership_dom .no-load[data-v-fcaedaa3]{background:#fff;border:1px solid #e9e9e9;border-radius:8px;display:block;padding:20px}@media (max-width:750px){.pricing .part1_wrapper .part1 .Membership_dom .no-load[data-v-fcaedaa3]{padding:10px}}.pricing .part1_wrapper .part1 .Service_dom[data-v-fcaedaa3]{display:grid;grid-template-columns:repeat(auto-fit,minmax(225px,1fr));margin-top:40px;grid-gap:16px}.pricing .part1_wrapper .part1 .Service_dom .one_price[data-v-fcaedaa3]{border-radius:8px;cursor:pointer;display:grid}.pricing .part1_wrapper .part1 .Service_dom .one_price .title[data-v-fcaedaa3]{color:#fff;display:none;flex:1;font-size:16px;font-weight:600;padding:9px 0;text-align:center}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price[data-v-fcaedaa3]{background:#fff;border:1px solid #e9e9e9;border-radius:8px;padding:20px}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price[data-v-fcaedaa3]:hover{box-shadow:0 0 24px #00000014}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_part1[data-v-fcaedaa3]{color:#201515;font-size:24px;font-weight:600;min-height:26px}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_part2[data-v-fcaedaa3]{color:#403f3e;font-size:14px;font-weight:400;margin-top:11px;min-height:68px}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .height_hack_222[data-v-fcaedaa3]{min-height:46px}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_part3[data-v-fcaedaa3]{margin-top:16px}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_part3 .select_out_new .select_out_new_font[data-v-fcaedaa3]{color:#333;font-size:14px;font-weight:400}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_part3 .select_out_new .sleect_out_wrapper[data-v-fcaedaa3]{align-items:center;display:flex;justify-content:flex-start;margin-top:10px;grid-gap:8px}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_part3 .select_out_new .sleect_out_wrapper .select_out[data-v-fcaedaa3]{border-radius:4px;height:32px;width:100%}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_part3 .select_out_new .sleect_out_wrapper .select_font[data-v-fcaedaa3]{color:#333333e0;font-size:14px;font-weight:400}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_part3 .member_price[data-v-fcaedaa3]{align-items:center;color:#f66442;display:flex;font-size:32px;font-weight:600;justify-content:flex-start;grid-gap:8px}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_part3 .member_price .small[data-v-fcaedaa3]{font-size:20px}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_part3 .member_font[data-v-fcaedaa3]{color:#f66442;font-size:14px;font-weight:400}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_part4[data-v-fcaedaa3]{min-height:92px}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_part4 .off_price[data-v-fcaedaa3]{align-items:center;color:#201515;display:flex;font-size:32px;font-weight:600;justify-content:flex-start;grid-gap:8px}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_part4 .off_price .small[data-v-fcaedaa3]{font-size:20px}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_part4 .off_price .save_tag[data-v-fcaedaa3]{background:#ffe1bc;border-radius:16px;color:#4c2929;font-size:14px;font-weight:500;padding:4px 10px}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_part4 .old_price[data-v-fcaedaa3]{color:#403f3e;font-size:14px;font-weight:400;text-decoration:line-through}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_part4 .no_member_font[data-v-fcaedaa3]{color:#403f3e;font-size:14px;font-weight:400}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .min_heighthack[data-v-fcaedaa3]{min-height:92px}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .min_heighthack2[data-v-fcaedaa3]{min-height:62px}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .your_price[data-v-fcaedaa3]{background:#f664421a;border-radius:12px;color:#f66442;font-size:12px;font-weight:400;margin-bottom:6px;padding:4px 8px;text-align:center;width:80px}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_buy_btn[data-v-fcaedaa3]{background:#f66442;border-radius:4px;color:#fff;display:block;font-size:16px;font-weight:500;margin-top:16px;padding:11px 0;position:relative;text-align:center}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_buy_btn[data-v-fcaedaa3]:hover{opacity:.9}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_buy_btn a[data-v-fcaedaa3]{color:#fff}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_buy_btn_dis[data-v-fcaedaa3],.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .card_price_buy_btn_dis[data-v-fcaedaa3]:hover{opacity:.5}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .correct_service_quanyi[data-v-fcaedaa3]{margin-top:20px}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .correct_service_quanyi .one_quanyi[data-v-fcaedaa3]{align-items:center;display:flex;justify-content:flex-start;grid-gap:8px;margin-bottom:8px}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .correct_service_quanyi .one_quanyi .icon[data-v-fcaedaa3]{align-items:center;display:flex;flex-shrink:0;height:10px;justify-content:center;width:12px}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .correct_service_quanyi .one_quanyi .icon img[data-v-fcaedaa3]{height:100%;width:100%}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .correct_service_quanyi .one_quanyi .font[data-v-fcaedaa3]{color:#403f3e;font-size:14px;font-weight:400}.pricing .part1_wrapper .part1 .Service_dom .one_price .card_price .correct_service_quanyi .one_quanyi .font[data-v-fcaedaa3] .strongfont{color:#f66442;font-weight:650}.pricing .part1_wrapper .part1 .Service_dom .one_price_bundle .card_price[data-v-fcaedaa3]{background:#4c2929;border:1px solid #e9e9e9}.pricing .part1_wrapper .part1 .Service_dom .one_price_bundle .card_price .card_price_part1[data-v-fcaedaa3]{color:#fff}.pricing .part1_wrapper .part1 .Service_dom .one_price_bundle .card_price .card_price_part2[data-v-fcaedaa3]{min-height:34px!important}.pricing .part1_wrapper .part1 .Service_dom .one_price_bundle .card_price .your_price[data-v-fcaedaa3]{background:#ffe1bc1a!important;color:#ffe1bc!important}.pricing .part1_wrapper .part1 .Service_dom .one_price_bundle .card_price .off_price[data-v-fcaedaa3]{color:#fff!important}.pricing .part1_wrapper .part1 .Service_dom .one_price_bundle .card_price .no_member_font[data-v-fcaedaa3]{color:#ffffffa6!important}.pricing .part1_wrapper .part1 .Service_dom .one_price_bundle .card_price .member_font[data-v-fcaedaa3],.pricing .part1_wrapper .part1 .Service_dom .one_price_bundle .card_price .member_price[data-v-fcaedaa3]{color:#ffe1bc!important}.pricing .part1_wrapper .part1 .Service_dom .one_price_bundle .card_price .card_price_buy_btn[data-v-fcaedaa3]{background:#ffe1bc!important;color:#4c2929!important;overflow:hidden}.pricing .part1_wrapper .part1 .Service_dom .no-load[data-v-fcaedaa3]{background:#fff;border:1px solid #e9e9e9;border-radius:8px;display:block;padding:20px}@media (max-width:750px){.pricing .part1_wrapper .part1 .Service_dom .no-load[data-v-fcaedaa3]{padding:10px}}.pricing .part1_wrapper .part1 .scroll_buyed_wrapper[data-v-fcaedaa3]{background:#fff4f1;border-radius:8px;height:46px;height:-moz-fit-content;height:fit-content;margin-top:32px;padding:10px 20px}.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed[data-v-fcaedaa3]{align-items:center;background:#fff4f1;display:flex;flex-wrap:wrap;justify-content:flex-start;padding:0}@media (max-width:846px){.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed[data-v-fcaedaa3]{display:grid;grid-template-columns:1fr;grid-gap:8px}}.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed .scroll_buyed_left[data-v-fcaedaa3]{align-items:center;display:flex;justify-content:flex-start}.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed .scroll_buyed_left .icon[data-v-fcaedaa3]{height:20px;width:20px}.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed .scroll_buyed_left .icon img[data-v-fcaedaa3]{height:100%;width:100%}.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed .scroll_buyed_left .name[data-v-fcaedaa3]{color:#201515;font-size:16px;font-weight:400;margin-left:12px}@media (max-width:528px){.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed .scroll_buyed_left .name[data-v-fcaedaa3]{font-size:12px}}.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed .scroll_buyed_left .type[data-v-fcaedaa3]{color:#201515;font-size:16px;font-weight:400;margin-left:12px}@media (max-width:528px){.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed .scroll_buyed_left .type[data-v-fcaedaa3]{font-size:12px}}.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed .scroll_buyed_left .days[data-v-fcaedaa3]{color:#f66442;font-size:16px;font-weight:400;margin-left:12px}@media (max-width:528px){.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed .scroll_buyed_left .days[data-v-fcaedaa3]{font-size:12px}}.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed .scroll_buyed_mid[data-v-fcaedaa3]{align-items:center;display:flex;justify-content:flex-start;grid-gap:16px;flex:1}.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed .scroll_buyed_mid .flag[data-v-fcaedaa3]{height:24px;margin-left:40px;position:relative;width:36px}@media (max-width:846px){.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed .scroll_buyed_mid .flag[data-v-fcaedaa3]{margin-left:0}}@media (max-width:528px){.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed .scroll_buyed_mid .flag[data-v-fcaedaa3]{height:16px;width:24px}}.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed .scroll_buyed_mid .flag img[data-v-fcaedaa3]{height:100%;width:100%}.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed .scroll_buyed_mid .country_name[data-v-fcaedaa3]{color:#201515;flex:1;font-size:16px;font-weight:400;text-align:left}@media (max-width:528px){.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed .scroll_buyed_mid .country_name[data-v-fcaedaa3]{font-size:12px}}.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed .scroll_buyed_mid .time[data-v-fcaedaa3]{color:#201515;font-size:16px;font-weight:400}@media (max-width:528px){.pricing .part1_wrapper .part1 .scroll_buyed_wrapper .scroll_buyed .scroll_buyed_mid .time[data-v-fcaedaa3]{font-size:12px}}.pricing .part1_wrapper .part1 .bank_card[data-v-fcaedaa3]{align-items:center;display:flex;justify-content:center;margin-top:50px;grid-gap:6px;flex-wrap:wrap}@media (max-width:450px){.pricing .part1_wrapper .part1 .bank_card[data-v-fcaedaa3]{margin-top:60px}}.pricing .part1_wrapper .part1 .bank_card .title[data-v-fcaedaa3]{color:#403f3e;font-size:14px;font-weight:400}.pricing .part1_wrapper .part1 .bank_card .img_self[data-v-fcaedaa3]{max-width:422px}.pricing .part1_wrapper .part1 .bank_card .img_self img[data-v-fcaedaa3]{height:auto;width:100%}.pricing .part1_wrapper .circle_items[data-v-fcaedaa3]{height:660px;left:50%;margin-left:-472px;position:absolute;top:290px;width:100%;z-index:0}.pricing .part1_wrapper .circle_items .circle_01[data-v-fcaedaa3]{background:#ffa08b;border-radius:660px;filter:blur(300px);height:460px;left:0;position:absolute;top:0;width:660px}.pricing .part1_wrapper .circle_items .circle_02[data-v-fcaedaa3]{background:#ffca42;border-radius:440px;filter:blur(300px);height:240px;position:absolute;right:0;top:110px;width:440px}.pricing .Feature_wrapper[data-v-fcaedaa3]{margin-top:112px;padding:0 30px}@media screen and (max-width:450px){.pricing .Feature_wrapper[data-v-fcaedaa3]{padding:0 15px}}@media (max-width:450px){.pricing .Feature_wrapper[data-v-fcaedaa3]{margin-top:60px}}.pricing .Feature_wrapper .Feature_in[data-v-fcaedaa3]{margin:0 auto;max-width:1200px}.pricing .Feature_wrapper .Feature_in .Feature_title[data-v-fcaedaa3]{margin-bottom:56px}.pricing .Feature_wrapper .Feature_in .Feature_title h2[data-v-fcaedaa3]{color:#201515;font-size:40px;font-weight:600;text-align:center}@media (max-width:750px){.pricing .Feature_wrapper .Feature_in .Feature_title h2[data-v-fcaedaa3]{font-size:24px}}.pricing .Feature_wrapper .Feature_content_mobile[data-v-fcaedaa3]{display:none;margin-top:12px}@media (max-width:750px){.pricing .Feature_wrapper .Feature_content_mobile[data-v-fcaedaa3]{display:block}}.pricing .Feature_wrapper .Feature_content_mobile .change_wrapper[data-v-fcaedaa3]{align-items:center;background:#fff;border-radius:24px;display:flex;justify-content:center;padding:4px;grid-gap:8px}.pricing .Feature_wrapper .Feature_content_mobile .change_wrapper .one_type[data-v-fcaedaa3]{border-radius:24px;color:#f66442;font-size:16px;font-weight:600;padding:6px 12px}.pricing .Feature_wrapper .Feature_content_mobile .change_wrapper .one_type_active[data-v-fcaedaa3]{background:#feefec}.pricing .Feature_wrapper .Feature_content_mobile .switch_out[data-v-fcaedaa3]{align-items:center;display:flex;justify-content:center;margin-top:12px;grid-gap:8px}.pricing .Feature_wrapper .Feature_content_mobile .switch_out .font[data-v-fcaedaa3]{color:#f66442;font-size:14px;font-weight:400}.pricing .Feature_wrapper .Feature_content_mobile .mobileShowWhich_detail[data-v-fcaedaa3]{margin-top:12px}.pricing .Feature_wrapper .Feature_content .static_css[data-v-fcaedaa3]{background:#fff;box-sizing:border-box;left:0;margin:0 auto;max-width:1200px;position:fixed;right:0;top:60px;width:100%}@media screen and (max-width:1200px){.pricing .Feature_wrapper .Feature_content .static_css[data-v-fcaedaa3]{padding:0 30px}}.pricing .Feature_wrapper .Feature_content .one_feature[data-v-fcaedaa3]{border-bottom:1px solid #e9e9e9;display:grid;grid-template-columns:repeat(5,1fr)}@media (max-width:750px){.pricing .Feature_wrapper .Feature_content .one_feature[data-v-fcaedaa3]{grid-template-columns:repeat(2,1fr)}}.pricing .Feature_wrapper .Feature_content .one_feature .one_feature_item .title[data-v-fcaedaa3]{align-items:center;display:flex;justify-content:space-between;grid-gap:8px;color:#201515;font-size:20px;font-weight:600}.pricing .Feature_wrapper .Feature_content .one_feature .one_feature_item .title .save_tag_fer[data-v-fcaedaa3]{background:linear-gradient(270deg,#fb9d77,#f66442);border-radius:4px;color:#fff;font-size:12px;font-weight:400;padding:4px 8px}.pricing .Feature_wrapper .Feature_content .one_feature .one_feature_item .price_out[data-v-fcaedaa3]{color:#484848;font-size:18px;font-weight:600;margin-top:8px}.pricing .Feature_wrapper .Feature_content .one_feature .one_feature_item .buy_btn_new[data-v-fcaedaa3]{border:1px solid #201515;border-radius:8px;color:#201515;cursor:pointer;display:block;font-size:16px;font-weight:400;margin-top:16px;padding:9px 20px;width:-moz-fit-content;width:fit-content}.pricing .Feature_wrapper .Feature_content .one_feature .one_feature_item .img_font[data-v-fcaedaa3]{align-items:center;display:flex;justify-content:flex-start;grid-gap:8px}.pricing .Feature_wrapper .Feature_content .one_feature .one_feature_item .img_font .img_icon[data-v-fcaedaa3]{height:32px;width:32px}.pricing .Feature_wrapper .Feature_content .one_feature .one_feature_item .img_font .img_icon img[data-v-fcaedaa3]{height:100%;width:100%}.pricing .Feature_wrapper .Feature_content .one_feature .one_feature_item .img_font .font[data-v-fcaedaa3]{color:#201515;font-size:20px;font-weight:600}.pricing .Feature_wrapper .Feature_content .one_feature .one_feature_item .regular_font[data-v-fcaedaa3]{align-items:center;color:#484848;display:flex;flex-wrap:wrap;font-size:16px;font-weight:400;gap:8px;justify-content:center}.pricing .Feature_wrapper .Feature_content .one_feature .one_feature_item .t_icon[data-v-fcaedaa3]{height:16px;width:16px}.pricing .Feature_wrapper .Feature_content .one_feature .one_feature_item .t_icon img[data-v-fcaedaa3]{height:100%;width:100%}.pricing .Feature_wrapper .Feature_content .one_feature .one_feature_item .have_or_no[data-v-fcaedaa3]{align-items:center;display:flex;justify-content:flex-start;grid-gap:8px}.pricing .Feature_wrapper .Feature_content .one_feature .one_feature_item .have_or_no .icon[data-v-fcaedaa3]{height:16px;width:16px}.pricing .Feature_wrapper .Feature_content .one_feature .one_feature_item .have_or_no .icon img[data-v-fcaedaa3]{height:100%;width:100%}.pricing .Feature_wrapper .Feature_content .one_feature .one_feature_item .have_or_no .have_nums[data-v-fcaedaa3]{color:#484848;font-size:16px;font-weight:400}.pricing .Feature_wrapper .Feature_content .one_feature .one_feature_item .switch_out[data-v-fcaedaa3]{align-items:center;display:flex;justify-content:flex-start;margin-top:11px;grid-gap:8px}.pricing .Feature_wrapper .Feature_content .one_feature .one_feature_item .switch_out .font[data-v-fcaedaa3]{color:#f66442;font-size:14px;font-weight:400}.pricing .Feature_wrapper .Feature_content .shu1 .regular_font[data-v-fcaedaa3]{justify-content:flex-start!important}.pricing .Feature_wrapper .Feature_content .lt_rt_radio[data-v-fcaedaa3]{border-radius:16px 16px 0 0}.pricing .Feature_wrapper .Feature_content .lb_rb_radio[data-v-fcaedaa3]{border-radius:0 0 16px 16px}.pricing .Feature_wrapper .Feature_content .havepadding[data-v-fcaedaa3]{flex-direction:column;padding:32px 24px}.pricing .Feature_wrapper .Feature_content .padding1[data-v-fcaedaa3]{margin-top:24px;padding-bottom:16px}.pricing .Feature_wrapper .Feature_content .center_show[data-v-fcaedaa3]{align-items:center;display:flex;justify-content:flex-start;padding-left:24px}.pricing .Feature_wrapper .Feature_content .no_border_bottom[data-v-fcaedaa3]{border-bottom:none}.pricing .Feature_wrapper .Feature_content .one_feature_item_last[data-v-fcaedaa3]{background:#fef7f5}.pricing .Feature_wrapper .Feature_content .one_feature_item_last .price_out[data-v-fcaedaa3],.pricing .Feature_wrapper .Feature_content .one_feature_item_last .title[data-v-fcaedaa3]{color:#f66442!important}.pricing .Feature_wrapper .Feature_content .one_feature_item_last .buy_btn_new[data-v-fcaedaa3]{background:#f66442!important;border:1px solid #f66442!important;color:#fff!important}.pricing .part2_wrapper[data-v-fcaedaa3]{margin-top:120px;padding:0 30px}@media screen and (max-width:450px){.pricing .part2_wrapper[data-v-fcaedaa3]{padding:0 15px}}@media (max-width:450px){.pricing .part2_wrapper[data-v-fcaedaa3]{margin-top:60px}}.pricing .part2_wrapper .part2[data-v-fcaedaa3]{margin:0 auto;max-width:1200px}.pricing .part2_wrapper .part2 .title[data-v-fcaedaa3]{color:#201515;font-size:40px;font-weight:500;text-align:center}@media (max-width:450px){.pricing .part2_wrapper .part2 .title[data-v-fcaedaa3]{font-size:20px}}.pricing .part2_wrapper .part2 .list_out[data-v-fcaedaa3]{margin-top:56px}.pricing .part2_wrapper .part2 .list_out .one_question[data-v-fcaedaa3]{background:#f2f4f6;border-radius:8px;margin-bottom:8px;padding:18px 24px}.pricing .part2_wrapper .part2 .list_out .one_question .header[data-v-fcaedaa3]{align-items:center;display:flex;justify-content:flex-start;grid-gap:24px;cursor:pointer}.pricing .part2_wrapper .part2 .list_out .one_question .header .icon[data-v-fcaedaa3]{align-items:center;display:flex;height:16px;justify-content:center;width:16px}.pricing .part2_wrapper .part2 .list_out .one_question .header .qusetion[data-v-fcaedaa3]{color:#201515;font-size:20px;font-weight:500}@media (max-width:662px){.pricing .part2_wrapper .part2 .list_out .one_question .header .qusetion[data-v-fcaedaa3]{font-size:16px}}.pricing .part2_wrapper .part2 .list_out .one_question .answer[data-v-fcaedaa3]{color:#201515;font-size:18px;font-weight:400;margin-top:24px;padding-left:44px}.pricing .part2_wrapper .part2 .list_out .one_question .answer[data-v-fcaedaa3] .email_address{color:#f66442;text-decoration:underline}@media (max-width:662px){.pricing .part2_wrapper .part2 .list_out .one_question .answer[data-v-fcaedaa3]{font-size:16px}}.pricing .part2_wrapper .part2 .list_out .one_question .answer .answer_content[data-v-fcaedaa3]{line-height:26px}.pricing .part2_wrapper .part2 .list_out .one_question_open[data-v-fcaedaa3]{background:#fff;border:1px solid #e9e9e9;box-shadow:0 0 8px #00000014}.pricing .part2_wrapper .part2 .list_out .one_question_open .header .icon[data-v-fcaedaa3]{transform:rotate(180deg)}.pricing .part3_wrapper[data-v-fcaedaa3]{background:#fff4f1;margin-top:100px;padding:0 30px}@media screen and (max-width:450px){.pricing .part3_wrapper[data-v-fcaedaa3]{padding:0 15px}}@media (max-width:450px){.pricing .part3_wrapper[data-v-fcaedaa3]{margin-top:50px}}.pricing .part3_wrapper .part3[data-v-fcaedaa3]{margin:0 auto;max-width:1200px;padding:100px 0}@media (max-width:450px){.pricing .part3_wrapper .part3[data-v-fcaedaa3]{padding:50px 0}}.pricing .part3_wrapper .part3 .title[data-v-fcaedaa3]{color:#201515;font-size:40px;font-weight:500;margin-bottom:64px;text-align:center}@media (max-width:450px){.pricing .part3_wrapper .part3 .title[data-v-fcaedaa3]{margin-bottom:32px}}.pricing .part3_wrapper .part3 .three_out[data-v-fcaedaa3]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px}.pricing .part3_wrapper .part3 .three_out .one_card[data-v-fcaedaa3]{background:#fff;border:1px solid #f0e8e8;border-radius:8px;padding:32px 20px}.pricing .part3_wrapper .part3 .three_out .one_card .icon[data-v-fcaedaa3]{height:56px;margin:0 auto;width:56px}.pricing .part3_wrapper .part3 .three_out .one_card .method_font[data-v-fcaedaa3]{color:#201515;font-size:24px;font-weight:600;margin-top:16px;text-align:center}.pricing .part3_wrapper .part3 .three_out .one_card .method_tip[data-v-fcaedaa3]{color:#403f3e;font-size:14px;font-weight:400;margin-top:8px;text-align:center}.pricing .part3_wrapper .part3 .three_out .one_card .btn[data-v-fcaedaa3]{border:1px solid #201515;border-radius:4px;color:#201515;cursor:pointer;display:block;font-size:16px;font-weight:500;margin-top:24px;padding:11px;text-align:center}.pricing .part3_wrapper .part3 .three_out .one_card .btn[data-v-fcaedaa3]:hover{border:2px solid #201515;padding:10px}.cancel_btn:hover{background-color:#fff;border-color:#3c4652!important;color:#000!important;outline:none!important}.el-button--primary{background:#f66442!important;border-color:#f66442!important}.el-message-box__content{margin-top:10px}.pay_result_dialog{width:500px}@media screen and (max-width:524px){.pay_result_dialog{width:360px}}.pay_result_dialog .no_wrap{line-height:20px;word-break:normal}.pay_result_dialog .no_wrap .yellow{color:#f66442}.pay_result_dialog .footer_wrapp{display:flex;justify-content:flex-end}.pay_result_dialog .close_btn{background:#f66442;border-radius:4px;color:red;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:10px 14px;width:-moz-fit-content;width:fit-content}.pay_result_dialog .close_btn:hover{opacity:.9}.el-button:focus-visible{outline:0}.el-popover.el-popper{box-shadow:0 0 15px 2px #0000001f!important;color:#000000a6;font-size:12px;font-weight:400;margin-left:6px;min-width:200px}@media screen and (max-width:524px){.el-popover.el-popper{min-width:200px}}.common_price_number_animate[data-v-fcaedaa3]{animation:bounce-fcaedaa3 .5s ease;display:inline-block;transform-origin:center;transition:all .3s ease}@keyframes bounce-fcaedaa3{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}
