@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: 4000px) {
  html {
    font-size: calc(100vw / 22.4);
  }
}
/* 手机 */
@media (max-width: 768px) {
  body {
    background-color: #f8fbfe;
  }
  /* banner */
  .wp-banner-section {
    width: 100%;
  }
  .wp-banner-section .wp-banner-swiper {
    position: relative;
    width: 100%;
    height: 16.66666667rem;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper {
    height: 100%;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0 5%;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg {
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: right;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .pcshcuashci {
    display: none;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .shoujishcuashci {
    display: block;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 30vh;
    text-align: center;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content p {
    position: relative;
    margin-bottom: 1.33333333rem;
    font-size: 0.66666667rem;
    color: #fff;
    text-align: left;
    text-shadow: 0 0 0.2rem #5d5d5d67;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content p::after {
    content: '';
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 2rem;
    height: 0.13333333rem;
    background-color: #fff;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content h3 {
    width: 100%;
    margin: 0 auto;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    text-shadow: 0 0 0.2rem #5d5d5d67;
  }
  /* GET IN TOUCH */
  .contenuind {
    width: 100%;
    height: 100%;
    padding: 10% 5%;
  }
  .contenuind .w-1400 {
    width: 100%;
    margin: 0 auto;
  }
  .contenuind .w-1400 .csnaiocn {
    margin-bottom: 1.33333333rem;
  }
  .contenuind .w-1400 .csnaiocn h3 {
    position: relative;
    font-size: 0.8rem;
    color: #002b7f;
    margin-bottom: 0.66666667rem;
  }
  .contenuind .w-1400 .csnaiocn h3::after {
    content: '';
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 1.33333333rem;
    height: 0.13333333rem;
    background-color: #002b7f;
  }
  .contenuind .w-1400 .contact-section {
    position: relative;
    width: 100%;
  }
  .contenuind .w-1400 .contact-section .contact-container {
    width: 100%;
    margin: 0 auto;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.66666667rem;
    width: 100%;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 5.66666667rem;
    padding: 0.66666667rem;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    border-radius: 0.66666667rem;
    color: #ffffff;
    text-align: center;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item .contact-icon {
    display: flex;
    width: 1.66666667rem;
    height: 1.66666667rem;
    margin-bottom: 0.66666667rem;
    align-items: center;
    justify-content: center;
    color: #ffffff;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item .contact-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item .contact-title {
    color: #ffffff;
    font-size: 0.66666667rem;
    font-weight: 500;
    line-height: 1.35;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item .contact-description {
    color: #fff;
    margin-bottom: 0.66666667rem;
    font-size: 0.66666667rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item .contact-value {
    display: flex;
    min-height: 2rem;
    margin-top: auto;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.66666667rem;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item .contact-value a {
    transition: opacity 0.25s ease;
    color: #fff;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item .contact-address {
    font-size: 0.66666667rem;
    line-height: 1.35;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item:nth-child(1) {
    background: #43add7;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item:nth-child(2) {
    background: #20c6c1;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item:nth-child(3) {
    background: #3c5793;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item:nth-child(4) {
    background: #4fa7b8;
  }
  /* MAP */
  .map {
    width: 100%;
    height: 100%;
    padding: 10% 5%;
  }
  .map .google-map-section {
    position: relative;
    width: 100%;
  }
  .map .google-map-section .google-map-container {
    position: relative;
    width: 100%;
    height: 18rem;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0.66666667rem;
  }
  .map .google-map-section .google-map-container .google-map-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    color: #7b8794;
    font-size: 0.66666667rem;
    transform: translate(-50%, -50%);
  }
  .map .google-map-section .google-map-container iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    position: relative;
    z-index: 1;
    transition: opacity 0.25s ease;
  }
  .map .google-map-section .google-map-container iframe[data-src] {
    opacity: 0;
  }
  /* CONTACT FORM */
  .contactform {
    width: 100%;
    height: 100%;
    padding: 0 5% 10%;
  }
  .contactform .w-1400 {
    width: 100%;
    margin: 0 auto;
  }
  .contactform .w-1400 .csnaiocn {
    margin-bottom: 1.33333333rem;
  }
  .contactform .w-1400 .csnaiocn h3 {
    position: relative;
    font-size: 0.8rem;
    color: #002b7f;
    margin-bottom: 0.66666667rem;
  }
  .contactform .w-1400 .csnaiocn h3::after {
    content: '';
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 1.33333333rem;
    height: 0.13333333rem;
    background-color: #002b7f;
  }
  .contactform .w-1400 .contact-form-section {
    width: 100%;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.66666667rem;
    width: 100%;
    margin: 0 auto;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.33333333rem;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-form-row .contact-form-group {
    width: 100%;
    margin-bottom: 0.66666667rem;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-form-row .contact-form-group .contact-form-control {
    display: block;
    width: 100%;
    height: 2.33333333rem;
    padding: 0 0.33333333rem;
    border: 0.06666667rem solid #d2d5d8;
    border-radius: 0.66666667rem;
    outline: none;
    color: #222222;
    background: #ffffff;
    font-size: 0.53333333rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-form-row .contact-form-group .contact-form-control::placeholder {
    color: #333;
    opacity: 1;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-form-row .contact-form-group .contact-form-control:focus {
    border-color: #002b7f;
    box-shadow: 0 0 0 0.2rem rgba(0, 69, 143, 0.1);
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-form-group {
    width: 100%;
    margin-bottom: 0.66666667rem;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-form-group .contact-form-control {
    display: block;
    width: 100%;
    height: 2.33333333rem;
    padding: 0 0.33333333rem;
    border: 0.06666667rem solid #d2d5d8;
    border-radius: 0.66666667rem;
    outline: none;
    color: #222222;
    background: #ffffff;
    font-size: 0.53333333rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-form-group .contact-form-control::placeholder {
    color: #333;
    opacity: 1;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-form-group .contact-form-control:focus {
    border-color: #002b7f;
    box-shadow: 0 0 0 0.2rem rgba(0, 69, 143, 0.1);
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-submit {
    display: flex;
    width: 100%;
    height: 2.66666667rem;
    margin-top: 0.66666667rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.66666667rem;
    color: #ffffff;
    background: linear-gradient(180deg, #0860bd 0%, #00417d 100%);
    font-size: 0.66666667rem;
    font-weight: 400;
    cursor: pointer;
    transition: filter 0.25s ease, box-shadow 0.25s ease;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-submit:active {
    filter: brightness(0.94);
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-support-card {
    position: relative;
    width: 100%;
    min-height: 8rem;
    overflow: hidden;
    border-radius: 0.66666667rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-support-card .contact-support-content {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0.66666667rem;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    text-align: center;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-support-card .contact-support-content .contact-support-icon {
    display: flex;
    width: 2rem;
    height: 2rem;
    margin-bottom: 1.33333333rem;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #002b7f;
    background: #ffffff;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-support-card .contact-support-content .contact-support-icon .icon {
    display: block;
    width: 1rem;
    height: 1rem;
    fill: #002b7f;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-support-card .contact-support-content .contact-support-text {
    max-width: 100%;
    color: #ffffff;
    font-size: 0.66666667rem;
    font-weight: 400;
    line-height: 1.35;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-support-card .contact-support-content .contact-support-text + .contact-support-text {
    margin-top: 0.66666667rem;
  }
}
/* pc */
@media (min-width: 768px) {
  /* banner */
  .wp-banner-section {
    width: 100%;
  }
  .wp-banner-section .wp-banner-swiper {
    position: relative;
    width: 100%;
    height: 8rem;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper {
    height: 100%;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg {
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .pcshcuashci {
    display: block;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .shoujishcuashci {
    display: none;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content {
    position: relative;
    z-index: 3;
    width: 14rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 38vh;
    text-align: center;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content p {
    position: relative;
    width: 100%;
    line-height: 1.5;
    font-size: 0.22rem;
    color: #fff;
    text-align: left;
    margin-bottom: 0.4rem;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content p::after {
    content: '';
    position: absolute;
    top: 0.4rem;
    left: 0%;
    width: 0.5rem;
    height: 0.03rem;
    background-color: #fff;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content h3 {
    width: 100%;
    font-size: 0.36rem;
    color: #fff;
    text-align: left;
  }
  /* GET IN TOUCH */
  .contenuind {
    width: 100%;
    height: 100%;
    padding: 1.1rem 0 0;
  }
  .contenuind .w-1400 {
    width: 14rem;
    margin: 0 auto;
  }
  .contenuind .w-1400 .csnaiocn {
    margin-bottom: 0.6rem;
  }
  .contenuind .w-1400 .csnaiocn h3 {
    position: relative;
    font-size: 0.36rem;
    color: #002b7f;
    margin-bottom: 0.35rem;
  }
  .contenuind .w-1400 .csnaiocn h3::after {
    content: '';
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 0.35rem;
    height: 0.02rem;
    background-color: #002b7f;
  }
  .contenuind .w-1400 .contact-section {
    position: relative;
    width: 100%;
  }
  .contenuind .w-1400 .contact-section .contact-container {
    width: 100%;
    margin: 0 auto;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.3rem;
    width: 100%;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 3.75rem;
    padding: 0.45rem 0.25rem 0.35rem;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    border-radius: 0.1rem;
    color: #ffffff;
    text-align: center;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item .contact-icon {
    display: flex;
    width: 0.52rem;
    height: 0.52rem;
    margin-bottom: 0.2rem;
    align-items: center;
    justify-content: center;
    color: #ffffff;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item .contact-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item .contact-title {
    color: #ffffff;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 1.35;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item .contact-description {
    min-height: 0.7rem;
    margin-top: 0.1rem;
    color: #fff;
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item .contact-value {
    display: flex;
    min-height: 0.5rem;
    margin-top: auto;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item .contact-value a {
    transition: opacity 0.25s ease;
    color: #fff;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item .contact-value .contact-value a:hover {
    opacity: 0.78;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item .contact-address {
    font-size: 0.2rem;
    line-height: 1.35;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item:nth-child(1) {
    background: #43add7;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item:nth-child(2) {
    background: #20c6c1;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item:nth-child(3) {
    background: #3c5793;
  }
  .contenuind .w-1400 .contact-section .contact-container .contact-list .contact-item:nth-child(4) {
    background: #4fa7b8;
  }
  /* MAP */
  .map {
    width: 100%;
    height: 100%;
    padding: 1.1rem 0;
  }
  .map .google-map-section {
    position: relative;
    width: 100%;
  }
  .map .google-map-section .google-map-container {
    position: relative;
    width: 100%;
    max-width: 14rem;
    height: 6.7rem;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0.1rem;
  }
  .map .google-map-section .google-map-container .google-map-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    color: #7b8794;
    font-size: 0.18rem;
    transform: translate(-50%, -50%);
  }
  .map .google-map-section .google-map-container iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    position: relative;
    z-index: 1;
    transition: opacity 0.25s ease;
  }
  .map .google-map-section .google-map-container iframe[data-src] {
    opacity: 0;
  }
  /* CONTACT FORM */
  .contactform {
    width: 100%;
    height: 100%;
    padding: 0 0 1.1rem;
  }
  .contactform .w-1400 {
    width: 14rem;
    margin: 0 auto;
  }
  .contactform .w-1400 .csnaiocn {
    margin-bottom: 0.6rem;
  }
  .contactform .w-1400 .csnaiocn h3 {
    position: relative;
    font-size: 0.36rem;
    color: #002b7f;
    margin-bottom: 0.35rem;
  }
  .contactform .w-1400 .csnaiocn h3::after {
    content: '';
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 0.35rem;
    height: 0.02rem;
    background-color: #002b7f;
  }
  .contactform .w-1400 .contact-form-section {
    width: 100%;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container {
    display: flex;
    justify-content: space-between;
    gap: 0.68rem;
    align-items: stretch;
    width: 100%;
    margin: 0 auto;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form {
    display: flex;
    width: 7.6rem;
    flex-direction: column;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.2rem;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-form-row .contact-form-group {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-form-row .contact-form-group .contact-form-control {
    display: block;
    width: 100%;
    height: 0.85rem;
    padding: 0 0.16rem;
    border: 0.01rem solid #d2d5d8;
    border-radius: 0.1rem;
    outline: none;
    color: #222222;
    background: #ffffff;
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-form-row .contact-form-group .contact-form-control::placeholder {
    color: #333;
    opacity: 1;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-form-row .contact-form-group .contact-form-control:focus {
    border-color: #002b7f;
    box-shadow: 0 0 0 0.03rem rgba(0, 69, 143, 0.1);
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-form-group {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-form-group .contact-form-control {
    display: block;
    width: 100%;
    height: 0.85rem;
    padding: 0 0.16rem;
    border: 0.01rem solid #d2d5d8;
    border-radius: 0.1rem;
    outline: none;
    color: #222222;
    background: #ffffff;
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-form-group .contact-form-control::placeholder {
    color: #333;
    opacity: 1;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-form-group .contact-form-control:focus {
    border-color: #002b7f;
    box-shadow: 0 0 0 0.03rem rgba(0, 69, 143, 0.1);
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-form-group textarea.contact-form-control {
    height: 2.55rem;
    padding-top: 0.21rem;
    padding-bottom: 0.2rem;
    line-height: 1.6;
    resize: vertical;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-submit {
    display: flex;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.2rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.1rem;
    color: #ffffff;
    background: linear-gradient(180deg, #0860bd 0%, #00417d 100%);
    font-size: 0.18rem;
    font-weight: 400;
    cursor: pointer;
    transition: filter 0.25s ease, box-shadow 0.25s ease;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-submit:hover {
    filter: brightness(1.08);
    box-shadow: 0 0.1rem 0.2rem rgba(0, 57, 119, 0.2);
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-form .contact-submit:active {
    filter: brightness(0.94);
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-support-card {
    position: relative;
    width: 5.55rem;
    min-height: 7.2rem;
    overflow: hidden;
    border-radius: 0.1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-support-card .contact-support-content {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0.55rem 0.05rem 0.45rem;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    text-align: center;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-support-card .contact-support-content .contact-support-icon {
    display: flex;
    width: 0.9rem;
    height: 0.9rem;
    margin-bottom: 0.35rem;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #002b7f;
    background: #ffffff;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-support-card .contact-support-content .contact-support-icon .icon {
    display: block;
    width: 0.45rem;
    height: 0.45rem;
    fill: #002b7f;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-support-card .contact-support-content .contact-support-text {
    max-width: 4.2rem;
    color: #ffffff;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 1.35;
  }
  .contactform .w-1400 .contact-form-section .contact-form-container .contact-support-card .contact-support-content .contact-support-text + .contact-support-text {
    margin-top: 0.3rem;
  }
}
