.resolute {
  font-size: 1.375rem;
  border: 1px solid #fff;
  border-radius: 5px;
  font-family: "Normal";
  color: #ffffff;
  position: absolute;
  bottom: 17%;
  left: 21.5%;
  width: 7.7%;
  padding: 4px 0;
  font-weight: 0 !important;
  cursor: pointer;
}

.content {
  /* width: 1200px; */
  margin: 0 auto;
  text-align: center;
}

.hot a {
  position: relative;
}

.hot a img {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
  transform: translateX(50%);
}

.shake-bl {
  -webkit-animation: shake-bl 0.8s linear infinite both;
  animation: shake-bl 0.8s linear infinite both;
}

@-webkit-keyframes shake-bl {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

@keyframes shake-bl {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

.contact_ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 100px 0;
}

.contact_ul li {
  width: 33.2%;
  margin: 0 auto;
}

.contactword {
  font-size: 16px;
  color: #666;
  margin: 40px 0 30px;
}

.contacttext {
  font-size: 14px;
  color: #999;
}

.contactcontent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
  flex-wrap: wrap;
}

.contactinput {
  width: 45%;
}

.titlecontent {
  margin: 40px 0px 40px;
}

.contactinput input {
  border: 1px solid #bfbfbf;
  padding: 8px 3%;
  box-sizing: border-box;
  width: 43%;
}

.inputcontent {
  display: flex;
  justify-content: space-between;
}

textarea {
  width: 100%;
  height: 180px;
  border: 1px solid #bfbfbf;
  padding: 5px 3%;
  box-sizing: border-box;
  margin-top: 40px;
}

.button {
  color: #fff;
  border: none;
  background-color: #005bfe;
  padding: 17px 8%;
  box-sizing: border-box;
  margin-top: 50px;
  width: 100%;
}

.fixed-top {
  box-sizing: border-box;
  position: absolute;
}


.titlecontent {
  margin: 40px 0 20px;
  font-family: "微软雅黑";
}

.titletop {
  font-size: 2vw;
  color: #333;
}

.bounceInLeft {
  -webkit-animation: bounceInLeft 0.3s;
  animation: bounceInLeft 0.3s;
}

/* 小程序核心优势的左右两边插画 */
.titleblock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 66px;
  height: 37px;
}

.titleblock li {
  width: 43px;
  height: 8px;
  background: #b4c8ec;
  border-radius: 4px;
}

.bounceInRight {
  -webkit-animation: bounceInRight 0.3s ease-in-out both;
  animation: bounceInRight 0.3s ease-in-out both;
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }

  .content {
    max-width: 100%;
  }

  .testimonials {
    padding: 50px 0 45px;
  }

  .testimonials .inner {
    padding: 35px 0;
  }

  .monial p {
    margin: 10px auto;
    font-size: 13px;
    color: #cdcdcd;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .resolute {
    font-size: 16px;
    width: 100px;
    bottom: 11%;
    height: auto;
    line-height: 20px;
    padding: 5px 0;
  }

  .resolute_ul li {
    width: 50%;
  }

  .contactinput {
    width: 100%;
  }

  .contactcontent img {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .hot img {
    display: none;
  }
  .content {
    max-width: 100%;
  }

  .monial .bold {
    font-size: 20px;
  }

  .title {
    font-size: 18px;
  }

  .resolute {
    display: none;
  }

  .platform_ul {
    display: flex;
    flex-wrap: wrap;
  }

  .contactinput {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .contactinput {
    width: 100%;
  }

  .contactcontent img {
    display: none;
  }

  .contact_ul li {
    width: 33%;
    margin: 0 auto 20px;
  }

  .contact_ul {
    margin: 30px 0;
    align-items: initial;
  }

  .contact_ul li img {
    width: 50px;
  }

  .contactword {
    font-size: 16px;
    color: #666;
    margin: 30px 0 20px;
  }

  .contacttext {
    font-size: 12px;
  }

  .button {
    margin-top: 30px;
  }

  .contactcontent {
    margin-bottom: 30px;
  }
}

.footer_bott {
  width: 100%;
  display: flex;
  justify-content: center;
  /* position: fixed;
	bottom: 0; */
  background-color: #333;
  padding: 20px 0;
  font-size: 1vw;
  color: #a7a7a7;
}

.footer_bott a {
  color: #a7a7a7;
}

.footer_bott p:nth-child(2) {
  margin: 0 20px;
}

.contacttiltle1 {
  font-size: 1.2vw;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #ffffff;
}

footer .con {
  /* width: 0%; */
  width: 70%;

  margin: 0 auto;
  display: flex;
  font-size: 1vw;
  justify-content: space-between;
}

.contact_img {
  display: flex;
  justify-content: center;
  font-size: 0.4vw !important;
  font-family: Microsoft YaHei;
  /* width: 30%; */
}

.contact_img img {
  width: 55%;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}

.bottomcon img {
  width: 50%;
  margin-bottom: 10px;
}
