@font-face {
  font-family: AlimamaShuHeiTi-Bold;
  src: url(../fonts/AlimamaShuHeiTi-Bold.ttf);
}
body {
  position: relative;
  overflow: hidden;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  background: #f9ebcd;
}

.indexBg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  font-size: 0;
}
.indexBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.indexTitle {
  position: relative;
  transform: translateY(-24px);
  margin: 0 auto;
  width: 677px;
  height: 115px;
  margin-bottom: 33px;
  background: url(../images/indexTitleBg.png) no-repeat;
  text-align: center;
  font-family: AlimamaShuHeiTi-Bold;
  font-size: 64px;
  line-height: 115px;
  color: #fff;
  text-shadow: 3px 4px 5px #f13736;
}
.indexTitle::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 137px;
  transform: rotate(45deg) translateY(-50%);
  z-index: 1;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 3px;
}
.indexTitle::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 137px;
  transform: rotate(45deg) translateY(-50%);
  z-index: 1;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 3px;
}

.indexBlock {
  padding-top: 91px;
}
.indexBlock .logo {
  width: 28.8888888889%;
  aspect-ratio: 312/84;
  margin: 0 auto;
  font-size: 0;
}
.indexBlock .logo img {
  max-width: 100%;
}
.indexBlock .bigTitle {
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
  font-size: 0;
}
.indexBlock .topTips {
  position: relative;
  width: 720px;
  height: 96px;
  margin: 0 auto;
  margin-top: 38px;
  background-color: #fb552c;
  box-shadow: 0px 6px 5px 0px rgba(228, 42, 32, 0.39), inset 0px 11px 33px 0px rgba(255, 255, 255, 0.6);
  border-radius: 48px;
  text-align: center;
}
.indexBlock .topTips span {
  font-size: 53px;
  font-weight: bold;
  line-height: 96px;
  color: #fcf9e9;
  text-shadow: 2px 3px 2px #cd2116;
}
.indexBlock .topTips::after {
  display: block;
  content: "";
  position: absolute;
  right: -46px;
  top: 52px;
  width: 203px;
  height: 93px;
  background: url(../images/arrow.png) no-repeat center;
}

.indexBlock2 {
  margin-top: 1052px;
}
.indexBlock2 .content {
  width: 988px;
  height: auto;
  margin: 0 auto;
  border-radius: 14px;
  border: solid 3px #ffffff;
}
.indexBlock2 .content .bg {
  width: 948px;
  margin: 17px;
  padding: 0 52px;
  padding-bottom: 71px;
  background: #fff;
  border-radius: 14px;
}
.indexBlock2 .content .bg .cont p {
  margin-bottom: 20px;
  padding: 14px 29px;
  background-color: #fbf5e9;
  border-radius: 15px;
  text-align: justify;
  word-break: break-all;
  font-size: 40px;
  line-height: 72px;
  color: #333;
}
.indexBlock2 .content .bg .cont p span {
  font-weight: bold;
  color: #ff4446;
}

.indexBlock3 {
  margin-top: 57px;
}
.indexBlock3 .content {
  width: 988px;
  height: auto;
  margin: 0 auto;
  border-radius: 14px;
  border: solid 3px #ffffff;
}
.indexBlock3 .content .bg {
  width: 948px;
  margin: 17px;
  padding: 0 52px;
  padding-bottom: 50px;
  background: #fff;
  border-radius: 14px;
}
.indexBlock3 .content .bg form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.indexBlock3 .content .bg form .list {
  width: 402px;
}
.indexBlock3 .content .bg form .list input {
  display: none;
}
.indexBlock3 .content .bg form .list .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 290px;
  background-color: rgba(251, 245, 233, 0.15);
  border-radius: 15px;
  border: solid 3px #fbf1db;
  font-size: 0;
}
.indexBlock3 .content .bg form .list .img img {
  max-width: 80%;
  max-height: 80%;
}
.indexBlock3 .content .bg form .list p {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 40px;
  line-height: 72px;
  color: #333;
}
.indexBlock3 .content .bg form .list:first-child .img {
  background: #fbf5e9;
}
.indexBlock3 .content .bg form .tel, .indexBlock3 .content .bg form .name {
  width: 100%;
  margin-top: 27px;
}
.indexBlock3 .content .bg form .tel input, .indexBlock3 .content .bg form .name input {
  width: 100%;
  height: 108px;
  padding-left: 88px;
  background-color: rgba(251, 245, 233, 0.15);
  background-image: url(../images/tel.png);
  background-repeat: no-repeat;
  background-position: left 29px center;
  border-radius: 15px;
  border: solid 3px #fbf1db;
  font-size: 40px;
  color: #666;
}
.indexBlock3 .content .bg form .name input {
  background-image: url(../images/name.png);
}
.indexBlock3 .content .bg form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 760px;
  height: 96px;
  margin: 0 auto;
  margin-top: 72px;
  background-color: #c4c4c4;
  border-radius: 48px;
  font-size: 53px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}
.indexBlock3 .content .bg form .btn.on {
  background-color: #fc4a1f;
  box-shadow: 0px 6px 5px 0px rgba(228, 42, 32, 0.39), inset 0px 11px 33px 0px rgba(255, 255, 255, 0.5);
}
.indexBlock3 .content .bg form .tips {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  font-size: 36px;
  line-height: 72px;
  color: #333;
  opacity: 0.7;
}

.indexBlock4 {
  margin-top: 57px;
}

.bottomBlock {
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 3;
  color: #666;
}

@media (max-width: 820px) {
  body {
    zoom: 1 !important;
  }
  .indexTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-20px);
    width: 85.3658536585%;
    height: initial;
    aspect-ratio: 466/79;
    margin-bottom: 16px;
    background-size: cover;
    font-size: 24px;
    line-height: initial;
  }
  .indexTitle::before {
    left: 20.2363367799%;
    width: 8px;
    height: 8px;
    border-radius: 2px;
  }
  .indexTitle::after {
    right: 20.2363367799%;
    width: 8px;
    height: 8px;
    border-radius: 2px;
  }
  .indexBlock {
    padding-top: 45px;
  }
  .indexBlock .bigTitle {
    margin-top: 40px;
  }
  .indexBlock .bigTitle img {
    width: 83.4259259259%;
  }
  .indexBlock .topTips {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66.6666666667%;
    height: auto;
    aspect-ratio: 720/96;
    margin-top: 50px;
  }
  .indexBlock .topTips span {
    font-size: 18px;
    line-height: 2;
  }
  .indexBlock .topTips::after {
    top: 16px;
    right: -20px;
    width: 28.1944444444%;
    aspect-ratio: 203/93;
    height: auto;
    background-size: cover;
  }
  .indexBlock2 {
    margin-top: 1050px;
  }
  .indexBlock2 .content {
    width: 92.4074074074%;
  }
  .indexBlock2 .content .bg {
    width: calc(100% - 14px);
    margin: 7px;
    padding: 0 20px 30px;
  }
  .indexBlock2 .content .bg .cont p {
    margin-bottom: 10px;
    padding: 7px 15px;
    border-radius: 7px;
    font-size: 16px;
    line-height: 28px;
  }
  .indexBlock3 {
    margin-top: 30px;
  }
  .indexBlock3 .content {
    width: 92.4074074074%;
  }
  .indexBlock3 .content .bg {
    width: calc(100% - 14px);
    margin: 7px;
    padding: 0 20px 30px;
  }
  .indexBlock3 .content .bg form .list {
    width: calc((100% - 20px) / 2);
  }
  .indexBlock3 .content .bg form .list .img {
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 402/290;
    border-width: 1.5px;
    border-radius: 7px;
  }
  .indexBlock3 .content .bg form .list .img img {
    max-width: 80px;
    max-height: 80%;
  }
  .indexBlock3 .content .bg form .list p {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 36px;
  }
  .indexBlock3 .content .bg form .tel, .indexBlock3 .content .bg form .name {
    margin-top: 13px;
  }
  .indexBlock3 .content .bg form .tel input, .indexBlock3 .content .bg form .name input {
    height: 50px;
    padding-left: 40px;
    background-size: 18px auto;
    background-position: left 14px center;
    border-width: 1.5px;
    border-radius: 7px;
    font-size: 16px;
  }
  .indexBlock3 .content .bg form .btn {
    width: 100%;
    height: auto;
    margin-top: 34px;
    font-size: 20px;
    line-height: 44px;
  }
  .indexBlock3 .content .bg form .tips {
    margin-top: 10px;
    font-size: 13px;
    line-height: 2;
  }
  .indexBlock4 {
    margin-top: 30px;
  }
  .bottomBlock {
    width: 92.4074074074%;
    margin-left: 0;
    padding: 0 5%;
  }
}
@media (max-width: 500px) {
  .indexTitle {
    transform: translateY(-12px);
  }
  .indexBlock .bigTitle {
    margin-top: 30px;
  }
  .indexBlock .topTips {
    margin-top: 30px;
  }
  .indexBlock2 {
    margin-top: 650px;
  }
  .indexBlock4 {
    margin-top: 30px;
  }
  .bottomBlock {
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .indexTitle {
    transform: translateY(-10px);
  }
  .indexBlock .bigTitle,
  .indexBlock .topTips {
    margin-top: 20px;
  }
  .indexBlock2 {
    margin-top: 580px;
  }
  .indexBlock4 {
    margin-top: 30px;
  }
}
@media (max-width: 390px) {
  .indexTitle {
    transform: translateY(-10px);
  }
  .indexBlock2 {
    margin-top: 510px;
  }
  .indexBlock4 {
    margin-top: 30px;
  }
}/*# sourceMappingURL=index.css.map */