 

/* 基础框架 */
.complaintadd-dialog {
  height: auto;
  min-height: 400rem;
}
.complaintadd-dialog .el-dialog__header {
  padding: 0;
}

.complaintadd-dialog .el-dialog__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: atuo;
  width: 100%;

  height: 100%;
  padding: 0;
}
.complaintadd-dialog .el-dialog__headerbtn {
  display: block;
  top:10rem;
  right: 20rem;
}
 

.complaintadd-dialog .el-dialog__footer {
  display: block;
  background-color: #eef3fa;
}

.el-dialog__footer .dialog-footer {
  text-align: right;
}
.el-dialog__headerbtn {
  /* display: block; */
}
.complaintadd-dialog .dialog-footer {
  display: block;
}

.complaintadd_tip {
  margin-bottom: 20rem;
}
.complaintadd_box textarea {
  height: 200rem;
}
.complaintadd-dialog .el-dialog__header{
  padding: 10rem 0rem;
  background-color: #ebf0f8;
}




/* 基础样式 */
.complaintaddcon {
  background-color: #58597A;
  padding: 40rem 40rem 20rem 40rem;
  display: flex;
  width: 100%;
  height: 100%;
  /* flex-flow: row nowrap;
  justify-content: space-between;
  align-items: start; */
  border-radius: 10rem 10rem 0 0;
  position: relative;
}


/* keyword列表 */
 
 
 


.core_dialogue {
}

.keyworddetai_main_in .keywordrq_msg_r {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
}
.keyworddetai_main_in .keywordrq_msg_r .keywordrq_msg_r_collect {
  color: rgb(187, 24, 24);
}
 
.tishi{
  font-size: 12rem;
  color: #888;
  line-height: 1.5em;
  
}

.el-upload-list--picture-card .el-upload-list__item-thumbnail{
  width: 100%;
  height: auto;
}
.complaintaddcon .choserizhi{
  height: 32rem;
  line-height: 32rem;
  font-size: 13rem;
  font-weight: normal;
  padding: 0 15rem;
  margin: 0rem;
  border: 0rem;
  background: #444567;
  margin-top: 10rem;
  color: #bebfdc;
  border-radius: 10rem;

}

.complaintaddcon .el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5rem 15rem;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #bebfdc;
  background-color: #444567;
  background-image: none;
  border: 0rem solid #7475a1;
  border-radius: 4rem;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}