@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) {
  body {
    background-color: #f9f4f1;
  }
  /* banner */
  .wp-banner-sections {
    position: relative;
    width: 100%;
  }
  .wp-banner-sections .wp-banner-slide {
    position: relative;
    width: 100%;
    height: 21.33333333rem;
    overflow: hidden;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-bg {
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
    transform: scale(1.2);
    transition: transform 5s ease;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-bg .pcshcuashci {
    display: block;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-bg .shoujishcuashci {
    display: none;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 28vh 5% 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content h3 {
    font-family: 'Alibaba_55';
    margin: 0;
    font-size: 1.33333333rem;
    line-height: 1.6;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    paint-order: stroke fill;
    text-shadow: 0 0 1.33333333rem #fff;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content .orange-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.33333333rem;
    font-size: 0.66666667rem;
    color: #fff;
    margin-bottom: 1.33333333rem;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content .orange-badge i {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content .orange-badge i .icon {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    fill: #eb6100;
  }
  .wp-banner-sections .wp-banner-slide .wp-banner-content .orange-badge a {
    font-family: 'Alibaba_55';
    font-size: 0.66666667rem;
    color: #fff;
    text-shadow: 0 0.33333333rem 1.46666667rem #000000;
  }
  .wp-banner-sections .swiper-slide.is-animate .wp-banner-bg img {
    transform: scale(1);
    transition: transform 5s ease;
  }
  .wp-banner-sections .scnasiimg {
    display: block;
    position: absolute;
    bottom: -0.1rem;;
    width: 100%;
    min-height: auto;
    z-index: 2;
  }
  .wp-banner-sections .scnasiimg .wave-wrapa {
    position: relative;
    width: 100%;
    height: 1.33333333rem;
    overflow: hidden;
  }
  .wp-banner-sections .scnasiimg .wave-wrapa .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);
  }
  .wp-banner-sections .scnasiimg .wave-wrapa .wave-layer svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .wp-banner-sections .scnasiimg .wave-wrapa .wave-dark {
    z-index: 2;
    animation: waveMoveRight 26s linear infinite;
  }
  .wp-banner-sections .scnasiimg .wave-wrapa .wave-dark svg path {
    fill: #f9f4f1;
  }
  @keyframes waveMoveRight {
    0% {
      transform: translate3d(-50%, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  /* 联系信息 */
  .gsjj {
    position: relative;
    z-index: 2;
    padding: 5% 0 10%;
    color: #333;
    background-color: #f9f4f1;
  }
  .gsjj .scnasiimg {
    display: none;
  }
  .gsjj .yfsl {
    padding: 0 5%;
    width: 100%;
    margin: 0 auto;
  }
  .gsjj .yfsl .cnsintitle {
    display: grid;
    justify-content: center;
    margin-bottom: 1.33333333rem;
  }
  .gsjj .yfsl .cnsintitle h3 {
    margin-bottom: 0.66666667rem;
    text-align: center;
    font-size: 0.8rem;
    font-family: 'SourceHanSansSCBold';
    color: #000;
  }
  .gsjj .yfsl .cnsintitle p {
    text-align: center;
    font-size: 0.66666667rem;
    color: #333;
  }
  .gsjj .yfsl .contact-section {
    width: 100%;
    margin-bottom: 1.33333333rem;
  }
  .gsjj .yfsl .contact-section .contact-container {
    width: 100%;
    margin: 0 auto;
  }
  .gsjj .yfsl .contact-section .contact-container .contact-list {
    display: flex;
    flex-wrap: wrap;
  }
  .gsjj .yfsl .contact-section .contact-container .contact-list .contact-card {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 6.66666667rem;
    padding: 0 0.66666667rem;
    background: #fff;
    border-radius: 0.33333333rem;
    transition: all 0.3s ease;
    margin-bottom: 0.66666667rem;
  }
  .gsjj .yfsl .contact-section .contact-container .contact-list .contact-card .contact-icon {
    width: 2.66666667rem;
    height: 2.66666667rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
  }
  .gsjj .yfsl .contact-section .contact-container .contact-list .contact-card .contact-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gsjj .yfsl .contact-section .contact-container .contact-list .contact-card .contact-divider {
    width: 0.06666667rem;
    height: 3.33333333rem;
    margin: 0 1.33333333rem;
    background: #d8d8d8;
    flex-shrink: 0;
  }
  .gsjj .yfsl .contact-section .contact-container .contact-list .contact-card .contact-info {
    flex: 1;
    min-width: 0;
  }
  .gsjj .yfsl .contact-section .contact-container .contact-list .contact-card .contact-info .contact-title {
    margin-bottom: 0.53333333rem;
    font-size: 0.66666667rem;
    line-height: 1;
    color: #eb6100;
    font-weight: 700;
  }
  .gsjj .yfsl .contact-section .contact-container .contact-list .contact-card .contact-info .contact-text {
    font-size: 0.5333333rem;
    line-height: 1.7;
    color: #8c8c8c;
    word-break: break-all;
  }
  .gsjj .yfsl .eycontactMap_main .lx-map-section {
    position: relative;
    width: 100%;
    height: 13.33333333rem;
    border-radius: 0.33333333rem;
    background: #eef2f3;
    contain: layout paint;
    overflow: hidden;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .gsjj .yfsl .eycontactMap_main .lx-map-section #lxMap {
    display: block;
    width: 100%;
    height: 100%;
    background: #eef2f3;
    transform: translateZ(0);
  }
  .gsjj .yfsl .eycontactMap_main .lx-map-section #lxMap .amap-logo,
  .gsjj .yfsl .eycontactMap_main .lx-map-section #lxMap .amap-copyright {
    opacity: 0.4;
  }
  .gsjj .yfsl .eycontactMap_main .lx-map-section #lxMap .amap-maps .amap-layers .amap-markers .amap-marker .lx-map-marker {
    position: relative;
    width: 1.46666667rem;
    height: 1.46666667rem;
    border-radius: 50%;
    background: rgba(35, 77, 105, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gsjj .yfsl .eycontactMap_main .lx-map-section #lxMap .amap-maps .amap-layers .amap-markers .amap-marker .lx-map-marker span {
    position: relative;
    width: 0.53333333rem;
    height: 0.53333333rem;
    background: #c3403a;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    z-index: 2;
  }
  .gsjj .yfsl .eycontactMap_main .lx-map-section #lxMap .amap-maps .amap-layers .amap-markers .amap-marker .lx-map-marker::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: rgba(35, 77, 105, 0.12);
  }
  .gsjj .yfsl .eycontactMap_main .lx-map-section #lxMap .amap-maps .amap-layers .amap-markers .amap-marker .lx-map-marker span::after {
    content: "";
    position: absolute;
    width: 0.06666667rem;
    height: 0.06666667rem;
    left: 0.06666667rem;
    top: 0.26666667rem;
    border-radius: 50%;
    background: #c3403a;
  }
  /* 在线留言 */
  .zxzx {
    position: relative;
    z-index: 2;
    padding: 5% 0 10%;
    color: #333;
    background-color: #f9f4f1;
  }
  .zxzx .rdleftright {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 37.33333333rem;
    position: relative;
  }
  .zxzx .rdleftright .left {
    width: 100%;
    height: 14rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .zxzx .rdleftright .left .logoudc {
    position: absolute;
    left: 3.66666667rem;
    top: 0;
    width: 5.33333333rem;
    height: 2.53333333rem;
  }
  .zxzx .rdleftright .left .logoudc .csomcoaloogo {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .zxzx .rdleftright .left .imgshcu {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .zxzx .rdleftright .right {
    padding: 0 5%;
    position: absolute;
    top: 16rem;
    right: 0;
    width: 100%;
  }
  .zxzx .rdleftright .right .message-section {
    width: 100%;
  }
  .zxzx .rdleftright .right .message-section .message-container {
    width: 100%;
    margin: 0 auto;
  }
  .zxzx .rdleftright .right .message-section .message-container .message-box {
    width: 100%;
    padding: 1.33333333rem;
    background: #fff;
    border-radius: 0.33333333rem;
  }
  .zxzx .rdleftright .right .message-section .message-container .message-box .message-title {
    margin-bottom: 0.66666667rem;
    font-size: 0.8rem;
    line-height: 1.3;
    color: #333;
    font-weight: 400;
  }
  .zxzx .rdleftright .right .message-section .message-container .message-box .message-form {
    width: 100%;
  }
  .zxzx .rdleftright .right .message-section .message-container .message-box .message-form .form-group {
    margin-bottom: 0.66666667rem;
  }
  .zxzx .rdleftright .right .message-section .message-container .message-box .message-form .form-group .form-control {
    display: block;
    width: 100%;
    height: 2rem;
    padding: 0 0.66666667rem;
    border: 0.06666667rem solid #d4d4d4;
    border-radius: 6.66666667rem;
    background: #fff;
    color: #666;
    font-size: 0.66666667rem;
    line-height: 1.33333333rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }
  .zxzx .rdleftright .right .message-section .message-container .message-box .message-form .form-group .form-control::placeholder {
    color: #aaa;
  }
  .zxzx .rdleftright .right .message-section .message-container .message-box .message-form .form-group .form-control:focus {
    border-color: #eb6100;
    box-shadow: 0 0 0 0.2rem rgba(235, 97, 0, 0.08);
  }
  .zxzx .rdleftright .right .message-section .message-container .message-box .message-form .form-group textarea.form-control {
    height: 3rem;
    padding-top: 0.33333333rem;
    padding-bottom: 0.33333333rem;
    border-radius: 1.33333333rem;
    line-height: 2;
    resize: none;
  }
  .zxzx .rdleftright .right .message-section .message-container .message-box .message-form .message-submit {
    border: 0;
    align-items: center;
    justify-content: center;
    min-width: 5.33333333rem;
    height: 1.66666667rem;
    margin-top: 1.33333333rem;
    padding: 0 0.66666667rem;
    display: block;
    border-radius: 6.66666667rem;
    background: #eb6100;
    color: #fff;
    font-size: 0.66666667rem;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  /* footer波浪 */
  .wave-wrapfooter {
    background-color: #f9f4f1;
  }
}
/* pc */
@media (min-width: 768px) {
  body {
    background-color: #f9f4f1;
  }
  /* banner */
  .wp-banner-sections {
    position: sticky;
    top: 0;
    width: 100%;
    height: 118vh;
  }
  .wp-banner-sections .wp-banner-swiper {
    position: relative;
    width: 100%;
    height: 118vh;
    overflow: hidden;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper {
    height: 100%;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg {
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
    transform: scale(1.2);
    transition: transform 5s ease;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .pcshcuashci {
    display: block;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .shoujishcuashci {
    display: none;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content {
    position: relative;
    z-index: 3;
    width: 16.4rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 45vh;
    text-align: center;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content h3 {
    margin: 0;
    font-size: 0.64rem;
    color: #fff;
    display: inline-block;
    font-family: 'Alibaba_55';
    font-weight: 400;
    text-shadow: 0 0.05rem 0.3rem rgba(0, 0, 0, 0.5);
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content .orange-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.15rem;
    font-size: 0.16rem;
    color: #fff;
    margin-bottom: 0.3rem;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content .orange-badge i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content .orange-badge i .icon {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    fill: #eb6100;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content .orange-badge a {
    font-family: 'Alibaba_55';
    font-size: 0.16rem;
    color: #fff;
    text-shadow: 0 0.05rem 0.22rem #000000;
  }
  .wp-banner-sections .wp-banner-swiper .swiper-wrapper .swiper-slide.is-animate .wp-banner-bg img {
    transform: scale(1);
    transition: transform 5s ease;
  }
  .wp-banner-sections .scnasiimg {
    display: none;
  }
  /* 联系信息 */
  .gsjj {
    position: relative;
    z-index: 2;
    padding: 0.5rem 0 0.1rem;
    color: #333;
    background-color: #f9f4f1;
  }
  .gsjj .scnasiimg {
    display: block;
    position: absolute;
    top: -1.2rem;
    width: 100%;
    min-height: 1.25rem;
    z-index: 2;
  }
  .gsjj .scnasiimg .wave-wrapa {
    position: relative;
    width: 100%;
    height: 1.25rem;
    overflow: hidden;
  }
  .gsjj .scnasiimg .wave-wrapa .wave-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 1.25rem;
    pointer-events: none;
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
  }
  .gsjj .scnasiimg .wave-wrapa .wave-layer svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .gsjj .scnasiimg .wave-wrapa .wave-dark {
    z-index: 2;
    animation: waveMoveRight 26s linear infinite;
  }
  .gsjj .scnasiimg .wave-wrapa .wave-dark svg path {
    fill: #f9f4f1;
  }
  @keyframes waveMoveRight {
    0% {
      transform: translate3d(-50%, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  .gsjj .yfsl {
    width: 16.4rem;
    margin: 0 auto;
  }
  .gsjj .yfsl .cnsintitle {
    display: grid;
    justify-content: center;
    margin-bottom: 0.3rem;
  }
  .gsjj .yfsl .cnsintitle h3 {
    margin-bottom: 0.15rem;
    text-align: center;
    font-size: 0.5rem;
    font-family: 'SourceHanSansSCBold';
    color: #000;
  }
  .gsjj .yfsl .cnsintitle p {
    text-align: center;
    font-size: 0.18rem;
    color: #333;
  }
  .gsjj .yfsl .contact-section {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .gsjj .yfsl .contact-section .contact-container {
    width: 16.4rem;
    margin: 0 auto;
  }
  .gsjj .yfsl .contact-section .contact-container .contact-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
  }
  .gsjj .yfsl .contact-section .contact-container .contact-list .contact-card {
    width: 5rem;
    display: flex;
    align-items: center;
    min-height: 1.65rem;
    padding: 0 0.4rem;
    background: #fff;
    border-radius: 0.15rem;
    transition: all 0.3s ease;
  }
  .gsjj .yfsl .contact-section .contact-container .contact-list .contact-card .contact-icon {
    width: 0.85rem;
    height: 0.85rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
  }
  .gsjj .yfsl .contact-section .contact-container .contact-list .contact-card .contact-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gsjj .yfsl .contact-section .contact-container .contact-list .contact-card .contact-divider {
    width: 0.01rem;
    height: 0.95rem;
    margin: 0 0.3rem;
    background: #d8d8d8;
    flex-shrink: 0;
  }
  .gsjj .yfsl .contact-section .contact-container .contact-list .contact-card .contact-info {
    flex: 1;
    min-width: 0;
  }
  .gsjj .yfsl .contact-section .contact-container .contact-list .contact-card .contact-info .contact-title {
    margin-bottom: 0.08rem;
    font-size: 0.18rem;
    line-height: 1;
    color: #eb6100;
    font-weight: 700;
  }
  .gsjj .yfsl .contact-section .contact-container .contact-list .contact-card .contact-info .contact-text {
    font-size: 0.14rem;
    line-height: 1.7;
    color: #8c8c8c;
    word-break: break-all;
  }
  .gsjj .yfsl .contact-section .contact-container .contact-list .contact-card:hover {
    transform: translateY(-0.04rem);
    box-shadow: 0 0.12rem 0.28rem rgba(0, 0, 0, 0.06);
  }
  .gsjj .yfsl .eycontactMap_main {
    width: 100%;
    height: 4.15rem;
  }
  .gsjj .yfsl .eycontactMap_main .lx-map-section {
    position: relative;
    width: 100%;
    height: 4.15rem;
    border-radius: 0.1rem;
    background: #eef2f3;
    contain: layout paint;
    overflow: hidden;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .gsjj .yfsl .eycontactMap_main .lx-map-section #lxMap {
    display: block;
    width: 100%;
    height: 100%;
    background: #eef2f3;
    transform: translateZ(0);
  }
  .gsjj .yfsl .eycontactMap_main .lx-map-section #lxMap .amap-logo,
  .gsjj .yfsl .eycontactMap_main .lx-map-section #lxMap .amap-copyright {
    opacity: 0.4;
  }
  .gsjj .yfsl .eycontactMap_main .lx-map-section #lxMap .amap-maps .amap-layers .amap-markers .amap-marker .lx-map-marker {
    position: relative;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: rgba(35, 77, 105, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gsjj .yfsl .eycontactMap_main .lx-map-section #lxMap .amap-maps .amap-layers .amap-markers .amap-marker .lx-map-marker span {
    position: relative;
    width: 0.14rem;
    height: 0.14rem;
    background: #c3403a;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    z-index: 2;
  }
  .gsjj .yfsl .eycontactMap_main .lx-map-section #lxMap .amap-maps .amap-layers .amap-markers .amap-marker .lx-map-marker::before {
    content: "";
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: rgba(35, 77, 105, 0.12);
  }
  .gsjj .yfsl .eycontactMap_main .lx-map-section #lxMap .amap-maps .amap-layers .amap-markers .amap-marker .lx-map-marker span::after {
    content: "";
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    left: 0.04rem;
    top: 0.04rem;
    border-radius: 50%;
    background: #c3403a;
  }
  /* 在线留言 */
  .zxzx {
    position: relative;
    z-index: 2;
    padding: 1rem 0 0.1rem;
    color: #333;
    background-color: #f9f4f1;
  }
  .zxzx .rdleftright {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 7.45rem;
    position: relative;
  }
  .zxzx .rdleftright .left {
    width: 9.28rem;
    height: 7.16rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .zxzx .rdleftright .left .logoudc {
    position: absolute;
    left: 2rem;
    top: 0.5rem;
    width: 2.27rem;
    height: 0.58rem;
  }
  .zxzx .rdleftright .left .logoudc .csomcoaloogo {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .zxzx .rdleftright .left .imgshcu {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .zxzx .rdleftright .right {
    position: absolute;
    top: 0.1rem;
    right: 1.4rem;
    width: 8rem;
  }
  .zxzx .rdleftright .right .message-section {
    width: 100%;
  }
  .zxzx .rdleftright .right .message-section .message-container {
    width: 100%;
    margin: 0 auto;
  }
  .zxzx .rdleftright .right .message-section .message-container .message-box {
    width: 100%;
    padding: 0.7rem 0.5rem;
    background: #fff;
    border-radius: 0.15rem;
  }
  .zxzx .rdleftright .right .message-section .message-container .message-box .message-title {
    margin-bottom: 0.4rem;
    font-size: 0.36rem;
    line-height: 1.3;
    color: #333;
    font-weight: 400;
  }
  .zxzx .rdleftright .right .message-section .message-container .message-box .message-form {
    width: 100%;
  }
  .zxzx .rdleftright .right .message-section .message-container .message-box .message-form .form-group {
    margin-bottom: 0.18rem;
  }
  .zxzx .rdleftright .right .message-section .message-container .message-box .message-form .form-group .form-control {
    display: block;
    width: 100%;
    height: 0.42rem;
    padding: 0 0.2rem;
    border: 0.01rem solid #d4d4d4;
    border-radius: 1rem;
    background: #fff;
    color: #666;
    font-size: 0.14rem;
    line-height: 0.3rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }
  .zxzx .rdleftright .right .message-section .message-container .message-box .message-form .form-group .form-control::placeholder {
    color: #aaa;
  }
  .zxzx .rdleftright .right .message-section .message-container .message-box .message-form .form-group .form-control:focus {
    border-color: #eb6100;
    box-shadow: 0 0 0 0.03rem rgba(235, 97, 0, 0.08);
  }
  .zxzx .rdleftright .right .message-section .message-container .message-box .message-form .form-group textarea.form-control {
    height: 0.85rem;
    padding-top: 0.16rem;
    padding-bottom: 0.16rem;
    border-radius: 0.5rem;
    line-height: 3.5;
    resize: none;
  }
  .zxzx .rdleftright .right .message-section .message-container .message-box .message-form .message-submit {
    border: 0;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 0.5rem;
    margin-top: 0.3rem;
    padding: 0 0.3rem;
    display: block;
    border-radius: 1rem;
    background: #eb6100;
    color: #fff;
    font-size: 0.16rem;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .zxzx .rdleftright .right .message-section .message-container .message-box .message-form .message-submit:hover {
    background: #d95700;
    transform: translateY(-0.02rem);
    box-shadow: 0 0.08rem 0.18rem rgba(235, 97, 0, 0.25);
  }
  /* footer波浪 */
  .wave-wrapfooter {
    background-color: #f9f4f1;
  }
}
