/*common css*/
.stepPage{
  display:none;
  height:100%;
  margin-top: 30px;
}
.stepCont{
  width:100%;
}
.ystep-container {
  font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","Wenquanyi Micro Hei","Microsoft Yahei",Arial,sans-serif;
  display: inline-block;
  position: relative;
  color: #000;
/*  margin: 20px;*/
}
.ystep-container ul {
  list-style: none;
}
.ystep-container ul,.ystep-container li,.ystep-container p {
  margin: 0;
  padding: 0;
}

/*size css*/
.ystep-lg {
/*  width: 700px;*/
  width:100%;
  height: 60px;
  font-size: 18px;
/*  left: 15%;*/
  line-height: .3;
  margin-bottom: 120px;
}

/*large size css*/
.ystep-lg .ystep-container-steps {
  position: absolute;
  top: 2px;
  cursor: pointer;
  z-index: 1;
}
.ystep-lg li {
  float: left;
  width: 100px;
  /*height: 85px;*/
/*  margin-right: 100px;*/
margin-right: 0px;
  line-height: 20px;
    box-sizing: border-box;
   
}

.ystep-lg .ystep-progress {
  width: 600px;
  height: 3px;
  position: absolute;
  top: 34px;
  left: 15px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
   background: #C0C4CC;
}
.ystep-lg .ystep-progress-bar {
  width: 400px;
  height: 20px;
  background: #e4e4e4;
  display: inline-block;
  float: left;
}
.ystep-lg .ystep-progress-highlight {
  height: 20px;
    display: block;
}


/*blue css*/
.ystep-blue .ystep-step-done {
  color: green;
}
.ystep-blue .ystep-step-undone {
  color: #666666;
}
.ystep-blue .ystep-step-active {
  color: #C90000;
}
.ystep-blue .ystep-progress-highlight {
  background: #008000;
}
.no-events{
  pointer-events: none;
}
/*按钮样式*/

.ystep {
  padding: 20px;
  /*min-width: 1114px;*/
}
.step-button{
  position: relative;
  /*top: -85px;*/
}
.step-button button{
  margin: 15px;
}
.stepIcon{
        
}
.ystep-lg .ystep-step-done .stepIcon{
      border: 1px solid #008000;
            border-radius: 20px;
        width: 20px;
        height: 20px;
        display: block;
        text-align: center;
        margin-top: 22px;
        margin-left: 8px;
        color: transparent;
      background:#fff url(images/duihao.png) no-repeat 1px 4px;
      background-size: 80%;
}

.ystep-lg .ystep-step-undone .stepIcon{
      border: 1px solid #909399;
            border-radius: 20px;
        width: 20px;
        height: 20px;
        display: block;
        text-align: center;
        margin-top: 22px;
        margin-left: 8px;
        color:#909399;
        background: #fff;
      font-size: 14px;
      line-height: 19px;
}
.ystep-lg .ystep-step-active .stepIcon{
    border: 1px solid #C90000;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    margin-top: 22px;
    margin-left: 8px;
    color: #C90000;
    background: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: bolder;
}
 .ystep-container .descriptionHeader{
  margin-top: 5px;
  width: 14px;
  font-size: 14px;
  line-height: 16px;
  margin-left: 11px;
}
 .ystep-container .description{
  width: 70px;
  font-size: 12px;
  transform: rotate(90deg);
  text-align: left;
  margin-top: -48px;
   margin-left: 0; 
  line-height: 40px;
}



/*****************************竖向步骤条设置**************************/

.stepY .ystep-lg {
  width:160px;
  height: 60px;
  font-size: 18px;
  line-height: .3;
  float: left;
}
.stepY .pageCont{
    width: calc(100% - 210px);
   margin-left: 200px;
      margin-bottom: 20px;
}

.stepY .ystep-lg li {
  width: 150px;
  line-height: 18px;
  box-sizing: border-box;
   
}

.stepY .ystep-lg .ystep-progress {
  height: 400px;
  width: 2px;
  position: absolute;
  top: 34px;
  left: 17px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
   background: #C0C4CC;
}
.stepY .ystep-lg .ystep-progress-bar {
  width:20px;
  height:400px;
  background: #e4e4e4;
  display: inline-block;
  float: left;
}
.stepY .ystep-lg .ystep-progress-highlight {
  width: 20px;
    display: block;
}

 .stepY .ystep-container .descriptionHeader{
      width: 157px;
    margin-top: -18px;
    font-size: 16px;
    float: left;
    margin-left: 35px;
    text-align: left;
}
 .stepY .ystep-container .description{
    width: 120px;
    font-size: 14px;
    float: left;
     margin-left: 35px;
   margin-top:-5px;
   transform: rotate(0deg);
}

.clearfix:after{
　　　content:"";
　　　height:0;
　　　line-height:0;
　　　display:block;
　　　visibility:hidden;
　　　clear:both;
　}

