.Thead {
  background-color: #f5f5f5;
  margin: 20px 0;
}

.Thead table {
  width: 100%;
  table-layout: fixed;
}

.Thead table tr th {
  height: 46px;
  font-size: 14px;
  text-align: left;
}

.Thead table tr th .Checkbox {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  margin-right: 10px;
}

.Thead table tr th b {
  font-size: 12px;
  font-weight: 400;
  color: #fc3222;
  font-family: verdana;
  margin-right: 5px;
}

.inquiry-table table {
  width: 100%;
  table-layout: fixed
}

.inquiry-table table tr td {
  padding: 10px 0;
  vertical-align: top
}

.inquiry-table table tr td .Input {
  width: 100%;
  margin-left: 0 !important
}

.inquiry-table table tr td .jqueryupload {
  width: 100% !important
}

.inquiry-table table tr td .jqueryupload .jqueryuploadbtnBox {
  max-width: 100%
}

.inquiry-table table tr td .upfile {
  text-align: left;
  width: 100%
}

.inquiry-table table tr td .upfile li {
  position: relative;
  padding-right: 20px;
  height: 18px;
  line-height: 18px
}

.inquiry-table table tr td .upfile li a {
  position: absolute;
  right: 0;
  top: 0
}

.inquiry-table table tr td .upfile li span {
  white-space: nowrap;
  overflow: hidden;
  display: block
}

.inquiry-table table tr td .reduce {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 11px;
  border-radius: 50%;
  background-color: #cfcfcf;
  color: #fff;
  position: relative;
}

.inquiry-table table tr td .reduce i {
  font-size: 12px;
  width: 8px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
}

.inquiry-table table tr td .upload__btn {
  display: inline-block;
  width: 80px;
  height: 36px;
  border: 1px dashed #4385f5;
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
}

.inquiry-table table tr td .upload__btn label {
  font-size: 14px;
  color: #4385f5;
  line-height: 36px;
  cursor: pointer
}

.inquiry-table table tr td .upload__btn label i {
  font-size: 18px;
  vertical-align: top;
  display: inline-block;
  margin: 0 5px 0 0
}

.inquiry-table table tr td .upload__btn input {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
  height: 0
}

.inquiry-table table tr td .upload__btn:hover {
  background-color: #4385f5
}

.inquiry-table table tr td .upload__btn:hover label {
  color: #fff
}

.inquiry-table table tr td .add__btn {
  display: block;
  height: 36px;
  border: 1px dashed #4385f5;
  border-radius: 4px;
  text-align: center;
  color: #4385f5;
  line-height: 36px;
  box-sizing: border-box;
}

.inquiry-table table tr td .add__btn:hover {
  background-color: #4385f5;
  color: #fff
}

.inquiry-table table tr td:last-child .Input {
  text-align: center
}

/* 输入框 */
.input__text,
.page span input {
  padding: 9px 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
  font-size: 14px;
  transition: 0.3s;
  color: #bdbdbd;
  height: 36px;
  box-sizing: border-box;
}

.input__text::placeholder {
  color: #999
}

.input__text:invalid {
  border-color: #fc3222
}

.input__text:valid {
  border-color: #ddd
}

.input__text:focus {
  border-color: #4385f5;
  color: #333
}

.input__text[disabled="disabled"] {
  background-color: #ddd
}

/* 单选 */
.input__radio {
  line-height: 18px;
  font-size: 14px
}

.input__radio input {
  opacity: 0;
  width: 0px;
  height: 0px
}

.input__radio input:checked~label::before {
  transform: scale(1)
}

.input__radio input:checked~label {
  border: 2px solid #4385f5
}

.input__radio input~label::before {
  transform: scale(0)
}

.input__radio label {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #ddd;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  box-sizing: border-box;
}

.input__radio label:hover {
  background-color: #ddd;
  border: 2px solid #4385f5
}

.input__radio label::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #4385f5;
  border-radius: 50%;
  transform: scale(0);
  position: absolute;
  top: 3px;
  left: 3px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

/* 时间选择 */
.Date {
  position: relative;
}

.Date i {
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 16px;
  color: #999;
  z-index: 9;
}

/* 提示 */
i.iconwarning1 {
  color: #ffc001;
}

i.iconcancel {
  color: #f5222d;
}

i.iconcheck {
  color: #14905a;
}

/* 多行输入框 */
.Textarea textarea {
  padding: 9px 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  min-height: 124px;
}

.Textarea textarea:focus {
  border-color: #4385f5;
  color: #333
}


/* 多选 */
.input__checkbox {
  height: 18px;
  vertical-align: top;
  font-size: 0px;
  display: inline-block
}

.input__checkbox input {
  opacity: 0;
  width: 0px;
  height: 0px
}

.input__checkbox input:checked~label::after {
  transform: scale(1)
}

.input__checkbox input:checked~label::before {
  transform: scale(0)
}

.input__checkbox label {
  width: 14px;
  height: 14px;
  position: relative;
  display: inline-block;
  cursor: pointer
}

.input__checkbox label:hover::before {
  background-color: #ddd;
  border: 1px solid #4385f5
}

.input__checkbox label::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' fill='none' stroke-width='2px' stroke='white' stroke-linecap='round' viewBox='0 0 21 21'%3E%3Cpolyline points='5 10.75 8.5 14.25 16 6'%3E%3C/polyline%3E%3C/svg%3E");
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  border-color: #4385f5;
  background-color: #4385f5;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.input__checkbox label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: 0.2s;
  transform: scale(1);
  border: 1px solid #333;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 2px
}
/* 选择 */
.form-common dd .form-select {
  width: calc(100% + 10px);
}

.form-common dd .form-select .Select {
  width: 33.33%;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
}

.form-common dd .form-select .Select .select .industyClass {
  height: 36px;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
  width: 100%;
  font-size: 14px;
  line-height: 34px;
  padding-left: 11px
}

.form-common dd .form-select .Select .select i {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 12px;
  line-height: 1;
  color: #ababab;
  z-index: 9
}

.Select .select {
  position: relative;
  z-index: 99
}

.Select .select .select-top {
  height: 36px;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 2px;
  cursor: pointer
}

.Select .select .select-top p {
  font-size: 14px;
  line-height: 34px;
  padding-left: 14px;
  padding-right: 22px;
  height: 34px;
  overflow: hidden
}

.Select .select .select-top i {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 12px;
  line-height: 1;
  color: #ababab;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0)
}

.Select .select .select-top:hover {
  background-color: #f5f5f5
}

.Select .select .select-top.focus {
  background-color: #f5f5f5;
  border-radius: 2px 2px 0 0
}

.Select .select .select-top.focus i {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.Select .select .select-bot {
	position: absolute;
	bottom: 36px;
	left: 0;
	width: 100%;
	max-height: 255px;
	overflow-y: auto;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0 0 2px 2px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(31,45,61,0.1);
	display: none;
}

.Select .select .select-bot li {
  font-size: 14px;
  padding-left: 14px;
  line-height: 36px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.Select .select .select-bot li:hover {
  color: #fff;
  background-color: #4385f5;
  border-left: 1px solid #4385f5;
  border-right: 1px solid #4385f5;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.Select .select .select-bot li.check {
  background-color: #dddddd
}

.Select .select .select-bot li.check:hover {
  background-color: #4385f5;
  border-left: 1px solid #4385f5;
  border-right: 1px solid #4385f5;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.Select .select .select-bot.select-city {
  width: 320px;
  max-height: none
}

.Select .select .select-bot.select-city li {
  width: 25%;
  padding: 0;
  float: left;
  text-align: center;
  border: 0;
  line-height: 32px
}

.Select .select .select-bot.select-city li:hover {
  border: 0
}
