@media all {
  footer .contact {
    width: 100%;
    height: 27vw;
    background: url("/statics/images/2023/en/home_footer_bg.jpg") center center/cover no-repeat;
  }
  footer .contact .content {
    padding: 2.25vw 0;
    height: 100%;
    width: 35.3333333333vw;
    text-align: center;
    margin: 0 auto;
  }
  footer .contact .content .title {
    height: 2.8333333333vw;
    font-size: 2.4166666667vw;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 2.8333333333vw;
  }
  footer .contact .content .small {
    margin: 1.75vw 0;
    height: 1.25vw;
    font-size: 1.0833333333vw;
    font-weight: bold;
    color: #AAAAAA;
    line-height: 1.25vw;
    text-align: justify;
    white-space: nowrap;
  }
  footer .contact .content .contact_form {
    height: 15.4166666667vw;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  footer .contact .content .contact_form input, footer .contact .content .contact_form button, footer .contact .content .contact_form textarea {
    outline: none;
    border: none;
    padding: 0.8333333333vw;
  }
  footer .contact .content .contact_form .row {
    display: flex;
    justify-content: space-between;
  }
  footer .contact .content .contact_form .row div {
    font-size: 0.8333333333vw;
  }
  footer .contact .content .contact_form .row input {
    width: 10.5833333333vw;
    height: 2.6666666667vw;
    background: #ffffff;
    border-radius: 0.25vw;
  }
  footer .contact .content .contact_form > textarea {
    width: 35.3333333333vw;
    height: 7.9166666667vw;
    background: #FFFFFF;
    border-radius: 0.25vw;
    margin: 1.1666666667vw 0;
    resize: none;
    font-family: "";
    font-size: 0.8333333333vw;
  }
  footer .contact .content .contact_form .contact_form_btn {
    width: 8.3333333333vw;
    height: 2.6666666667vw;
    background: #E0E0E0;
    color: #868686;
    border-radius: 0.25vw;
    padding: 0;
    font-size: 1.0833333333vw;
    transition: all 0.3s;
    cursor: pointer;
  }
  footer .contact .content .contact_form .btn_success {
    color: #FFFFFF;
    background: #1B94DE;
  }
  footer .other {
    width: 100%;
    height: 17.9166666667vw;
    background: #F2F2F2;
    display: flex;
    justify-content: space-between;
    padding: 3.0833333333vw 9.4166666667vw 2.1666666667vw;
    font-size: 0.8333333333vw;
    color: #505050;
    line-height: 1vw;
  }
  footer .other .l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  footer .other .l p {
    margin: 0;
  }
  footer .other .l p a {
    color: #505050;
    transition: all 0.5s;
  }
  footer .other .l p a:hover {
    color: #1B94DE;
  }
  footer .other .c {
    width: 22.1666666667vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.1666666667vw;
  }
  footer .other .c .label {
    color: #888888;
    margin-bottom: 0.25vw;
  }
  footer .other .r {
    width: 13.5833333333vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .other .r a {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    background: center center/contain no-repeat;
  }
  footer .other .r a:nth-child(1) {
    background-image: url("/statics/images/2023/en/footer_g.png");
  }
  footer .other .r a:nth-child(2) {
    background-image: url("/statics/images/2023/en/footer_f.png");
  }
  footer .other .r a:nth-child(3) {
    background-image: url("/statics/images/2023/en/footer_dy.png");
  }
  footer .other .r a:nth-child(4) {
    background-image: url("/statics/images/2023/en/footer_1.png");
  }
  footer .other .r a:nth-child(5) {
    background-image: url("/statics/images/2023/en/footer_wx.png");
    position: relative;
  }
  footer .other .r a:nth-child(5) .qr {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(calc(-100% + 2.0833333333vw), calc(-100% - 0.4166666667vw));
    background: url("/statics/images/2023/en/wx_qr.jpg") center center/contain no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s;
  }
  footer .other .r a:nth-child(5) .qr:after {
    content: "";
    width: 0;
    height: 0;
    border: 0.3333333333vw solid;
    position: absolute;
    bottom: -0.5833333333vw;
    right: 0.6666666667vw;
    border-color: #ffffff transparent transparent transparent;
  }
  footer .other .r a:nth-child(5):hover {
    animation: none;
  }
  footer .other .r a:nth-child(5):hover .qr {
    visibility: visible;
    opacity: 1;
  }
  footer .other .r a:hover {
    animation: wy 0.3s linear 2 alternate;
  }
  @keyframes wy {
    0% {
      transform-origin: left bottom;
    }
    50% {
      transform: rotate(-20deg);
    }
    100% {
      transform-origin: right bottom;
      transform: rotate(20deg);
    }
  }
  footer .filings {
    background: #F2F2F2;
    width: 100%;
  }
  footer .filings .content {
    width: 80.1666666667vw;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 1.1666666667vw;
    border-top: 1px solid #9C9C9C;
  }
  footer .filings .content p:nth-child(1) {
    font-size: 0.8333333333vw;
    font-weight: 500;
    color: #505050;
    line-height: 1.1666666667vw;
    margin: 0;
  }
  footer .filings .content p:nth-child(2) {
    margin: 0.75vw 0 0 0;
  }
  footer .filings .content p:nth-child(2) a {
    height: 1.1666666667vw;
    font-size: 0.8333333333vw;
    color: #18A8FA;
    line-height: 1.1666666667vw;
  }
}
@media all and (max-width: 767px) {
  footer .contact {
    height: auto;
  }
  footer .contact .content {
    width: 100%;
  }
  footer .contact .content .title {
    height: 9.5238095238vw;
    font-size: 5.6022408964vw;
    line-height: 9.5238095238vw;
  }
  footer .contact .content .small {
    height: auto;
    margin: 1.4005602241vw auto 2.8011204482vw;
    font-size: 3.9215686275vw;
    line-height: 5.6022408964vw;
    text-align: center;
    white-space: pre-wrap;
  }
  footer .contact .content .contact_form {
    height: auto;
    padding: 0 2.8011204482vw;
    align-items: center;
  }
  footer .contact .content .contact_form input, footer .contact .content .contact_form button, footer .contact .content .contact_form textarea {
    padding: 1.4005602241vw;
    font-size: 3.9215686275vw;
  }
  footer .contact .content .contact_form .row {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
  footer .contact .content .contact_form .row > * {
    margin-bottom: 2.8011204482vw;
  }
  footer .contact .content .contact_form .row div {
    width: 100%;
    font-size: 3.9215686275vw;
  }
  footer .contact .content .contact_form .row input {
    width: 100%;
    height: 11.2044817927vw;
    border-radius: 0.8403361345vw;
  }
  footer .contact .content .contact_form > textarea {
    width: 100%;
    height: 26.6106442577vw;
    border-radius: 0.8403361345vw;
    margin: 0;
  }
  footer .contact .content .contact_form .contact_form_btn {
    width: 39.2156862745vw;
    height: 11.2044817927vw;
    border-radius: 0.8403361345vw;
    font-size: 3.9215686275vw;
    margin-top: 5.6022408964vw;
  }
  footer .other {
    height: auto;
    flex-direction: column;
    padding: 2.8011204482vw;
    font-size: 3.9215686275vw;
    line-height: 3.3613445378vw;
  }
  footer .other .l {
    align-items: center;
    margin-bottom: 8.4033613445vw;
  }
  footer .other .l p {
    line-height: 5.0420168067vw;
    margin-bottom: 5.0420168067vw;
  }
  footer .other .c {
    width: 100%;
    margin: 0 0 2.8011204482vw 0;
    text-align: center;
  }
  footer .other .c > * {
    margin-bottom: 1.4005602241vw;
  }
  footer .other .c > * > * {
    line-height: 5.0420168067vw;
  }
  footer .other .c .label, footer .other .c .content {
    margin-bottom: 1.4005602241vw;
  }
  footer .other .r {
    width: 52.1008403361vw;
    margin: 0 auto;
  }
  footer .other .r a {
    width: 8.4033613445vw;
    height: 8.4033613445vw;
  }
  footer .other .r a:nth-child(5) .qr {
    width: 28.0112044818vw;
    height: 28.0112044818vw;
    transform: translate(calc(-100% + 7.0028011204vw), calc(-100% - 1.4005602241vw));
  }
  footer .other .r a:nth-child(5) .qr:after {
    border: 1.1204481793vw solid;
    bottom: -1.9607843137vw;
    right: 2.2408963585vw;
    border-color: #ffffff transparent transparent transparent;
  }
  footer .filings .content {
    width: 94.3977591036vw;
  }
  footer .filings .content p:nth-child(1) {
    line-height: 5.0420168067vw;
    font-size: 3.3613445378vw;
  }
  footer .filings .content p:nth-child(2) {
    margin: 1.1204481793vw 0 0 0;
  }
  footer .filings .content p:nth-child(2) a {
    height: 3.9215686275vw;
    font-size: 3.3613445378vw;
    line-height: 5.0420168067vw;
  }
}

/*# sourceMappingURL=footer.css.map */
