.tabs {
  display: flex;
  border: 0.02rem solid rgba(0, 169, 253, 0.3);
  border-radius: 0.33rem;
  width: 8.44rem;
  margin: 0.59rem auto;
  height: 0.66rem;
}
.tabs .tab_item {
  user-select: none;
  cursor: pointer;
}
.tab_pane {
  display: none;
}
.tab_pane.active {
  display: block;
}
.tab_pane li img {
  margin-top: -0.2rem;
}
.tabs span {
  flex: 1;
  display: inline-block;
  background: linear-gradient(176deg, rgba(0, 214, 253, 0.3) 0%, rgba(0, 19, 255, 0.3) 100%);
  line-height: 0.66rem;
  text-align: center;
  color: #fff;
  font-size: 0.22rem;
}
.tabs span:first-child {
  border-radius: 0.33rem 0 0 0.33rem;
}
.tabs span:last-child {
  border-radius: 0 0.33rem 0.33rem 0;
}
.tabs span.active {
  background: linear-gradient(176deg, rgba(0, 214, 253, 1) 0%, rgba(0, 19, 255, 1) 100%);
}
.fyzsbot li {
  height: 2.41rem;
  /* width: 18.556%; */
  margin-bottom: 1.24rem;
  padding: 0.4rem 0 0 0;
}
.fyzsbot li:nth-child(4){
  margin-right: 0;
}
.fyzsbot li:nth-child(4)::before {
  display: none;
}
.fyzsbot li:nth-child(4)::after {
  display: none;
}
.fybg {
  padding: 1.3rem 0 1.45rem;
}
.fytdfn {
  margin-top: 1.3rem;
}
.fyzzyf {
  margin-top: 0.6rem;
}
.fyzzyfsub {
  padding-bottom: 0.91rem;
}
.fyyfbot {
  padding: 0;
}
.fyyfbotbox {
  display: flex;
}
.fyyfbotbox .fyyfbotbox_item {
  text-align: center;
  width: 4.8rem;
  height: 6.46rem;
  background: linear-gradient(to bottom,#2871FA 0%,#6717CD 100%);
  border-radius: 0.41rem;
  margin-left: 1.6rem;
}
.fyyfbotbox .fyyfbotbox_item img {
  width: 4.02rem;
  height: 3.9rem;
  margin: 0.91rem auto 0.4rem auto;
}
.fyyfbotbox .fyyfbotbox_item p {
  color: #fff;
  font-size: 0.28rem;
  margin-bottom: 0.71rem;
}
.fyyfbotbox .fyyfbotbox_item:hover {
  transform: translateY(-4%);
  -webkit-transform: translateY(-4%);
  -moz-transform: translateY(-4%);
  -ms-transform: translateY(-4%);
}
.transitionClass {
  transition:all 0.6s ease;
  -webkit-transition:all 0.6s ease;
  -moz-transition:all 0.6s ease;
  -ms-transition:all 0.6s ease;
}
.fyfnbot {
  width: 14.40rem;
  margin-top: 0.6rem;
}
.fyfnbotbox {
  display: flex;
  justify-content: space-around;
}
.fyfnbotbox .fyfnbotbox_item {
  width: 3.95rem;
  height: 4.86rem;
  position: relative;
  padding: 0.04rem;
  border-radius: 0.26rem;
  box-sizing: border-box;
}
.fyfnbotbox .fyfnbotbox_item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(165, 65, 255, 1);
  background: linear-gradient(to top, rgba(165, 65, 255, 0.5),rgba(63, 187, 254, 1));
  background-image: -moz-linear-gradient(to top, rgba(165, 65, 255, 0.5),rgba(63, 187, 254, 1));
  background-image: -webkit-linear-gradient(to top, rgba(165, 65, 255, 0.5),rgba(63, 187, 254, 1));
  border-radius: 0.26rem;
}
.fyfnbotbox .fyfnbotbox_item:hover::after {
  background-color: rgba(165, 65, 255, 1);
  background: linear-gradient(to bottom, rgba(165, 65, 255, 1),rgba(63, 187, 254, 1));
  background-image: -moz-linear-gradient(to bottom, rgba(165, 65, 255, 1),rgba(63, 187, 254, 1));
  background-image: -webkit-linear-gradient(to bottom, rgba(165, 65, 255, 1),rgba(63, 187, 254, 1));
}
.fyfnbotbox .fyfnbotbox_item .fyfnbotbox_isub {
  position: relative;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(88, 8, 251, 1) 0%, rgba(153, 41, 234, 1) 100%);
  width: 100%;
  height: 100%;
  border-radius: 0.26rem;
  padding-top: 0.65rem;
  box-sizing: border-box;
}
.fyfnbotbox .fyfnbotbox_item:hover .fyfnbotbox_isub {
  background: linear-gradient(to bottom, rgba(88, 8, 251, 1) 0%, rgba(153, 41, 234, 1) 100%);
}
.fyfnbotbox .fyfnbotbox_item .fyfnbotbox_isub .fyfnbotbox_item_title {
  font-size: 0.3rem;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0.4rem;
}
.fyfnbotbox_item_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.fyfnbotbox_item_content .fyfnbotbox_ic_item {
  width: 1.43rem;
  height: 0.73rem;
  padding: 0.03rem;
  position: relative;
  border-radius: 0.08rem;
  margin-bottom: 0.2rem;
}
.fyfnbotbox_item_content .fyfnbotbox_ic_item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(165, 65, 255, 1);
  background: linear-gradient(to bottom, rgba(165, 65, 255, 1), rgba(63, 187, 254, 1));
  background-image: -moz-linear-gradient(to bottom, rgba(165, 65, 255, 1), rgba(63, 187, 254, 1));
  background-image: -webkit-linear-gradient(to bottom, rgba(165, 65, 255, 1), rgba(63, 187, 254, 1));
  border-radius: 0.08rem;
}
.fyfnbotbox_item_content .fyfnbotbox_ici_sub {
  position: relative;
  z-index: 3;
  background: #280E5C;
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
  color: #FFF;
  text-align: center;
  line-height: 0.73rem;
  font-size: .18rem;
}
/* 弹出框 */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0,0,0,0.4);
  user-select: none;
}
.modal-content {
  user-select: none;
  background-color: #fefefe;
  margin: 10% auto;
  padding: 0;
  border: 0.01rem solid #888;
  width: 60%;
  position: relative;
  border-radius: 0.12rem;
}
.close {
  color: #aaa;
  float: right;
  font-size: 0.28rem;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* 适配 */
@media only screen and (max-width:750px) {
  .tabs {
    width: 6.44rem;
  }
  .fontsize20 {
    font-size: 0.2rem;
  }
  .fyzsbot li {
    width: 50%;
    height: 1.41rem;
    margin-bottom: 0;
    padding: 0.4rem 0;
    border-bottom: none;
  }
  .fyzsbot li p {
    margin: 0;
    padding-left: 1.3rem;
    line-height: 0;
    
  }
  .fyzsbot li img{
    margin-top: 0.2rem;
  }
  .modal-content{
    width: 100%;
    margin: 30% auto;
  }
  .fyyfbotbox .fyyfbotbox_item {
    text-align: center;
    width: 2.4rem;
    height: 3.23rem;
    background: linear-gradient(to bottom,#2871FA 0%,#6717CD 100%);
    border-radius: 0.20rem;
    margin-left: 0.65rem;
  }
  .fyyfbotbox .fyyfbotbox_item img {
    width: 2.01rem;
    height: 1.95rem;
    margin: 0.45rem auto 0.2rem auto;
  }
  .fyyfbotbox .fyyfbotbox_item p {
    color: #fff;
    font-size: 0.14rem;
    margin-bottom: 0.35rem;
  }

  .fyfnbot {
    width: 100%;
  }
  .fyfnbotbox .fyfnbotbox_item {
    width: 1.95rem;
    height: 7.86rem;
  }
}