body {
  padding-top: 0.84rem;
  background-color: #fff;
}
.container {
  overflow: hidden;
}
.banner {
  box-shadow: 8px 12px 33.6px -7px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.banner .bannerImgBox {
  position: relative;
  display: flex;
  align-items: center;
  height: 5.4rem;
  background-size: cover;
  background-position: center;
}
.banner .textContent {
  width: 50%;
  padding-left: 1.8rem;
  color: #000;
}
.banner .textContent::after {
  display: block;
  content: "";
  background-color: rgba(255, 255, 255, 0.74);
  height: 1.1rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.banner .textContent h1 {
  font-size: 0.53rem;
}
.banner .textContent h2 {
  font-size: 0.21rem;
  font-weight: normal;
  margin-top: 0.2rem;
}
.banner .textContent .hr {
  width: 50%;
  height: 1px;
  margin: 0.25rem 0;
  background-color: #000;
}
.banner .textContent p {
  font-size: 0.16rem;
}
.banner .tag {
  display: flex;
  justify-content: center;
  margin: 0.5rem 0 0.4rem;
  font-weight: bold;
}
.banner .tag span {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background-color: #bfbfbf;
  font-size: 0.45rem;
  line-height: 1;
}
.banner .tag span.active {
  background-color: #fe3800;
}
.container1 {
  padding-top: 0.95rem;
  box-shadow: 8px 12px 33.6px -7px #00000014;
}
.container1 h2 {
  font-size: 0.48rem;
  text-align: center;
}
.container1 h3 {
  position: relative;
  width: 45%;
  height: 0.55rem;
  background-color: #fe3800;
  border-radius: 8px;
  color: #fff;
  line-height: 0.55rem;
  text-align: center;
  margin: 0.25rem auto 0.35rem;
  font-size: 0.28rem;
  font-weight: normal;
}
.container1 h3::after {
  position: absolute;
  bottom: -0.38rem;
  left: 50%;
  margin-left: -0.25rem;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.2rem solid #fe3800;
  border-bottom: 0.2rem solid transparent;
}
.container1 p {
  text-align: center;
  font-size: 0.2rem;
  padding: 0 0.2rem;
}
.container1 .imgBox {
  padding: 0.3rem 1.25rem 0.4rem;
}
.container1 .imgBox img {
  width: 100%;
}
.container1 .imgBox .title {
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
  background-color: #eee;
  padding: 0.2rem 0.1rem;
}
.container1 .imgBox table {
  width: 100%;
  border-left: 1px solid #c7c9c8;
  border-top: 1px solid #c7c9c8;
}
.container1 .imgBox table td {
  padding: 0.2rem 0.1rem;
  border-right: 1px solid #c7c9c8;
  border-bottom: 1px solid #c7c9c8;
}
.container1 .imgBox table p {
  font-size: 0.16rem;
}
.container1 .imgBox table em {
  font-weight: bold;
  font-style: normal;
  font-size: 0.2rem;
}
.container2 {
  padding-top: 0.64rem;
  box-shadow: 8px 12px 33.6px -7px #00000014;
}
.container2 h2 {
  font-size: 0.48rem;
  text-align: center;
}
.container2 > h3 {
  position: relative;
  width: 45%;
  height: 0.55rem;
  background-color: #fe3800;
  border-radius: 8px;
  color: #fff;
  line-height: 0.55rem;
  text-align: center;
  margin: 0.25rem auto 0.35rem;
  font-size: 0.28rem;
  font-weight: normal;
}
.container2 > h3::after {
  position: absolute;
  bottom: -0.38rem;
  left: 50%;
  margin-left: -0.25rem;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.2rem solid #fe3800;
  border-bottom: 0.2rem solid transparent;
}
.container2 .tabContainer {
  display: flex;
  margin-top: 0.55rem;
}
.container2 .tabContainer .content1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 24%;
  background-color: #fe3800;
  color: #fff;
  padding: 0 0.7rem;
  box-sizing: border-box;
}
.container2 .tabContainer .content1 h3 {
  font-weight: normal;
  font-size: 0.26rem;
}
.container2 .tabContainer .content1 .hr {
  height: 1px;
  background-color: #fff;
  width: 60%;
  margin: 0.3rem 0;
}
.container2 .tabContainer .content1 p {
  font-size: 0.16rem;
  line-height: 1.5;
}
.container2 .tabContainer .content2 {
  display: flex;
  flex-direction: column;
  width: 20%;
}
.container2 .tabContainer .content2 div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eaeaea;
  flex: 1;
  font-size: 0.24rem;
  color: #000;
  cursor: pointer;
}
.container2 .tabContainer .content2 div.active {
  background-color: #fff;
  color: #fe3800;
}
.container2 .tabContainer .content2 div.active p {
  padding-left: 0.25rem;
  border-left: 5px solid #fe3800;
}
.container2 .tabContainer .content3 {
  width: 36%;
  padding: 0.9rem 0;
  box-sizing: border-box;
  padding-left: 1.7rem;
  transition: all ease-in-out 0.5s;
}
.container2 .tabContainer .content3 ul {
  display: none;
}
.container2 .tabContainer .content3 ul:nth-of-type(2) li div {
  justify-content: center;
}
.container2 .tabContainer .content3 ul.active {
  display: block;
}
.container2 .tabContainer .content3 ul li {
  display: flex;
  margin-bottom: 0.85rem;
}
.container2 .tabContainer .content3 ul li:last-child {
  margin: 0;
}
.container2 .tabContainer .content3 ul li h3 {
  font-size: 0.44rem;
  color: #fe3800;
  line-height: 1.2;
}
.container2 .tabContainer .content3 ul li div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0.4rem;
  border-left: 2px solid #fe3800;
  margin-left: 0.4rem;
  font-size: 0.18rem;
  line-height: 1.5;
}
.container2 .tabContainer .content3 ul li div p:first-child {
  font-weight: bold;
}
.container3 {
  padding-top: 1rem;
}
.container3 h2 {
  width: 45%;
  text-align: center;
  margin: 0 auto;
  background-color: #ededed;
  font-size: 0.32rem;
  line-height: 1.5;
  margin-bottom: 0.7rem;
}
.container3 ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  box-shadow: 8px 12px 33.6px -7px #00000014;
}
.container3 ul li {
  display: flex;
  justify-content: space-between;
  width: 50%;
  height: 3.3rem;
  background-color: #fbfbfb;
}
.container3 ul li:hover .imgBox {
  width: 38%;
  background-position: center;
  background-size: cover;
}
.container3 ul li:hover .textContent p {
  padding: 0;
  border: none;
}
.container3 ul li:hover .textContent h3 {
  padding-left: 0.25rem;
  border-left: 2px solid #fe3800;
}
.container3 ul li .textContent {
  padding: 0.7rem 0.85rem 0.7rem 1.2rem;
}
.container3 ul li .textContent h3 {
  font-size: 0.35rem;
  margin-bottom: 0.45rem;
  transition: all ease-in-out 0.5s;
}
.container3 ul li .textContent p {
  padding-left: 0.45rem;
  border-left: 1px solid #fe3800;
  line-height: 2;
  transition: all ease-in-out 0.5s;
}
.container3 ul li .imgBox {
  transition: all ease-in-out 0.5s;
}
.container3 ul li .imgContent {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.container4 {
  position: relative;
}
.container4 > div {
  height: 8.92rem;
  background-size: cover;
  background-position: center;
}
.container4 > div h2 {
  font-size: 0.48rem;
  text-align: center;
  padding-top: 1.3rem;
}
.container4 > div > h3 {
  position: relative;
  width: 45%;
  height: 0.55rem;
  background-color: #fe3800;
  border-radius: 8px;
  color: #fff;
  line-height: 0.55rem;
  text-align: center;
  margin: 0.25rem auto 0.35rem;
  font-size: 0.28rem;
  font-weight: normal;
}
.container4 > div > h3::after {
  position: absolute;
  bottom: -0.38rem;
  left: 50%;
  margin-left: -0.25rem;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.2rem solid #fe3800;
  border-bottom: 0.2rem solid transparent;
}
.container4 .list {
  position: absolute;
  bottom: -4rem;
  height: 6rem;
  width: 66%;
  left: 17%;
  border-radius: 50%;
  background: linear-gradient(179.7deg, #a5cbff -73.62%, rgba(187, 237, 255, 0) 26.8%);
}
.container4 .list::after {
  display: block;
  content: "";
  position: absolute;
  left: -10%;
  bottom: -2.2rem;
  width: 120%;
  height: 8.5rem;
  border-radius: 50%;
  border: 3px solid #fe3800;
  background-color: transparent;
  clip-path: polygon(0 0, 100% 0, 100% 20%, 0 20%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 0 20%);
}
.container4 .list ul {
  position: absolute;
  width: 100%;
  display: grid;
  grid: auto-flow / 1fr 1fr 1fr 1fr 1fr;
  left: 0;
  top: -0.54rem;
  align-items: flex-end;
}
.container4 .list ul li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 6;
}
.container4 .list ul li .line {
  position: relative;
  height: 0.84rem;
  width: 2px;
  background-color: #fe3800;
  margin-top: 0.2rem;
}
.container4 .list ul li .line::after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  content: "";
  width: 0.26rem;
  height: 0.26rem;
  background-color: #fff;
  border: 5px solid #fe3800;
  bottom: -0.13rem;
  left: -0.13rem;
  border-radius: 50%;
  z-index: 6;
}
.container4 .list ul li:nth-of-type(1) {
  top: -48%;
}
.container4 .list ul li:nth-of-type(1) .title {
  background-color: #fe3800;
}
.container4 .list ul li:nth-of-type(5) {
  top: -48%;
}
.container4 .list ul li:nth-of-type(5) .title {
  background-color: #fe3800;
}
.container4 .list ul li:nth-of-type(2) {
  top: -83%;
}
.container4 .list ul li:nth-of-type(2) .title {
  background-color: #ffbd00;
}
.container4 .list ul li:nth-of-type(4) {
  top: -83%;
}
.container4 .list ul li:nth-of-type(4) .title {
  background-color: #ffbd00;
}
.container4 .list ul li:nth-of-type(3) {
  top: -93%;
}
.container4 .list ul li:nth-of-type(3) .title {
  background-color: #ff9d00;
}
.container4 .list ul li p {
  font-size: 0.16rem;
}
.container4 .list ul .title {
  width: 1.67rem;
  border-radius: 0.35rem;
  color: #fff;
  margin-bottom: 0.1rem;
  padding: 0.1rem 0.1rem;
}
.container4 .list ul .title h3 {
  font-size: 0.16rem;
  font-weight: normal;
  text-align: center;
}
.container5 {
  position: relative;
}
.container5::after {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0.3rem;
  background-color: rgba(246, 246, 246, 0.56);
}
.container5 img {
  position: relative;
  width: 100%;
}
.container6 h2 {
  font-size: 0.48rem;
  text-align: center;
  padding-top: 1.3rem;
}
.container6 > h3 {
  position: relative;
  width: 45%;
  height: 0.55rem;
  background-color: #fe3800;
  border-radius: 8px;
  color: #fff;
  line-height: 0.55rem;
  text-align: center;
  margin: 0.25rem auto 0.35rem;
  font-size: 0.28rem;
  font-weight: normal;
}
.container6 > h3::after {
  position: absolute;
  bottom: -0.38rem;
  left: 50%;
  margin-left: -0.25rem;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.2rem solid #fe3800;
  border-bottom: 0.2rem solid transparent;
}
.container6 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}
.container6 ul li {
  position: relative;
  width: 50%;
  box-sizing: border-box;
}
.container6 ul li:hover::after {
  background-color: #fe3800 !important;
}
.container6 ul li:hover h3 {
  color: #fe3800;
}
.container6 ul li:hover h3 span {
  background-color: #fe3800;
}
.container6 ul li > div {
  margin: 0.9rem 1.25rem 1.85rem;
}
.container6 ul li::after {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  content: "";
  height: 1rem;
}
.container6 ul li:nth-child(2n + 1) {
  background-color: #f3f3f3;
}
.container6 ul li:nth-child(2n + 1)::after {
  background-color: rgba(224, 224, 224, 0.54);
}
.container6 ul li:nth-child(2n)::after {
  background-color: #f3f3f3;
}
.container6 ul li h3 {
  font-size: 0.36rem;
  margin-bottom: 0.55rem;
}
.container6 ul li h3 span {
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  background-color: #666666;
  color: #fff;
  margin-right: 0.15rem;
  text-align: center;
  line-height: 0.52rem;
  border-radius: 50%;
}
.container6 ul li p {
  position: relative;
  padding-left: 0.4rem;
  line-height: 2;
}
.container6 ul li p::before {
  position: absolute;
  left: 0;
  top: 0.1rem;
  display: block;
  content: "";
  height: 50%;
  width: 2px;
  background-color: #fe3800;
}
.container7 .title {
  position: relative;
  padding-bottom: 1.5rem;
}
.container7 .title .titleContent {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2.78rem;
  bottom: 0;
  left: 0;
  background-color: rgba(246, 246, 246, 0.68);
}
.container7 .title .titleContent h2 {
  font-size: 0.48rem;
  text-align: center;
  padding-top: 0.8rem;
}
.container7 .title .titleContent > h3 {
  position: relative;
  width: 45%;
  height: 0.55rem;
  background-color: #fe3800;
  border-radius: 8px;
  color: #fff;
  line-height: 0.55rem;
  text-align: center;
  margin: 0.25rem auto 0.35rem;
  font-size: 0.28rem;
  font-weight: normal;
}
.container7 .title .titleContent > h3::after {
  position: absolute;
  bottom: -0.38rem;
  left: 50%;
  margin-left: -0.25rem;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.2rem solid #fe3800;
  border-bottom: 0.2rem solid transparent;
}
.container7 .title img {
  width: 100%;
}
.container7 .mainContent {
  display: flex;
  justify-content: center;
  padding: 0.85rem 0 1.2rem;
}
.container7 .mainContent .content {
  position: relative;
  width: 4.96rem;
  height: 4.96rem;
  border: 1px solid #00000036;
  border-radius: 50%;
  z-index: 1;
}
.container7 .mainContent .content::before {
  position: absolute;
  display: block;
  content: "";
  width: 4rem;
  height: 4rem;
  background-color: #ffeadd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  left: 0.48rem;
  top: 0.48rem;
}
.container7 .mainContent .content::after {
  position: absolute;
  display: block;
  content: "";
  width: 2.88rem;
  height: 2.88rem;
  background-color: #ff8d3d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 1.04rem;
  top: 1.04rem;
  z-index: 3;
}
.container7 .mainContent .content .contentTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 2.88rem;
  height: 2.88rem;
  box-sizing: border-box;
  color: #fff;
  padding: 0 0.4rem;
  z-index: 4;
  left: 1.04rem;
  top: 1.04rem;
}
.container7 .mainContent .content .contentTitle h3 {
  font-size: 0.32rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0.1rem;
}
.container7 .mainContent .content .contentTitle p {
  font-size: 0.16rem;
  text-align: center;
}
.container7 .mainContent .content ul {
  position: absolute;
  height: 100%;
  width: 100%;
  left: calc(50% - 0.37rem);
  z-index: 5;
}
.container7 .mainContent .content ul li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 2.11rem;
  transform-origin: left center;
  cursor: pointer;
}
.container7 .mainContent .content ul li:hover h3 {
  background-color: #fe3800;
}
.container7 .mainContent .content ul li:hover h4 {
  color: #fe3800;
}
.container7 .mainContent .content ul li:hover p {
  color: #fe3800;
}
.container7 .mainContent .content ul li > div {
  display: inline-flex;
  align-items: center;
}
.container7 .mainContent .content ul li > div > div {
  flex: 1;
}
.container7 .mainContent .content ul li h3 {
  width: 0.74rem;
  height: 0.74rem;
  background-color: #646464;
  border-radius: 50%;
  color: #fff;
  font-size: 0.4rem;
  text-align: center;
  line-height: 0.74rem;
}
.container7 .mainContent .content ul li h4 {
  font-size: 0.26rem;
}
.container7 .mainContent .content ul li p {
  font-size: 0.16rem;
}
.container7 .mainContent .content ul li:nth-of-type(1) {
  transform: translateX(calc(-50% + 0.37rem)) rotate(-125deg);
}
.container7 .mainContent .content ul li:nth-of-type(1) > div {
  transform: rotate(125deg);
  flex-direction: row-reverse;
}
.container7 .mainContent .content ul li:nth-of-type(1) > div h3 {
  margin-left: 0.2rem;
}
.container7 .mainContent .content ul li:nth-of-type(1) > div h4 {
  text-align: right;
}
.container7 .mainContent .content ul li:nth-of-type(2) {
  transform: translateX(calc(-50% + 0.37rem)) rotate(125deg);
}
.container7 .mainContent .content ul li:nth-of-type(2) > div {
  transform: rotate(-125deg);
  flex-direction: row-reverse;
}
.container7 .mainContent .content ul li:nth-of-type(2) > div h3 {
  margin-left: 0.2rem;
}
.container7 .mainContent .content ul li:nth-of-type(2) > div h4 {
  text-align: right;
}
.container7 .mainContent .content ul li:nth-of-type(3) {
  transform: translateX(calc(50% + 0.27rem)) rotate(-35deg);
}
.container7 .mainContent .content ul li:nth-of-type(3) > div {
  transform: rotate(35deg);
}
.container7 .mainContent .content ul li:nth-of-type(3) > div h3 {
  margin-right: 0.2rem;
}
.container7 .mainContent .content ul li:nth-of-type(4) {
  transform: translateX(calc(50% + 0.27rem)) rotate(50deg);
}
.container7 .mainContent .content ul li:nth-of-type(4) > div {
  transform: rotate(-50deg);
}
.container7 .mainContent .content ul li:nth-of-type(4) > div h3 {
  margin-right: 0.2rem;
}
@media screen and (max-width: 1000px) {
  .banner .textContent h1 {
    font-size: 0.4rem;
  }
  .banner .textContent {
    padding: 0 0.4rem;
    width: 100%;
    box-sizing: border-box;
    margin-top: -0.5rem;
  }
  .banner .tag span {
    font-size: 0.16rem;
  }
  .container1 .imgBox {
    padding: 0.3rem 0 0.4rem;
  }
  .banner .tag span {
    padding: 0.25rem 0.2rem;
  }
  .container2 .tabContainer {
    flex-direction: column;
  }
  .container2 .tabContainer .content1 {
    width: 100%;
    padding: 0.3rem 0.7rem;
  }
  .container2 .tabContainer .content2 {
    width: 100%;
    flex-direction: row;
  }
  .container2 .tabContainer .content2 div {
    padding: 0.3rem 0.1rem;
  }
  .container2 .tabContainer .content3 {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .container3 h2 {
    width: 90%;
  }
  .container3 ul {
    flex-direction: column;
  }
  .container3 ul li {
    width: 100%;
    height: auto;
  }
  .container3 ul li:nth-of-type(2) {
    height: 3.3rem;
  }
  .container3 ul li .textContent {
    padding: 0.5rem 0.2rem 0.5rem 0.2rem;
    flex: 1;
  }
  .container3 ul li:hover .imgBox {
    width: 40%;
  }
  .container4 > div {
    padding-bottom: 1rem;
    height: 10rem;
  }
  .container4 > div > h3 {
    width: 80%;
  }
  .container2 > h3 {
    width: 80%;
  }
  .container6 > h3 {
    width: 80%;
  }
  .container7 .title .titleContent > h3 {
    width: 80%;
  }
  .container4 .list {
    width: 30%;
    left: -1rem;
    top: 4rem;
    background: linear-gradient(270deg, #a5cbff -73.62%, rgba(187, 237, 255, 0) 80%);
  }
  .container4 .list::after {
    content: none;
  }
  .container4 .list ul {
    grid-template-columns: auto;
    top: 0;
    height: 100%;
    left: calc(-100% + 1rem);
    left: -0.4rem;
  }
  .container4 .list ul li {
    flex-direction: row;
    margin-top: auto !important;
    z-index: 9;
    top: 0 !important;
  }
  .container4 .list ul li:nth-of-type(1) {
    margin-left: 2rem;
  }
  .container4 .list ul li:nth-of-type(1) .line {
    left: -0.3rem;
  }
  .container4 .list ul li:nth-of-type(1) .title {
    margin-left: 0.52rem;
  }
  .container4 .list ul li:nth-of-type(5) {
    margin-left: 2rem;
  }
  .container4 .list ul li:nth-of-type(5) .line {
    left: -0.26rem;
  }
  .container4 .list ul li:nth-of-type(5) .title {
    margin-left: 0.52rem;
  }
  .container4 .list ul li:nth-of-type(2) {
    margin-left: 2.5rem;
  }
  .container4 .list ul li:nth-of-type(2) .line {
    left: -0.62rem;
  }
  .container4 .list ul li:nth-of-type(2) .title {
    margin-left: 0.2rem;
  }
  .container4 .list ul li:nth-of-type(4) {
    margin-left: 2.5rem;
  }
  .container4 .list ul li:nth-of-type(4) .line {
    left: -0.62rem;
  }
  .container4 .list ul li:nth-of-type(4) .title {
    margin-left: 0.2rem;
  }
  .container4 .list ul li:nth-of-type(3) {
    margin-left: 2.5rem;
  }
  .container4 .list ul li:nth-of-type(3) .line {
    left: -0.58rem;
  }
  .container4 .list ul li:nth-of-type(3) .title {
    margin-left: 0.24rem;
  }
  .container4 .list ul li .line {
    width: 0.84rem;
    height: 2px;
    position: absolute;
    margin-top: 0;
  }
  .container4 .list ul li .title {
    width: 2rem;
    margin-right: 0.2rem;
    padding: 10px;
  }
  .container6 ul li {
    width: 100%;
  }
  .container6 ul li > div {
    margin: 0.5rem 0.2rem 1rem;
  }
  .container6 ul li::after {
    height: 0.5rem;
  }
  .container7 .mainContent {
    padding-bottom: 3.2rem;
  }
  .container7 .mainContent .content {
    transform: scale(0.8);
    width: 4rem;
    height: 4rem;
  }
  .container7 .mainContent .content::before {
    width: 3.6rem;
    height: 3.6rem;
    left: 0.2rem;
    top: 0.2rem;
  }
  .container7 .mainContent .content::after {
    left: 0.56rem;
    top: 0.56rem;
  }
  .container7 .mainContent .content .contentTitle {
    left: 0.56rem;
    top: 0.56rem;
  }
  .container7 .mainContent .content ul li:nth-of-type(1) {
    transform: translateX(calc(-50% - 0.17rem));
  }
  .container7 .mainContent .content ul li:nth-of-type(1) > div {
    transform: none;
    flex-direction: column;
  }
  .container7 .mainContent .content ul li:nth-of-type(1) > div div {
    writing-mode: tb;
    margin-top: 0.2rem;
  }
  .container7 .mainContent .content ul li:nth-of-type(1) > div div h4 {
    text-align: left;
  }
  .container7 .mainContent .content ul li:nth-of-type(2) {
    transform: rotate(125deg);
  }
  .container7 .mainContent .content ul li:nth-of-type(2) > div {
    flex-direction: column;
    transform: rotate(-125deg) translate(-0.4rem, 1rem);
  }
  .container7 .mainContent .content ul li:nth-of-type(2) > div div {
    writing-mode: tb;
    margin-top: 0.2rem;
  }
  .container7 .mainContent .content ul li:nth-of-type(2) > div div h4 {
    text-align: left;
  }
  .container7 .mainContent .content ul li:nth-of-type(3) {
    transform: rotate(10deg);
  }
  .container7 .mainContent .content ul li:nth-of-type(3) > div {
    transform: rotate(-10deg) translate(0.8rem, 1.2rem);
    flex-direction: column;
  }
  .container7 .mainContent .content ul li:nth-of-type(3) > div div {
    writing-mode: tb;
    margin-top: 0.2rem;
  }
  .container7 .mainContent .content ul li:nth-of-type(3) > div div h4 {
    text-align: left;
  }
  .container7 .mainContent .content ul li:nth-of-type(4) {
    transform: rotate(10deg);
  }
  .container7 .mainContent .content ul li:nth-of-type(4) > div {
    transform: rotate(-10deg) translate(2rem, -0.3rem);
    flex-direction: column;
  }
  .container7 .mainContent .content ul li:nth-of-type(4) > div div {
    writing-mode: tb;
    margin-top: 0.2rem;
  }
  .container7 .mainContent .content ul li:nth-of-type(4) > div div h4 {
    text-align: left;
  }
  .container7 .mainContent .content ul li > div > div {
    flex: auto;
    height: 3.8rem;
  }
}
