section.jk {
  position: relative;
}
section.jk > p {
  font-size: 1.04vw;
  color: #272727;
  line-height: 2.5vw;
}
section.jk img {
  width: 100%;
}
section.jk .text {
  color: #fff;
  position: absolute;
  top: 12vw;
  right: 30vw;
  font-size: 1.08vw;
}
section.jk .text h2 {
  font-size: 3.33vw;
  line-height: 6vw;
}
section.jk dl {
  display: flex;
  justify-content: space-between;
  padding: 0.7vw 6.33vw 3.18vw;
  font-size: 1.04vw;
}
section.jk dl dd {
  padding: 0 2vw;
}
section.jk dl dd h2 {
  font-size: 2.08vw;
  color: #615f68;
  margin-bottom: 1.35vw;
}
section.jk dl dd h2 span,
section.jk dl dd h2 b {
  color: #873384;
}

section.jk.jk-2 .tac {
  text-align: center;
  padding: 2.5vw 5.5vw;
}

section.jk.jk-3 {
    background: #f6f6f6;
    overflow: hidden;
}
section.jk.jk-3 .tac {
  text-align: center;
  padding: 4.95vw 5.5vw;
}
section.jk.jk-3 h2 {
  text-align: center;
  font-size: 3.18vw;
  background-image: linear-gradient(90deg, #649cea, #c936a2);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  text-shadow: none;
}
section.jk.jk-3 p {
  padding: 0 14.79vw;
  margin-bottom: 5vw;
}
section.jk.jk-3 .img-box {
  margin: 0 8.3vw 3.3vw;
  box-shadow: 0 0 8px rgba(67, 67, 67, 0.5);
  border-radius: 10px;
  overflow: hidden;
}
section.jk.jk-4 > img {
  margin-bottom: 3vw;
}
section.jk.jk-4 .text {
  text-align: center;
  top: 9.27vw;
}
section.jk.jk-4 .text h2 {
  line-height: 1.2;
  margin-bottom: 2vw;
}
section.jk.jk-4 p {
  padding: 0 14.79vw;
  margin-bottom: 5vw;
}
section.jk.jk-4 p span {
  color: #873384;
  font-weight: bold;
}
section.jk.jk-5 {
  background: #e5e4e4;
}
section.jk.jk-5 .text {
  left: 10vw;
}
section.jk.jk-5 dl {
  margin-top: -8.3vw;
  padding: 0 8vw;
}
section.jk.jk-5 dd {
  box-shadow: 0 0 8px rgba(67, 67, 67, 0.5);
  border-radius: 10px;
  padding: 3.65vw 4.7vw;
  margin: 0 0.5vw;
  background: #fff;
  flex: 1;
}
section.jk.jk-5 dd h2 {
  font-size: 3.04vw;
  color: #343434;
}
section.jk.jk-5 dd p {
  line-height: 2.5vw;
  color: #464646;
  font-weight: 300;
}
section.jk.jk-5 .center {
  padding: 2vw 9vw;
  text-align: center;
  overflow: hidden;
}
section.jk.jk-5 .center h3 {
  color: #0493c8;
  font-size: 1.95vw;
  margin: 4.3vw 0 1.6vw;
}
section.jk.jk-5 .center p {
  color: #464646;
  font-weight: 100;
  margin-bottom: 5vw;
  line-height: 24px;
}
section.jk.jk-7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.26vw 0 6.35vw;
}
section.jk.jk-7 h2 {
  text-align: center;
  font-size: 3.18vw;
  font-weight: normal;
  background-image: linear-gradient(90deg, #649cea, #c936a2);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  text-shadow: none;
  line-height: 2;
}

