/*旧的index.css整理后*/
.colored-button {
  border: none;
  outline: none;
  border-radius: 25px;
  background: linear-gradient(0deg, #e96300 0, #f9b000 100%);
  padding-left: 0.54666667rem;
  padding-right: 0.54666667rem;
}
.colored-button a {
  font-size: 0.32rem;
  font-weight: 400;
  color: #ffffff;
}
.home-page-mobile .top-slider {
  width: 100%;
}
.home-page-mobile .top-slider .swiper-slide img {
  width: 100%;
}
.home-page-mobile .top-slider .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.home-page-mobile .top-slider .swiper-pagination-bullet-active {
  background: #fff;
}

.mask {
  width: 100%;
  height: 100%;
  background: rgba(25, 23, 24, 0.6);
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
}
.modal .modal-content {
  position: fixed;
  z-index: 1001;
  width: 88%;
  height: 95%;
}
.modal .modal-content .close {
  position: absolute;
  right: 0.48rem;
  top: 0.32rem;
  cursor: pointer;
  z-index: 1002;
}
.modal .modal-content .close .iconfont {
  font-family: "iconfont" !important;
  font-size: 0.53333333rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.modal .modal-content .solution-detail-right {
  width: 490px;
  height: 644px;
  background: #fff;
  padding: 69px 91px;
}
.modal .modal-content .solution-detail-right span {
  font-size: 14px;
  color: #999;
}
.modal .modal-content .solution-detail-right h6 {
  margin: 0 0 32px 0;
  font-size: 28px;
  font-weight: normal;
}
.modal .modal-content .solution-detail-right .solution-submit {
  border: none;
  border-radius: 50px;
}

.modal .modal-content {
  overflow: hidden;
  overflow-x: hidden;
  position: absolute;
}
