.qyry-content .mytops {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.qyry-content {
  margin-top: 134px;
}
.qyry-content .desc p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.qyry-content .desc {
  margin-top: 50px;
}
.qyry-content .block {
  position: absolute;
  left: 50%;
  top: 76%;
  transform: translateX(-50%);
  padding: 17px 0;
  width: 32.85%;
  background-color: #1a2c78;
  text-align: center;
  font-size: 26px;
  color: #ffffff;
}
.Rotation .items .outbox {
  padding-top: 81px;
  padding-bottom: 75px;
  text-align: center;
  background-color: #d2d8dc;
}
.Rotation .items .outbox img {
  transition: all 0.3s linear;
}
.Rotation .items > p {
  padding: 36px 0;
  width: 100%;
  text-align: center;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
}
.swiper-container11 {
  margin-top: 40px !important;
}
.Rotation .area {
  margin-top: 103px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Rotation .swiper-button-prev,
.Rotation .swiper-button-next {
  position: static;
}
.Rotation .time {
  position: static;
  width: 77.78%;
  display: flex;
  justify-content: space-between;
}
.Rotation .time span {
  position: relative;
}
.Rotation .time > span::before {
  position: absolute;
  top: -39px;
  left: -280%;
  font-size: 18px;
  color: #333333;
}
.Rotation .time > span::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: solid 1px #bfbfbf;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qyry-content .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #999999;
}
.qyry-content .swiper-pagination-bullet-active {
  opacity: 1;
  background: #1a2c78;
}
.qyry-content .swiper-pagination-bullet-active::before {
  color: #1a2c78 !important;
  font-weight: bold;
}
.qyry-content .swiper-pagination-bullet-active::after {
  border: solid 1px #1a2c78 !important;
}
.Rotation .area {
  position: relative;
}
.Rotation .lines {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.qyry-content .Rotation .swiper-button-prev,
.qyry-content .Rotation .swiper-button-next {
  background-image: none;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #cccccc;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s linear;
}
.qyry-content .Rotation .swiper-button-prev:hover,
.qyry-content .Rotation .swiper-button-next:hover {
  background-color: #1a2c78;
}
.Rotation .items .outbox:hover img {
  transform: scale(1.1);
}
.Rotation {
  margin-bottom: 92px;
}
.qyry-content .handleL {
  width: 30%;
}
.qyry-content .handleR {
  width: 57.85%;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .qyry-content {
    margin-top: 70px;
  }
  .Rotation .lines {
    width: 95%;
  }
  .qyry-content .desc {
    margin-top: 50px;
  }
  .qyry-content .desc p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
  }
  .qyry-content .handleL {
    width: 31.5%;
  }
  .qyry-content .block {
    left: 50%;
    top: 74%;
    padding: 15px 0;
    width: 31.85%;
    font-size: 22px;
  }
  .Rotation .area {
    margin-top: 50px;
  }
  .Rotation {
    margin-bottom: 70px;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .Rotation .lines {
    width: 95%;
  }
  .qyry-content {
    margin-top: 45px;
  }
  .qyry-content .handleL {
    width: 100%;
  }
  .qyry-content .handleR {
    width: 100%;
    margin-top: 15px;
  }
  .qyry-content .mytops {
    flex-wrap: wrap;
  }
  .qyry-content .desc {
    margin-top: 35px;
  }
  .qyry-content .block {
    width: 46%;
  }
  .qyry-content .desc p {
    font-size: 14px;
    line-height: 25px;
    color: #666666;
  }
  .Rotation {
    margin-bottom: 50px;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .Rotation .lines {
    width: 95%;
  }
  .qyry-content {
    margin-top: 30px;
  }
  .qyry-content .handleL {
    width: 100%;
  }
  .qyry-content .handleR {
    width: 100%;
    margin-top: 15px;
  }
  .qyry-content .mytops {
    flex-wrap: wrap;
  }
  .qyry-content .desc {
    margin-top: 35px;
  }
  .qyry-content .block {
    width: 46%;
  }
  .qyry-content .desc p {
    font-size: 12px;
    line-height: 25px;
    color: #666666;
  }
  .qyry-content .block {
    width: 66%;
    font-size: 15px;
  }
  .Rotation .area {
    margin-top: 50px;
  }
  .Rotation .time > span::before {
    position: absolute;
    top: -27px;
    left: -177%;
    font-size: 12px;
    color: #333333;
  }
  .Rotation {
    margin-bottom: 40px;
  }
  .content-bread .tabs {
    width: 100% !important;
  }
}
