body {
  line-height: normal;
}
@media (min-width: 1200px) {
  .v6_mb {
    display: none;
  }
  .title {
    font-family: KumbhSans-Regular;
    font-size: 2.25rem;
    line-height: 3.5rem;
    color: #000000;
    font-weight: 700;
  }
  .intro {
    font-size: 1.25rem;
    font-weight: 400;
    color: #000000;
    line-height: 2rem;
  }
  .arrow {
    margin-left: 0.75rem;
    margin-top: -0.2rem;
    display: block;
    height: 0.5rem;
    width: 0.5rem;
    border-color: #006cee;
    border-style: solid;
    border-width: 0.1rem 0.1rem 0 0;
    background-color: transparent;
    transform: rotate(45deg);
  }
  .p1 {
    width: 100%;
    height: 53.125rem;
    padding-top: 5.375rem;
    padding-left: 13.5rem;
    box-sizing: border-box;
    background-size: cover;
  }
  .p1 .intro {
    margin-top: 0.625rem;
    margin-bottom: 1.75rem;
  }
  .p1 .p1-title {
    width: 37.8125rem;
    font-size: 3.5rem;
    font-family: KumbhSans-Bold;
    color: #000000;
    line-height: 4.1875rem;
    font-weight: 700;
  }
  .p1 .p1-btn {
    margin-top: 2.34375rem;
    width: 7.375rem;
    cursor: pointer;
  }
  .sticky-header {
    width: 100%;
    height: 4rem;
    padding-left: 13.75rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #979797;
    background-color: #fff;
    z-index: 49;
    transition: top 0.3s linear;
  }
  .sticky-header .sticky-header--item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: KumbhSans-SemiBold;
    font-size: 1rem;
    line-height: 1rem;
    color: #000000;
    font-weight: 600;
    transition: all 0.3s;
    cursor: pointer;
  }
  .sticky-header .sticky-header--item + .sticky-header--item {
    margin-left: 3.25rem;
  }
  .sticky-header .sticky-header--item::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: -0.4375rem;
    width: 0;
    height: 3px;
    background-color: #006cee;
    transition: width 0.3s;
  }
  .sticky-header .sticky-header--item.active::after {
    width: calc(100% + 0.875rem);
  }
  .p2 {
    width: 100%;
    height: 60rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p2 .p2-img {
    width: 82.5625rem;
  }
  .p3 .p3-top {
    width: 100%;
    height: 27.625rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #000;
  }
  .p3 .p3-top .title {
    color: #fff;
  }
  .p3 .p3-top .intro {
    width: 68.125rem;
    margin-top: 1.625rem;
    text-align: center;
    color: #fff;
  }
  .p3 .p3-bottom {
    display: flex;
    padding: 6.875rem 0 6.875rem 4.75rem;
  }
  .p3 .p3-bottom .p3-img {
    margin-right: 3.75rem;
    width: 73.125rem;
  }
  .p3 .p3-bottom .p3-info {
    display: flex;
    flex-direction: column;
    padding-top: 6.5rem;
    width: 29.5rem;
  }
  .p3 .p3-bottom .p3-info .p3-subtitle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 9.8125rem;
    margin: 1.625rem 0;
    font-family: KumbhSans-SemiBold;
    font-size: 1.5rem;
    color: #000000;
    line-height: 2.25rem;
    font-weight: 600;
  }
  .p3 .p3-bottom .p3-info .intro {
    width: 26.4375rem;
  }
  .p4 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 7.5rem;
    padding-bottom: 5.625rem;
    box-sizing: border-box;
    background-color: #f5f5f7;
  }
  .p4 .p4-item {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .p4 .p4-item video {
    width: 41rem;
  }
  .p4 .p4-item:first-child {
    flex-direction: row-reverse;
  }
  .p4 .p4-item:first-child .intro {
    width: 31.75rem;
    padding-top: 3.4375rem;
    margin-right: 5.75rem;
  }
  .p4 .p4-item:nth-child(2) {
    margin-top: 9.5rem;
  }
  .p4 .p4-item:nth-child(2) .intro {
    width: 25.8125rem;
    padding-top: 7.5625rem;
    margin-left: 9.8125rem;
  }
  .p4 .p4-item:nth-child(2) .top-text {
    position: absolute;
    top: -2rem;
    left: 22.0625rem;
    display: flex;
    align-items: center;
    width: 41rem;
    justify-content: space-around;
  }
  .p4 .p4-item:nth-child(3) {
    flex-direction: row-reverse;
    margin-top: 9.75rem;
  }
  .p4 .p4-item:nth-child(3) .intro {
    width: 28.625rem;
    padding-top: 6.9375rem;
    margin-right: 9.125rem;
  }
  .p4 .p4-item:last-child {
    margin-top: 11.6875rem;
  }
  .p4 .p4-item:last-child .intro {
    width: 31.75rem;
    padding-top: 8rem;
    margin-left: 9.875rem;
  }
  .p4 .p4-item .tips {
    position: absolute;
    left: 20.5rem;
    top: 16.375rem;
    opacity: 0.5;
    font-family: KumbhSans-Regular;
    font-size: 0.75rem;
    color: #000000;
    text-align: center;
    line-height: 2rem;
    font-weight: 400;
  }
  .p4 .p4-item .top-text1,
  .p4 .p4-item .top-text2 {
    font-family: KumbhSans-Regular;
    font-size: 1.25rem;
    color: #000000;
    text-align: center;
    line-height: 2rem;
  }
  .p5 {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 3.3125rem 4.5rem 4.5rem 9.4375rem;
    box-sizing: border-box;
  }
  .p5 .title {
    text-align: center;
  }
  .p5 .p5-subtitle {
    font-family: KumbhSans-SemiBold;
    font-size: 1.5rem;
    color: #000000;
    line-height: 2.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 1.5625rem;
  }
  .p5 .p5-subtitle span + span {
    margin-left: 3rem;
  }
  .p5 .p5-content {
    margin-top: 5.75rem;
    display: flex;
  }
  .p5 .p5-content .p5-content__left {
    display: flex;
    flex-direction: column;
    padding-top: 5.375rem;
    margin-right: 4.8125rem;
  }
  .p5 .p5-content .p5-content__left img {
    margin-top: 5.25rem;
    width: 24.1875rem;
    margin-bottom: 1.875rem;
  }
  .p5 .p5-content .p5-content__left .detail {
    display: flex;
  }
  .p5 .p5-content .p5-content__left .detail span:last-child {
    margin-left: 3.75rem;
    font-family: Roboto-Regular;
    font-size: 0.875rem;
    color: #000000;
    line-height: 1rem;
    font-weight: 400;
  }
  .p5 .p5-content .intro {
    width: 28.0625rem;
  }
  .p5 .p5-content .p5-bottom {
    display: flex;
    align-items: center;
    font-family: Roboto-Regular;
    font-size: 0.875rem;
    color: #000000;
    line-height: 1rem;
    font-weight: 400;
  }
  .p5 .p5-content .p5-bottom span:last-child {
    margin-left: 3.75rem;
  }
  .p5 .p5-content .p5-img {
    width: 73.125rem;
  }
  .p6 {
    display: flex;
    padding: 6.875rem 4.5625rem 6.875rem 4.75rem;
    box-sizing: border-box;
  }
  .p6 img {
    width: 73.125rem;
  }
  .p6 .p6-content {
    display: flex;
    flex-direction: column;
    padding-top: 5.375rem;
    padding-left: 4rem;
  }
  .p6 .p6-subtitle {
    width: 10.4375rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-family: KumbhSans-SemiBold;
    font-size: 1.5rem;
    color: #000000;
    line-height: 2.25rem;
    font-weight: 600;
  }
  .p6 .intro {
    width: 33.5625rem;
  }
  .p7 {
    display: flex;
    justify-content: space-between;
    padding: 6.875rem 4.5625rem 6.875rem 5rem;
    box-sizing: border-box;
  }
  .p7 .p7-content {
    display: flex;
    flex-direction: column;
    padding-top: 3.0625rem;
    margin-right: 1rem;
  }
  .p7 .p7-subtitle {
    height: 12.3125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 2.9375rem;
    margin-bottom: 2rem;
    font-family: KumbhSans-SemiBold;
    font-size: 1.5rem;
    color: #000000;
    line-height: 2.25rem;
    font-weight: 600;
  }
  .p7 .intro {
    width: 29.5rem;
  }
  .p7 img {
    width: 73.125rem;
  }
  .p8 {
    position: relative;
    width: 100%;
    height: 60rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 3.375rem;
  }
  .p8 .title {
    text-align: center;
  }
  .p8 .intro {
    width: 75.0625rem;
    margin-top: 0.875rem;
    margin-bottom: 0.75rem;
  }
  .p8 .p8-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 2.75rem;
    border-bottom: 1px solid #d0d0d0;
  }
  .p8 .p8-tabs .p8-tabs--item {
    display: flex;
    align-items: center;
    height: 4rem;
    opacity: 0.4;
    font-family: KumbhSans-SemiBold;
    font-size: 1.5rem;
    color: #000000;
    font-weight: 600;
    padding: 0 2rem;
    position: relative;
    cursor: pointer;
  }
  .p8 .p8-tabs .p8-tabs--item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: width 0.3s;
  }
  .p8 .p8-tabs .p8-tabs--item.active {
    opacity: 1;
  }
  .p8 .p8-tabs .p8-tabs--item.active::after {
    width: 100%;
  }
  .p8 .p8-content {
    position: relative;
    width: 71.375rem;
  }
  .p8 .p8-content img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .p8 a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.9375rem;
    font-family: KumbhSans-Bold;
    font-size: 1.125rem;
    color: #006cee;
    line-height: 2rem;
    display: flex;
    align-items: center;
    font-weight: 700;
  }
  .p9 {
    width: 100%;
    display: flex;
    padding: 6.875rem 4.5625rem 6.875rem 5rem;
    box-sizing: border-box;
  }
  .p9 .p9-content {
    margin-right: 6rem;
    padding-top: 7.875rem;
    display: flex;
    flex-direction: column;
  }
  .p9 .p9-content .intro {
    width: 31.3125rem;
    margin-top: 1.125rem;
    margin-bottom: 2rem;
  }
  .p9 img {
    width: 73.125rem;
  }
  .p9 a {
    display: flex;
    align-items: center;
    font-family: KumbhSans-Bold;
    font-size: 1.125rem;
    color: #006cee;
    line-height: 2rem;
    font-weight: 700;
  }
  .p10 {
    width: 100%;
    display: flex;
    padding: 6.875rem 6.25rem 6.875rem 5rem;
    box-sizing: border-box;
  }
  .p10 .p10-content {
    padding-left: 5.8125rem;
    padding-top: 6rem;
    display: flex;
    flex-direction: column;
  }
  .p10 .p10-content .title {
    width: 29.3125rem;
    line-height: 3.875rem;
  }
  .p10 .p10-content .intro {
    margin-top: 2rem;
    margin-bottom: 2.6875rem;
    width: 29.8125rem;
  }
  .p10 .p10-tips {
    opacity: 0.5;
    font-family: Roboto-Regular;
    font-size: 0.75rem;
    color: #000000;
    line-height: 1.375rem;
    font-weight: 400;
  }
  .p10 img {
    width: 73.125rem;
  }
  .p11 {
    display: flex;
    padding: 6.875rem 4.5625rem 6.875rem 9.625rem;
    box-sizing: border-box;
  }
  .p11 img {
    width: 73.125rem;
  }
  .p11 .p11-content {
    display: flex;
    flex-direction: column;
    margin-right: 5.0625rem;
    padding-top: 11.5625rem;
  }
  .p11 .p11-content .intro {
    margin-top: 1.4375rem;
    width: 26.25rem;
  }
  .p12 {
    display: flex;
    padding: 6.875rem 7.625rem 6.875rem 5rem;
    box-sizing: border-box;
  }
  .p12 img {
    width: 73.125rem;
  }
  .p12 .p12-content {
    margin-left: 6.125rem;
    padding-top: 10.8125rem;
  }
  .p12 .p12-content img {
    width: 3rem;
    height: 3rem;
  }
  .p12 .p12-content .title {
    margin: 1.875rem 0;
  }
  .p12 .p12-content .intro {
    width: 26.25rem;
  }
  .p13 {
    display: flex;
    padding: 6.875rem 4.5625rem 6.875rem 7.5rem;
    box-sizing: border-box;
  }
  .p13 img {
    width: 73.125rem;
  }
  .p13 .p13-content {
    margin-right: 6.4375rem;
    padding-top: 5.5625rem;
  }
  .p13 .p13-content .title {
    width: 30.1875rem;
  }
  .p13 .p13-content .intro {
    width: 28.375rem;
    margin-top: 2rem;
  }
  .p13 .p13-content .intro + .intro {
    margin-bottom: 2.625rem;
  }
  .p13 .p13-content a {
    display: flex;
    align-items: center;
    font-family: KumbhSans-Bold;
    font-size: 1.125rem;
    color: #006cee;
    line-height: 2rem;
    font-weight: 700;
  }
  .p14 {
    display: flex;
    padding: 6.875rem 4.5625rem 6.875rem 5rem;
    box-sizing: border-box;
  }
  .p14 img {
    width: 73.125rem;
  }
  .p14 .p14-content {
    display: flex;
    flex-direction: column;
    padding-top: 9.625rem;
    padding-left: 4.4375rem;
  }
  .p14 .p14-content .title {
    width: 30.0625rem;
    line-height: 3.875rem;
  }
  .p14 .p14-content .intro {
    margin: 2rem 0;
    width: 32.875rem;
  }
  .p14 .p14-content a {
    display: flex;
    align-items: center;
    font-family: KumbhSans-Bold;
    font-size: 1.125rem;
    color: #006cee;
    line-height: 2rem;
    font-weight: 700;
  }
  .p15 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 11.5rem 14.6875rem 12.875rem 14.75rem;
    box-sizing: border-box;
  }
  .p15 .p15-content {
    position: relative;
    height: 35.625rem;
    margin-right: 2rem;
  }
  .p15 .p15-title {
    font-family: KumbhSans-Medium;
    font-size: 2.625rem;
    color: #000000;
    line-height: 3.875rem;
    font-weight: 500;
  }
  .p15 .p15-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 21.125rem;
  }
  .p15 .p15-content--item {
    position: relative;
    max-width: 100%;
    opacity: 0.3;
    font-family: KumbhSans-SemiBold;
    font-size: 1.5;
    color: #000000;
    letter-spacing: 0;
    line-height: 2.25rem;
    font-weight: 600;
    cursor: pointer;
  }
  .p15 .p15-content--item span:not(.link-text) {
    display: inline-block;
    position: relative;
  }
  .p15 .p15-content--item span:not(.link-text)::after {
    content: '';
    display: block;
    height: 1px;
    bottom: -0.69rem;
    left: 0;
    background-color: #313131;
    width: 0;
    transition: width 0.3s;
  }
  .p15 .p15-content--item a {
    display: none;
    margin-top: 2.625rem;
    font-family: KumbhSans-Bold;
    font-size: 1.125rem;
    color: #006cee;
    line-height: 2rem;
    font-weight: 700;
  }
  .p15 .p15-content--item.active {
    opacity: 1;
  }
  .p15 .p15-content--item.active span::after {
    width: 100%;
  }
  .p15 .p15-content--item.active a {
    display: inline-block;
  }
  .p15 img {
    width: 67.5rem;
  }
  .p16 {
    width: 100%;
    padding: 8.375rem 14.875rem 6rem 14.875rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .p16 .btn {
    margin-top: 3.9375rem;
    margin-bottom: 10.125rem;
    width: 10rem;
    cursor: pointer;
  }
  .p16 .base-btn-brochure {
    margin-top: 3.9375rem;
    margin-bottom: 10rem;
  }
  .p16 .btn-toggle {
    position: relative;
    display: flex;
    align-items: center;
    font-family: KumbhSans-Bold;
    font-size: 1.5rem;
    color: #000000;
    font-weight: 700;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .p16 .btn-toggle .p16-arrow {
    margin-left: 2rem;
    display: block;
    height: 1rem;
    width: 1rem;
    background: #fff;
    border-color: #000;
    border-style: solid;
    border-width: 0.16rem 0.16rem 0 0;
    transform: rotate(-45deg);
    transition: all 0.3s;
  }
  .p16 img {
    margin-top: 3.8125rem;
    width: 100%;
  }
  .p16.closed img:not(.btn) {
    display: none;
  }
  .p16.closed .p16-arrow {
    transform: rotate(135deg) translateY(50%);
  }
}
@media (max-width: 1199px) {
  .v6_pc {
    display: none;
  }
  .title {
    font-family: KumbhSans-Medium;
    font-size: 3rem;
    line-height: 3.875rem;
    font-weight: 500;
  }
  .intro {
    font-family: KumbhSans-Regular;
    font-size: 1.75rem;
    line-height: 2.8125rem;
    font-weight: 400;
  }
  .pic {
    width: 100%;
  }
  .link {
    display: flex;
    align-items: center;
    font-family: KumbhSans-Bold;
    font-size: 1.75rem;
    color: #006cee;
    line-height: 2.375rem;
    font-weight: 700;
  }
  .link .arrow {
    margin-left: 0.75rem;
    margin-top: -0.4rem;
    display: block;
    height: 1rem;
    width: 1rem;
    border-color: #006cee;
    border-style: solid;
    border-width: 0.2rem 0.2rem 0 0;
    background-color: transparent;
    transform: rotate(45deg);
  }
  .p1 {
    width: 100%;
    height: 81.25rem;
    display: flex;
    flex-direction: column;
    padding-top: 5.5625rem;
    padding-left: 3rem;
    box-sizing: border-box;
    background-size: cover;
  }
  .p1 .title {
    margin-bottom: 1.625rem;
    opacity: 0.8;
    font-family: KumbhSans-Bold;
    font-size: 2.5rem;
    color: #000000;
    font-weight: 700;
  }
  .p1 .intro {
    margin-bottom: 1.875rem;
    opacity: 0.8;
    font-family: KumbhSans-Bold;
    font-size: 1.6875rem;
    color: #000000;
    font-weight: 700;
  }
  .p1 .p1-title {
    margin-bottom: 2.625rem;
    width: 34.1875rem;
    font-family: KumbhSans-Bold;
    font-size: 3.25rem;
    color: #000000;
    line-height: 4.1875rem;
    font-weight: 700;
  }
  .p1 .p1-btn {
    width: 12.75rem;
  }
  .sticky-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    z-index: 49;
    transition: top 0.3s linear;
  }
  .sticky-header .sticky-header__content {
    width: 100%;
    height: 5rem;
    padding: 0 1.875rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
  }
  .sticky-header .sticky-header--item {
    font-family: KumbhSans-SemiBold;
    font-size: 2rem;
    color: #000000;
    font-weight: 600;
  }
  .sticky-header span {
    position: relative;
  }
  .sticky-header span::after {
    content: '';
    display: block;
    height: 1rem;
    width: 1rem;
    background: #fff;
    border-color: #000;
    border-style: solid;
    border-width: 0.16rem 0.16rem 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-80%) rotate(135deg);
    transition: transform 0.3s;
  }
  .sticky-header ul {
    height: 0;
    opacity: 0;
    flex-direction: column;
    transition: all 0.3s;
    background-color: #fff;
  }
  .sticky-header ul li {
    opacity: 0.6;
    font-family: KumbhSans-Regular;
    padding-left: 1.875rem;
    box-sizing: border-box;
    font-size: 2rem;
    color: #000000;
    font-weight: 400;
  }
  .sticky-header ul li:hover {
    opacity: 1;
  }
  .sticky-header ul li + li {
    margin-top: 2.75rem;
  }
  .sticky-header ul li.active {
    font-weight: 600;
    font-family: KumbhSans-Bold;
  }
  .sticky-header.active span::after {
    transform: translateY(-20%) rotate(-45deg);
  }
  .sticky-header.active ul {
    padding-top: 1.375rem;
    padding-bottom: 4rem;
    opacity: 1;
    height: auto;
  }
  .p2 {
    width: 100%;
    box-sizing: border-box;
    padding: 4.5625rem 3.5625rem;
  }
  .p3 .p3-top {
    width: 100%;
    padding: 3.875rem 1.8125rem 3.5625rem 1.8125rem;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
  }
  .p3 .p3-top .title {
    margin: 0 auto;
    width: 27.25rem;
    text-align: center;
    margin-bottom: 3.1875rem;
  }
  .p3-bottom {
    width: 100%;
    padding: 5rem 1.8125rem 3.5625rem 1.8125rem;
    box-sizing: border-box;
  }
  .p3-bottom .title {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1.6875rem;
  }
  .p3-bottom .p3-subtitle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 1rem;
    margin: 1.625rem 0;
    box-sizing: border-box;
    font-family: KumbhSans-SemiBold;
    font-size: 2.25rem;
    color: #000000;
    line-height: 3.5rem;
    font-weight: 600;
  }
  .p3-bottom .intro {
    padding: 0 1rem;
    margin-bottom: 2.5625rem;
  }
  .p4 {
    position: relative;
    width: 100%;
    padding-top: 3.3125rem;
    display: flex;
    background-color: #f5f5f7;
    overflow-x: auto;
  }
  .p4::-webkit-scrollbar {
    display: none;
  }
  .p4 .p4-item {
    position: relative;
    width: 33.125rem;
    height: 50.3125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2.5rem;
    background-color: #fff;
    flex-shrink: 0;
  }
  .p4 .p4-item:nth-child(2) .top-text1 {
    position: absolute;
    top: 1.5625rem;
    left: 5rem;
  }
  .p4 .p4-item:nth-child(2) .top-text2 {
    position: absolute;
    top: 1.5625rem;
    right: 6.125rem;
  }
  .p4 .p4-item:nth-child(2) video {
    margin-top: 1.375rem;
  }
  .p4 .p4-item:nth-child(2) p {
    margin-top: 2rem;
  }
  .p4 .p4-item:first-child,
  .p4 .p4-item:last-child {
    margin-left: 1.8125rem;
  }
  .p4 .p4-item + .p4-item {
    margin-left: 4.25rem;
  }
  .p4 .p4-item video {
    width: 29.125rem;
  }
  .p4 .p4-item .intro {
    width: 100%;
    padding: 0 1.1875rem;
    box-sizing: border-box;
  }
  .p4 .p4-item .tips {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 1.1875rem;
    top: 43.375rem;
    opacity: 0.5;
    font-family: KumbhSans-Regular;
    font-size: 1rem;
    color: #000000;
    line-height: 2rem;
    font-weight: 400;
  }
  .p4-navigation {
    padding-top: 4.8125rem;
    padding-bottom: 6.6875rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: #f5f5f7;
  }
  .p4-navigation .p4-navigation--item {
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    background-color: #d8d8d8;
    transition: width 0.3s;
  }
  .p4-navigation .p4-navigation--item.active {
    width: 7.1875rem;
  }
  .p4-navigation .p4-navigation--item + .p4-navigation--item {
    margin-left: 1.125rem;
  }
  .p5 {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5rem 1.8125rem 0 1.8125rem;
    box-sizing: border-box;
  }
  .p5 .title {
    margin: 0 auto;
    text-align: center;
  }
  .p5 .title + .title {
    margin-bottom: 2.75rem;
  }
  .p5 .p5-subtitle {
    width: 32.25rem;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    font-family: KumbhSans-SemiBold;
    font-size: 2.25rem;
    color: #000000;
    line-height: 3.5rem;
    font-weight: 600;
  }
  .p5 .intro {
    padding-left: 1.2rem;
    box-sizing: border-box;
    margin-top: 2rem;
    margin-bottom: 2.875rem;
    word-break: keep-all;
  }
  .p6 {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5rem 1.8125rem 0 1.8125rem;
    box-sizing: border-box;
  }
  .p6 .title {
    text-align: center;
  }
  .p6 .intro {
    margin-top: 1.5rem;
    margin-bottom: 2.3125rem;
  }
  .p6 .p6-subtitle {
    padding-left: 1rem;
    padding-top: 1.5rem;
    width: 35rem;
    display: flex;
    flex-wrap: wrap;
    font-family: KumbhSans-SemiBold;
    font-size: 2.25rem;
    color: #000000;
    line-height: 3.5rem;
    font-weight: 600;
  }
  .p6 .p6-subtitle span:nth-child(2) {
    margin-left: 4rem;
  }
  .p7 {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5rem 1.8125rem 2.875rem 1.8125rem;
    box-sizing: border-box;
  }
  .p7 .title {
    text-align: center;
  }
  .p7 .intro {
    padding-left: 1rem;
    width: 41.125rem;
    margin-bottom: 2.4375rem;
  }
  .p7 .p7-subtitle {
    display: flex;
    flex-direction: column;
    margin: 1.5rem 0;
    padding-left: 1rem;
    font-family: KumbhSans-SemiBold;
    font-size: 2.25rem;
    color: #000000;
    letter-spacing: 0;
    line-height: 3.5rem;
    font-weight: 600;
  }
  .p8 {
    padding-top: 4.375rem;
    background: #f5f5f7;
  }
  .p8 .title {
    width: 26.3125rem;
    text-align: center;
    margin: 0 auto;
  }
  .p8 .intro {
    width: 100%;
    padding: 0 2.5625rem;
    margin-top: 3rem;
    margin-bottom: 1.375rem;
  }
  .p8 .p8-content {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
  }
  .p8 .p8-content::-webkit-scrollbar {
    display: none;
  }
  .p8 .p8-content .p8-item {
    flex-shrink: 0;
    position: relative;
    height: 25.9375rem;
    width: 33.125rem;
  }
  .p8 .p8-content .p8-item img {
    width: 100%;
  }
  .p8 .p8-content .p8-item span {
    position: absolute;
    bottom: 1.4375rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-family: KumbhSans-SemiBold;
    font-size: 2.25rem;
    color: #000000;
    line-height: 3.5rem;
    font-weight: 600;
  }
  .p8 .p8-content .p8-item + .p8-item {
    margin-left: 4.25rem;
  }
  .p8 .p8-content .p8-item:first-child {
    margin-left: 1.8125rem;
  }
  .p8 .p8-content .p8-item:last-child {
    margin-right: 1.8125rem;
  }
  .p8 .p8-navigation {
    margin-top: 4.125rem;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 16.625rem;
    box-sizing: border-box;
  }
  .p8 .p8-navigation .p8-navigation--item {
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    background-color: #d8d8d8;
    transition: width 0.3s;
  }
  .p8 .p8-navigation .p8-navigation--item.active {
    width: 7.1875rem;
  }
  .p8 .p8-navigation .p8-navigation--item + .p8-navigation--item {
    margin-left: 1.125rem;
  }
  .p8 .link {
    margin: 0 auto;
    margin-top: 5.5rem;
    margin-bottom: 6.125rem;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .p9 {
    width: 100%;
    padding: 5rem 1.8125rem 0 1.8125rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p9 .title {
    text-align: center;
  }
  .p9 .intro {
    padding: 1.625rem 1rem 2.8125rem 1rem;
  }
  .p9 img {
    margin-top: 3.125rem;
  }
  .p10 {
    width: 100%;
    padding: 4.3125rem 1.8125rem 0 1.8125rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .p10 .title {
    width: 34.25rem;
    margin: 0 auto;
    text-align: center;
  }
  .p10 .intro {
    padding: 2.8125rem 0.5rem 2.8125rem 0.5rem;
    box-sizing: border-box;
  }
  .p10 .p10-tips {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 2.375rem;
    opacity: 0.5;
    font-family: Roboto-Regular;
    font-size: 1rem;
    color: #000000;
    line-height: 2rem;
    font-weight: 400;
  }
  .p10 .p10-tips span + span {
    margin-top: 1rem;
  }
  .p11 {
    width: 100%;
    padding: 6.4375rem 1.8125rem 0 1.8125rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .p11 .title {
    text-align: center;
  }
  .p11 .intro {
    padding: 2rem 1rem 3.5rem 1rem;
  }
  .p12 {
    width: 100%;
    padding: 4.0625rem 1.8125rem 0 1.8125rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .p12 .icon {
    display: inline-block;
    margin: 0 auto;
    width: 4.5rem;
    height: 4.5rem;
  }
  .p12 .title {
    text-align: center;
    margin: 2.375rem auto;
  }
  .p12 .intro {
    padding: 0 0.5rem 2.75rem 0.5rem;
    box-sizing: border-box;
  }
  .p13 {
    width: 100%;
    padding: 6.25rem 1.8125rem 0 1.8125rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p13 .title {
    margin-bottom: 2.25rem;
    text-align: center;
    width: 33.625rem;
  }
  .p13 .intro + .intro {
    margin-top: 3rem;
    margin-bottom: 6.5rem;
  }
  .p13 .pic {
    margin-top: 3.4375rem;
  }
  .p14 {
    width: 100%;
    padding: 6.25rem 1.8125rem 0 1.8125rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p14 .title {
    margin-bottom: 2.25rem;
    width: 33.625rem;
    text-align: center;
  }
  .p14 .intro {
    margin-bottom: 4.9375rem;
  }
  .p14 .pic {
    margin-top: 3.4375rem;
  }
  .p15 {
    padding-top: 5rem;
    height: 49.75rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f7;
  }
  .p15 .title {
    text-align: center;
  }
  .p15 .p15-content {
    margin-top: 5.4375rem;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 35.5rem;
    overflow-x: auto;
  }
  .p15 .p15-content::-webkit-scrollbar {
    display: none;
  }
  .p15 .p15-content .p15-content--item {
    flex-shrink: 0;
    width: 35.625rem;
    display: flex;
    flex-direction: column;
    margin-left: 1.5rem;
  }
  .p15 .p15-content .p15-content--item:last-child {
    margin-right: 1.5rem;
  }
  .p15 .p15-content .p15-content--item span:not(.link-span, .arrow) {
    margin-top: 1.875rem;
    margin-bottom: 1.375rem;
    font-family: KumbhSans-SemiBold;
    font-size: 2.25rem;
    color: #000000;
    line-height: 3.4375rem;
    font-weight: 600;
  }
  .p16 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4.0625rem 1.875rem 2.375rem 1.875rem;
    box-sizing: border-box;
  }
  .p16 .title {
    text-align: center;
  }
  .p16 .btn {
    margin-top: 3.9375rem;
    margin-bottom: 3.625rem;
    width: 17.625rem;
  }
  .p16 .p16-content {
    display: flex;
    flex-direction: column;
    margin-top: 4.625rem;
  }
  .p16 .p16-content .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .p16 .p16-content .btns .p16-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 21.0625rem;
    height: 4.5rem;
    border-radius: 0.5rem;
    border: 2px solid #e0e0e0;
    font-family: KumbhSans-Bold;
    font-size: 1.125rem;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
  }
  .p16 .p16-content .btns .p16-btn + .p16-btn {
    margin-left: 0.875rem;
  }
  .p16 .p16-content .btns .p16-btn.active {
    border: none;
    background-image: linear-gradient(234deg, #00a7f4 0%, #006ee6 100%);
    color: #fff;
  }
  .p16 .btn-toggle {
    position: relative;
    display: flex;
    align-items: center;
    font-family: KumbhSans-Regular;
    font-size: 2rem;
    color: #000000;
    font-weight: 700;
    cursor: pointer;
  }
  .p16 .btn-toggle .p16-arrow {
    margin-left: 2rem;
    display: block;
    height: 1rem;
    width: 1rem;
    background: #fff;
    border-color: #000;
    border-style: solid;
    border-width: 0.16rem 0.16rem 0 0;
    transform: rotate(-45deg);
    transition: all 0.3s;
  }
  .p16.closed .p16-content {
    display: none;
  }
  .p16.closed .btn-toggle .p16-arrow {
    transform: translateY(-50%) rotate(135deg);
  }
}
