@charset "utf-8";
/* CSS Document */

/*意见反馈-Start*/
.feed_back_box{
  border-radius:5px;
  box-shadow:0 0 20px 3px rgba(0,0,0,0.2);
}

.feed_back_box h1{
  font-size:18px;
  line-height:78px;
  padding:0 30px;
  border-bottom:#00a3ee 1px solid;
}

.feed_back_text{
  overflow:hidden;
  padding:20px 30px 30px 30px;
}

.feed_back_text label{
  font-size:14px;
  line-height:44px;
  margin-bottom:0;
}

.feed_back_text input{
  font-size:14px;
  padding:11px 10px;
  border-radius:5px;
  border:#bbb 1px solid;
}

.feed_back_text select{
  font-size:14px;
  line-height:44px;
  min-height:44px;
  border-radius:5px;
  border:#bbb 1px solid;
  position: absolute;
  z-index: 1;
}

.feed_back_text optgroup{
  font-size:14px;
  line-height:36px;
}

.feed_back_text option{
  font-size:14px;
}

.feed_back_text textarea{
  font-size:14px;
  line-height:24px;
  min-height:150px !important;
  border-radius:5px;
  border:#bbb 1px solid;
}

input[type=file].form_control{
  height:inherit;
}

.feed_back_img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.feed_back_submit input{
  border:none;
  transition: all 500ms ease;
}
/*意见反馈-End*/