.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.no-data {
  margin: 50px 0;
  padding: 50px 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.no-data img {
  width: 240px;
  height: 180px;
  margin-bottom: 30px;
}
.no-data p {
  font-size: 20px;
  color: #8e8483;
}

.breadcrumb{
  background-color: #fff;
}

.wrap {
  background-color: #fff;
  height: auto;
  padding-top: 20px;
  padding-bottom:20px;
}
.wrap .content {
  width: 1400px;
  margin: 0 auto;
}

.wrap .content h1{
  font-size: 24px;
  margin: 0 0 15px;
}

.wrap .content p{
  margin: 0 0 18px;
  font-size: 14px;
  color:#666666;
}

.wrap .content .subox{
  display: inline-block;
  width:100%;
}

.wrap .content .subox .tips{
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.wrap .content .subox .form-group{
  display: inline-block;
  width:100%;
  margin-bottom: 15px;

  font-size: 14px;
  font-family: Karla, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #666666;
  line-height: 1.375;
}

.wrap .content .subox .form-group .control-label{
  font-size:14px;
  font-weight:bold;
  text-align: left;
  margin-bottom: 0;
  padding-top: 9px;
}

.wrap .content .subox .form-group .col-sm-2{
  display: inline-block;
  width:11%;
}

.wrap .content .subox .form-group .col-sm-10{
  display: inline-block;
  width:40%;
}

.wrap .content .subox .form-group .required:before{
  content: '* ';
  color: #f00;
  font-weight: bold;
}

.wrap .content .subox .form-group .col-sm-10 .form-control{
  display: block;
  width: 90%;
  padding: 8px 13px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}

.wrap .content .subox .form-group .buttons{
  display: inline-block;
  width:10%;
}


.wrap .content .subox .form-group .buttons .btn-primary,.wrap .content .subox .form-group .btn-primary{
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 8px 13px;
  font-size: 13px;
  line-height: 1.428571429;
  border-radius: 3px;

  color: #fff;
  background-color: #e1251b;
  border-color: #e1251b;
}

.fl{
  float:left;
}


.wrap .content .notify{
  font-size: 24px;
  margin: 0 0 15px;
  text-align: center;
}

.wrap .content .subox .block-form{
  display: inline-block;
  width:100%;
  text-align: center;
}
