@import "../../assets/stylus/colorConfig"
.box{
  //margin-bottom 20px
  padding 22px 30px
  background #ffffff
  box-shadow 0 0 10px border_color
}
input-radio-p{
  margin-left 20px
}
.order_cell{
  //margin-top 46px
}
.o_t{
  display inline-block
  position relative
  margin 10px 0 30px
  font-weight bold
  font-size 24px
  color mainTitleColor
  .o-icon{
    position relative
    top -4px
    margin-left 5px
    cursor pointer
  }
  &:hover{
    .tool-tip{
      display block
    }
  }
  .tool-tip{
    display none
    width 420px
    left 130px
    top -30px
    font-size 12px
    em{
      font-style normal
    }
  }
}
.el-tip{
  padding-top 10px
  line-height 18px
  font-size 12px
  i{
    margin-right 5px
    font-size 12px
    color inherit
  }
}
.error-tip{
  position relative
  line-height 24px
  color red
}
.required{
  position absolute
  left -10px
  font-size 15px
  color red
}
.submitBtn{
  display inline-block
  width 346px
  font-size 16px
  color #ffffff
}
