@charset "UTF-8";
.japanese-study-page {
  min-width: 1280px;
  overflow: hidden;
  color: #1f2937;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
}

.japanese-study-page *,
.japanese-study-page *::before,
.japanese-study-page *::after {
  box-sizing: border-box;
}

.japanese-study-page a {
  color: inherit;
  text-decoration: none;
}

[data-asset-key][src=""] {
  visibility: hidden;
}

.japanese-study-body #kingshiper-secondary-header {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.japanese-study-body.show-template-header #kingshiper-header,
.japanese-study-body.show-template-header #kingshiper-secondary-header {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.japanese-study-header {
  position: fixed;
  z-index: 1;
  top: 50px;
  right: 0;
  left: 0;
  height: 80px;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s ease;
}

.japanese-study-body.show-template-header .japanese-study-header {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.japanese-study-header__inner {
  position: relative;
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}

.japanese-study-brand {
  position: absolute;
  top: 21px;
  left: 0;
  display: block;
  width: 172px;
  height: 40px;
  white-space: nowrap;
  isolation: isolate;
  transition: opacity 0.2s ease;
}

.japanese-study-brand::after,
.japanese-study-header__download::after,
.study-download-button::after,
.study-feature-card__download::after,
.study-cta__download::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
  content: "";
  pointer-events: none;
  transition: background-color 0.2s ease;
}

.japanese-study-brand:hover::after,
.japanese-study-header__download:hover::after,
.study-download-button:hover::after,
.study-feature-card__download:hover::after,
.study-cta__download:hover::after {
  background-color: rgba(255, 255, 255, 0.1);
}

.japanese-study-brand:active::after,
.japanese-study-header__download:active::after,
.study-download-button:active::after,
.study-feature-card__download:active::after,
.study-cta__download:active::after {
  background-color: rgba(0, 0, 0, 0.1);
}

.japanese-study-brand.is-disabled,
.japanese-study-brand[aria-disabled=true],
.japanese-study-header__download.is-disabled,
.japanese-study-header__download[aria-disabled=true],
.study-download-button.is-disabled,
.study-download-button[aria-disabled=true],
.study-feature-card__download.is-disabled,
.study-feature-card__download[aria-disabled=true],
.study-cta__download.is-disabled,
.study-cta__download[aria-disabled=true] {
  opacity: 0.5;
  pointer-events: none;
}

.japanese-study-brand__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 9.375px;
  object-fit: cover;
}

.japanese-study-brand span {
  position: absolute;
  top: 4px;
  left: 52px;
  width: 120px;
  height: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.japanese-study-nav {
  position: absolute;
  top: 26px;
  left: 237px;
  display: flex;
  gap: 40px;
  height: 30px;
  font-size: 16px;
  line-height: 24px;
}

.japanese-study-nav a {
  display: block;
  width: 64px;
  height: 30px;
  border-bottom: 2px solid transparent;
  color: #6b7280;
  font-weight: 400;
  transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  white-space: nowrap;
}

.japanese-study-nav a:hover {
  color: #3b82f6;
}

.japanese-study-nav a:active {
  border-bottom-color: #3b82f6;
  color: #3b82f6;
}

.japanese-study-nav a.is-disabled,
.japanese-study-nav a[aria-disabled=true] {
  border-bottom-color: transparent;
  color: #6b7280;
  opacity: 0.5;
  pointer-events: none;
}

.japanese-study-nav a.is-active {
  border-bottom-color: #3b82f6;
  color: #3b82f6;
}

.japanese-study-nav a.is-active.is-disabled,
.japanese-study-nav a.is-active[aria-disabled=true] {
  border-bottom-color: transparent;
  color: #6b7280;
  opacity: 0.5;
  pointer-events: none;
}

.japanese-study-header__download {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  width: 165px;
  height: 25px;
  padding: 7.5px 0;
  border-radius: 9999px;
  background: linear-gradient(180deg, #60a5fa 0%, #3b82f6 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  isolation: isolate;
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.study-download-button,
.study-feature-card__download,
.study-cta__download {
  isolation: isolate;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.study-download-popover {
  position: absolute;
  z-index: 4;
}

.study-download-popover--header {
  top: 19px;
  right: 0;
  width: 165px;
  height: 40px;
}

.study-download-popover--hero {
  z-index: 3;
  top: 346px;
  left: 0;
  width: 224px;
  height: 60px;
}

.study-download-popover--feature {
  top: 305px;
  left: 692px;
  width: 225px;
  height: 60px;
}

.study-feature-card--vocabulary .study-download-popover--feature {
  left: 49px;
}

.study-download-popover--cta {
  z-index: 1;
  top: 173.403px;
  left: 50%;
  width: 377px;
  height: 103px;
  margin-left: -207px;
}

.study-download-popover__qrcode {
  position: absolute;
  z-index: 5;
  top: calc(100% + 12px);
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: 120px; */
  padding: 10px 10px 8px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 5px);
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
}

.study-download-popover__qrcode .qr-code-img,
.study-download-popover__qrcode .qr-code-img canvas,
.study-download-popover__qrcode .qr-code-img img {
  display: block;
  width: 100px !important;
  height: 100px !important;
}

.study-download-popover__qrcode .qr-code-img {
  line-height: 0;
}

.study-download-popover__qrcode p {
  margin: 8px 0 0;
  color: #9aa4b2;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.study-download-popover:hover > .japanese-study-header__download,
.study-download-popover:hover > .study-download-button,
.study-download-popover:hover > .study-feature-card__download,
.study-download-popover:hover > .study-cta__download {
  transform: translateY(-5px);
}

.study-download-popover:hover .study-download-popover__qrcode {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  transition-delay: 0s;
}

.study-hero {
  position: relative;
  width: 100vw;
  height: 796px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  margin-top: 40px;
}

.study-hero__background {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.study-hero__copy {
  position: absolute;
  z-index: 2;
  top: 217px;
  left: 50%;
  width: 552px;
  height: 442px;
  margin-left: -601px;
}

.study-hero h1,
.study-hero p,
.study-hero ul {
  margin: 0;
  padding: 0;
}

.study-hero h1 {
  width: 424px;
  height: 60px;
  color: #1f2937;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  white-space: nowrap;
}

.study-hero__subtitle {
  position: absolute;
  top: 82px;
  left: 0;
  width: 240px;
  height: 32px;
  color: #4b5563;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  white-space: nowrap;
}

.study-hero__features {
  position: absolute;
  top: 114px;
  left: 0;
  width: 504px;
  height: 192px;
  list-style: none;
}

.study-hero__feature {
  position: absolute;
  left: 0;
  min-height: 28px;
  padding-left: 36px;
}

.study-hero__feature--one {
  top: 32px;
}

.study-hero__feature--two {
  top: 76px;
}

.study-hero__feature--three {
  top: 120px;
}

.study-hero__feature--four {
  top: 164px;
}

.study-hero__feature img {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

.study-download-button {
  position: relative;
  z-index: 3;
  top: auto;
  left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 60px;
  padding: 0;
  border-radius: 9999px;
  background: linear-gradient(180deg, #60a5fa 0%, #3b82f6 100%) !important;
  box-shadow: 0 10px 7.5px rgba(0, 0, 0, 0.1), 0 4px 3px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  opacity: 1;
  visibility: visible;
  white-space: nowrap;
}

.study-hero__system {
  position: absolute;
  top: 422px;
  left: 16px;
  width: 188px;
  height: 20px;
  white-space: nowrap;
  color: #9CA3AF;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.study-hero__phones {
  position: absolute;
  z-index: 1;
  top: 93px;
  left: 50%;
  width: 670px;
  height: 690px;
  margin-left: -70px;
}

.study-float-actions {
  display: none;
  position: absolute;
  z-index: 3;
  top: 667px;
  left: 50%;
  width: 250px;
  height: 348px;
  margin-left: 649px;
}

.study-float-actions__item {
  position: absolute;
  right: 18px;
  display: block;
  width: 66px;
  height: 66px;
}

.study-float-actions__item--active {
  top: 6px;
}

.study-float-actions__item:nth-child(2) {
  top: 96px;
}

.study-float-actions__item:nth-child(3) {
  top: 186px;
}

.study-float-actions__item:nth-child(4) {
  top: 276px;
}

.study-float-actions__item img {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 30px;
  height: 30px;
}

.study-float-actions__tip {
  position: absolute;
  top: 9px;
  right: 84px;
  width: 126px;
  height: 48px;
  padding: 13px 22px;
  white-space: nowrap;
}

.study-problems {
  position: relative;
  height: 796px;
}

.study-problems h2 {
  position: absolute;
  top: 29px;
  left: 50%;
  width: 552px;
  height: 61px;
  margin: 0 0 0 -262px;
  color: #333;
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.study-problems__illustration {
  position: absolute;
  z-index: 0;
  top: 137px;
  left: 50%;
  width: 561px;
  height: 480px;
  margin-left: -294px;
}

.study-problems__group {
  display: none;
}

.study-problem-card {
  display: block;
  position: absolute;
  z-index: 1;
  height: 121px;
  background-image: url("https://res.callmysoft.com/wm-static-resource/wm/795_jx_wm/2-group.png");
  background-repeat: no-repeat;
  background-size: 1244px 507px;
  transition: transform 0.3s ease;
}

.study-problem-card:hover {
  transform: translateY(-10px);
}

.study-problem-card--memory {
  top: 227px;
  left: 50%;
  width: 275px;
  margin-left: -554px;
  background-position: -77px -7px;
}

.study-problem-card--persevere {
  top: 227px;
  left: 50%;
  width: 322px;
  margin-left: 252px;
  background-position: -871px -7px;
}

.study-problem-card--direction {
  top: 434px;
  left: 50%;
  width: 297px;
  margin-left: -625px;
  background-position: -7px -205px;
}

.study-problem-card--kana {
  top: 425px;
  left: 50%;
  width: 290px;
  margin-left: 330px;
  background-position: -947px -196px;
}

.study-problem-card--offline {
  top: 617px;
  left: 50%;
  width: 339px;
  margin-left: -184px;
  background-position: -440px -380px;
}

.study-problem-card > img,
.study-problem-card > p {
  visibility: hidden;
}

.study-problem-card__bubble {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 121px;
}

.study-problem-card__illustration {
  position: absolute;
  width: 91px;
  height: 91px;
}

.study-problem-card p {
  position: absolute;
  width: max-content;
  height: 41px;
  margin: 0;
  color: #0c1637;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
  white-space: nowrap;
}

.study-problem-card--memory .study-problem-card__illustration {
  top: 11px;
  left: 13px;
}

.study-problem-card--memory p {
  top: 36px;
  left: 110px;
}

.study-problem-card--persevere .study-problem-card__illustration {
  top: 11px;
  left: 31px;
}

.study-problem-card--persevere p {
  top: 36px;
  left: 127px;
}

.study-problem-card--direction .study-problem-card__illustration {
  top: 11px;
  left: 13px;
}

.study-problem-card--direction p {
  top: 36px;
  left: 110px;
}

.study-problem-card--kana .study-problem-card__illustration {
  top: 11px;
  left: 23px;
}

.study-problem-card--kana p {
  top: 36px;
  left: 117px;
}

.study-problem-card--offline .study-problem-card__illustration {
  top: 18px;
  left: 20px;
}

.study-problem-card--offline p {
  top: 43px;
  left: 111px;
}

.study-features {
  position: relative;
  height: 2023px;
  background: linear-gradient(to bottom, #fff 0, #fff 178px, #f4fdfe 178px, #f4fdfe 793px, #fff 793px, #fff 1408px, #f6fefe 1408px, #f6fefe 100%);
}

.study-features h2 {
  position: absolute;
  top: 67px;
  left: 50%;
  width: 230px;
  height: 61px;
  margin: 0 0 0 -116px;
  color: #333;
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.study-feature-card {
  position: absolute;
  left: 50%;
  width: 1200px;
  height: 461px;
  margin-left: -600px;
}

.study-feature-card--review {
  top: 254px;
}

.study-feature-card--vocabulary {
  top: 869px;
}

.study-feature-card--questions {
  top: 1483px;
}

.study-feature-card__visual {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 610px;
  height: 441px;
}

.study-feature-card--vocabulary .study-feature-card__visual {
  top: 22px;
  right: auto;
  left: 544px;
  width: 610px;
  height: 441px;
}

.study-feature-card__copy {
  position: absolute;
  top: 96px;
  left: 691px;
  width: 437px;
}

.study-feature-card--vocabulary .study-feature-card__copy {
  left: 48px;
}

.study-feature-card__copy h3,
.study-feature-card__copy p {
  margin: 0;
}

.study-feature-card__copy h3 {
  height: 38px;
  color: #202f44;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.9px;
  white-space: nowrap;
}

.study-feature-card__copy p {
  margin-top: 31px;
  width: 437px;
  color: #788294;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.study-feature-card__download {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  width: 225px;
  height: 60px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 10px 7.5px rgba(0, 0, 0, 0.1), 0 4px 3px rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, #60A5FA 0%, #3B82F6 100%), linear-gradient(135deg, #F7575F 3.82%, #FFAA01 92.82%);
}

.study-feature-card__download-icon {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 50px;
  width: 24px;
  height: 24px;
}

.study-feature-card__download span {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 86px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}

.study-steps {
  position: relative;
  height: 596px;
}

.study-steps h2 {
  position: absolute;
  top: 91px;
  left: 50%;
  width: 595px;
  height: 61px;
  margin: 0 0 0 -297px;
  color: #333;
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}

.study-step {
  position: absolute;
  top: 257px;
  width: 331px;
  height: 226px;
}

.study-step--one {
  left: 50%;
  margin-left: -600px;
}

.study-step--two {
  left: 50%;
  margin-left: -168px;
}

.study-step--three {
  left: 50%;
  margin-left: 264px;
}

.study-step__surface {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(196, 244, 234, 0.5);
  border-radius: 30px;
  background: linear-gradient(180deg, #fff 0%, #ebf6fc 100%);
  box-shadow: 0 4px 16px rgba(0, 95, 68, 0.18), inset 0 0 13px #fff, inset 0 0 13px #fff, inset 0 0 13px #fff;
}

.study-step__visual {
  position: absolute;
  z-index: 1;
}

.study-step--one .study-step__visual {
  top: 13px;
  left: 145px;
  width: 175px;
  height: 199px;
}

.study-step--two .study-step__visual {
  top: 10px;
  left: 143px;
  width: 164px;
  height: 206px;
}

.study-step--three .study-step__visual {
  top: 11px;
  left: 140px;
  width: 191px;
  height: 198px;
}

.study-step__copy {
  position: absolute;
  z-index: 2;
  top: 26px;
  left: 20px;
  width: 136px;
}

.study-step__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #1b6df4;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.study-step__copy h3,
.study-step__copy p {
  margin: 0;
}

.study-step__copy h3 {
  margin-top: 9px;
  width: 112px;
  color: #060f2d;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.study-step__copy p {
  margin-top: 11px;
  color: #060f2d;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.study-step__copy p span {
  color: #1b6df4;
}

.study-steps__arrow {
  position: absolute;
  top: 349px;
  width: 93px;
  height: 45px;
}

.study-steps__arrow--one {
  left: 50%;
  margin-left: -265px;
}

.study-steps__arrow--two {
  left: 50%;
  margin-left: 167px;
}

.study-cta {
  position: relative;
  width: 100vw;
  height: 341px;
  margin-left: calc(50% - 50vw);
  overflow: visible;
}

.study-cta__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.study-cta h2 {
  position: absolute;
  z-index: 1;
  top: 57px;
  left: 50%;
  width: 590px;
  height: 78px;
  margin: 0 0 0 -310px;
  color: #252525;
  font-size: 59px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}

.study-cta__download {
  position: relative;
  z-index: 1;
  top: auto;
  left: auto;
  display: block;
  width: 377px;
  height: 103px;
  margin-left: 0;
  padding: 29px 80px;
  border-radius: 17096px;
  background: linear-gradient(180deg, #41a2fb 0%, #2f75fc 100%);
  box-shadow: 0 17.098px 12.824px rgba(0, 0, 0, 0.1), 0 6.839px 5.129px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  cursor: pointer;
}

.study-reviews {
  position: relative;
  height: 614px;
}

.study-reviews h2 {
  position: absolute;
  top: 84px;
  left: 50%;
  width: 184px;
  height: 64px;
  margin: 0 0 0 -101px;
  color: #333;
  font-family: "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.study-review-card {
  position: absolute;
  top: 222px;
  width: 386px;
  height: 271px;
  transition: transform 0.3s ease;
}

.study-review-card:hover {
  transform: translateY(-10px);
}

.study-review-card--one {
  left: 50%;
  margin-left: -600px;
}

.study-review-card--two {
  left: 50%;
  margin-left: -180px;
}

.study-review-card--three {
  left: 50%;
  margin-left: 237px;
}

.study-review-card__surface {
  position: absolute;
  inset: 0;
  border-radius: 19px;
  background: linear-gradient(180deg, #e9fdff 0%, #fff 100%);
  box-shadow: 0 0 14.1px rgba(199, 199, 199, 0.25);
}

.study-review-card__avatar {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 28px;
  width: 68px;
  height: 68px;
}

.study-review-card h3 {
  position: absolute;
  z-index: 1;
  top: 46px;
  left: 112px;
  margin: 0;
  color: #333;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.study-review-card__stars {
  position: absolute;
  z-index: 1;
  top: 78px;
  left: 112px;
  width: 144px;
  height: 24px;
}

.study-review-card__quote {
  position: absolute;
  z-index: 1;
  top: 45px;
  left: 300px;
  width: 53px;
  height: 46px;
}

.study-review-card p {
  position: absolute;
  z-index: 1;
  top: 147px;
  left: 28px;
  width: 330px;
  margin: 0;
  color: #616161;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.study-footer {
  position: relative;
  width: 100%;
  height: 423px;
  overflow: hidden;
}

.study-footer img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 423px;
  margin-left: -960px;
}

.japanese-study-body #kingshiper-service {
  right: 24px;
  bottom: 28%;
  gap: 14px;
}
.japanese-study-body #kingshiper-service .kingshiper-service-item {
  --service-tip: "";
  --service-hover-icon: none;
  position: relative;
  isolation: isolate;
  overflow: visible;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}
.japanese-study-body #kingshiper-service .kingshiper-service-item > svg {
  position: relative;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}
.japanese-study-body #kingshiper-service .kingshiper-service-item > span {
  display: none;
}
.japanese-study-body #kingshiper-service .kingshiper-service-item::before {
  content: var(--service-tip);
  position: absolute;
  z-index: 1;
  top: 50%;
  right: calc(100% + 18px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 34px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(52, 83, 126, 0.14);
  color: #313947;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
}
.japanese-study-body #kingshiper-service .kingshiper-service-item::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 78px;
  background: center/contain no-repeat var(--service-hover-icon);
  pointer-events: none;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.japanese-study-body #kingshiper-service .kingshiper-service-item:hover::before {
  visibility: visible;
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  transition-delay: 0s;
}
.japanese-study-body #kingshiper-service .item-link-btn {
  --service-tip: "在线咨询";
  --service-hover-icon: url("https://res.callmysoft.com/wm-static-resource/wm/795_jx_wm/aside-1.png");
}
.japanese-study-body #kingshiper-service .qq-event-user {
  --service-tip: "用户交流群";
  --service-hover-icon: url("https://res.callmysoft.com/wm-static-resource/wm/795_jx_wm/aside-2.png");
}
.japanese-study-body #kingshiper-service .qq-event-member {
  --service-tip: "会员交流群";
  --service-hover-icon: url("https://res.callmysoft.com/wm-static-resource/wm/795_jx_wm/aside-3.png");
}
.japanese-study-body #kingshiper-service .to-top-btn {
  --service-tip: "回到顶部";
  --service-hover-icon: url("https://res.callmysoft.com/wm-static-resource/wm/795_jx_wm/aside-4.png");
}
.japanese-study-body #kingshiper-service .qq-event-user::before,
.japanese-study-body #kingshiper-service .qq-event-member::before {
  display: none;
}

/*# sourceMappingURL=style.css.map */
