.rotation-content {
  left: 0;
  top: 209px;
  right: 0;
  max-width: 1440px;
  width: 100%;
  height: 308px;
  margin: auto;
}
.rotation-content .rotation-top {
  width: 420px;
  height: 40px;
  background: #ffffff;
  border-radius: 20px;
  font-weight: 700;
  color: #1b1b1b;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}
.rotation-content .rotation-title {
  margin-top: 20px;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 5px;
}
.rotation-content .rotation-bottom {
  margin-top: 39px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.rotation-content .rotation-input {
  width: 367px;
  height: 56px;
  background: #ffffff;
  margin-top: 99px;
  border-radius: 28px;
  padding: 0 8px 0 41px;
}
.rotation-content .rotation-input input {
  outline: none;
  border: none;
}
.rotation-content .rotation-input input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-style: italic;
  color: #a8a8a8;
}
.rotation-content .rotation-input input:-moz-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-style: italic;
  color: #a8a8a8;
}
.rotation-content .rotation-input input::-moz-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-style: italic;
  color: #a8a8a8;
}
.rotation-content .rotation-input input:-ms-input-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-style: italic;
  color: #a8a8a8;
}
.rotation-content .rotation-input .rotation-input-button {
  width: 160px;
  height: 44px;
  background: linear-gradient(90deg, #76dad9, #51cbcd);
  box-shadow: 0px 4px 16px 0px rgba(81, 203, 205, 0.5);
  border-radius: 22px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 26px;
  margin-left: auto;
}
.el-carousel__indicator--horizontal {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  margin:0 30px 24px 0
}
.el-carousel__button{
  width: 0;
  height: 0 ;
}
.el-carousel__indicator--horizontal{
  padding:0;
}