@media screen and (min-width: 750px) {
  html {
    font-size: 75px!important;
  }
}
* {
  margin: 0;
  padding: 0;
}
body {
  width: 10rem;
  margin: 0 auto;
  background-color: #f4f4f4;
}
.rotation-map {
  width: 100%;
  margin: 0 auto;
}
.lbt {
  width: 100%;
  overflow: hidden;
}
.swiper {
  width: 100%;
}
.swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-timing-function: ease;
}
.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.swiper-pagination {
  position: absolute;
  right: 99px;
  bottom: 20px;
}
ul {
  list-style: none;
}
.top_list {
  width: 8.9333rem;
  margin: 0 auto;
  margin-top: 0.4667rem;
}
.top_list ul {
  display: flex;
  justify-content: space-between;
}
.top_list li {
  width: 1.8667rem;
  height: 1.8667rem;
  position: relative;
  background-color: #000;
  border-radius: 0.9333rem 0.9333rem 0.9333rem 0.0667rem;
}
.top_list img {
  width: 0.7467rem;
  margin: 0.3467rem 0.5333rem;
  margin-bottom: 0;
}
.top_list p {
  font-size: 0.2667rem;
  color: #fff;
  position: absolute;
  left: 0.2rem;
  bottom: 0.2rem;
}
.tlu li:nth-child(1) {
  background-image: linear-gradient(to top right, #ff9a2e, #dd8055);
}
.tlu li:nth-child(2) {
  background-image: linear-gradient(to top right, #da7f58, #b66283);
}
.tlu li:nth-child(3) {
  background-image: linear-gradient(to top right, #b66283, #9145ad);
}
.tlu li:nth-child(4) {
  background-image: linear-gradient(to top right, #9145ad, #722ed1);
}
.xian {
  width: 8.9333rem;
  margin: 0 auto;
  height: 0.1067rem;
  background-image: linear-gradient(to right, #FF9A2E, #722ED1);
  margin-top: 0.1067rem;
}
.cont {
  width: 9.4667rem;
  margin: 0 auto;
  margin-top: 0.3333rem;
  padding: 0.3333rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.3467rem;
}
#h1 {
  text-align: center;
  margin-top: 0.3733rem;
  font-size: 0.7467rem;
  color: transparent;
  -webkit-text-stroke-width: 0.04rem;
  -moz-text-stroke-width: 0.04rem;
  -webkit-text-stroke-color: #333;
  -moz-text-stroke-color: #333;
  letter-spacing: 0.16rem;
  text-shadow: 0.0267rem 0.0267rem #dd8055;
  font-weight: 1000;
}
.cont h1 {
  padding-left: 0.12rem;
  border-left: 0.7467rem solid #ff9a2e;
  font-size: 0.5067rem;
  height: 0.7467rem;
  line-height: 0.7467rem;
  border-bottom: 0.0133rem solid #ff9a2e;
}
.cont ul {
  margin-top: 0.5333rem;
}
.cont li {
  height: 3.3333rem;
  margin-bottom: 0.3333rem;
  position: relative;
}
.cont li .m {
  display: block;
  height: 3.3333rem;
}
.cont li .fm {
  width: 6.4rem;
  height: 3.3333rem;
  border-radius: 0.3333rem 0 0 0.3333rem;
}
.bh {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.8667rem;
  right: 0;
  background-image: linear-gradient(to left top, #D25F00, #792E00);
  border-radius: 50%;
}
.bh img {
  width: 1.0667rem;
  margin: 0.2667rem;
}
.bh h3 {
  font-size: 0.4rem;
  color: #fff;
  width: 1.0667rem;
  text-align: center;
  margin: 0 auto;
  padding-top: 0.24rem;
}
a {
  text-decoration: none;
}
