body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  margin: 0;
}
.hidden {
  display: none !important;
}
.selectPickerWrapper * {
  box-sizing: border-box;
}
.selectPickerWrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-picker-search {
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: #666;
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 0 10px;
  font-size: 14px;
  cursor: pointer;
}
.select-picker-search-checked {
  position: relative;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 6px;
}
.select-picker-search-checked:after {
  border: 5px solid transparent;
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  top: 12.2px;
  border-top: 8px solid #666;
  right: 0;
}
.select-picker-options-wrp {
  display: none;
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
  background-color: #fff;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 999;
}
.select-picker-options-serch input {
  width: 160px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 12px 0 0 10px;
  padding-left: 8px;
}
.select-picker-options-serch input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.select-picker-options-list {
  width: 100%;
  padding: 8px 0;
}
.select-picker-options-list-item {
  width: 100%;
  line-height: 36px;
  cursor: pointer;
  padding: 0 12px;
}
.select-picker-options-list-item:hover {
  background: #ebf1f5;
}
.duihao {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: translateY(4px);
  margin-right: 6px;
}
.duihao-checked {
  background: #00a0ff;
  position: relative;
}
.duihao-checked:before, .duihao-checked::after {
  content: "";
  height: 10px;
  width: 2px;
  border-radius: 10px;
  display: block;
  background: white;
  position: absolute;
  top: 4px;
  left: 10px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.duihao-checked::before {
  height: 6px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  left: 5px;
}
.duihao-nocheck {
  border: 1px solid #ddd;
}
.form-control {
  width: 100%;
  height: 36px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-top: 15px;
  outline: none; padding-left: 10px;color: #666;    box-sizing: border-box;
}
.text-center {
  text-align: center;
}
.green { /* 按钮美化 */
  border-width: 0px; /* 边框宽度 */
  border-radius: 4px; /* 边框半径 */
  cursor: pointer; /* 鼠标移入按钮范围时出现手势 */
  outline: none; /* 不显示轮廓线 */
  font-size: 18px;
  font-family: YouSheBiaoTiHei;
  font-weight: 400;
  color: #FEFEFE;
  line-height: 25px;
  background: #17BF82;
  border-radius: 4px;
  padding: 5px 35px;
  border-color: #17BF82;
  ;
  margin: 25px;
}
.green:hover { /* 鼠标移入按钮范围时改变颜色 */
  background: #14855c;