@media screen and (max-width: 800px) {
  body {
    min-width: auto;
  }

  .services-top-btn button {
    display: block !important;
  }

  .top-right .blue-btn {
    display: none !important;
  }

  .w-1280 {
    width: 100%;
  }

  .w-1200 {
    width: 100%;
  }

  .pt-110 {
    padding-top: 70px;
  }

  .pb-120 {
    padding-bottom: 80px;
  }

  .pb-80 {
    padding-bottom: 50px;
  }

  .top-logo {
    width: 180px;
  }

  .about-banner {
    height: 450px;
  }

  .about-banner-title {
    padding: 0 15px;
    font-size: 30px;
  }

  .about-banner-remark {
    padding: 0 15px;
    font-size: 16px;
  }

  .about-company-remark {
    padding: 0 15px;
    text-indent: 2em;
  }

  .top-banner {
    padding: 0 5px 0 12px;
  }

  .top-banner .h-80 {
    height: 55px;
  }

  .top-right {
    gap: 5px;
  }

  .top-right button {
    background: transparent;
    padding: 0;
    color: #045afe;
    border: none;
    margin: 0;
  }

  .top-right .hot:before {
    display: none;
  }

  .top-right img {
    display: none;
    margin-left: 8px;
  }

  .top-right a {
    font-size: 14px;
    display: none;
  }

  .top-right .down {
    display: block;
    padding: 10px;
    width: 45px;
    box-sizing: border-box;
    height: auto;
  }


  .product-dialog-mobile {
    position: fixed;
    left: 110vw;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-out;
    opacity: 0.5;
    width: 100vw;
  }

  .product-dialog-mobile.show {
    opacity: 1;
    left: 0;
  }

  .product-dialog-mobile-close {
    display: flex;
    justify-content: flex-end;
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
  }

  .product-dialog-mobile-close img {
    width: 25px;
    height: 25px;
  }

  .product-dialog-mobile-menu {
    flex: 1;
    overflow: auto;
  }

  .product-dialog-mobile-menu > .product-dialog-mobile-menu-item {
    padding: 4px 0;
  }

  .product-dialog-mobile-menu-item {
    border-bottom: 1px solid #eee;
  }

  .product-dialog-mobile-menu-item.active .product-dialog-mobile-menu-title {
    color: #045afe;
  }

  .product-dialog-mobile-menu-top {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
  }

  .product-dialog-mobile-menu-title {
  }

  .product-dialog-mobile-menu-children {
    border-top: 1px solid #eee;
    padding: 8px 0;
    display: none;
  }

  .product-dialog-mobile-menu-children-item {
  }

  .product-dialog-mobile-menu-children
  .product-dialog-mobile-menu-children-item {
    padding-left: 25px;
  }

  .product-dialog-mobile-menu-top.left {
    display: flex;
    justify-content: initial;
    align-items: center;
  }

  .product-dialog-mobile-menu-top img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }

  .product-dialog-mobile-menu-content {
    padding: 12px;
    border-radius: 6px;
    margin: 10px 20px 0 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    min-height: 100px;
  }

  .product-dialog-mobile-menu-content-title {
    margin-top: 5px;
  }

  .product-dialog-mobile-menu-content-remark {
    color: rgba(23, 26, 29, 0.6);
    margin-top: 6px;
    font-size: 14px;
  }

  .top-tab {
    display: none;
  }

  .top-banner .h-80 {
    display: flex;
    justify-content: space-between;
  }

  .top-swiper {
    background-image: url("./img/mobile-banner.png");
    height: 550px;
  }

  .top-swiper-view {
    display: flex;
    gap: 80px;
    justify-content: center;
    margin: 0;
  }

  .txy-zk-item-btn button {
    height: 40px;
  }

  .top-swiper-view button {
    width: auto;
    height: 40px;
  }

  .top-yh-bg {
    padding: 15px 0;
    transform: translateY(0);
  }

  .top-yh-view {
    display: block;
    background: #fff;
    box-shadow: initial;
    padding: 0 15px;
  }

  .top-yh-item {
    background: linear-gradient(5deg, #FFFFFF 47%, #FFF4EE 100%);
    box-shadow: 0px 4px 24px 0px rgba(35, 51, 92, 0.16);
    border-radius: 12px 12px 12px 12px;
    margin-bottom: 12px;
    padding: 12px 0;
  }

  .top-yh-item:before {
    border: none;
  }

  .title-center {
    display: block;
    text-align: center;
    padding: 0 15px;
    font-size: 28px;
  }

  .title-remark {
    margin-top: 12px;
    padding: 0 15px;
  }

  .apply-form form {
    width: 90%;
  }

  .common-footer {
    padding: 15px 0;
    color: #666;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2px 15px;
  }

  .txy-zk-view {
    display: flex;
    margin-top: 50px;
    padding: 0 15px;
    flex-direction: column;
  }

  .txy-zk-item-name {
    font-size: 30px;
  }

  .txy-zk-item {
    border: 2px solid #FFFFFF;
    padding: 30px 20px;
  }

  .txy-zk-item-tag {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .txy-zk-item-cell {
    padding: 8px 0;
  }

  .txy-zk-item-label {
    font-size: 18px;
  }

  .txy-zk-item-val {
    font-size: 18px;
    margin-left: 40px;
  }

  .txy-zk-item-btn {
    margin-top: 31px;
  }

  .txy-tx-view {
    padding: 0 20px;
  }

  .txy-tx-item {
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }

  .txy-tx-item-title span {
    font-size: 28px;
  }

  .txy-ys-view {
    display: block;
  }

  .register-form {
    padding: 15px;
    gap: 20px;
    border-radius: 12px;
    margin: 50px auto;
    width: 88vw;
  }

  .register-form-item {
    display: block;
  }

  .register-form-item-content {
    padding: 0;
    margin-top: 12px;
  }

  .register-form-item-title {
    width: auto;
    font-size: 20px;
  }

  .register-form-item-content input {
    height: 42px;
    font-size: 16px;
    border-radius: 4px;
    padding-left: 12px;
  }

  .register-form-item-title .not {
    font-size: 16px;
  }

  .register-form-btn {
    margin-top: 0;
  }

  .register-form-btn button {
    width: 60vw;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    font-size: 16px;
  }

  .register-bg {
    padding-bottom: 50px;
  }

  .txy-cj-tabs {
    display: flex;
    overflow-x: auto;
  }

  .txy-cj-tabs-item {
    padding: 8px 15px;
    flex: inherit;
  }

  .txy-cj-tabs-content {
    margin-top: 10px;
  }

  .txy-cj-tabs-view {
    padding: 20px 15px;
  }

  .txy-cj-tabs-view.show {
    display: block;
  }

  .txy-cj-tabs-content-left {
    width: 100%;
  }

  .txy-cj-tabs-content-right {
    padding: 12px 0;
  }

  .txy-cj-tabs-title {
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
  }

  .txy-cj-tabs-remark {
    font-size: 18px;
    line-height: 24px;
  }

  .txy-cj-tabs-button {
    margin-top: 42px;
  }

  .txy-cj-tabs-footer-item {
    flex: 1;
    height: 40px;
  }

  .txy-ys-item-bg {
    width: 100%;
    height: 80vw;
    background-position: center;
    padding: 30px 20px 0 20px;
  }
  .txy-ys-item {
    margin-bottom: 20px;
  }


  /*  */
}
