@media screen and (max-width: 800px) {
  body {
    min-width: auto;
  }
  .top-swiper-info {
    padding: 0 10px;
    text-align: center;
    margin-bottom: 60px;
  }
  .top-swiper-info1 {
    font-size: 30px;
  }
  .top-swiper-info1 span {
    font-size: 30px;
  }
  .top-swiper-info2 {
    font-size: 30px;
  }
  .top-swiper-info3 {
    font-size: 14px;
  }
  .top-swiper-view {
    margin-bottom: 60px;
  }
  .banner-card .card-item {
    margin-bottom: 30px;
  }
  .banner-card .card-item h3{
    font-size: 16px;
  }
  .banner-card .card-item::after{
    display: none;
  }
  .banner-card .w-1280 {
    flex-direction: column;
    margin: 0 15px;
    width: calc(100% - 30px);
  }
  .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: 120px;
  }

  .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 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;
  }

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

  .top-tab {
    display: none;
  }

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

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

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

  .home-tabs-item-left img,
  .home-tabs-item-right img {
    width: 35px;
  }

  .home-tabs-item {
    width: 17vw;
    padding: 10px 0;
    cursor: pointer;
  }

  .home-tabs-item.active {
    background: #edefff;
    border-radius: 8px;
  }

  .home-tabs-item-img img {
    width: 35px;
    height: 35px;
  }

  .home-tabs-item-img {
    width: 45px;
    height: 45px;
  }

  .home-tabs-item-title {
    font-size: 12px;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .home-tabs-center {
    gap: 10px;
    padding: 0 15px;
  }

  .home-tabs-item-left,
  .home-tabs-item-right {
    display: none;
  }

  .home-tabs-view {
    margin-top: 30px;
  }

  .home-tabs-content {
    margin-top: 30px;
    display: block;
    padding: 0 15px;
  }

  .home-tabs-content-left {
    padding: 0;
  }

  .home-tabs-content-left-btn {
    margin-top: 25px;
    justify-content: center;
  }

  .home-tabs-content-right {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 20px;
  }

  .home-tabs-content-left-remark {
    font-size: 13px;
  }

  .home-tabs-content-left-title {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 22px;
    margin-bottom: 13px;
  }

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

  .title-center img {
    width: 30px;
  }

  .home-industry-bg {
    padding: 45px 0;
  }

  .home-industry-view {
    flex-wrap: wrap;
    padding: 0 15px;
    gap: 15px;
  }

  .home-industry-item {
    flex: 1 0 40%;
    max-width: calc(50% - 7px);
    border-radius: 8px;
    padding: 15px;
    overflow: hidden;
  }

  .home-industry-item-img img {
    width: 80px;
    height: 80px;
  }

  .home-industry-item-title {
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
  }

  .home-industry-item-remark {
    font-weight: 400;
    font-size: 13px;
    color: #7f7f7f;
    line-height: 14px;
    margin-top: 9px;
  }

  .title-remark {
    margin-top: 10px;
    font-size: 16px;
    padding: 0 15px;
  }

  .home-custom-bg {
    padding-top: 0;
    background: initial;
  }

  .home-custom-view {
    display: flex;
    flex-direction: column;
  }

  .home-custom-item-top {
    height: 124vw;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    box-sizing: border-box;
    background-position: center;
    overflow: hidden;
    border-radius: 8px;
  }

  .home-custom-item-title {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 28px;
    text-align: center;
    padding: 0 15px;
  }

  .home-custom-item-cell {
    flex-wrap: wrap;
    padding: 0 20px;
    margin-top: 24px;
  }

  .home-set-price-item-bg img {
    width: 100%;
    height: 100%;
  }

  .home-set-price-item {
    flex: inherit;
    width: 100%;
  }

  .home-set-price-view {
    padding: 40px 15px 15px 15px;
    overflow-x: auto;
    gap: 15px;
    flex-direction: column;
  }

  .home-set-price-item-top-img img {
    width: 60px;
  }

  .home-set-price-item-title {
    font-size: 20px;
    line-height: 22px;
  }
  .home-set-price-item-hot {
    font-size: 14px;
    height: 44px;
    width: 120px;
  }
  .home-set-price-item-top {
    padding: 20px;
  }
  .home-set-price-item-price {
    font-size: 26px;
  }
  .home-set-price-item-btn {
    display: flex;
    padding: 0 15px 30px 15px;
  }

  .home-set-price-item-center {
    height: 400px;
    padding: 21px 15px 0 15px;
    box-sizing: border-box;
  }
  .home-set-price-item-btn button {
    width: 144px;
  }
  .home-set-price-item:hover {
    transform: initial;
    box-shadow: 0 0 12px #ddd;
  }

  .home-services-bg {
    margin-top: 50px;
    background: #f7f8ff;
    margin-bottom: 60px;
  }

  .home-services-view {
    display: flex;
    flex-direction: column;
  }
  .home-services-left {
    padding: 0;
  }
  .home-services-bg .w-1280 {
    padding: 15px;
    margin: 0 15px;
    box-sizing: border-box;
    width: calc(100% - 30px);
  }
  .home-services-right {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 15px;
    position: relative;
  }

  .home-services-right img {
    width: 100%;
    height: auto;
  }

  .home-services-left {
    padding: 15px;
  }

  .home-services-left-title {
    margin-top: 15px;
    font-size: 20px;
    line-height: 22px;
  }

  .home-services-left-center {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
  }

  .home-services-left-btn {
    display: flex;
    gap: 15px;
    margin-top: 30px;
  }

  .home-scheme-tabs-view {
    margin-top: 20px;
    display: flex;
    justify-content: initial;
    gap: 15px;
    overflow-x: auto;
    padding: 15px;
  }

  .home-scheme-tabs-item {
    width: 90px;
    height: 40px;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
  }

  .home-scheme-tabs-content {
    margin-top: 15px;
    padding: 25px 15px;
    border-radius: 20px;
    flex-direction: column;
  }

  .home-scheme-tabs-content-left-title {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 20px;
  }

  .home-scheme-tabs-content-left-item:before {
    width: 8px;
    height: 8px;
  }

  .home-scheme-tabs-content-left-item {
    margin-bottom: 20px;
    padding-left: 18px;
    position: relative;
  }

  .home-scheme-tabs-content-left {
    padding: 0;
  }

  .home-scheme-tabs-content-left-remark {
    font-weight: 400;
    font-size: 13px;
    color: #666666;
    line-height: 15px;
    margin-top: 4px;
  }

  .home-scheme-tabs-content-right {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .home-scheme-tabs-content-right img {
    width: 100%;
    height: auto;
  }

  .apply-form form {
    width: 90%;
    padding: 30px 20px 5px 20px;
  }

  .apply-form .title {
    font-size: 20px;
  }

  .apply-form .close {
    position: absolute;
    right: -32px;
    top: -44px;
  }

  .home-footer-view {
    padding: 40px 0 60px 0;
    display: flex;
    flex-direction: column;
  }

  .home-footer-right {
    display: flex;
    flex-direction: initial;
    justify-content: center;
    margin-top: 20px;
  }

  .home-footer-left-title {
    text-align: center;
    font-size: 22px;
    padding: 0 15px;
    margin-top: 5px;
  }

  .home-footer-left-remark {
    text-align: center;
    padding: 0 15px;
  }
  .register-view {
    flex-direction: column;
  }
  .register-home-item {
    margin-bottom: 10px;
  }
  .register-home-item:not(:last-child)::after {
    position: relative;
    left: 50%;
    top: 0;
    margin: 20px 0;
    margin-left: -19px;
  }
  .register-form-home {
    flex-direction: column;
    padding: 0 15px;
  }
  .register-form-home-item {
    flex: auto;
    width: 100%;
  }
  .sub-btn {
    width: 60%;
  }
  .office-view {
    padding: 0 15px;
  }
  .office-item {
    width: calc((100% - 12px) / 2);
  }
  .solution-view {
    gap: 15px;
    padding: 0 15px;
  }
  .solution-item {
    width: calc((100% - 15px) / 2);
  }
  .footer-form {
    padding: 15px;
  }
  .footer-form .footer-form-item label {
    font-size: 14px;
    width: 100px;
  }
  .footer-form {
    margin: 0 15px;
    margin-top: 40px;
  }
  #footSubmit {
    width: 100%;
  }
}
