@charset "UTF-8";
/**!
 * 征求意见
 * date:2022-08-03
 * author: fxyue;
 */
.column-tt {
  line-height: 24px;
  font-weight: 500;
}

.advice {
  padding: 18px 20px 50px;
  background: #FFFFFF;
  border: 1px solid #ECEBEB;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.advice-bd {
  padding-top: 36px;
}

.advice-list {
  margin-bottom: 12px;
  position: relative;
}

.advice-list.current {
  margin-bottom: 32px;
}

.advice-list.current > .error {
  display: block;
}

.advice-label {
  float: left;
  width: 235px;
  text-align: right;
  line-height: 36px;
}

.advice-label > i {
  color: #FF0004;
  margin-right: 2px;
  font-style: normal;
}

.advice-input {
  float: left;
  height: 36px;
  line-height: 34px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  width: 260px;
  text-indent: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
}

.advice-textarea {
  width: 800px;
  height: 181px;
  resize: none;
}

.advice-code {
  float: left;
  margin-left: 10px;
  height: 36px;
  width: 78px;
}

.advice-code > img {
  display: block;
  width: 100%;
  height: 100%;
}

.advice-box {
  margin-top: 50px;
  font-size: 0;
  text-align: center;
}

.advice-btn {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 36px;
  line-height: 36px;
  border-radius: 2px;
  font-size: 15px;
  letter-spacing: 0.04px;
  margin: 0 20px;
  cursor: pointer;
}

.advice-btn.send {
  color: #fff;
  background: #DF2720;
}

.advice-btn.reset {
  color: #333;
  background: #ECEBEB;
}

.advice-btn:hover {
  color: #fff;
  background: #BE0003;
}

.advice-success {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 15px;
  line-height: 46px;
  letter-spacing: 0.04px;
  color: #FFFFFF;
  width: 210px;
  height: 46px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  text-align: center;
}

.error {
  position: absolute;
  padding-left: 25px;
  background: url("../images/advice/error_icon.png") left center no-repeat;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.04px;
  color: #F00;
  top: 100%;
  left: 235px;
  display: none;
}
