@keyframes circling {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes breathe {
  0% {
    filter: brightness(80%);
  }
  50% {
    filter: brightness(140%);
  }
  100% {
    filter: brightness(80%);
  }
}
.m-title {
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  font-size: 0.3rem;
  font-weight: normal;
  color: #000000;
  text-align: center;
}
.m-title .text {
  margin: auto;
  display: inline-block;
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.m-title .text:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 2px;
  background-color: #040929;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-150%, -50%);
}
.m-title .text::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 2px;
  background-color: #040929;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(150%, -50%);
}
.access-plan {
  background: #fff;
  text-shadow: none;
}
.access-plan .banner {
  position: relative;
  height: 3.1rem;
  overflow: hidden;
}
.access-plan .banner .banner_bgi {
  width: 7.5rem;
  height: auto;
  animation: breathe 3s linear infinite;
}
.access-plan .banner .banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.5rem;
  height: auto;
  transform: translate(-50%, -50%);
}
.access-plan .tap-box {
  display: flex;
  flex-wrap: nowrap;
  height: 1rem;
  background-color: #ececec;
}
.access-plan .tap-box .tap_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 100%;
  font-size: 0.3rem;
  color: #666666;
}
.access-plan .tap-box .tap_item_active {
  background-color: #202a67;
  font-size: 0.3rem;
  color: #fbdb7e;
}
.access-plan .tap_content {
  display: flex;
  width: fit-content;
  overflow: hidden;
  transition: margin-left 0.35s linear;
  padding-bottom: 0.6rem;
}
.access-plan .tap_content .content_0 {
  position: relative;
  width: 100vw;
}
.access-plan .tap_content .content_0 .access-plans {
  position: relative;
  padding-bottom: 0.6rem;
  text-align: center;
}
.access-plan .tap_content .content_0 .access-plans .center_line {
  margin-top: 0.3rem;
  width: 3rem;
  height: auto;
}
.access-plan .tap_content .content_0 .plan-item {
  position: absolute;
}
.access-plan .tap_content .content_0 .plan-item .item_pic {
  position: relative;
  margin: auto;
  width: 1.45rem;
  height: 1.45rem;
}
.access-plan .tap_content .content_0 .plan-item .item_pic .pic_bgi {
  width: 100%;
  height: 100%;
  animation: circling 5s linear infinite;
}
.access-plan .tap_content .content_0 .plan-item .item_pic .pic_icon {
  position: absolute;
  width: auto;
  height: 0.76rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.access-plan .tap_content .content_0 .plan-item .item_title {
  font-size: 0.28rem;
  color: #202a67;
}
.access-plan .tap_content .content_0 .plan-item .item_content {
  font-size: 0.24rem;
  color: #666666;
}
.access-plan .tap_content .content_0 .plan-item .item_content > a {
  text-shadow: none;
  color: #333;
  font-size: 0.24rem;
  text-decoration: underline;
  font-weight: normal;
}
.access-plan .tap_content .content_0 .item1 {
  top: 0;
  left: 0.75rem;
}
.access-plan .tap_content .content_0 .item2 {
  top: 3.5rem;
  right: 0.6rem;
}
.access-plan .tap_content .content_0 .item3 {
  bottom: 0;
  left: 0.55rem;
}
.access-plan .tap_content .content_1 {
  width: 100vw;
}
.access-plan .tap_content .content_1 .content-methods {
  padding: 0 0.44rem 0;
}
.access-plan .tap_content .content_1 .content-methods .methods-item {
  display: flex;
  align-items: center;
  padding: 0.23rem 0;
}
.access-plan .tap_content .content_1 .content-methods .methods-item .item-left {
  display: flex;
  align-items: center;
  width: 0.5rem;
}
.access-plan .tap_content .content_1 .content-methods .methods-item .item-left > img {
  width: 0.34rem;
  height: 0.34rem;
}
.access-plan .tap_content .content_1 .content-methods .methods-item .item-right {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 0.26rem;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
}
.access-plan .tap_content .content_1 .content-methods .methods-item .item-right a {
  display: inline-block;
  font-size: 0.26rem;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
}
.access-plan .tap_content .content_1 .content-methods .methods-item .item-right a + a {
  margin-left: 0.3rem;
}
.access-plan .tap_content .content_1 .content-methods .methods-item .item-right #numbers_box {
  margin: 0;
  font-size: 0.26rem;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
}
.access-plan .tap_content .content_1 .qrcode-title {
  padding: 0.67rem 0 0.51rem 0;
  font-size: 0.26rem;
  font-weight: normal;
  color: #262628;
  text-align: center;
}
.access-plan .tap_content .content_1 .qrcode-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.68rem;
}
.access-plan .tap_content .content_1 .qrcode-box .qrcode-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.access-plan .tap_content .content_1 .qrcode-box .qrcode-item .qrcode-img {
  width: 2.11rem;
  height: auto;
}
.access-plan .tap_content .content_1 .qrcode-box .qrcode-item .qrcode-desc {
  margin: 0.18rem 0 0 0;
  font-size: 0.26rem;
  font-weight: normal;
  color: #262628;
}
.access-plan .tap_content .content_1 .qrcode-box .qrcode-item + .qrcode-item {
  margin-left: 0.79rem;
}
.access-plan .map_location {
  display: none;
  margin: auto;
  padding-bottom: 1rem;
  width: 6.1rem;
}
.access-plan .map_location > iframe {
  width: 100%;
  height: 3.4rem;
}
