.tousu_content{
  width: 98%;
  margin: 0 auto;
}
.tousu_header{
  background-color: #666;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
}

.yuanyin{
  width: 100%;
}
.yuanyin ul li{
  height: 50px;
  line-height:50px;
  border-bottom: 1px #666 solid;
}

.divider {
  position: relative;
  margin-top: 30px;
  height: 30px; /* 分割线的高度 */
  border-top: 1px solid #ccc; /* 分割线的线条 */
}
 

.circle {
  position: absolute;
  top: 50%; /* 圆圈垂直居中 */
  left: 50%; /* 圆圈水平居中 */
  transform: translate(-50%, -50%); /* 使用transform来微调居中 */
  height: 20px; /* 圆圈的高度 */
  width: 20px; /* 圆圈的宽度 */
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 50%; /* 圆形的关键点 */
  margin-top: -15px;
}


.form{
  line-height: 50px;
}
