body {
  line-height: normal;
}
@media (min-width: 1200px) {
  .text1 {
    font-size: 2.625rem;
  }
  .text2 {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
  .text3 {
    font-size: 18px;
  }
  .text4 {
    font-size: 1.5rem;
    line-height: 2.625rem;
  }
  .p1 {
    height: 54.75rem;
    padding: 12.125rem 0 0 21.375rem;
    color: white;
    background-size: cover;
  }
  .p1 .text1 {
    width: 36rem;
  }
  .p1 .text4 {
    margin: 0.375rem 0 3.125rem;
  }
  .p1-link {
    padding: 0.625rem 1.375rem;
    border-radius: 1.375rem;
    color: inherit;
    align-items: center;
  }
  .p1-link span {
    /* font-family: Roboto-Regular; */
    font-size: 0.875rem;
    /* line-height: 1.5rem; */
    /* font-weight: 400; */
  }
  .p1-link:nth-child(1) {
    background: #006ee6;
    margin-right: 1.375rem;
  }
  .p1-link:nth-child(2) {
    border: 1px solid white;
  }
  .p1-link i {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    position: relative;
    transform: rotateZ(45deg);
    margin-left: 0.5rem;
  }
  .p1-link i::after {
    content: '';
    display: block;
    width: 0.6rem;
    height: 2px;
    background: white;
    position: absolute;
    top: 0;
  }
  .p1-link i::before {
    content: '';
    display: block;
    height: 0.6rem;
    width: 2px;
    background: white;
    position: absolute;
    right: 0;
  }
  .slide {
    height: 90rem;
    position: relative;
  }
  .p2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    text-align: center;
  }
  .p2-mbimg {
    display: none;
  }
  .p2 > .text3 {
    width: 58.625rem;
    margin: 5.625rem 0;
  }
  .p2-box {
    background: #f7f7f7;
    width: 75rem;
    height: 37.875rem;
    position: relative;
  }
  .p2 .text1 {
    margin: 3.125rem 0 1.75rem;
  }
  .p2-box .text3 {
    width: 27.25rem;
    /* margin-bottom: 5.25rem; */
  }
  .p2 img {
    transition: opacity 1s;
    position: absolute;
  }
  .p2 img:nth-child(3) {
    opacity: 1;
    top: 18rem;
    width: 47.875rem;
  }
  .p2 img:nth-child(4) {
    opacity: 0;
    top: 15.5rem;
    width: 51.25rem;
  }
  .p2.on img:nth-child(3) {
    opacity: 0;
  }
  .p2.on img:nth-child(4) {
    opacity: 1;
  }
  .p3 {
    text-align: center;
    padding-bottom: 11.25rem;
  }
  .p3 .text1 {
    margin-top: 5.625rem;
  }
  .p3 img {
    width: 25rem;
  }
  .p3 > .text2:nth-child(2) {
    width: 58.125rem;
    margin: 1.625rem 0 2rem;
  }
  .p3 .flex-between {
    width: 60.125rem;
    /* padding: 150px 0; */
    margin: 2rem 0 0.625rem;
    align-items: flex-start;
  }
  .p3 > .text3:nth-child(5) {
    width: 51.125rem;
    margin: 1.375rem 0 3.75rem;
  }
  .p3-item {
    width: 25rem;
  }
  .p3-item .text4 {
    margin: 0.75rem 0 0.875rem;
  }
  .p4 {
    padding-bottom: 9.375rem;
  }
  .p4 .text2 {
    margin: 1.625rem 0 3.875rem;
  }
  .p4 .flex-between {
    align-items: center;
    width: 71rem;
  }
  .p4 .flex-between > img {
    width: 38rem;
  }
  .p4-list img {
    width: 3.75rem;
    margin-right: 1.5rem;
  }
  .p4-list .flex {
    margin: 1.5rem 0;
    align-items: center;
  }
  .p5 {
    padding-top: 4.75rem;
    background: #f7f7f7;
    height: 44.375rem;
    text-align: center;
  }
  .p5 .text2 {
    margin: 1rem 0;
  }
  .p5 img {
    width: 60rem;
    margin-top: 3.25rem;
  }
  .p5-mbimg {
    display: none;
  }
}
@media (max-width: 1199px) {
  .p1 {
    height: 129.33333333vw;
    color: white;
    padding: 9.6vw 2.13333333vw 0 8.53333333vw;
  }
  .p1 a:nth-child(1) {
    background: #006ee6;
    margin-right: 8.53333333vw;
  }
  .p1 a:nth-child(2) {
    border: 1px solid white;
  }
  .p1 a {
    font-size: 3.46666667vw;
    padding: 3.73333333vw 5.86666667vw;
    border-radius: 8.53333333vw;
    align-items: center;
    color: white;
  }
  .p1 a i {
    display: block;
    width: 2.13333333vw;
    height: 2.13333333vw;
    position: relative;
    transform: rotate(45deg);
    margin-left: 2.13333333vw;
  }
  .p1 a i:before {
    content: '';
    display: block;
    width: 2.13333333vw;
    height: 2px;
    position: absolute;
    top: 0;
    background: white;
  }
  .p1 a i::after {
    content: '';
    display: block;
    height: 2.13333333vw;
    width: 2px;
    position: absolute;
    right: 0;
    background: white;
  }
  .p1 .text1 {
    font-size: 6.4vw;
  }
  .p1 .text4 {
    font-size: 3.73333333vw;
    line-height: normal;
    margin: 1.6vw 0 3.2vw;
    width: 52.53333333vw;
  }
  .p2 > .text3 {
    padding: 12.53333333vw 12.26666667vw;
    color: #333333;
    text-align: center;
    line-height: 5.6vw;
  }
  .p2 img:not(img.p2-mbimg) {
    display: none;
  }
  .p2-box {
    align-items: flex-start;
    background: #f7f7f7;
    color: #333;
    padding: 9.6vw 6.4vw 11.73333333vw;
  }
  .p2-box .text3 {
    margin: 1.6vw 0 7.2vw;
  }
  .text1 {
    font-size: 6.4vw;
  }
  .text3 {
    font-size: 3.73333333vw;
    line-height: 4.8vw;
  }
  .text2,
  .text4 {
    font-size: 4.8vw;
    line-height: 6.4vw;
  }
  .p3 {
    padding: 9.06666667vw 0 2.93333333vw;
  }
  .p3 > .text2 {
    margin: 1.86666667vw 0 4vw;
  }
  .p3 .text3 {
    margin-bottom: 8vw;
  }
  .p3 .text4 {
    margin: 8vw 0 1.86666667vw;
  }
  .p3 .flex-between {
    flex-direction: column;
  }
  .p3 img {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 1.06666667vw;
  }
  .p3 .text1,
  .p3 .text2,
  .p3 .text3,
  .p3 .text4 {
    width: 87.2vw;
  }
  .p3-item {
    width: 82.66666667vw;
    margin-bottom: 8vw;
    text-align: center;
  }
  .p4 .flex-between {
    flex-direction: column-reverse;
  }
  .p4 .flex-between > img {
    margin: 8vw 0;
  }
  .p4 .p4-list {
    width: 100%;
    padding: 0 8.53333333vw;
  }
  .p4 .p4-list .text4 {
    font-size: 3.73333333vw;
  }
  .p4 .p4-list .flex {
    align-items: center;
    margin-bottom: 3.2vw;
  }
  .p4 .p4-list .flex img {
    width: 8vw;
    margin-right: 6.66666667vw;
  }
  .p4 .text2 {
    margin-top: 3.2vw;
  }
  .p5 {
    padding-top: 12.8vw;
    position: relative;
    background: #f7f7f7;
    height: 104.8vw;
  }
  .p5 > *:not(img) {
    width: 100%;
    padding: 0 6.4vw;
  }
  .p5 .text2 {
    margin: 1.6vw 0 3.2vw;
  }
  .p5 img {
    width: 89.33333333vw;
    position: absolute;
    right: 0;
    bottom: 10.13333333vw;
  }
  .p5 img:not(img.p5-mbimg) {
    display: none;
  }
}
