.sp {
  color: #707070;
  margin: 0 2px;
}
#headBox {
  background-color: #525255;
}
#navs a {
  color: #EBEBEB;
  font-size: 18px;
  line-height: 60px;
  display: inline-block;
  margin-left: 2em;
}
#navs a.active, #navs a:hover {
  text-decoration: none;
  color: #96E443;
}
/* container */
.container_er{
      height: 100%;
    overflow: hidden;
    padding: 2rem 0;

}
#processor {
    padding: 0;
    position: relative;
    margin: 0 auto;
}
#processor .processorBox{
display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    margin: 0;
}
#step1 {
  display: block;
}
.processorBox li {
    margin: 0 auto;
    width: 100%;
    padding: 0 2.5px;
    display: flex;
    justify-content: center;
    cursor: pointer; 
}
.step_inner {
background: #dadada36;
    width: 100%;
    margin: 0;
    padding: 15px 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 2px;
}
.step_line {
width: 88%;
    background: #4dab7e;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 6%;
    margin-top: -30px;
    z-index: 1;
}
.processorBox li .icon_step {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #4dab7e;
    position: relative;
    z-index: 2;
}

.processorBox h4 {
    color: #477a62;
    margin: 5px 0;
    font-size: 1.15rem;
    letter-spacing: -2px;
    font-weight: 400;
}

.processorBox .dat{
    background: #ffffff;
    padding: 1px 8px;
    border-radius: 2px;
}
.processorBox li.current{

}
.processorBox li.current .step_inner{
    background: #4dab7e;
}
.processorBox li.current .icon_step {
  background: #fff;
  color:#64BD2E;
}

.processorBox li.current h4 {
  color: #fff;
}
.processorBox li.current .dat{
      background: #ffffff;
}

.content {
margin: 2px 0 0 0;
    border: 3px #4dab7e8f dashed;
    padding: 1.5rem;
    background: #ffffffe8;
    box-shadow: rgb(0 0 0 / 0%) 0px 25px 20px -20px;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.content .boxlistr{
  overflow: hidden;
}
.content .boxlistr span{
font-size: 1rem;
    background: #b385a8;
    color: #fff;
    padding: 3px 10px;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 5px;
}
.content .boxlistr p{
    font-size: 1.14rem;
    margin: 0 0 5px 0;
    line-height: 120%;
    position: relative;
    padding: 0 0 0 1rem;

}
.content .boxlistr p::after{
content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 12px;
    background: #859ab3;
    left: 5px;
    top: 4px;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}

