.spe_active2{border:2px solid #005152 !important}

.disease{background:linear-gradient(180deg, #f1f9f5, #f8f8f8);}
.disease_box{display:block}
.disease_ctt_box{display:flex;justify-content:space-between}


.crape2{margin-top:20px;display:flex;align-items:center;}
.crape2 p{font-size:20px;font-weight:bold;line-height:32px;color:#000}
.crape2 img{width:40px;display:block;margin-right:10px}

.step2{margin-top:120px;}
.step2 h4{text-align:center}
.step2 ul{margin-top:50px;display:flex;justify-content:space-between;}
.step2 ul li{width:23%}
.step2 ul li div{background: linear-gradient(45deg, black, #005152);padding: 25px 30px;position:relative}
.step2 ul li div:after{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:30px;height:30px;background:url(../page13/images/after_arrow.svg)no-repeat;display:block;content:"";opacity: 0.2;}
.step2 ul li:last-child div:after{display:none;}
.step2 ul li div span{color: #e6ffbd;font-weight: bold;display: Block;font-size: 22px; border-radius: 50px;}
.step2 ul li div p{color: #fff;margin-top: 4px;}
.step2 ul li img{width:100%;}

.step3{margin-top:120px;}
.step3 h4{text-align:center}
.step3 ul{margin-top:50px;display:flex;justify-content:space-between;}
.step3 ul li{width:31%;position:relative;}
.step3 ul li span{text-align: Center;display: block; padding: 12px 0;color: #fff;font-weight: 600;width: 80px;height: 80px;font-size: 20px;line-height: 80px;padding: 0;border-radius: 100%;position: absolute;top: 30px;right: 30px;}
.step3 ul li:nth-child(1) span{background: #b90505;}
.step3 ul li:nth-child(2) span{background: #003973;}
.step3 ul li:nth-child(3) span{background: #005152;}
.step3 ul li:nth-child(1) p b{color:#b90505}
.step3 ul li:nth-child(2) p b{color:#003973;}
.step3 ul li:nth-child(3) p b{color:#005152}
.step3 ul li p b{font-weight:bold;display:Block;margin-bottom:5px;font-size:22px;font-weight:bold;}
.step3 ul li p{padding:25px;position:relative;color:#555;}
.step3 ul li p:after{position:absolute;right:20px;top:30px;width:30px;height:30px;background:url(../page13/images/after_arrow.svg)no-repeat;display:block;content:"";opacity: 0.2;filter: invert(1);}
.step3 ul li:last-child p:after{display:none;}
.step3 ul li img{width:100%;}

@media screen and ( max-width:860px){
  .disease_btn{background:none;}
  .disease_btn a{background:#fff;}
  .disease_ctt_box{display:block;}
  
  .crape2{display:block;}
  .crape2 p {font-size: 15px;line-height: 25px;margin-top:5px;}
  
  .step2{margin-top:40px;}
  .step2 ul{margin-top:25px;flex-wrap:wrap}
  .step2 ul li div span{font-size:16px;}
  .step2 ul li{width:100%;}
  .step2 ul li div:after{transform: rotate(90deg);
    top: 35%;}
  
  .step3{margin-top:40px;}
  .step3 ul{margin-top:25px;flex-wrap:wrap;}
  .step3 ul li{width:100%}
  .step3 ul li p b{font-size:16px;}
  .step3 ul li span {width: 50px;height: 50px;font-size: 13px;line-height: 50px;top: 10px;right: 10px; }
  .step3 ul li p:after{transform: rotate(90deg);}
  
}