.fzlc_a {
  padding-top: 1rem;
}

.fzlc_a .title_a {
  margin-bottom: 0.4rem;
}

.fzlc_a .box {
  height: 8rem;
  align-items: center;
  width: 7rem;
  margin: 0 auto;
  transition: 0.6s;
  overflow: hidden;
  position: relative;
}

.fzlc_a .box .img_a {
  width: 7rem;
  height: 8rem;
  position: relative;
  overflow: hidden;
  float: left;
}

.fzlc_a .box .img_a .bj {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.fzlc_a .box .img_a .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.fzlc_a .box .img_a .nav .item {
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

.fzlc_a .box .img_a .nav .item img {
  width: 50%;
  height: auto;
  display: block;
  overflow: hidden;
}

.fzlc_a .box .img_a .nav .item:nth-child(1) {
  bottom: 2.36rem;
  left: 2.06rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #007974;
  font-size: 0.24rem;
}

.fzlc_a .box .img_a .nav .item:nth-child(2) {
  bottom: 2.31rem;
  right: 1.9rem;
  width: 0.7rem;
  height: 0.7rem;
  background: #007974;
  font-size: 0.24rem;
}

.fzlc_a .box .img_a .nav .item:nth-child(3) {
  bottom: 2.87rem;
  left: 1.2rem;
  width: 0.84rem;
  height: 0.84rem;
  background: #007974;
  font-size: 0.3rem;
}

.fzlc_a .box .img_a .nav .item:nth-child(4) {
  bottom: 2.8rem;
  right: 1.13rem;
  width: 0.84rem;
  height: 0.84rem;
  background: #007974;
  font-size: 0.3rem;
}

.fzlc_a .box .img_a .nav .item:nth-child(5) {
  bottom: 3.76rem;
  left: 0.27rem;
  width: 1.18rem;
  height: 1.18rem;
  background: #DEB885;
  font-size: 0.4rem;
}

.fzlc_a .box .img_a .nav .item:nth-child(6) {
  bottom: 3.77rem;
  right: 0.22rem;
  width: 1.15rem;
  height: 1.15rem;
  background: #2C99A0;
  font-size: 0.4rem;
}

.fzlc_a .box .img_a .nav .item:nth-child(7) {
  top: 1.88rem;
  left: 0.65rem;
  width: 1.1rem;
  height: 1.1rem;
  background: #00A19C;
  font-size: 0.4rem;
}

.fzlc_a .box .img_a .nav .item:nth-child(8) {
  top: 1.9rem;
  right: 0.6rem;
  width: 1.06rem;
  height: 1.06rem;
  background: #DEB885;
  font-size: 0.4rem;
}

.fzlc_a .box .img_a .nav .item:nth-child(9) {
  top: 0.7rem;
  left: 1.45rem;
  width: 1.32rem;
  height: 1.32rem;
  background: #DEB885;
  font-size: 0.38rem;
}

.fzlc_a .box .img_a .nav .item:nth-child(10) {
  top: 0.72rem;
  right: 1.42rem;
  width: 1.26rem;
  height: 1.26rem;
  background: #007974;
  font-size: 0.38rem;
}

.fzlc_a .box .img_a .nav .item:nth-child(11) {
  top: 0.2rem;
  left: 2.85rem;
  width: 1.4rem;
  height: 1.4rem;
  background: #deb885;
  font-size: 0.38rem;
}

.fzlc_a .box .img_a .nav .item:nth-child(12) {
  top: 1.7rem;
  right: 2.7rem;
  width: 0.86rem;
  height: 0.86rem;
  background: #007974;
  font-size: 0.26rem;
}

.fzlc_a .box .text_a {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
}

.fzlc_a .box .text_a .item {
  display: none;
  height: 7.6rem;
  background: rgba(244, 244, 244, 0.85);
  border-radius: 0.15rem;
  overflow: auto;
  padding: 0.2rem 0.1rem;
  font-size: 0.24rem;
  color: #888888;
  line-height: 1.8;
  position: relative;
}

.fzlc_a .box .text_a .item .b1 {
  font-size: 0.34rem;
  color: #666;
  line-height: 2;
  text-align: center;
  font-weight: bold;
}

.fzlc_a .box .text_a .item .next {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: url(../images/icon/a12.png) center center no-repeat;
  background-size: 0.16rem auto;
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  cursor: pointer;
}