body {
  background: #F9F9F9;
}



.body_fr {
  width: 10.33rem;
  margin-top: 0.64rem;
  margin-left: 0.37rem;
}

.body_fr .type_name {
  font-weight: 600;
  font-size: 0.36rem;
  color: #000000;
  text-align: center;
  margin-bottom: 0.71rem;
}






.type_piece {
  margin-bottom: 1.1rem;
}

.type_class {
  font-weight: bold;
  font-size: 0.3rem;
  color: #000000;
  margin-bottom: 0.4rem;
}






.dingzhi_top {
  width: 100%;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.4rem 0.25rem 0.4rem 0.25rem;
  box-sizing: border-box;
  margin-bottom: 1.1rem;
}

.dingzhi_top .type_content {
  font-weight: 400;
  font-size: 0.18rem;
  color: #2E2E2E;
  line-height: 0.3rem;
}

.step_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  padding-bottom: 0.89rem;
  box-sizing: border-box;
  background: url(../img/step_bg.png) bottom center no-repeat;
}

.step_top .step_li {
  cursor: pointer;
}

.step_top .step_li .step_li1 {
  width: 0.98rem;
  height: 0.98rem;
  background: rgba(255, 255, 255);
  border: 0.01rem solid #B3ADFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.step_top .step_li .step_li2 {
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(63, 56, 161, 0.15);
  border: 0.01rem solid #B3ADFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step_top .step_li .step_li3 {
  width: 0.64rem;
  height: 0.64rem;
  background: #3F38A1;
  box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(93, 140, 42, 0.22);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.18rem;
  box-sizing: border-box;
  overflow: hidden;
}

.step_top .step_li .step_li1:hover {
  background: #3F38A1;
}

.step_top .step_li .step_li1:hover .step_li2 {
  background: #fff;
}

.step_top .step_li .step_li1:hover .step_li3 {
  background: none;
  border: none;
  box-shadow: none;
}

.step_top .step_li .step_li1 .step_img2 {
  display: none;
}

.step_top .step_li .step_li1:hover .step_img1 {
  display: none;
}

.step_top .step_li .step_li1:hover .step_img2 {
  display: block;
}




.step_top .step_li .step_txt {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
  margin-top: 0.24rem;
}

.step_top .step_icon {
  width: 0.15rem;
  height: 0.15rem;
  margin-top: 0.38rem;
}

.step_bottom {
  display: flex;
  justify-content: center;
  margin-top: -0.13rem;
  margin-bottom: 0.7rem;
}

.step_bottom .stop_key {
  width: 0.92rem;
  height: 0.92rem;
  background: linear-gradient(to bottom, #8965F6, #4D40B2);
  border-radius: 50%;
  text-align: center;
  line-height: 0.92rem;
  font-weight: 300;
  font-size: 0.2rem;
  color: #FFFFFF;
  margin: 0 0.085rem;
}







.type_div {
  display: flex;
  justify-content: left;
  align-content: flex-start;
}

.type_div .type_li {
  width: 3.19rem;
  height: 3.06rem;
  border-radius: 0.2rem;
  border: 0.01rem solid #E5E5E5;
  padding: 0.28rem;
  box-sizing: border-box;
  margin-right: 0.38rem;
  transition: 0.5s;
  cursor: pointer;
}

.type_div .type_li:nth-child(3n) {
  margin-right: 0;
}

.type_div .type_li .type_icon {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0.26rem auto 0.3rem;
}

.type_div .type_li .type_icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  transition: 0.5s;
}

.type_div .type_li .type_title {
  font-weight: 600;
  font-size: 0.2rem;
  color: #070707;
  text-align: center;
  margin-bottom: 0.15rem;
}

.type_div .type_li .type_cont {
  font-weight: 400;
  font-size: 0.16rem;
  color: #676767;
  line-height: 0.25rem;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.type_div .type_li:hover {
  margin-top: -0.2rem;
  transition: 0.5s;
  box-shadow: 0rem 0rem 0.18rem 0.05rem rgba(0, 0, 0, 0.1);
}

.type_div .type_li:hover .type_icon img {
  transform: scaleX(-1);
  transition: 0.5s;
}




@media screen and (max-width: 1024px){
  .dingzhi_top .type_content{
      font-size: 0.22rem;
  }
  .type_div .type_li .type_cont{
      font-size: 0.22rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .step_top .step_li .step_txt{
      font-size: 0.22rem;
  }
  .dingzhi_top .type_content{
      font-size: 0.24rem;
  }
  .type_div .type_li .type_title{
      font-size: 0.24rem;
  }
  .type_div .type_li{
      padding: 0;
  }
    
}