.g-page-hot{background:var(--g-hot-background,transparent)}.g-page-hot,.g-page-hot-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.g-page-hot-content{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:var(--g-hot-padding,50px 0)}.g-page-hot-title{color:#333e49;font-family:PingFangSC-SNaNpxibold;font-size:40px;font-weight:600;line-height:56px}.g-page-hot-en-title{color:#333e49;font-size:14px;letter-spacing:.35px;line-height:20px;margin-top:8px}.g-page-hot-en-title,.g-page-hot-subtitle{font-family:PingFangSC-Regular;font-weight:400}.g-page-hot-subtitle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--el-color-primary);font-size:24px;padding-top:12px;position:relative}.g-page-hot-subtitle:before{left:-82px}.g-page-hot-subtitle:after,.g-page-hot-subtitle:before{background:var(--el-color-primary);content:"";height:1px;position:absolute;width:65px}.g-page-hot-subtitle:after{right:-82px}.el-carousel{--el-carousel-arrow-font-size:12px;--el-carousel-arrow-size:36px;--el-carousel-arrow-background:#1f2d3d1c;--el-carousel-arrow-hover-background:#1f2d3d3b;--el-carousel-indicator-width:30px;--el-carousel-indicator-height:2px;--el-carousel-indicator-padding-horizontal:4px;--el-carousel-indicator-padding-vertical:12px;--el-carousel-indicator-out-color:var(--el-border-color-hover);position:relative}.el-carousel--horizontal,.el-carousel--vertical{overflow:hidden}.el-carousel__container{height:300px;position:relative}.el-carousel__arrow{background-color:var(--el-carousel-arrow-background);border:none;border-radius:50%;color:#fff;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:var(--el-carousel-arrow-font-size);height:var(--el-carousel-arrow-size);margin:0;outline:none;padding:0;position:absolute;text-align:center;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:var(--el-transition-duration);transition:var(--el-transition-duration);width:var(--el-carousel-arrow-size);z-index:10;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-carousel__arrow--left{left:16px}.el-carousel__arrow--right{right:16px}.el-carousel__arrow:hover{background-color:var(--el-carousel-arrow-hover-background)}.el-carousel__arrow i{cursor:pointer}.el-carousel__indicators{list-style:none;margin:0;padding:0;position:absolute;z-index:calc(var(--el-index-normal) + 1)}.el-carousel__indicators--horizontal{bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%)}.el-carousel__indicators--vertical{right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.el-carousel__indicators--outside{bottom:calc(var(--el-carousel-indicator-height) + var(--el-carousel-indicator-padding-vertical)*2);position:static;text-align:center;-webkit-transform:none;-ms-transform:none;transform:none}.el-carousel__indicators--outside .el-carousel__indicator:hover button{opacity:.64}.el-carousel__indicators--outside button{background-color:var(--el-carousel-indicator-out-color);opacity:.24}.el-carousel__indicators--right{right:0}.el-carousel__indicators--labels{left:0;right:0;text-align:center;-webkit-transform:none;-ms-transform:none;transform:none}.el-carousel__indicators--labels .el-carousel__button{color:#000;font-size:12px;height:auto;padding:2px 18px;width:auto}.el-carousel__indicators--labels .el-carousel__indicator{padding:6px 4px}.el-carousel__indicator{background-color:initial;cursor:pointer}.el-carousel__indicator:hover button{opacity:.72}.el-carousel__indicator--horizontal{display:inline-block;padding:var(--el-carousel-indicator-padding-vertical) var(--el-carousel-indicator-padding-horizontal)}.el-carousel__indicator--vertical{padding:var(--el-carousel-indicator-padding-horizontal) var(--el-carousel-indicator-padding-vertical)}.el-carousel__indicator--vertical .el-carousel__button{height:calc(var(--el-carousel-indicator-width)/2);width:var(--el-carousel-indicator-height)}.el-carousel__indicator.is-active button{opacity:1}.el-carousel__button{background-color:#fff;border:none;cursor:pointer;display:block;height:var(--el-carousel-indicator-height);margin:0;opacity:.48;outline:none;padding:0;-webkit-transition:var(--el-transition-duration);transition:var(--el-transition-duration);width:var(--el-carousel-indicator-width)}.carousel-arrow-left-enter-from,.carousel-arrow-left-leave-active{opacity:0;-webkit-transform:translateY(-50%) translateX(-10px);-ms-transform:translateY(-50%) translateX(-10px);transform:translateY(-50%) translate(-10px)}.carousel-arrow-right-enter-from,.carousel-arrow-right-leave-active{opacity:0;-webkit-transform:translateY(-50%) translateX(10px);-ms-transform:translateY(-50%) translateX(10px);transform:translateY(-50%) translate(10px)}.el-transitioning{-webkit-filter:url(#elCarouselHorizontal);filter:url(#elCarouselHorizontal)}.el-transitioning-vertical{-webkit-filter:url(#elCarouselVertical);filter:url(#elCarouselVertical)}.el-carousel__item{display:inline-block;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.el-carousel__item,.el-carousel__item.is-active{z-index:calc(var(--el-index-normal) - 1)}.el-carousel__item--card,.el-carousel__item.is-animating{-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.el-carousel__item--card{width:50%}.el-carousel__item--card.is-in-stage{cursor:pointer;z-index:var(--el-index-normal)}.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,.el-carousel__item--card.is-in-stage:hover .el-carousel__mask{opacity:.12}.el-carousel__item--card.is-active{z-index:calc(var(--el-index-normal) + 1)}.el-carousel__item--card-vertical{height:50%;width:100%}.el-carousel__mask{background-color:var(--el-color-white);height:100%;left:0;opacity:.24;position:absolute;top:0;-webkit-transition:var(--el-transition-duration-fast);transition:var(--el-transition-duration-fast);width:100%}.welfare-menu-popover.el-popper{background:#fff;border:none;border-radius:0;-webkit-box-shadow:0 16px 16px 0 rgba(0,0,0,.08);box-shadow:0 16px 16px #00000014;inset:72px auto auto 20px!important;padding:30px 30px 6px}.welfare-menu-popover.el-popper:hover .g-header-menu-item__product{background:#2e2e2e}.welfare-menu-popover.el-popper:hover .g-header-menu-item__product:after,.welfare-menu-popover:hover .g-header-menu-item__product:after{width:76px!important}.welfare-menu-popover .el-popper__arrow{display:none}.g-header-menu[data-v-779053e7]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:72px;margin-left:34px;position:relative}.g-header-menu-item[data-v-779053e7]{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;height:100%;padding-left:16px;padding-right:16px;position:relative;white-space:nowrap}.g-header-menu-item.router-link-exact-active .g-header-menu-item__title[data-v-779053e7]{color:var(--el-color-primary)}.g-header-menu-item__title[data-v-779053e7]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;color:#526170;font-family:PingFangSC-SNaNpxibold;font-size:16px;font-weight:600;height:100%;justify-content:center;-webkit-transition:color .3s;transition:color .3s}.g-header-menu-item__sub[data-v-779053e7]{background:#fff;-webkit-box-shadow:0 16px 16px 0 rgba(0,0,0,.078);box-shadow:0 16px 16px #00000014;height:0;left:-64px;opacity:0;overflow:hidden;padding:30px 30px 6px;position:absolute;top:30px;-webkit-transition:all .3s;transition:all .3s;width:690px;z-index:-1}.g-header-menu-item[data-v-779053e7]:after{background:var(--el-color-primary);bottom:0;content:"";height:2px;left:50%;overflow:hidden;position:absolute;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition:width .3s;transition:width .3s;width:0}.g-header-menu-item:hover .g-header-menu-item__title[data-v-779053e7]{color:var(--el-color-primary)}.g-header-menu-item[data-v-779053e7]:hover:after{width:76px}.g-header-menu-item:hover .g-header-menu-item__sub[data-v-779053e7]{height:auto;opacity:1;top:72px}.g-header-menu .welfare-menu[data-v-779053e7]{-webkit-box-pack:justify;-ms-flex-pack:justify;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.g-header-menu .welfare-menu[data-v-779053e7],.g-header-menu .welfare-menu-item[data-v-779053e7]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.g-header-menu .welfare-menu-item[data-v-779053e7]{width:33%;-webkit-box-pack:start;-ms-flex-pack:start;cursor:pointer;justify-content:flex-start;padding-bottom:24px}.g-header-menu .welfare-menu-item:hover .welfare-menu-title[data-v-779053e7]{color:var(--el-color-primary);font-family:PingFangSC-Medium;font-weight:500}.g-header-menu .welfare-menu-icon[data-v-779053e7]{height:30px;max-width:30px;min-width:30px;width:30px}.g-header-menu .welfare-menu-icon img[data-v-779053e7]{height:100%;width:100%}.g-header-menu .welfare-menu-center[data-v-779053e7]{padding-left:16px}.g-header-menu .welfare-menu-title[data-v-779053e7]{color:#333e49;font-family:PingFangSC-Regular;font-size:16px;font-weight:400;letter-spacing:-.04px;padding-bottom:4px}.g-header-menu .welfare-menu-subtitle[data-v-779053e7]{color:#979898;font-family:PingFangSC-Regular;font-size:14px;font-weight:400;letter-spacing:-.03px}.g-header[data-v-06253783]{display:-webkit-box;display:-ms-flexbox;display:flex;height:72px;position:sticky;top:0;width:100%;z-index:10;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff}.g-header.g-header-sticky[data-v-06253783]{-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);background-color:#ffffffb3;-webkit-box-shadow:0 0 8px rgba(0,0,0,.08);box-shadow:0 0 8px #00000014}.g-header-wrap[data-v-06253783]{width:1200px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.g-header-wrap[data-v-06253783],.g-header-wrap .header-logo[data-v-06253783]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.g-header-wrap .header-logo[data-v-06253783]{cursor:pointer;height:var(--el-header-height);width:247px}.g-header-wrap .header-logo img[data-v-06253783]{height:60px;width:247px}.g-header-nav-menu[data-v-06253783]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:34px}.g-header .free-trial-btn[data-v-06253783]{background:var(--el-color-primary);border:0;border-radius:2px;color:var(--el-color-white);font-family:PingFangSC-Regular;font-size:14px;font-weight:400;height:32px;margin-right:20px;width:80px}.g-header .service-hotline-sales[data-v-06253783]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:20px;position:relative}.g-header .service-hotline-sales[data-v-06253783]:first-child{margin-bottom:2px;padding-bottom:2px}.g-header .service-hotline-sales[data-v-06253783]:first-child:after{background:#cacaca;bottom:0;content:"";height:.4px;left:0;position:absolute;width:166px}.g-header .service-hotline-sales-text[data-v-06253783]{color:#526170;font-family:PingFangSC-Regular;font-size:14px;font-weight:400}.g-header .service-hotline-sales-tel[data-v-06253783]{color:var(--el-color-primary);cursor:default;font-family:PingFang-SC-Medium;font-size:14px;font-weight:500}@-webkit-keyframes myfirst-06253783{0%{height:0}to{height:353px}}@keyframes myfirst-06253783{0%{height:0}to{height:353px}}.g-contact[data-v-b5317e3e]{text-align:center;width:100%}.g-contact-container[data-v-b5317e3e]{background-color:#fff;padding-bottom:94px}.g-contact-container[data-v-b5317e3e] .g-page-hot-content{padding-top:62px}.g-contact-container .g-contact-body[data-v-b5317e3e]{margin:0 auto;width:1200px}.g-contact-container .g-contact-body .g-contact-building[data-v-b5317e3e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.g-contact-container .g-contact-body .g-contact-building-item[data-v-b5317e3e]{background:#fff;background-position:50%;background-size:cover;border:1px solid #d5e4f3;border-radius:16px;height:230px;margin-right:16px;padding:24px 16px;width:200px}.g-contact-container .g-contact-body .g-contact-building-item.g-contact-building--active[data-v-b5317e3e]{border:1px solid var(--el-color-primary)}.g-contact-container .g-contact-body .g-contact-building-item[data-v-b5317e3e]:last-child{margin-right:0}.g-contact-container .g-contact-body .g-contact-building-item[data-v-b5317e3e]:hover{border:1px solid var(--el-color-primary)}.g-contact-container .g-contact-body .g-contact-building-title[data-v-b5317e3e]{color:#171a1d;font-family:PingFangSC-SNaNpxibold;font-size:16px;font-weight:600;letter-spacing:.4px;margin-bottom:12px;text-align:left}.g-contact-container .g-contact-body .g-contact-building-enTitle[data-v-b5317e3e]{color:#9f9f9f;font-family:PingFangSC-Regular;font-size:14px;font-weight:400;letter-spacing:.35px;text-align:left}.g-contact-container .g-contact-address[data-v-b5317e3e]{background:#f3f6f9;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;height:80px;margin:24px auto 0;width:1064px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.g-contact-container .g-contact-address-title[data-v-b5317e3e]{color:#333e49;font-family:PingFangSC-Medium;font-size:24px;font-weight:500;text-align:right;width:402px}.g-contact-container .g-contact-address-info[data-v-b5317e3e]{color:#333e49;font-family:PingFangSC-Regular;font-size:16px;font-weight:400;padding-left:30px;position:relative}.g-contact-container .g-contact-address-info[data-v-b5317e3e]:before{background:#bfcddc;content:"";height:43px;left:0;margin-left:18px;position:absolute;top:4px;width:1px}.g-contact-container .g-contact-address-info .g-contact-company-top[data-v-b5317e3e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.g-contact-container .g-contact-address-info .g-contact-company-item[data-v-b5317e3e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:PingFangSC-Regular;font-size:14px;font-weight:400;margin-right:30px}.g-contact-container .g-contact-address-info .g-contact-company-item img[data-v-b5317e3e]{height:20px;margin-right:4px;width:20px}.g-contact-container .g-contact-address-info .g-contact-company-item-label[data-v-b5317e3e]{color:#526170;font-family:PingFangSC-Medium;font-size:14px;font-weight:600}.g-contact-container[data-v-b5317e3e] .el-carousel{margin:0 auto;max-width:1920px}.g-footer-open-service[data-v-29f431e3]{background:url(https://img.joybenefits.cn/yx-website-welfare-kcallme-com/image/footer/icon-setup-text.png) no-repeat;background-position:50%;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;height:300px;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.g-footer-open-service-title[data-v-29f431e3]{color:#fff;font-family:PingFangSC-SNaNpxibold;font-size:48px;font-weight:600;line-height:67px;margin-top:83px;width:672px}.g-footer-open-service[data-v-29f431e3] .el-button{background:#ff6b06;border:none;border-radius:32.5px;color:var(--el-color-white);font-family:PingFangSC-Regular;font-size:24px;font-weight:400;height:66px;margin-top:26px;padding:0;width:200px}.g-footer-wrap[data-v-29f431e3]{background-color:#141621;padding-bottom:20px}.g-footer-content[data-v-29f431e3]{height:280px;margin:0 auto;width:1200px}.g-footer-body[data-v-29f431e3]{color:var(--el-color-white);display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:38px;text-align:left}.g-footer-body .g-footer-link[data-v-29f431e3]{padding-top:40px}.g-footer-body .g-footer-link[data-v-29f431e3]:nth-child(2){-webkit-box-flex:2;-ms-flex:2;flex:2}.g-footer-body .g-footer-link-title[data-v-29f431e3]{color:#fff;font-family:PingFangSC-Medium;font-size:16px;font-weight:500;line-height:22px;margin-bottom:16px}.g-footer-body .g-footer-link-menu[data-v-29f431e3]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:60px;padding-bottom:20px;width:300px}.g-footer-body .g-footer-link-menu-item[data-v-29f431e3]{color:#b6b9d1;cursor:pointer;font-family:PingFangSC-Regular;font-size:14px;font-weight:400;margin-bottom:4px;margin-right:32px;width:56px}.g-footer-body .g-footer-link-menu-item[data-v-29f431e3]:hover{color:#fff}.g-footer-body .g-footer-link-contact[data-v-29f431e3]{color:#b6b9d1;font-family:PingFangSC-Regular;font-size:14px;font-weight:400;line-height:20px;margin-bottom:4px}.g-footer-body .g-footer-link-contact[data-v-29f431e3]:last-child{margin-bottom:0}.g-footer-body .g-footer-link.g-footer-link-qr-list[data-v-29f431e3]{display:-webkit-box;display:-ms-flexbox;display:flex}.g-footer-body .g-footer-link.g-footer-link-qr-list .g-footer-link-qr-item[data-v-29f431e3]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:36px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.g-footer-body .g-footer-link.g-footer-link-qr-list .g-footer-link-qr-item .g-footer-link-qr-title[data-v-29f431e3]{color:#fff;font-family:PingFangSC-Regular;font-size:14px;font-weight:400;margin-top:12px}.g-footer-body .g-footer-link.g-footer-link-qr-list .g-footer-link-qr-item[data-v-29f431e3]:last-child{margin-right:0}.g-footer-body .g-footer-link.g-footer-link-qr-list .g-footer-link-qr-item img[data-v-29f431e3]{height:80px;width:80px}.g-footer-bottom[data-v-29f431e3]{padding-left:40px;padding-right:40px}.g-footer-bottom .g-footer-bottom-copy[data-v-29f431e3]{color:#b6b9d1;font-family:PingFangSC-Regular;font-size:10px;font-weight:400;text-align:center}.g-footer-bottom .g-footer-bottom-copy[data-v-29f431e3]:last-child{margin-top:4px}.g-footer-bottom .g-footer-bottom-copy .g-footer-link-copy-item[data-v-29f431e3]{cursor:pointer;display:inline-block}.g-footer-bottom .g-footer-bottom-copy .g-footer-link-copy-item[data-v-29f431e3]:hover,.g-footer-bottom .g-footer-bottom-copy .g-footer-link-copy-license[data-v-29f431e3]:hover{color:#fff}
