﻿@charset "UTF-8";
/**!
 * 便民咨询
 * date:2021-11-06
 * author: wppei;
 */
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #666;
  font-size: 20px;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #666;
  font-size: 20px;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #666;
  font-size: 20px;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #666;
  font-size: 20px;
}

.consult {
  padding: 37px 129px 62px 150px;
  margin-bottom: 40px;
}

.consult-form {
  padding-bottom: 7px;
}

.consult-list {
  float: left;
  width: 100%;
  padding-right: 32px;
  margin-bottom: 29px;
}

.consult-list.whalf {
  width: 50%;
}

.consult-list.file {
  margin-top: -14px;
}

.consult-list.file .consult-label {
  margin-bottom: 21px;
  line-height: 29px;
  color: #666;
  font-size: 20px;
}

.consult-list.file .upload-btn {
  float: left;
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  background-color: #446dd1;
}

.consult-list.file .file-ul {
  float: left;
  margin-left: 10px;
}

.consult-list.file .file-list {
  float: left;
  max-width: 300px;
  min-width: 100px;
  margin-right: 15px;
}

.consult-list.file .close-file {
  float: right;
  width: 20px;
  height: 21px;
  margin-top: 7px;
  background: url("../images/file_close.png") no-repeat;
  cursor: pointer;
}

.consult-list.file .file-name {
  width: calc(100% - 30px);
  line-height: 35px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.consult-label {
  display: block;
  line-height: 54px;
  font-size: 24px;
  font-weight: 600;
}

.consult-red {
  padding-left: 5px;
  color: #f00;
}

.consult-input-box {
  display: block;
  width: 100%;
  height: 61px;
  padding: 0 28px;
  line-height: 59px;
  font-size: 20px;
  color: #333;
  border-radius: 10px;
  border: 1px solid #c3c3c3;
}

.consult-input-verify {
  float: left;
  width: 420px;
}

.consult-input .verify-btn {
  float: left;
  /*margin-left: 20px;*/
  width: 114px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #446dd1;
  font-size: 30px;
  font-weight: bold;
  background-color: #d4e7ff;
  border-radius: 10px;
}

.consult-input .ewb-sel {
  display: none;
  width: 100%;
  height: 61px;
  padding-left: 28px;
  border: 1px solid #c3c3c3;
}

.consult-input .chosen-container {
  width: 100%;
  height: 61px;
}

.consult-input .chosen-container-single .chosen-single {
  padding: 0 0 0 28px;
  height: 61px;
  border: 1px solid #c3c3c3;
  box-shadow: none;
  font-size: 20px;
  color: #666;
  border-radius: 10px;
}

.consult-input .chosen-container-single.chosen-container-active .chosen-single {
  color: #333;
}

.consult-input .chosen-container-single .chosen-default {
  color: #666;
}

.consult-input .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #c3c3c3;
  border-radius: 10px 10px 0 0;
}

.consult-input .chosen-container-single .chosen-single span {
  margin-right: 65px;
  height: 61px;
  line-height: 59px;
}

.consult-input .chosen-container-single .chosen-single div {
  width: 65px;
  padding: 0;
}

.consult-input .chosen-container-single .chosen-single div b {
  width: 65px;
  height: 59px;
  background: url("../images/sel_ico.png") left center no-repeat;
}

.consult-input .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/sel_ico_cur.png") left center no-repeat;
}

.consult-input .chosen-container-single .chosen-drop {
  top: 62px;
  border: 1px solid #c3c3c3;
  border-top: 0;
  border-radius: 0;
}

.consult-input .chosen-container .chosen-search {
  display: none;
}

.consult-input .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  color: #676767;
}

.consult-input .chosen-container .chosen-results li {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
}

.consult-input .chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #3a61c2;
}

.consult-textarea {
  height: 293px;
  padding: 10px 28px;
  line-height: 30px;
  outline: none;
  resize: none;
}

.consult-depart {
  position: relative;
}

.consult-depart .error {
  position: absolute;
  bottom: -22px;
}

.consult-btn {
  float: left;
  width: 160px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  color: #446dd1;
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  outline: none;
  background-color: #fff;
  cursor: pointer;
}

.consult-submit {
  margin-left: 20px;
  color: #fff;
  background-color: #446dd1;
  border-color: #446dd1;
}

.error {
  font-size: 16px;
  color: #f00;
}

@media (max-width: 979px) {
  .consult {
    padding-left: 30px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .consult {
    padding-left: 15px;
    padding-right: 15px;
  }
  .consult-input .ewb-sel {
    display: block;
    border-radius: 10px;
  }
  .consult-list {
    padding-right: 0;
  }
  .consult-list.whalf {
    width: 100%;
  }
  .consult-input-verify {
    width: 100%;
    max-width: 420px;
  }
  .consult-input .verify-btn {
    margin: 10px 0 0 0;
  }
  .consult-btn {
    max-width: 160px;
    width: calc(50% - 10px);
  }
}


body .upload-btn>div
{
  background-color: transparent!important;
}