@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 18);
  }
}
@media (min-width: 768px) and (max-width: 1921.99px) {
  html {
    font-size: calc(100vw / 19.2);
  }
}
@media (min-width: 1922px) and (max-width: 2558.99px) {
  html {
    font-size: calc(100vw / 22.4);
  }
}
@media (min-width: 2559px) and (max-width: 4000px) {
  html {
    font-size: calc(100vw / 25.6);
  }
}
/* 手机 */
@media (max-width: 768px) {
  /* footer波浪 */
  .wave-wrapfooter {
    position: relative;
    width: 100%;
    height: 1.33333333rem;
    overflow: hidden;
    background: #ffffff;
  }
  .wave-wrapfooter .wave-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 1.33333333rem;
    pointer-events: none;
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
  }
  .wave-wrapfooter .wave-layer svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .wave-wrapfooter .wave-light {
    z-index: 1;
    opacity: 1;
    animation: waveMoveLeft 28s linear infinite;
  }
  .wave-wrapfooter .wave-light svg path {
    fill: #eb620036;
  }
  .wave-wrapfooter .wave-dark {
    z-index: 2;
    animation: waveMoveRight 26s linear infinite;
  }
  .wave-wrapfooter .wave-dark svg path {
    fill: #eb6100;
  }
  @keyframes waveMoveLeft {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }
  @keyframes waveMoveRight {
    0% {
      transform: translate3d(-50%, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  /* footer */
  .footer {
    background-color: #eb6100;
    width: 100%;
    height: 100%;
    padding: 5% 5% 10%;
    border-bottom: 0.06666667rem solid #fff;
  }
  .footer .w-1640 {
    width: 100%;
    margin: 0 auto;
  }
  .footer .w-1640 .imglogo {
    width: 10rem;
    margin: 0 auto;
    padding-bottom: 1.33333333rem;
  }
  .footer .w-1640 .imglogo a {
    display: block;
    width: 6.66666667rem;
    height: 3rem;
    margin: 0 auto;
  }
  .footer .w-1640 .imglogo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .footer .w-1640 .footernav {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1.33333333rem;
    gap: 0.33333333rem;
  }
  .footer .w-1640 .footernav a {
    display: grid;
    align-items: center;
    width: 47%;
    height: 1.73333333rem;
    text-align: center;
    color: #fff;
    font-size: 0.66666667rem;
    border: 0.06666667rem solid #fff;
    transition: all 0.5s;
    margin-bottom: 0.33333333rem;
  }
  .footer .w-1640 .footernav a:hover {
    background-color: #fff;
    color: #eb6100;
    transition: all 0.5s;
  }
  .footer .w-1640 .link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.66666667rem;
    font-size: 0.66666667rem;
    color: #fff;
    padding-bottom: 1.33333333rem;
  }
  .footer .w-1640 .link p {
    width: 100%;
    font-size: 0.66666667rem;
    color: #fff;
  }
  .footer .w-1640 .link a {
    font-size: 0.66666667rem;
    color: #fff;
  }
  .footer .w-1640 .contac {
    display: flex;
    flex-wrap: wrap;
    gap: 0.66666667rem;
  }
  .footer .w-1640 .contac .leftdciscm {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.33333333rem;
  }
  .footer .w-1640 .contac .leftdciscm .phonesic {
    display: flex;
    align-items: center;
    gap: 0.66666667rem;
  }
  .footer .w-1640 .contac .leftdciscm .phonesic .imgsjia {
    width: 1.66666667rem;
    height: 1.66666667rem;
    border: 0.06666667rem solid #ffffffc5;
    border-radius: 13.33333333rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .w-1640 .contac .leftdciscm .phonesic .imgsjia img {
    align-items: center;
    width: 1rem;
    height: 1rem;
    object-fit: cover;
  }
  .footer .w-1640 .contac .leftdciscm .phonesic p {
    font-size: 0.66666667rem;
    color: #fff;
    text-align: center;
  }
  .footer .w-1640 .contac .leftdciscm .phonesic a {
    text-align: center;
    font-size: 0.66666667rem;
    color: #fff;
  }
  .footer .w-1640 .contac .rightdjic {
    margin-top: 1.33333333rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.66666667rem;
  }
  .footer .w-1640 .contac .rightdjic .canisan {
    width: 27%;
  }
  .footer .w-1640 .contac .rightdjic .canisan .imgashua {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .footer .w-1640 .contac .rightdjic .canisan .imgashua img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .footer .w-1640 .contac .rightdjic .canisan p {
    font-size: 0.53333333rem;
    color: #fff;
    text-align: center;
  }
  /* 版权 */
  .banquanxinxi {
    background-color: #eb6100;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.13333333rem;
    padding: 0.66666667rem;
  }
  .banquanxinxi p {
    text-align: center;
    width: 100%;
    font-size: 0.53333333rem;
    color: #fff;
  }
  .banquanxinxi a {
    font-size: 0.53333333rem;
    color: #fff;
  }
}
/* pc */
@media (min-width: 768px) {
  /* footer波浪 */
  .wave-wrapfooter {
    z-index: 9;
    position: relative;
    width: 100%;
    height: 1.6rem;
    overflow: hidden;
    background: #ffffff;
  }
  .wave-wrapfooter .wave-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 1.6rem;
    pointer-events: none;
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
  }
  .wave-wrapfooter .wave-layer svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .wave-wrapfooter .wave-light {
    z-index: 1;
    opacity: 1;
    animation: waveMoveLeft 28s linear infinite;
  }
  .wave-wrapfooter .wave-light svg path {
    fill: #eb620036;
  }
  .wave-wrapfooter .wave-dark {
    z-index: 2;
    left: -37%;
  }
  .wave-wrapfooter .wave-dark svg path {
    fill: #eb6100;
  }
  @keyframes waveMoveLeft {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }
  /* footer */
  .footer {
    position: relative;
    z-index: 9;
    background-color: #eb6100;
    width: 100%;
    height: 100%;
    padding-bottom: 0.6rem;
    border-bottom: 0.01rem solid #fff;
  }
  .footer .w-1640 {
    width: 16.4rem;
    margin: 0 auto;
  }
  .footer .w-1640 .imglogo {
    width: 2rem;
    margin: 0 auto;
    padding-bottom: 0.7rem;
  }
  .footer .w-1640 .imglogo a {
    display: block;
    width: 1.92rem;
    height: 0.45rem;
    margin: 0 auto;
  }
  .footer .w-1640 .imglogo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .footer .w-1640 .footernav {
    width: 14.88em;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding-bottom: 0.4rem;
  }
  .footer .w-1640 .footernav a {
    display: grid;
    align-items: center;
    width: 1.36rem;
    height: 0.46rem;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    border: 0.01rem solid #fff;
    transition: all 0.5s;
  }
  .footer .w-1640 .footernav a:hover {
    background-color: #fff;
    color: #eb6100;
    transition: all 0.5s;
  }
  .footer .w-1640 .link {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 0.2rem;
    font-size: 0.18rem;
    color: #fff;
    padding-bottom: 0.4rem;
  }
  .footer .w-1640 .link p,
  .footer .w-1640 .link a {
    font-size: 0.18rem;
    color: #fff;
  }
  .footer .w-1640 .contac {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.3rem;
  }
  .footer .w-1640 .contac .leftdciscm {
    display: flex;
    justify-content: space-between;
    width: 11.22rem;
  }
  .footer .w-1640 .contac .leftdciscm .phonesic {
    display: grid;
    justify-content: center;
    text-align: center;
  }
  .footer .w-1640 .contac .leftdciscm .phonesic .imgsjia {
    width: 0.65rem;
    height: 0.65rem;
    margin: 0 auto 0.2rem;
    border: 0.01rem solid #ffffffc5;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .w-1640 .contac .leftdciscm .phonesic .imgsjia img {
    align-items: center;
    width: 0.25rem;
    height: 0.25rem;
    object-fit: cover;
  }
  .footer .w-1640 .contac .leftdciscm .phonesic p {
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0.05rem;
  }
  .footer .w-1640 .contac .leftdciscm .phonesic a {
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
  }
  .footer .w-1640 .contac .rightdjic {
    width: 4.66rem;
    display: flex;
    gap: 0.2rem;
    align-items: center;
  }
  .footer .w-1640 .contac .rightdjic .canisan {
    width: 1.48rem;
    height: 100%;
  }
  .footer .w-1640 .contac .rightdjic .canisan .imgashua {
    width: 1.48rem;
    height: 1.48rem;
    margin-bottom: 0.15rem;
  }
  .footer .w-1640 .contac .rightdjic .canisan .imgashua img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .footer .w-1640 .contac .rightdjic .canisan p {
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
  }
  /* 版权 */
  .banquanxinxi {
    position: relative;
    z-index: 9;
    background-color: #eb6100;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.2rem;
  }
  .banquanxinxi p {
    font-size: 0.14rem;
    color: #fff;
  }
  .banquanxinxi a {
    font-size: 0.14rem;
    color: #fff;
  }
}
