@media screen and (min-width: 769px) {
  .box {
    min-width: 1200px;
  }
  .box .Content .Title {
    position: relative;
    padding-bottom: 250px !important;
  }
  .box .Content .Title .Tips {
    width: 130%;
    height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    border-radius: 8px;
    background-color: #fff;
    align-items: center;
    padding: 0 10px 0 15px;
  }
  .box .Content .Title .Tips h2 {
    font-size: 18px;
    line-height: 18px;
    color: #ec1414;
    margin-right: 0.5%;
    font-family: 'SourceHanSerifCN';
    display: flex;
    align-items: center;
  }
  .box .Content .Title .Tips h2 img {
    margin-right: 5px;
  }
  .box .Content .Title .Tips .Swiper {
    flex: 1;
    height: 100%;
    overflow: hidden;
  }
  .box .Content .Title .Tips .Swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .Title .Tips .Swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .box .Content .Title .Tips .Swiper .swiper-wrapper .swiper-slide a {
    font-size: 15px;
    line-height: 24px;
    color: #333;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .box .Content .Title .Tips {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .box .Content .Title {
    position: relative;
    padding-bottom: 40vw;
  }
  .box .Content .Title .Tips {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    border-radius: 2.13333333vw;
    background-color: #fff;
    padding: 4vw 2.66666667vw;
  }
  .box .Content .Title .Tips h2 {
    height: 4.8vw;
    font-size: 4.53333333vw;
    line-height: 4.53333333vw;
    color: #ec1414;
    font-family: 'SourceHanSerifCN';
    display: flex;
    align-items: center;
    margin-bottom: 2.66666667vw;
  }
  .box .Content .Title .Tips h2 img {
    width: auto;
    height: 100%;
    margin-right: 1.33333333vw;
  }
  .box .Content .Title .Tips .Swiper {
    width: 100%;
    height: 18.66666667vw;
    overflow: hidden;
  }
  .box .Content .Title .Tips .Swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .Title .Tips .Swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .box .Content .Title .Tips .Swiper .swiper-wrapper .swiper-slide a {
    font-size: 3.73333333vw;
    line-height: 5.86666667vw;
    color: #333;
  }
}
