.f-item-row:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

.f-item-row {
  padding:12px 20px 12px 180px;
  border-radius: 4px;
  
}
.f-item-label {
  float: left;
  width: 170px;
  margin-left: -180px;
  text-align: right;
  height: 32px;
  line-height: 32px;
  
}
.f-item-label .need-tip {
  color: #f57676;
}
.f-item-row  .f-item-cell {
  float: left;
  width: 100%;
  
}
.f-input-text {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  height: 24px;
  line-height: 24px;
  width: 312px;
  padding: 3px;
  box-sizing: border-box;
}
.f-select {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  line-height: 24px;
  width: 312px;
  padding: 3px;
  height: 32px;
}
.f-input-text,.f-select {
  border: 1px solid #d6d6d6;
}
.f-chekbox-radio {
  border: 1px solid #d6d6d6;
  width: 16px;
  height: 16px;
}
.f-r-c-label {
  margin-right: 16px;
  line-height: 27px;
  display: inline-block;
  margin-top: 5px;
}
.f-r-c-label input{
  margin-right: 4px;
}
.f-item-row  [disabled] {
  background: #fff;
  cursor:no-drop;
}
.f-item-row  ::-webkit-input-placeholder{
  color:#ebebeb;
}
.f-item-row  ::-moz-placeholder {
  color:#ebebeb;
}
.f-item-row  :-ms-input-placeholder {
  color:#ebebeb;
}
.area-select {
  width: 120px;
}
.area-input-text {
  width: 200px;
}
.mrt {
  margin-right: 16px;
}
.valid-code {
  line-height: 32px;
}
.sub-btn, .sub-btn[disabled] {
  background: #4CA0F2;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  border:0 none;
  color: #fff;
  padding: 0 10px;
  cursor: pointer;
}
.sub-btn[disabled] {
  cursor:no-drop;
}