.step_list li {
  width: 138px;
}

.step_list li .cricle .line,
.step_list li .cricle .blue_line {
  width: 160px;
}
.lr_wrap{
  padding: 20px 0;
}
.lr_wrap .row .col-3{
  width: 30%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: right;
  color: #666666;
}
.lr_wrap .row{
  position: relative;
  margin-bottom: 20px;
}
.lr_wrap .row input,
.lr_wrap .row select{
  width: 270px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dbdbdb;
  padding-left: 10px;
  color: #000;
}
.lr_wrap .row select{
  width: 284px;
  height: 34px;
}
.lr_wrap .row .error_info{
  left: 30%;
}
.holders{
  position: absolute;
  left: 32%;
  top: 9px;
  font-size: 13px;
  cursor: auto;
  color: #999;
  line-height: 13px;
}
.wrap_tit {
  line-height: 40px;
  padding-left: 20px;
  background: #eaf0fa;
  color: #246fde;
}
.cyxx_wrap{
  border: 1px solid #eaf0fa;
  min-height: 20px;
  margin-top: 20px;
  padding: 5px 0;
}
.cyxx_wrap .row{
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 0;
}
.cyxx_wrap .row .row_text{
  color: #666;
  line-height: 30px;
  
}
.cyxx_wrap .row input,
.cyxx_wrap .row select{
  width: 90%;
  margin-bottom: 10px;
}
.cyxx_wrap .row .error_info{
  top: 66px;
  left: 20px;
}
.cyxx_wrap .row .holders{
  left: 30px;
  top: 40px;
}
.cyxx_wrap .del_icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../images/del.png') no-repeat;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.cyxx_wrap .del_wrap {
	color: #9fc4f5;
  cursor: pointer;
  text-align: right;
  margin:0 10px 10px 0;
  width: 60px;
  float: right;
}
.wrap_tit .addicon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../images/addlist.png') no-repeat;
  margin-top: 12px;
  margin-right: 10px;
  cursor: pointer;
}
.cy_nextstep {
 text-align: center;
 margin: 30px 0 50px 0;
}
.cy_nextstep .btn{
  padding: 7px 0;
}
.cyr_table{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #5a5a5a;
  margin-top: 10px;
}
.cyr_table th, .cyr_table td {
  border: 1px solid #d4e7f5;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
  text-align: center;
}