body, body.qwq {
  margin: 0;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
}
body *, body.qwq * {
  box-sizing: border-box;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body *, body.qwq * {
    letter-spacing: 0;
  }
}
body * img, body.qwq * img {
  max-width: 100%;
  display: block;
  user-select: none;
}
body * button, body * input, body * select, body * textarea, body.qwq * button, body.qwq * input, body.qwq * select, body.qwq * textarea {
  outline: none;
}
body * a, body.qwq * a {
  cursor: pointer;
  text-decoration: none;
  display: block;
  color: #333333;
}
body * ul, body * ol, body.qwq * ul, body.qwq * ol {
  list-style: none;
}

@media screen and (max-width: 1023px) {
  .bk-scope.feature {
    padding-bottom: 52px;
  }
}
.bk-scope.feature section {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.bk-scope.feature section .section-image-wrap {
  padding: 30px 0 15px;
}
.bk-scope.feature section .section-image-wrap .image-wrap {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s ease-in-out;
}
.bk-scope.feature section .section-image-wrap .image-wrap img {
  width: 100%;
}
.bk-scope.feature section .section-image-wrap .image-wrap .background-image {
  width: 100%;
}
.bk-scope.feature section .section-image-wrap .image-wrap .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bk-scope.feature section .section-image-wrap .image-wrap.animate {
  opacity: 1;
  visibility: visible;
}
.bk-scope.feature section .common-flex-box .flex-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bk-scope.feature section .common-flex-box .flex-wrap .flex-item-wrap {
  width: 33.3333%;
  padding: 15px 18px;
}
@media screen and (max-width: 1365px) {
  .bk-scope.feature section .common-flex-box .flex-wrap .flex-item-wrap {
    padding: 12.5px;
  }
}
@media screen and (max-width: 1279px) {
  .bk-scope.feature section .common-flex-box .flex-wrap .flex-item-wrap {
    padding: 10px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.feature section .common-flex-box .flex-wrap .flex-item-wrap {
    width: 100%;
  }
}
.bk-scope.feature section .common-flex-box .flex-wrap .flex-item-wrap .flex-item {
  height: 100%;
}
.bk-scope.feature section .common-flex-box .flex-wrap .flex-item-wrap .flex-item .item-image .image {
  max-width: 260px;
  margin: 0 auto;
}
.bk-scope.feature section .common-flex-box .flex-wrap .flex-item-wrap .flex-item .item-content {
  height: 100%;
  width: 100%;
}
.bk-scope.feature section .common-flex-box .flex-wrap .flex-item-wrap .flex-item .item-content .content-wrap {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  padding: 27px 20px;
  border-radius: 8px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bk-scope.feature section .common-flex-box .flex-wrap .flex-item-wrap .flex-item .item-content .content-wrap {
    padding: 24px 20px;
  }
}
.bk-scope.feature section .common-flex-box .flex-wrap .flex-item-wrap .flex-item .item-content .content-wrap .title-wrap {
  padding-bottom: 12px;
  display: flex;
}
.bk-scope.feature section .common-flex-box .flex-wrap .flex-item-wrap .flex-item .item-content .content-wrap .title-wrap .icon-wrap {
  display: flex;
  align-items: center;
  height: 28px;
  padding-right: 9px;
}
.bk-scope.feature section .common-flex-box .flex-wrap .flex-item-wrap .flex-item .item-content .content-wrap .title-wrap .icon-wrap .icon {
  width: 21px;
  height: 21px;
  background-image: url("/app-assets/images/feature/icon/checked.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #DDEEFF;
}
.bk-scope.feature section .common-flex-box .flex-wrap .flex-item-wrap .flex-item .item-content .content-wrap .title-wrap .text {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .bk-scope.feature section .common-flex-box .flex-wrap .flex-item-wrap .flex-item .item-content .content-wrap .title-wrap .text {
    font-size: 16px;
  }
}
.bk-scope.feature section .common-flex-box .flex-wrap .flex-item-wrap .flex-item .item-content .content-wrap .context-wrap {
  padding-left: 30px;
}
.bk-scope.feature section .common-flex-box .flex-wrap .flex-item-wrap .flex-item .item-content .content-wrap .context-wrap .text {
  color: #666666;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .bk-scope.feature section .common-flex-box .flex-wrap .flex-item-wrap .flex-item .item-content .content-wrap .context-wrap .text {
    font-size: 14px;
  }
}
.bk-scope.feature section .common-flex-box .flex-wrap .flex-item-wrap .flex-item .item-content .content-wrap .context-wrap a {
  display: inline-block;
  color: #56A4FF;
}
.bk-scope.feature section.hero-section {
  z-index: 1;
  background-image: url("/app-assets/images/feature/hero/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 385px 120px 0;
}
@media screen and (max-width: 1023px) {
  .bk-scope.feature section.hero-section {
    padding: 385px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.feature section.hero-section {
    background-image: url("/app-assets/images/feature/hero/background-mb.png");
  }
}
.bk-scope.feature section.hero-section .fixed-title-wrap {
  position: fixed;
  left: 0;
  top: 165px;
  width: 100%;
  height: 389.26px;
  z-index: 2;
  background-image: url("/app-assets/images/feature/hero/text-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bk-scope.feature section.hero-section .fixed-title-wrap .content-wrap {
  padding: 0 17px;
}
.bk-scope.feature section.hero-section .fixed-title-wrap .content-wrap .title-wrap {
  padding-bottom: 24px;
}
.bk-scope.feature section.hero-section .fixed-title-wrap .content-wrap .title-wrap .text {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .bk-scope.feature section.hero-section .fixed-title-wrap .content-wrap .title-wrap .text {
    font-size: 28px;
  }
}
@media screen and (max-width: 374px) {
  .bk-scope.feature section.hero-section .fixed-title-wrap .content-wrap .title-wrap .text {
    font-size: 24px;
  }
}
@media screen and (max-width: 359px) {
  .bk-scope.feature section.hero-section .fixed-title-wrap .content-wrap .title-wrap .text {
    font-size: 20px;
  }
}
.bk-scope.feature section.hero-section .fixed-title-wrap .content-wrap .context-wrap .text span.block {
  display: block;
  text-align: center;
  color: #555555;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .bk-scope.feature section.hero-section .fixed-title-wrap .content-wrap .context-wrap .text span.block {
    font-size: 14px;
  }
}
@media screen and (max-width: 359px) {
  .bk-scope.feature section.hero-section .fixed-title-wrap .content-wrap .context-wrap .text span.block {
    font-size: 12px;
  }
}
.bk-scope.feature section.hero-section .fixed-title-wrap .content-wrap .context-wrap .text.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .bk-scope.feature section.hero-section .fixed-title-wrap .content-wrap .context-wrap .text.pc {
    display: none;
  }
}
.bk-scope.feature section.hero-section .fixed-title-wrap .content-wrap .context-wrap .text.mb {
  display: none;
}
@media screen and (max-width: 767px) {
  .bk-scope.feature section.hero-section .fixed-title-wrap .content-wrap .context-wrap .text.mb {
    display: block;
  }
}
.bk-scope.feature section.hero-section .hero-image-box {
  z-index: 3;
  overflow: hidden;
}
.bk-scope.feature section.hero-section .hero-image-box .image-box {
  display: flex;
  justify-content: center;
  z-index: 3;
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex {
    padding-bottom: 20px;
  }
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex .wrap {
  display: flex;
  align-items: center;
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex .wrap.left {
  margin-right: -68px;
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex .wrap.left .image-wrap.layer3 {
  margin-right: -35px;
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex .wrap.right {
  margin-left: -68px;
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex .wrap.right .image-wrap.layer3 {
  margin-left: -35px;
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex .image-wrap.center {
  position: relative;
  z-index: 6;
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex .image-wrap.center .image {
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex .image-wrap.center .image img {
  width: 323.85px;
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex .image-wrap.layer2 {
  position: relative;
  z-index: 5;
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex .image-wrap.layer2 .image {
  transition: all 0.7s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.5s;
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex .image-wrap.layer2 .image img {
  width: 233px;
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex .image-wrap.layer2.left1 .image {
  transform: translate3d(100px, 0, 0);
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex .image-wrap.layer2.right1 .image {
  transform: translate3d(-100px, 0, 0);
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex .image-wrap.layer3 {
  position: relative;
  z-index: 4;
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex .image-wrap.layer3 .image {
  opacity: 0;
  visibility: hidden;
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex .image-wrap.layer3 .image img {
  width: 140px;
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex .image-wrap.layer3.left2 .image {
  transform: translate3d(200px, 0, 0);
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex .image-wrap.layer3.right2 .image {
  transform: translate3d(-200px, 0, 0);
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex.animate .image-wrap.center .image {
  opacity: 1;
  visibility: visible;
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex.animate .image-wrap.layer2 .image {
  opacity: 1;
  visibility: visible;
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex.animate .image-wrap.layer2.left1 .image {
  transform: translate3d(0, 0, 0);
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex.animate .image-wrap.layer2.right1 .image {
  transform: translate3d(0, 0, 0);
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex.animate .image-wrap.layer3 .image {
  opacity: 1;
  visibility: visible;
  transition: all 1.2s ease-in-out;
  transition-delay: 0.7s;
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex.animate .image-wrap.layer3.left2 .image {
  transform: translate3d(0, 0, 0);
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-flex.animate .image-wrap.layer3.right2 .image {
  transform: translate3d(0, 0, 0);
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-box-background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: #FFFFFF;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .bk-scope.feature section.hero-section .hero-image-box .image-box .image-box-background {
    padding-top: 10vw;
  }
}
.bk-scope.feature section.hero-section .hero-image-box .image-box .image-box-background img {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
@keyframes flash-top {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  25% {
    opacity: 1;
    visibility: visible;
  }
  50% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes flash-bottom {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  25% {
    opacity: 0;
    visibility: visible;
  }
  50% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.bk-scope.feature section.hero-section .scroll-to-next {
  display: flex;
  justify-content: center;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.bk-scope.feature section.hero-section .scroll-to-next .icon-wrap {
  padding: 1.5px 0;
}
.bk-scope.feature section.hero-section .scroll-to-next .icon-wrap .icon {
  display: flex;
  animation-timing-function: linear;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  opacity: 0;
  visibility: hidden;
  animation-delay: 0.6s;
}
.bk-scope.feature section.hero-section .scroll-to-next .icon-wrap .icon.first {
  animation-name: flash-top;
}
.bk-scope.feature section.hero-section .scroll-to-next .icon-wrap .icon.second {
  animation-name: flash-bottom;
}
.bk-scope.feature section.features {
  padding: 30px 120px;
}
@media screen and (max-width: 1023px) {
  .bk-scope.feature section.features {
    padding: 30px 0;
  }
}
.bk-scope.feature section.features .common-flex-box .flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.bk-scope.feature section.features .common-flex-box .flex-wrap .flex-item-wrap {
  width: 33.3333%;
  padding: 20px 15px;
}
.bk-scope.feature section.features .common-flex-box .flex-wrap .flex-item-wrap * {
  letter-spacing: 0;
}
@media screen and (max-width: 1366px) {
  .bk-scope.feature section.features .common-flex-box .flex-wrap .flex-item-wrap {
    padding: 12.5px;
  }
}
@media screen and (max-width: 1279px) {
  .bk-scope.feature section.features .common-flex-box .flex-wrap .flex-item-wrap {
    padding: 10px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.feature section.features .common-flex-box .flex-wrap .flex-item-wrap {
    width: 100%;
    padding: 10px 0;
  }
}
.bk-scope.feature section.features .common-flex-box .flex-wrap .flex-item-wrap .flex-item {
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
}
.bk-scope.feature section.features .common-flex-box .flex-wrap .flex-item-wrap .flex-item.animate {
  opacity: 1;
  visibility: visible;
}
.bk-scope.feature section.features .common-flex-box .flex-wrap .flex-item-wrap .flex-item .item-content {
  height: auto;
  padding: 18px 0 0;
}
.bk-scope.feature section.features .section-title-wrap {
  padding: 40px 0;
}
.bk-scope.feature section.rwd {
  padding: 30px 0;
}
.bk-scope.feature section.rwd .rwd-wrap {
  background-image: url("/app-assets/images/feature/rwd/background.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .bk-scope.feature section.rwd .rwd-wrap {
    background-image: url("/app-assets/images/feature/rwd/background-mb.png");
    padding: 10vw 0;
  }
}
.bk-scope.feature section.rwd .rwd-container {
  width: calc(50vw + 640px);
  margin-left: auto;
  padding-left: 40px;
}
@media screen and (max-width: 1280px) {
  .bk-scope.feature section.rwd .rwd-container {
    width: 100%;
    padding: 0 20px;
  }
}
.bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 1550px) {
  .bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap {
    position: static;
  }
}
@media screen and (max-width: 1023px) {
  .bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap {
    flex-wrap: wrap;
  }
}
.bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap .flex-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 1550px) {
  .bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap .flex-content {
    padding-left: 175px;
  }
}
@media screen and (max-width: 1023px) {
  .bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap .flex-content {
    position: static;
    width: 100%;
    order: 1;
    display: flex;
    justify-content: center;
    padding-left: 0;
  }
}
.bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap .flex-content .icon-wrap {
  padding-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap .flex-content .icon-wrap {
    padding-bottom: 10px;
  }
}
.bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap .flex-content .icon-wrap .icon {
  width: 69px;
}
@media screen and (max-width: 767px) {
  .bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap .flex-content .icon-wrap .icon {
    width: 30px;
  }
}
.bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap .flex-content .title-wrap {
  padding-bottom: 30px;
}
.bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap .flex-content .title-wrap .text {
  color: #333333;
  font-size: 38px;
  line-height: 56px;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap .flex-content .title-wrap .text {
    font-size: 32px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap .flex-content .title-wrap .text {
    font-size: 25px;
  }
}
.bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap .flex-content .title-wrap span.highlight {
  color: #0084FF;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
}
.bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap .flex-content .title-wrap span.highlight.animate {
  opacity: 1;
  visibility: visible;
}
.bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap .flex-background {
  width: 59.895833vw;
}
@media screen and (max-width: 1023px) {
  .bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap .flex-background {
    width: 100%;
    order: 0;
  }
}
.bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap .flex-background .image-box {
  width: 100%;
  position: relative;
}
.bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap .flex-background .image-box .image-wrap {
  width: 100%;
}
.bk-scope.feature section.rwd .rwd-container .rwd-flex-wrap .flex-background .image-box .image-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bk-scope.feature section.editor {
  padding: 100px 120px;
}
@media screen and (max-width: 1023px) {
  .bk-scope.feature section.editor {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.feature section.editor {
    padding: 50px 0;
  }
}
.bk-scope.feature section.editor .container .section-title-wrap {
  padding: 20px 0;
}
.bk-scope.feature section.editor .container .section-image-wrap {
  padding: 10px 0 0;
}
.bk-scope.feature section.editor .container .section-tip-wrap .tip-wrap {
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
  transform: translate3d(0, 100%, 0);
}
.bk-scope.feature section.editor .container .section-tip-wrap .tip-wrap.animate {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.bk-scope.feature section.service {
  padding: 30px 120px;
}
@media screen and (max-width: 1023px) {
  .bk-scope.feature section.service {
    padding: 30px 0;
  }
}
.bk-scope.feature section.system {
  padding: 100px 120px;
}
@media screen and (max-width: 1023px) {
  .bk-scope.feature section.system {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.feature section.system {
    padding: 50px 0;
  }
}
.bk-scope.feature section.system .section-title-wrap {
  padding: 20px 0;
}
.bk-scope.feature section.model {
  padding: 30px 120px 90px;
}
@media screen and (max-width: 1023px) {
  .bk-scope.feature section.model {
    padding: 30px 0 90px;
  }
}
.bk-scope.feature section.model .container .common-flex-box .flex-wrap .flex-item-wrap .flex-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bk-scope.feature section.model .container .common-flex-box .flex-wrap .flex-item-wrap .flex-item .continue-wrap {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.bk-scope.feature section.model .container .common-flex-box .flex-wrap .flex-item-wrap .flex-item .continue-wrap .icon-wrap {
  margin-right: -30px;
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
}
.bk-scope.feature section.model .container .common-flex-box .flex-wrap .flex-item-wrap .flex-item .continue-wrap .icon-wrap .icon {
  width: 65px;
  height: 68px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/app-assets/images/feature/model/icon.png");
}
.bk-scope.feature section.model .container .common-flex-box .flex-wrap .flex-item-wrap .flex-item .continue-wrap .button {
  padding: 10px 20px 10px 50px;
  background-color: #EDF6FF;
  border: 0.5px solid #C9E5FF;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.bk-scope.feature section.model .container .common-flex-box .flex-wrap .flex-item-wrap .flex-item .continue-wrap .button .text {
  color: #0071DB;
  font-size: 16px;
  font-weight: 500;
}
.bk-scope.feature .left-fixed-wrap {
  position: fixed;
  top: 50%;
  left: 150px;
  z-index: 999;
  transform: translate3d(0, -50%, 0);
}
@media screen and (max-width: 1750px) {
  .bk-scope.feature .left-fixed-wrap {
    left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .bk-scope.feature .left-fixed-wrap {
    display: none;
  }
}
.bk-scope.feature .left-fixed-wrap .fixed-box {
  display: flex;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}
.bk-scope.feature .left-fixed-wrap .fixed-box.hid {
  opacity: 0;
  visibility: hidden;
}
.bk-scope.feature .left-fixed-wrap .fixed-box .left-line {
  padding: 27.5px 0;
}
.bk-scope.feature .left-fixed-wrap .fixed-box .left-line .line {
  width: 1.5px;
  height: 100%;
  background-color: #E2E2E2;
}
.bk-scope.feature .left-fixed-wrap .fixed-box .box .fixed-item-wrap {
  padding: 16px 16px 16px 0;
}
.bk-scope.feature .left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item {
  display: flex;
  align-items: center;
  margin-left: -4.75px;
  cursor: pointer;
}
.bk-scope.feature .left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item .circle-wrap {
  padding-right: 10px;
}
.bk-scope.feature .left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item .circle-wrap .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #CCCCCC;
}
.bk-scope.feature .left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item .item-text .text {
  color: #B7B7B7;
  font-size: 16px;
  line-height: 24px;
}
.bk-scope.feature .left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item.active .circle-wrap .circle {
  background-color: #0084FF;
}
.bk-scope.feature .left-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item.active .item-text .text {
  color: #0084FF;
}
.bk-scope.feature .mobile-fixed-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 999;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1023px) {
  .bk-scope.feature .mobile-fixed-wrap {
    display: block;
  }
}
.bk-scope.feature .mobile-fixed-wrap .fixed-box .box {
  display: flex;
  background-color: #fff;
}
.bk-scope.feature .mobile-fixed-wrap .fixed-box .box .fixed-item-wrap {
  width: 20%;
  padding: 17px 0 15px;
}
.bk-scope.feature .mobile-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item {
  border-right: 1px solid #EEEEEE;
}
.bk-scope.feature .mobile-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item .item-text {
  text-align: center;
  font-size: 12px;
  color: #3297F4;
  position: relative;
}
.bk-scope.feature .mobile-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item .item-text .icon-wrap {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  display: none;
}
.bk-scope.feature .mobile-fixed-wrap .fixed-box .box .fixed-item-wrap .fixed-item.active .item-text .icon-wrap {
  display: block;
}
.bk-scope.feature .mobile-fixed-wrap .fixed-box .box .fixed-item-wrap:last-of-type .flex-item {
  border-right: none;
}