::-webkit-input-placeholder { /* WebKit browsers */
color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #999;
} 
.feedback_wrapper .tab{padding-left:10px;}

.feedback_wrapper .feedback_main{width:690px;padding:16px 0 16px 10px;}
.feedback_wrapper .feedback_main>p{color:#333;font-size:14px;margin-bottom:14px;}
.feedback_wrapper .feedback_main form{width:690px;margin-top:16px;}
.feedback_main form .title{width:680px;height:36px;line-height: 36px;padding-left:10px;margin-bottom:18px;}
.feedback_main form .feedback_content{width:670px;height:110px;padding:10px;font-size:14px;resize: none;}
.feedback_main .submit_btn{
  display:block;
  width:92px;
  height:34px;
  line-height:34px;
  margin-top:20px;
  font-size:16px;
  text-align:center;
  color:#fff;
  background:rgba(1,143,217,1);
  border-radius:2px;
}
.feedback_main .submit_btn:hover{background:#006ba3;}
.feedback_wrapper .list_con{display:none;}
.feedback_wrapper .list_con .feedback_list{width:100%;}
.list_con .feedback_list tr{height:50px;line-height: 50px;cursor: pointer;}
.list_con .feedback_list tr td:first-child{padding-left:10px;}
.list_con .feedback_list .order_head{color:#018fd9;cursor: default;}

.list_con .feedback_list .order:hover{background:#f5f5f5;}
.feedback_list .order .order_title{display:inline-block;width:570px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.feedback_list .order .dealing{color:#ffac22;}
.feedback_list .order .replyed{color:#018fd9;}
.form3 {
  width: 715px;
  margin-bottom: 20px;
}
.formRight3{
  position: relative;
  margin-top: 19px;
}
.formRight3 .addFile {
  display: inline-block;
  width: 88px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #f8f8f8;
  border-radius: 2px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}

.formRight3 .file1 {
  cursor: pointer;
}

.formRight3>span {
  color: #999;
  margin-left: 20px;
  font-size: 12px;
}

.formRight3 ul {
  background: #f8f8f8;
}

.formRight3 ul li {
  position: relative;
  padding-left: 30px;
  height: 30px;
  font-size: 12px;
  background: url(/img/order/oneStop_upload.jpg) no-repeat 10px center;
}

.formRight3 ul li:first-child {
  margin-top: 15px;
}

.formRight3 li span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}

.formRight3 ul li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  color: #003888;
}

.formRight3 ul li a:hover {
  text-decoration: underline;
}

.formRight3 .attentionBox1 {
  left: 210px;
}
.file1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 88px;
  height: 32px;
  opacity: 0;
}
.textboxs{
  width:690px;
  height:181px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(153, 153, 153, 1);
  border-radius:2px;
}
.textboxs p{
  color: #999;
  font-size: 14px;
  float:right;
  margin-right: 20px;
  margin-top:20px;
} 
.addFile::before{
  content:" ";
  display: inline-block;
  margin-right: 5px;
  margin-left: -3px;
  width:2px;
  height:12px;
  background:rgba(1,143,217,1);
}