/**!
 * 达州市公共资源二级页面--土地矿权
 * author: fxyue;
 * date:2019-04-29
 */
 /* 步骤 */
 .ewb-step{
   height: 240px;
 }
 .ewb-step-error{
   float: right;
   margin-right: 62px;
 }
 .ewb-error-left{
   float: left;
   width: 111px;
   height: 53px;
   background: url("../images/step_error_left.png") left top no-repeat
 }
 .ewb-error-txt{
   float: left;
   width: 63px;
   height: 18px;
   line-height: 18px;
   margin-top: 35px;
   text-align: center;
 }
 .ewb-error-right{
  float: left;
  width: 99px;
  height: 53px;
  background: url("../images/step_error_right.png") right top no-repeat
}
 /* 温馨提示 */
.ewb-tips{
  background-image: none;
  min-height: 139px;
}

/* 小屏 */
@media (max-width: 1199px) and (min-width: 980px) {
  
}

