@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px !important;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif !important;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.v-top {
  height: 147px;
  background-color: #f6b26b;
  color: #fff;
  line-height: 2;
  text-align: center;
}

.v-top h3 {
  font-size: 24px;
  font-weight: bold;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.item {
  padding: 20px 30px;
}

.item-title {
  color: #e69138;
  font-size: 18px;
  padding: 10px 0;
}

.cb::before, .cb::after {
  display: block;
  clear: both;
  content: '';
}

.layui-form-radio div {
  font-size: 18px !important;
  color: #333 !important;
}

span.red {
  color: red;
}

.layui-form-radio > i:hover,
.layui-form-radioed > i {
  color: #1db9f1 !important;
}

.layui-textarea {
  resize: none !important;
}

.form-bottom {
  border-top: 1px solid #D2D2D2;
  width: 1140px;
  margin: 0 auto;
}

.show-message {
  font-size: 18px;
  color: #999999;
  text-align: center;
  line-height: 30px;
  padding: 10px 0;
}

.res-one {
  width: 45%;
  float: left;
}

.res-one:nth-of-type(2n) {
  float: right;
}

.layui-input-inline {
  width: 30%;
  float: left;
  margin-right: 5%;
}

.layui-input-inline:nth-of-type(3) {
  margin-right: 0;
}

.layui-form-select dl dd.layui-this {
  background-color: #1db9f1 !important;
}

.sub {
  appearance: none;
  background-color: #e69138;
  width: 250px;
  height: 42px;
  border: none;
  display: block;
  margin: 30px auto 0;
  color: #fff;
  transition: 0.5s;
  border-radius: 3px;
  cursor: pointer;
}

.sub:hover {
  background: #1db9f1;
}

#date_test {
  cursor: pointer;
}

body .layui-laydate .layui-this {
  background-color: #1db9f1 !important;
}
