@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url("../fonts/SourceHanSans-Normal.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

/* 导航栏整体背景 */
html {
  overflow-x: hidden;
}

body {
  font-family: "AlibabaPuHuiTi", "Microsoft Yahei", "Hiragino Sans GB";
  overflow-x: hidden;
  color: rgba(41, 41, 41, 1);
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

/* Ensure all elements use unified font */
div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
td,
th,
label,
input,
textarea,
select {
  font-family: inherit;
}

button {
  font-family: inherit;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  font-family: inherit;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.contact-section {
  display: block;
}

.sp-contact {
  display: none;
}

.contact-section {
  width: 100%;
  padding: 30px 0;
  margin-top: 30px;
}


.contact-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
  background-color: rgb(20 19 19 / 89%);


  margin: 0 auto;
  border-radius: 15px;
  width: 29%;
  margin-top: 38px;
}

.contact-header .en {
  font-size: 48px;
  color: rgba(255, 255, 255, 0.1);
}

.contact-header .cn {
  font-size: 48px;
  color: rgba(255, 255, 255, 1);
  /* margin-top: -50px; */
  display: block;

}


.contact-header .cn.sp {
  display: none;
}

.contact-content {
  display: flex;
  gap: 50px;
  align-items: center;
  /* 垂直居中 */
}

.contact-image {
  flex: 1;
  text-align: center;
  /* background-color: white; */
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-image img {
  width: 400px;
}

.contact-info-list {
  gap: 20px;
  display: flex;
  margin-top: 0;
  flex-direction: column;
  margin-left: 0;
  align-items: stretch;
}

.info-item {
  background-color: white;
  display: flex;
  padding: 10px;
  align-items: center;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  text-decoration: none;
}

.info-item h5 {
  font-weight: 900;
}

.info-item_log {
  color: #00c3ff;
  padding: 20px;
  font-size: 24px
}

.info-item .text {
  font-size: 20px;
}

.text h5 {
  margin: 0 0 10px 0;
  flex: 1;
  font-size: 22px;
  color: #000;
}

.text p {
  margin: 0;
  font-size: 18px;
  color: #000;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.banner-slider {
  background-image: url('../img/cross_border_jd/跨境电商banner1980.png');
  width: 100%;
  height: 560px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 80px;
}

.isSp {
  display: none;
}

.isPc {
  display: block;
}

.desc-content-box .br {
  display: none;
}

.text-content {
  text-align: center;
  padding-top: 50px;
  padding-left: 30%;
}

.text-content-title {
  font-size: 50px;
  line-height: 65px;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
}

.desc-group {
  font-size: 50px;
  line-height: 65px;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
}

.lightspot {
  margin-top: 60px;
}

.lightspot-head {
  display: flex;
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 可选：整体居中 */
}

.lightspot-content {
  margin: 0px 35px;
  padding-top: 20px;
}

.lightspot-title {
  color: #00C3FF;
  font-size: 50px;
  margin: 0px 20px;
}

.lightspot-box {
  left: 0px;
  top: 0px;
  /* width: 330px; */
  width: 32%;
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  border: 2px solid rgba(0, 195, 255, 1);
  padding-top: 32px;
}

.lightspot-desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.lightspot-box-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  color: rgba(42, 42, 42, 1);
  text-align: center;
}

.lightspot-box-desc {
  font-size: 24px;
  font-weight: 400;
  line-height: 34.75px;
  color: rgba(42, 42, 42, 1);
  padding: 22px 13px 22px 13px;
}

.background {
  margin-top: 60px;
}

.background-head {
  display: flex;
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 可选：整体居中 */
}

.background-content {
  margin: 0px 35px;
  padding-top: 20px;
}

.background-title {
  color: #00C3FF;
  font-size: 50px;
  margin: 0px 20px;
}

.background-content-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(42, 42, 42, 1);
}

.background-desc img {
  width: 50%;
  height: 478px;
}

.background-desc {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  background-color: rgba(0, 195, 255, 0.05);
}

.background-box {
  /* padding-left: 106px; */
  padding-top: 25px;
  padding-left: 13%;
}

.background-box-desc {
  display: flex;
  margin-top: 20px;
}

.background-box-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  color: rgba(42, 42, 42, 1);
}

.background-box-desc img {
  width: 50px;
  height: 50px;
}

.background-box-content {
  font-size: 24px;
  line-height: 34.75px;
  color: rgba(42, 42, 42, 1);
}

.background-box-container {
  padding-left: 10px;
}


.japanBrand {
  margin-top: 60px;
}

.japanBrand-head {
  display: flex;
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 可选：整体居中 */
}

.japanBrand-content {
  margin: 0px 35px;
  padding-top: 20px;
}

.japanBrand-title {
  color: #00C3FF;
  font-size: 50px;
  margin: 0px 20px;
}

.japanBrand-content-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  color: rgba(42, 42, 42, 1);
  text-align: center;
}

.japanBrand-box-container {
  display: flex;
  margin-top: 40px;
}

.japanBrand-content-title span {
  background: linear-gradient(to top, rgba(0, 195, 255, 0.3) 50%, transparent 50%);
}

.japanBrand-box-container img {
  width: 51.68px;
  height: 68.91px;
}

.japanBrand-box-desc {
  /* margin-left: 120px; */
  /* padding-top: 30px; */
  margin-left: 12%;
}

.japanBrand-box {
  margin-top: 40px;
  display: flex;
  padding: 0 30px;
}

.japanBrand-box-phone {
  height: 688px;
}

.japanBrand-box-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  color: rgba(42, 42, 42, 1);
}

.japanBrand-box-content {
  font-size: 24px;
  font-weight: 400;
  line-height: 34.75px;
  color: rgba(42, 42, 42, 1);
  margin-top: 20px;
}

.japanBrand-box-container-child {
  padding-left: 40px;
}

.japanBrand-box-content-child {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 34.75px;
  color: rgba(42, 42, 42, 1);
}

.expand {
  background-color: rgba(0, 195, 255, 0.05);
  padding-top: 44px;
  padding-bottom: 74px;
  margin-top: 60px;
}

.expand-head {
  display: flex;
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 可选：整体居中 */
}

.expand-content {
  margin: 0px 35px;
  padding-top: 20px;
}

.expand-title {
  color: #00C3FF;
  font-size: 50px;
  margin: 0px 20px;
}

.expand-content-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  color: rgba(42, 42, 42, 1);
  text-align: center;
}

.expand-box {
  width: 48%;
  padding-top: 30px;
  padding-left: 19px;
  padding-bottom: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);

  border: 1px solid rgba(0, 195, 255, 1);

  box-shadow: -10px 0px 0px rgba(0, 195, 255, 1);
}

.expand-box-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  color: rgba(42, 42, 42, 1);
}

.expand-box-content {
  font-size: 24px;
  font-weight: 400;
  line-height: 46px;
  color: rgba(42, 42, 42, 1);
}

.expand-desc {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 35px;

}

.achievement {
  padding-bottom: 74px;
  margin-top: 60px;
}

.achievement-head {
  display: flex;
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 可选：整体居中 */
}

.achievement-content {
  margin: 0px 35px;
  padding-top: 20px;
}

.achievement-title {
  color: #00C3FF;
  font-size: 50px;
  margin: 0px 20px;
}

.achievement-content-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  color: rgba(42, 42, 42, 1);
  margin-bottom: 25px;
  text-align: center;
}

.achievement-jd-banner {
  width: 336px;
  height: 423px;
}

.achievement-jd-box {
  align-items: center;
  padding: 10px 0;
  opacity: 1;
  display: flex;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 195, 255, 1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.achievement-jd-box-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 46.34px;
  color: rgba(255, 255, 255, 1);
}

.achievement-jd-qr {
  width: 196px;
  height: 197px;
}

.achievement-jd-qr-text {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 61px;
  color: rgba(230, 77, 76, 1);
}

.achievement-jd-qr-bk {
  border-radius: 24px;
  display: flex;
  align-items: center;
  margin-top: 83px;
  background: rgba(255, 255, 255, 1);
}

.achievement-jd-desc {
  margin-left: 50px;
}

.achievement-top-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.achievement-top-box img {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 15px;
}

.achievement-top-box {
  /* width: 340px; */
  width: 32%;
  opacity: 1;
  border-radius: 30px;
  padding-bottom: 21px;
  background: rgba(0, 195, 255, 1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.achievement-top-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.achievement-core {
  margin-top: 20px;
  opacity: 1;
  border-radius: 30px;
  background: rgba(0, 195, 255, 1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding-bottom: 33px;
}

.achievement-core .hr {
  color: #fff;
  border: 1px solid;
  width: 95%;
  margin: 0 auto;
}

.core-content-01-sp {
  display: none;
}

.core-content-02-sp {
  display: none;
}

.core-content-03-sp {
  display: none;
}

.core-content-04-sp {
  display: none;
}

.core-content-01-pc {
  display: inline;
}

.core-content-02-pc {
  display: inline;
}

.core-content-03-pc {
  display: inline;
}

.core-content-04-pc {
  display: inline;
}

.achievement-core-title {
  font-size: 50px;
  font-weight: 400;
  padding-top: 40px;
  padding-left: 40px;
  padding-bottom: 20px;
  line-height: 72px;
  color: rgba(255, 255, 255, 1);
}

.achievement-core-box-container {
  padding-left: 40px;
  padding-top: 20px;
  /* padding-right: 150px; */
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;

}

.achievement-core-box {
  width: 46%;
}

.achievement-core-rect {
  width: 150px;
  height: 43px;
  opacity: 1;
  border-radius: 60px;
  background: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  color: rgba(0, 195, 255, 1);
  text-align: center;
}

.achievement-core-content {
  font-size: 32px;
  color: rgba(255, 255, 255, 1);
}

.commerce {
  margin-top: 20px;
}

.serve {
  padding-bottom: 74px;
  margin-top: 60px;
  background-color: rgba(0, 195, 255, 0.05);
  padding-top: 40px;
}

.serve-head {
  display: flex;
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 可选：整体居中 */
}

.serve-content {
  margin: 0px 35px;
  padding-top: 20px;
}

.serve-title {
  color: #00C3FF;
  font-size: 50px;
  margin: 0px 20px;
}

.serve-box {
  position: relative;
  width: 800px;
  margin: 100px auto;
}

.serve-container {
  position: relative;
  /* width: 855px; */
  /* width: 82%; */
  height: 592px;
  margin: 0 auto;
}

.serve-polygon {
  position: absolute;
}

.serve-polygon.num1 {}

.serve-polygon.num2 {
  top: 25%;
  left: 30%;
}

.serve-polygon.num3 {
  left: 60%;
}

.serve-polygon.num4 {
  top: 52%;
}

.serve-polygon.num5 {
  left: 60%;
  top: 52%;
}

.serve-polygon span {
  font-size: 50px;
  font-weight: 900;
  line-height: 72px;
  color: rgba(0, 195, 255, 1);
  position: absolute;
  top: 8px;
  left: 90px;
}

.serve-polygon p {

  font-size: 35px;
  letter-spacing: 0px;
  line-height: 51px;
  color: rgba(42, 42, 42, 1);
  text-align: center;
}

.serve-polygon-desc {
  top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.effect {
  padding-bottom: 54px;
  margin-top: 60px;
}

.effect-head {
  display: flex;
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 可选：整体居中 */
}

.effect-title {
  color: #00C3FF;
  font-size: 50px;
  margin: 0px 20px;
}

.effect-content {
  padding: 66px 0;
  margin-top: 30px;
  border-radius: 136px;
  background: rgba(0, 195, 255, 1);
  display: flex;
  align-items: center;
  margin: 0px 35px;

}

.effect-content p {
  font-size: 32px;
  padding: 0 70px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 46.34px;
  color: rgba(255, 255, 255, 1);
}

.advantage {
  padding-bottom: 74px;
}

.advantage-head {
  display: flex;
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 可选：整体居中 */
}

.advantage-content {
  margin: 0px 35px;
  padding-top: 20px;
}

.advantage-title {
  color: #00C3FF;
  font-size: 50px;
  margin: 0px 20px;
}

.advantage-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.advantage-box {
  width: 330px;
  height: 290px;
  border: 3px solid rgba(0, 195, 255, 1);
}

.advantage-box-title {
  font-size: 32px;
  letter-spacing: 0px;
  text-align: center;
  line-height: 46px;
  color: rgba(255, 255, 255, 1);
}

.advantage-box-content {
  font-size: 24px;
  line-height: 34.75px;
  padding: 15px;
  color: rgba(42, 42, 42, 1);
}

.advantage-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 40%;
  background: rgba(0, 195, 255, 1);
}

.relation-title {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 72px;
  color: rgba(42, 42, 42, 1);
  text-align: center;
  margin-bottom: 30px;
}

.relation-desc {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 46.34px;
  color: rgba(42, 42, 42, 1);
  text-align: center;
}

.relation-link {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 85px;
  color: rgba(0, 102, 255, 1);
  margin-top: 50px;
  margin-bottom: 40px;
  border-top: 1px solid rgba(112, 112, 112, 1);
  display: block;
}

.relation-content {
  margin: 0px 35px;
}

/* 移动端 */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .advantage-box {
    width: 273px;
  }

  .effect-content p {
    padding: 0 50px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .advantage-box {
    width: 330px;
    height: 290px;
    border: 3px solid rgba(0, 195, 255, 1);
  }

  .effect-content p {
    padding: 0 70px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }

  .cross-banner-img {
    margin-right: 8%;
  }
}

/* @media (max-width: 768px) {}

@media (max-width: 576px) {}

@media (max-width: 430px) {}

@media (max-width: 390px) {} */

/* 屏幕宽度 <= 1280px 时使用另一张图 */
@media (max-width: 1280px) {
  .banner-slider {
    background-image: url('../img/cross_border_jd/跨境电商banner1280.png');
  }
}

@media (max-width: 1024px) {
  .header-container {
    max-width: 960px;
  }

  .container {
    max-width: 960px;
  }

  .advantage-box {
    width: 273px;
  }
}

@media (max-width: 991px) {
  .contact-section {
    display: none;
  }

  .contact-list {
    max-width: 480px;
    font-size: 16px;
    color: rgba(41, 41, 41, 1);
    background: #fff;
    padding: 24px;
    font-weight: 100;
    margin: 0 auto;
  }

  .contact-item {
    display: flex;
    align-items: anchor-center;
    padding: 12px 0;
    text-decoration: none;
    cursor: pointer;
  }

  .sp-contact {
    display: block;
  }

  .text {
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
  }

  .line {
    height: 2px;
    background: #ddd;
  }

  .value {
    color: rgba(41, 41, 41, 1);
    text-align: left;
  }

  .sp-contact {
    background: #000;
    padding: 10px 16px;
    text-align: center;
    color: #fff;
    padding-top: 0px;
  }

  /* 顶部形象 */
  .sp-contact-avatar img {
    height: auto;
    margin: 0 auto 16px;
    display: block;
    width: 40%;
    margin-top: 20px;
  }

  /* 标题 */
  .sp-contact-title-en {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
    opacity: 0.15;
  }

  .sp-contact-title-cn {
    font-size: 32px;
    font-weight: bold;
    margin-top: -45px;
    margin-bottom: 24px;
  }

  .label {
    width: 40px;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 5px;
    margin-left: 5px;
    color: rgba(41, 41, 41, 1);
  }

  .isPc {
    display: none;
  }

  .isSp {
    display: block;
  }


  .banner-slider {
    background-image: url('../img/cross_border_jd/跨境电商bannersp.png');
    height: 358px;
    margin-top: 75px;
  }

  .text-content {
    /* text-align: center; */
    padding-top: 13px;
    padding-left: 0px;
    font-size: 24px;
  }

  .text-content-title {
    font-size: 24px;
    line-height: 35px;

  }

  .desc-group {
    font-size: 24px;
    line-height: 35px;

  }

  .lightspot-title {
    color: #00C3FF;
    font-size: 26px;
    margin: 0px 20px;
  }

  .lightspot {
    margin-top: 28px;
  }

  .lightspot-box {
    width: 100%;
    padding-top: 12px;
    /* padding-left: 13%; */
  }

  .lightspot-content {
    margin: 0;
  }

  .lightspot-box-title-wrap {
    justify-content: center;
    display: flex;
  }

  .lightspot-box-title {
    font-size: 24px;
  }

  .lightspot-box-desc {
    font-size: 16px;
    padding: 0px 13px 22px 13px;
    text-align: center;
  }

  .background-title {
    font-size: 26px;
  }

  .background {
    margin-top: 40px;
  }

  .background-content {
    margin: 0;
  }

  .background-content-title {
    font-size: 14px;
  }

  .background-desc {
    flex-direction: column-reverse;
  }

  .background-desc img {
    width: 100%;
    height: 268px;
  }

  .background-box {
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 30px;

  }

  .background-box-desc img {
    width: 28px;
    height: 28px;
  }

  .background-box-title {
    font-size: 20px;
    line-height: 29px;

  }

  .background-box-content {
    font-size: 16px;
    line-height: 23.17px;

  }

  .japanBrand-title {
    font-size: 26px;
  }

  .japanBrand-content-title {
    font-size: 20px;
    line-height: 29px;
  }

  .japanBrand-content {
    margin: 0;
  }

  .japanBrand-box-phone {
    height: 217px;
    /* width: 100px; */
    width: 23vw;
  }

  .japanBrand-box-title {
    font-size: 20px;
    line-height: 29px;

  }

  .japanBrand-box-content {
    font-size: 16px;
    line-height: 23.17px;
    margin-bottom: 10px;
  }

  .japanBrand-box-container img {
    width: 20px;
    height: 30px;
  }

  .japanBrand-box-container-child {
    padding-left: 16px;
  }

  .japanBrand-box-container {
    margin-top: 0;
  }

  .japanBrand {
    /* height: 590px; */
    padding-bottom: 171px;

    margin-top: 30px;

  }

  .japanBrand-box {
    position: relative;

    padding: 0;
  }

  .japanBrand-box-container.num2 {
    top: 106%;
    left: 0;
    width: 91vw;
    position: absolute;
  }

  .japanBrand-box-content-child {
    border-radius: 5px;
    border: 1px solid rgba(255, 61, 107, 1);
    font-size: 16px;
    line-height: 24px;
    width: 49%;
    display: inline-block;
    padding: 5px 3px;
    margin-top: 5px;
    text-align: center;
  }

  .japanBrand-box-content-child span {
    display: none;
  }

  .expand-title {
    color: #00C3FF;
    font-size: 26px;
    margin: 0px 20px;
  }

  .expand-content-title {
    font-size: 18px;
    line-height: 26px;

  }

  .expand-content {
    margin: 0px;
  }

  .expand-desc {
    flex-direction: column;
  }

  .expand-box {
    width: 89%;
    margin: 0 auto;
    padding-top: 20px;
  }

  .expand-box-title {
    font-size: 24px;
    line-height: 35px;
  }

  .expand-box-content {
    font-size: 16px;
    line-height: 24px;
  }

  .achievement-title {
    font-size: 26px;
  }

  .achievement-content-title {
    font-size: 18px;
    line-height: 26px;
  }

  .achievement-jd-banner {
    width: 148px;
    height: auto;
  }

  .achievement-jd-box {
    padding-left: 5px;
    padding-right: 5px;
  }

  .achievement-content {
    margin: 0px;
  }

  .achievement-jd-box-title {
    font-size: 16px;
    line-height: 23.17px;
  }

  .achievement-jd-desc {
    margin-left: 10px;
  }

  .achievement-jd-qr-bk {
    margin-top: 0px;
    border-radius: 9px;
    margin-top: 19px;

  }

  .achievement-jd-qr {
    width: 70px;
    height: 70px;
  }

  .achievement-jd-qr-text {
    font-size: 14px;
    line-height: 20px;
  }

  .achievement-top-box img {
    width: 61px;
    height: 32px;
    margin-top: 20px;

  }

  .achievement-top-title {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .achievement-top-container {
    flex-wrap: nowrap;
  }

  .achievement-top-title span {
    display: block;
  }

  .achievement-top-title.merge {
    margin: 0 auto;
    width: 89%;
  }

  .achievement-top-title.merge .achievement-top-title {
    display: inline;
  }

  .achievement-core-title {
    font-size: 24px;
    line-height: 35px;
    padding-top: 30px;
  }

  .achievement-core-rect {
    width: 114px;
    height: 40px;
  }

  .achievement-core-rect {
    font-size: 16px;
    margin: 0 auto;
    line-height: 40px;
  }

  .achievement-core-content {
    font-size: 20px;
    line-height: 28.96px;
  }

  .achievement-core-content.merge {}

  .achievement-core-content {
    text-align: center;
  }

  .achievement-core-box-container {
    padding-left: 0px;
  }

  .core-content-01-pc {
    display: none;
  }

  .core-content-02-pc {
    display: none;
  }

  .core-content-03-pc {
    display: none;
  }

  .core-content-04-pc {
    display: none;
  }

  .core-content-01-sp {
    display: inline;
  }

  .core-content-02-sp {
    display: inline;
  }

  .core-content-03-sp {
    display: inline;
  }

  .core-content-04-sp {
    display: inline;
  }

  .serve-polygon.num2 {
    top: 25%;
    left: 30%;
  }

  .serve-polygon.num3 {
    left: 60%;
  }

  .serve-polygon.num4 {
    top: 52%;
  }

  .serve-polygon.num5 {
    left: 60%;
    top: 52%;
  }

  .serve-title {
    font-size: 26px;
  }

  .serve-polygon img {}

  .serve-polygon p {
    font-size: 16px;
    line-height: 24px;
  }

  .serve-polygon span {
    font-size: 22px;
    line-height: 32px;
    top: 8%;
    left: 24%;
  }

  .serve-polygon-desc {
    top: 7px;
  }

  .serve-content {
    margin: 0px;
  }

  .serve-polygon {
    width: 40%;
  }

  .serve {
    padding-bottom: 0px;
  }

  .serve-container {
    height: 74vh;
  }

  .effect-title {
    font-size: 26px;
  }

  .effect-content p {
    font-size: 16px;
    line-height: 23.17px;
    padding: 0 31px;

  }

  .effect-content {
    margin: 0px;
    margin-top: 27px;
    padding: 36px 0;
  }

  .advantage-title {
    font-size: 26px;
    margin: 0px 15px;

  }

  .advantage-content {
    margin: 0px;
  }

  .advantage-box {
    width: 100%;
    display: flex;
    height: 117px;
  }

  .advantage-text {
    height: auto;
    width: 76%;
  }

  .advantage-box-title {
    font-size: 20px;
    line-height: 28px;
  }

  .advantage-box-content {
    font-size: 16px;
    line-height: 23.17px;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .advantage-box-title span {
    display: block;
  }

  .relation-title {
    font-size: 24px;
    line-height: 35px;
  }

  .advantage {
    padding-bottom: 0px;
  }

  .achievement {
    padding-bottom: 44px;
  }

  .relation-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .relation-content {
    margin: 0px;
  }

  .relation-link {
    font-size: 16px;
    line-height: 24px;
    margin-top: 43px;
    padding-top: 10px;
  }

  .contact-header {
    width: 40%;
  }

  .contact-header .en {
    font-size: 20px;
  }

  .contact-header .cn {
    font-size: 20px;
    /* margin-top: -25px; */
    display: none;
  }


  .contact-header .cn.sp {
    display: block;
  }
}

@media (max-width: 576px) {
  .serve-title {
    font-size: 26px;
  }

  .serve-polygon img {}

  .serve-polygon p {
    font-size: 16px;
    line-height: 24px;
  }

  .serve-polygon span {
    font-size: 22px;
    line-height: 32px;
    top: 8%;
    left: 24%;
  }

  .serve-polygon-desc {
    top: 7px;
  }

  .serve-content {
    margin: 0px;
  }

  .serve-polygon {
    width: 40%;
  }

  .serve-polygon.num2 {
    top: 24%;
    left: 34%;
  }

  .serve-polygon.num3 {
    left: 68%;
  }

  .serve-polygon.num4 {
    top: 48%;
  }

  .serve-polygon.num5 {
    left: 68%;
    top: 49%;
  }

  .serve-container {
    height: 46vh;
  }
}


@media (max-width: 430px) {
  .serve-polygon.num2 {
    top: 20%;
    left: 32%;
  }

  .serve-polygon.num3 {
    left: 64%;
  }

  .serve-polygon.num4 {
    top: 40%;
  }

  .serve-polygon.num5 {
    left: 64%;
    top: 40%;
  }

  .serve-container {
    height: 47vh;
  }

  .japanBrand-box-content-child {
    font-size: 14px;
  }

  .expand-content-title {
    font-size: 17px;
    line-height: 26px;
  }

  .lightspot-box-desc {
    line-height: 22.75px;
  }

  .advantage-box-title {
    font-size: 18px;
  }

  .relation-desc {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (max-width: 429px) {
  .achievement-core-content {
    font-size: 18px;
  }

  .advantage-title {
    font-size: 23px;
  }

  .relation-min {
    font-size: 15px;
  }

  .advantage-box-content {
    font-size: 14px;
  }

  .lightspot-box-desc {
    padding: 0px 10px 22px 10px;
  }
}

@media (max-width: 390px) {
  .achievement-core-content {
    font-size: 17px;
  }
}

@media (max-height: 800px) {
  .japanBrand-box-content {
    font-size: 15px;
  }

  .relation-link {
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .contact-list {
    padding: 20px;
  }
}

@media (max-width: 390px) {
  .label {
    width: 34px;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 3px;
    margin-left: 3px;
    color: rgba(41, 41, 41, 1);
  }

  .contact-item {
    display: flex;
    align-items: center;
  }
}