.coTable{
    width: 300px;
    height: 140px;

}
.coTable td{
    text-align: center;
}

.coTable a{
    font-size: 16px;
}

.coTable p{
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: justify;
}

.coTable img{
    width: 100px;
    height: 100px;
}

.coP{
    line-height: 25px;
    font-size:var(--my-fontsize);
    margin-right: 40px;
    letter-spacing: 2px;
    text-align: justify;
}

.introTable p{
    line-height: 25px;
    font-size:var(--my-fontsize);
    margin-right: 40px;
    letter-spacing: 2px;
    text-align: justify;
}

.introTable a{
    font-size: 20px;
}

.coRadio {
    appearance: none;
  
    border-radius: 50%;
    width: 16px;
    height: 16px;
  
    border: 2px solid #5cb08d;
    transition: 0.1s all linear;
    margin-right: 2px;
  
    position: relative;
    top: 1px;
  }
  
  .coRadio:checked {
    border: 6px solid #5cb08d;
  }

  .coBackgroundImg{
    background-image: url(../images/产品/产品转化流程.png);
    background-size: cover;
    width: 90%;
    margin-left: 8%;
    height: 1770px;
  }

  .coBackgroundImg p{
    width: 95%;
    line-height: 25px;
    font-size:var(--my-fontsize);
    letter-spacing: 2px;
    margin: 10px;
    text-align: justify;
    color: #5cb08d;
  }

  .coBlankInterval{
    height: 47px;
  }