﻿.home-title {
  text-align: center;
  margin-bottom: 50px;
}
.home-title .title {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  line-height: 56px;
}
.home-title .tips {
  margin-top: 10px;
  font-size: 24px;
  color: #666666;
  line-height: 33px;
}
.swiper-slide {
  max-width: 100% !important;
  filter: brightness(1);
  transform: none !important;
  -webkit-backface-visibility: hidden !important;
}
.home {
  width: 100vw;
  height: 100vh;
}
.home .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.home > .swiper-pagination {
  right: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home > .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  margin: 4px 0px;
  opacity: 1 !important;
  transition: all 0.1s;
  position: relative;
}
.home > .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #EE4749;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home > .swiper-pagination .swiper-pagination-bullet:hover {
  width: 12px;
  height: 12px;
  border: 2px solid #EE4749;
  background: none;
}
.home > .swiper-pagination .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  border: 2px solid #EE4749;
  background: none;
}
.home > .swiper-pagination .swiper-pagination-bullet-active::after {
  display: none;
}
.home > .swiper-pagination .swiper-pagination-bullet:hover::after {
  display: none;
}
.home-banner {
  width: 100%;
  height: 100%;
}
.home-banner .banner-img {
  height: 100%;
  position: relative;
  background-color: #333;
}
.home-banner .banner-img .swiper-wrapper {
  filter: brightness(0.1);
  transition-timing-function: linear !important;
  animation: bannerImg 0.8s ease forwards;
  animation-delay: 0.8s;
}
.home-banner .banner-img .banner-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 10;
  text-align: center;
  opacity: 0;
  animation: bannerTitleAnimation 1.2s ease-out forwards;
  animation-delay: 0.5s;
}
.home-banner .banner-img .banner-title .title-one {
  font-weight: 600;
  font-size: 58px;
  color: #FFFFFF;
  line-height: 81px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpBanner 0.8s ease forwards;
  animation-delay: 1s;
}
.home-banner .banner-img .banner-title .title-two {
  font-size: 40px;
  color: #FFFFFF;
  line-height: 56px;
  margin: 10px 0 114px;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpBanner 0.8s ease forwards;
  animation-delay: 1.4s;
}
.home-banner .banner-img .banner-title .title-btns {
  display: flex;
  border-radius: 36px;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpBanner 0.8s ease forwards;
  animation-delay: 1.8s;
}
.home-banner .banner-img .banner-title .title-btns .btns-one {
  width: 250px;
  height: 68px;
  background: var(--theme-color);
  border-radius: 36px;
  font-size: 24px;
  margin-right: 20px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.home-banner .banner-img .banner-title .title-btns .btns-two {
  width: 250px;
  height: 68px;
  background: #FFFFFF;
  border-radius: 36px;
  font-size: 24px;
  cursor: pointer;
  color: var(--theme-color);
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.home-banner .banner-img .banner-title .title-btns .btns-one:hover {
  transform: scale(1.05);
}
.home-banner .banner-img .banner-title .title-btns .btns-two:hover {
  transform: scale(1.05);
}
.home-banner .banner-img .swiper-slide {
  display: flex;
  flex-direction: column;
  filter: brightness(1);
}
.home-banner .banner-img .swiper-slide img {
  height: 33.33333333vh;
  width: 100%;
  object-fit: cover;
}
.home-banner .banner-img .home-arrow {
  position: absolute;
  bottom: 70px;
  z-index: 10;
  left: 50%;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  animation: slideDownUp 1.5s ease-in-out infinite;
}
.home-banner .banner-img .home-arrow img {
  margin-top: 8px;
  width: 17px;
  height: 15px;
}
.banner-active .banner-title .title-one {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpBanner 0.8s ease forwards !important;
  animation-delay: 1s !important;
}
.banner-active .banner-title .title-two {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpBanner 0.8s ease forwards !important;
  animation-delay: 1.4s !important;
}
.banner-active .banner-title .title-btns {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpBanner 0.8s ease forwards !important;
  animation-delay: 1.8s !important;
}
.home-plate-one .inner .plate-one-main {
  width: 100%;
}
.home-plate-one .inner .plate-one-main .plate-one-item {
  position: relative;
  overflow: hidden;
  width: 376px;
  height: 500px;
  box-shadow: 0px 2px 23px 0px rgba(238, 71, 73, 0.09);
  border-radius: 16px;
  background-color: #FFFFFF;
}
.home-plate-one .inner .plate-one-main .plate-one-item .default {
  width: 376px;
  height: 500px;
  padding-top: 1px;
}
.home-plate-one .inner .plate-one-main .plate-one-item .default .img {
  width: calc(100% - 44px);
  height: 206px;
  background: #FBF4F4;
  border-radius: 12px;
  margin: 22px 22px 0;
}
.home-plate-one .inner .plate-one-main .plate-one-item .default .img img {
  width: 269px;
  height: 192px;
  transform: scale(0.9);
}
.home-plate-one .inner .plate-one-main .plate-one-item .default .content {
  padding: 30px 32px;
}
.home-plate-one .inner .plate-one-main .plate-one-item .default .content .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.home-plate-one .inner .plate-one-main .plate-one-item .default .content .desc {
  color: #999999;
  margin-top: 13px;
  font-size: 16px;
  line-height: 26px;
}
.home-plate-one .inner .plate-one-main .plate-one-item .default .content .item-icon {
  margin-top: 38px;
  text-align: right;
}
.home-plate-one .inner .plate-one-main .plate-one-item .default .content .item-icon img {
  width: 41px;
  height: auto;
}
.home-plate-one .inner .plate-one-main .plate-one-item .hover {
  position: absolute;
  left: 0;
  top: 500px;
  width: 376px;
  height: 500px;
  padding: 26px 32px;
  background: #fff;
  background-size: contain;
  animation: fadeOutDown 0.333s ease-in;
}
.home-plate-one .inner .plate-one-main .plate-one-item .hover .content .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.home-plate-one .inner .plate-one-main .plate-one-item .hover .content .desc {
  color: #999999;
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 20px;
}
.home-plate-one .inner .plate-one-main .plate-one-item .hover .card-detail {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  margin-top: 20px;
}
.home-plate-one .inner .plate-one-main .plate-one-item .hover .card-detail .detail-item {
  display: flex;
  column-gap: 6px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.home-plate-one .inner .plate-one-main .plate-one-item .hover .card-detail .detail-item img {
  width: 12px;
  height: auto;
}
.home-plate-one .inner .plate-one-main .plate-one-item .hover .card-detail .detail-item .detail-content {
  line-height: 22px;
}
.home-plate-one .inner .plate-one-main .plate-one-item .hover .card-detail .detail-item .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 4px;
}
.home-plate-one .inner .plate-one-main .plate-one-item .hover .card-detail .detail-item .desc {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.home-plate-one .inner .plate-one-main .plate-one-item:hover {
  transition-timing-function: ease-in;
  transition-duration: 0.16s;
  animation-delay: 0.1s;
  animation-duration: 1s;
}
.home-plate-one .inner .plate-one-main .plate-one-item:hover .default {
  filter: blur(4px);
  animation: fadeInOut 0.16s ease-in-out;
}
.home-plate-one .inner .plate-one-main .plate-one-item:hover .hover {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-animation: fadeInUp 0.333s ease-in;
  animation: fadeInUp 0.333s ease-in;
}
.home-plate-two .inner .plate-two-main {
  width: 100%;
  height: 500px;
  background: #FFFFFF;
  box-shadow: 0px 2px 23px 0px rgba(238, 71, 73, 0.09);
  border-radius: 26px;
  padding: 0 37px;
}
.home-plate-two .inner .plate-two-main .default-img {
  width: 270px;
  height: 560px;
  border-radius: 30px;
  padding: 14px 12px;
  position: relative;
  top: -30px;
  background: #f4f4f4;
}
.home-plate-two .inner .plate-two-main .default-img .swiper {
  width: 100%;
  height: 100%;
}
.home-plate-two .inner .plate-two-main .default-img .swiper img {
  border-radius: 20px;
}
.home-plate-two .inner .plate-two-main .main-list {
  width: calc(100% - 300px);
  padding: 36px 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}
.home-plate-two .inner .plate-two-main .main-list .list-item {
  width: 150px;
  height: 94px;
  background: #FFF7F7;
  border-radius: 12px;
  border: 1px solid #F9C7C7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-plate-two .inner .plate-two-main .main-list .list-item i {
  color: var(--theme-color);
  font-size: 30px;
  transition: all 0.2s;
}
.home-plate-two .inner .plate-two-main .main-list .list-item p {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  margin-top: 5px;
}
.home-plate-two .inner .plate-two-main .main-list .active {
  background-color: var(--theme-color);
}
.home-plate-two .inner .plate-two-main .main-list .active i {
  color: #fff;
}
.home-plate-two .inner .plate-two-main .main-list .active p {
  color: #fff;
}
.home-plate-two .inner .plate-two-main .main-list .list-item:hover {
  background-color: var(--theme-color);
}
.home-plate-two .inner .plate-two-main .main-list .list-item:hover i {
  color: #fff;
}
.home-plate-two .inner .plate-two-main .main-list .list-item:hover p {
  color: #fff;
}
.home-plate-three .inner .plate-three-main {
  width: 100%;
  height: 500px;
  background: #FFFFFF;
  box-shadow: 0px 2px 23px 0px rgba(238, 71, 73, 0.09);
  border-radius: 26px;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-plate-three .inner .plate-three-main .plateThree-item {
  width: 100%;
}
.home-plate-three .inner .plate-three-main .plateThree-item .swiper-wrapper {
  transition-timing-function: linear !important;
}
.home-plate-three .inner .plate-three-main .plateThree-item .item {
  width: 198px !important;
  height: 84px !important;
  background: #FFF7F7;
  border-radius: 12px;
  border: 1px solid #F9C7C7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-plate-three .inner .plate-three-main .plateThree-item .item img {
  width: 130px;
  height: auto;
}
.home-plate-four .inner .plate-four-main {
  height: 500px;
  background: #FFFFFF;
  box-shadow: 0px 2px 23px 0px rgba(238, 71, 73, 0.09);
  border-radius: 26px;
  padding: 40px 30px;
}
.home-plate-four .inner .plate-four-main .main-left {
  width: 629px;
  height: 420px;
  margin: 0;
  position: relative;
  border-radius: 12px;
}
.home-plate-four .inner .plate-four-main .main-left .left-item {
  overflow: hidden;
  cursor: pointer;
}
.home-plate-four .inner .plate-four-main .main-left .left-item img {
  transition: all 0.2s ease-in-out;
}
.home-plate-four .inner .plate-four-main .main-left .left-item img:hover {
  transform: scale(1.1);
}
.home-plate-four .inner .plate-four-main .main-left .plateFour-swiper-pagination {
  position: absolute;
  bottom: 18px;
  text-align: center;
  z-index: 5;
}
.home-plate-four .inner .plate-four-main .main-left .plateFour-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #EE4749;
  opacity: 0.4;
}
.home-plate-four .inner .plate-four-main .main-left .plateFour-swiper-pagination .swiper-pagination-bullet-active {
  width: 18px;
  height: 8px;
  background: #EE4749;
  border-radius: 5px;
  opacity: 1;
}
.home-plate-four .inner .plate-four-main .main-right {
  width: 461px;
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-plate-four .inner .plate-four-main .main-right .right-item:nth-of-type(1) {
  padding-top: 0;
}
.home-plate-four .inner .plate-four-main .main-right .right-item {
  padding: 18px 0;
  border-bottom: 1px solid #EBEBEB;
  cursor: pointer;
  transition: all 0.2s;
}
.home-plate-four .inner .plate-four-main .main-right .right-item .data {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  transition: all 0.2s;
  margin-bottom: 5px;
}
.home-plate-four .inner .plate-four-main .main-right .right-item .title {
  font-size: 15px;
  color: #333333;
  line-height: 25px;
  transition: all 0.2s;
    font-family: 'Microsoft YaHei', 'PingFang SC', "Arial", 'SimSun', 'sans-serif' !important;
}
.home-plate-four .inner .plate-four-main .main-right .right-item:hover {
  transform: translateX(5px);
}
.home-plate-four .inner .plate-four-main .main-right .right-item:hover p {
  color: var(--theme-color);
}
.home-plate-five {
  position: relative;
}
.home-plate-five .inner .plate-five-main {
  width: 812px;
  height: 500px;
  background: #FFFFFF;
  box-shadow: 0px 2px 23px 0px rgba(238, 71, 73, 0.09);
  border-radius: 26px;
  margin: 0 auto;
  padding: 50px 80px;
  position: relative;
  z-index: 20;
}
.home-plate-five .inner .plate-five-main .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.home-plate-five .inner .plate-five-main .form-item .key {
  width: 80px;
  text-align: right;
  font-size: 18px;
}
.home-plate-five .inner .plate-five-main .form-item .value {
  width: calc(100% - 114px);
  /* 选中状态下的选项 */
}
.home-plate-five .inner .plate-five-main .form-item .value input {
  width: 100%;
  height: 44px;
  background: #F6F5F5;
  border-radius: 4px;
  padding-left: 16px;
  font-size: 14px;
}
.home-plate-five .inner .plate-five-main .form-item .value input::placeholder {
  color: #999;
}
.home-plate-five .inner .plate-five-main .form-item .value .province select {
  width: 262px;
  height: 44px;
  background: #F6F5F5;
  border-radius: 4px;
  padding: 0 16px;
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  color: #999;
}
.home-plate-five .inner .plate-five-main .form-item .value .province select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #666;
  pointer-events: none;
  transition: all 0.3s ease;
}
.home-plate-five .inner .plate-five-main .form-item .value .province select select:focus + ::after {
  border-top-color: #ee4749;
}
.home-plate-five .inner .plate-five-main .form-item .value #provinceSelect option:checked {
  color: #333;
}
.home-plate-five .inner .plate-five-main .form-item .value #provinceSelect option:first-child {
  color: #999;
}
.home-plate-five .inner .plate-five-main .form-item .select-value {
  display: flex;
  justify-content: space-between;
}
.home-plate-five .inner .plate-five-main .form-tips {
  font-size: 16px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.home-plate-five .inner .plate-five-main .form-tips #agree {
  color: #3d8af5;
  width: 19px;
  height: 19px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #DAD9D9;
  margin-right: 10px;
}
.home-plate-five .inner .plate-five-main .form-tips span {
  color: #3d8af5;
  cursor: pointer;
}
.home-plate-five .inner .plate-five-main .submit-btn {
  width: 460px;
  height: 68px;
  background: #EE4749;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 29px auto;
  cursor: pointer;
}
.home-plate-five .plate-five-icon:nth-of-type(1) {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  left: -10%;
  width: 489px;
  height: 550px;
}
.home-plate-five .plate-five-icon:nth-of-type(2) {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  left: 20%;
  width: 255px;
  height: 251px;
  animation-delay: 0.3s;
}
.home-plate-five .plate-five-icon:nth-of-type(3) {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  right: 20%;
  width: 326px;
  height: 319px;
  animation-delay: 0.6s;
}
.home-plate-five .plate-five-icon:nth-of-type(4) {
  position: absolute;
  bottom: 40%;
  z-index: 10;
  right: 0%;
  width: 550px;
  height: 397px;
  animation-delay: 0.9s;
}
.agree-box {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #333333dd;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.agree-box .agree-main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.agree-box .agree-main .main {
  width: 784px;
  height: 475px;
  padding: 40px 42px;
  background: #FFF7F7;
  border-radius: 16px;
}
.agree-box .agree-main .main .agree-title {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 42px;
  text-align: center;
  margin-bottom: 22px;
}
.agree-box .agree-main .main .agree-content p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 20px;
}
.agree-box .agree-main .main .agree-content .title {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  margin-bottom: 12px;
}
.agree-box .agree-main .close-btn {
  width: 30px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  margin: 20px auto 0;
}
.agree-box .agree-main .close-btn i {
  font-size: 30px;
}
.home-plate-one-pon {
  display: none;
}
.submit-result {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #333333dd;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.submit-result .success-main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 46px;
  background: #FFFFFF;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 311px;
}
.submit-result .success-main img {
  width: 54px;
  height: 54px;
}
.submit-result .success-main .title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  margin: 16px 0 8px;
}
.submit-result .success-main .tips {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.submit-result .success-main .btns {
  width: 160px;
  height: 40px;
  background: #EE4749;
  border-radius: 20px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
/* 表单区域装饰圆 - 循环缩放+透明度动画 */
.icon-animate {
  /* 关键帧动画：缩放+透明度变化 */
  animation: iconPulse 6s infinite ease-in-out;
}
@media screen and (max-width: 1050px) {
  .home-plate-two .inner .plate-two-main .default-img {
    display: none;
  }
  .plate {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-plate-four .inner .plate-four-main {
    flex-direction: column;
    overflow-y: auto;
    height: 600px;
    display: block;
  }
  .home-plate-four .inner .plate-four-main .main-left {
    width: 100% !important;
    height: 200px;
    margin-bottom: 20px;
  }
  .home-plate-four .inner .plate-four-main .main-right {
    width: 100% !important;
  }
  .home-plate-one .inner .plate-one-main .plate-one-item .default {
    width: 100% !important;
  }
  .home-plate-one .inner .plate-one-main .plate-one-item .hover {
    width: 100% !important;
  }
}
@media screen and (max-width: 1000px) {
  .home-plate-two .inner .plate-two-main {
    padding: 20px 37px;
  }
  .home-plate-two .inner .plate-two-main .main-list {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .home-plate-two .inner .plate-two-main .main-list .list-item {
    margin-bottom: 10px;
  }
  .home-banner .banner-img .banner-title .title-one {
    font-size: 6vw;
  }
  .home-banner .banner-img .banner-title .title-two {
    font-size: 5vw;
  }
  .home-banner .banner-img .banner-title .title-btns {
    flex-direction: column;
    align-items: center;
  }
  .home-banner .banner-img .banner-title .title-btns p {
    width: 30vw !important;
    height: 8vw !important;
    font-size: 3.5vw !important;
  }
  .home-banner .banner-img .banner-title .title-btns .btns-one {
    margin-bottom: 20px;
    margin-right: 0 !important;
  }
  .home-title .title {
    font-size: 4vw !important;
  }
  .home-title .tips {
    font-size: 3vw !important;
  }
}
@media screen and (max-width: 800px) {
  .plate-five-icon {
    display: none;
  }
  .footer {
    display: none;
  }
  .agree-box .agree-main .main {
    width: 90vw;
    overflow-y: auto;
  }
  .agree-box .agree-main .main .agree-title {
    font-size: 6vw;
  }
  .home-plate-five .inner .plate-five-main {
    width: 100%;
    height: fit-content;
    padding: 30px 20px;
  }
  .home-plate-five .inner .plate-five-main .form-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-plate-five .inner .plate-five-main .form-item .key {
    text-align: left;
    margin-bottom: 10px;
  }
  .home-plate-five .inner .plate-five-main .form-item .value {
    width: 100%;
  }
  .home-plate-five .inner .plate-five-main .form-item .select-value {
    flex-direction: column;
  }
  .home-plate-five .inner .plate-five-main .form-item .select-value #provinceSelect {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-plate-five .inner .plate-five-main .form-item .select-value #citySelect {
    width: 100%;
  }
  .home-plate-five .inner .plate-five-main .submit-btn {
    width: 50vw;
    height: 10vw;
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .home-plate-two .inner .plate-two-main {
    padding: 20px 10px;
  }
  .home-title .title {
    font-size: 5vw !important;
  }
  .home-title .tips {
    font-size: 4vw !important;
  }
  .home-plate-two .inner .plate-two-main .default-img {
    width: 170px;
    top: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  .home-plate-one .inner .plate-one-main .plate-one-item .hover {
    padding: 20px !important;
  }
  .home-plate-one-pon {
    bottom: 6% !important;
    position: absolute;
    text-align: center;
    z-index: 10;
    display: block;
  }
  .home-plate-one-pon .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--theme-color);
  }
  .home-banner .banner-img .banner-title .title-two {
    font-size: 20px !important;
  }
  .home > .swiper-pagination {
    right: 10px;
  }
  .home-banner .banner-img .home-arrow {
    font-size: 16px;
  }
  .home-banner .banner-img .home-arrow img {
    height: 10px;
    width: auto;
  }
  .home-banner .banner-img .banner-title .title-one {
    font-size: 30px;
    line-height: 30px;
  }
  .home-banner .banner-img .banner-title .title-two {
    font-size: 22px;
    line-height: 22px;
    margin-top: 25px !important;
  }
  .home-banner .banner-img .banner-title .title-btns {
    flex-direction: column;
    align-items: center;
  }
  .home-banner .banner-img .banner-title .title-btns p {
    width: 37.06667vw !important;
    height: 11.2vw !important;
    border-radius: 8.8vw !important;
    font-size: 4vw !important;
  }
  .home-banner .banner-img .banner-title .title-btns .btns-one {
    margin-bottom: 20px;
    margin-right: 0 !important;
  }
  .home-title {
    margin-bottom: 30px !important;
  }
  .home-title .title {
    font-size: 20px !important;
  }
  .home-title .tips {
    font-size: 18px !important;
    margin-top: 0px !important;
  }
  .home-plate-two .inner .plate-two-main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
  }
  .home-plate-two .inner .plate-two-main .default-img {
    transform: scale(1);
    top: -30px;
  }
  .home-plate-two .inner .plate-two-main .main-list {
    width: 100%;
    height: 148px;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 5px !important;
  }
  .home-plate-two .inner .plate-two-main .main-list .list-item {
    width: 200px !important;
    margin-right: 10px;
    padding: 10px 10px;
  }
  .home-plate-two .inner .plate-two-main .main-list .list-item p {
    white-space: nowrap;
  }
  .home-title .tips {
    font-size: 14px !important;
  }
  .home-plate-three .inner .plate-three-main {
    padding: 30px 0;
  }
  .home-plate-three .inner .plate-three-main {
    height: 460px;
  }
  .home-plate-four .inner .plate-four-main {
    padding: 16px !important;
  }
  .home-plate-four .inner .plate-four-main .main-left {
    height: 200px;
  }
  .home-plate-four .inner .plate-four-main .main-right .right-item .title {
    font-size: 16px;
  }
  .home-plate-four .inner .plate-four-main .main-right .right-item {
    padding: 13px 0;
  }
  .home-plate-four .inner .plate-four-main .main-right {
    height: fit-content;
  }
  .home-title .title {
    line-height: 20px;
  }
  .home-plate-five .inner .plate-five-main .form-item .key {
    font-size: 16px;
  }
  .home-plate-five .inner .plate-five-main .form-tips {
    margin: 10px 0;
    font-size: 14px;
  }
  .home-plate-five .inner .plate-five-main .form-item {
    margin-bottom: 20px;
  }
  .home-plate-five .inner .plate-five-main .submit-btn {
    margin: 20px auto 0;
  }
  .home-plate-two .inner .plate-two-main .default-img {
    display: none;
  }
  .home-plate-two .inner .plate-two-main .main-list {
    width: 100%;
    height: 100%;
    flex-wrap: wrap !important;
  }
  .home-plate-two .inner .plate-two-main {
    padding: 20px 20px 10px;
    height: fit-content !important;
  }
  .home-plate-two .inner .plate-two-main .main-list .active {
    background: #FFF7F7 !important;
  }
  .home-plate-two .inner .plate-two-main .main-list .active p {
    color: #333;
  }
  .home-plate-two .inner .plate-two-main .main-list .list-item {
    width: 18vw !important;
    height: 18vw !important;
    margin: 0 0 10px;
  }
  .home-plate-two .inner .plate-two-main .main-list .list-item i {
    font-size: 25px;
    color: var(--theme-color) !important;
  }
  .home-plate-two .inner .plate-two-main .main-list .list-item p {
    font-size: 12px;
    margin-top: 2px;
  }
  .home-plate-two .inner .plate-two-main .main-list .list-item:hover {
    background: #FFF7F7 !important;
  }
  .home-plate-two .inner .plate-two-main .main-list .list-item:hover i {
    font-size: 25px;
    color: var(--theme-color) !important;
  }
  .home-plate-two .inner .plate-two-main .main-list .list-item:hover p {
    font-size: 12px;
    margin-top: 2px;
    color: #333;
  }
  .submit-result .success-main {
    width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .home-title {
    margin-bottom: 20px !important;
  }
  .home-plate-one .inner .plate-one-main .plate-one-item .default .content {
    padding: 20px !important;
  }
  .home-plate-one .inner .plate-one-main .plate-one-item {
    transform: scale(0.9) !important;
  }
  .home-plate-five .inner .plate-five-main {
    padding: 20px !important;
  }
  .home-plate-five .inner .plate-five-main .form-item {
    margin-bottom: 10px !important;
  }
  .home-plate-five .inner .plate-five-main .form-item .select-value #provinceSelect {
    margin-bottom: 10px !important;
  }
  .home-plate-five .inner .plate-five-main .form-item .key {
    font-size: 16px !important;
  }
  .home-plate-five .inner .plate-five-main .form-tips {
    font-size: 14px !important;
    white-space: nowrap;
    margin: 15px 0;
  }
  .home-plate-five .inner .plate-five-main .submit-btn {
    margin: 10px auto !important;
  }
  .agree-box .agree-main .main .agree-title {
    font-size: 18px !important;
  }
  .agree-box .agree-main .main {
    padding: 20px !important;
  }
}
