.OrderDetail[data-v-d3b1fcce] {
  height: 100%;
  box-sizing: border-box;
}
.topbtn[data-v-d3b1fcce] {
  margin-bottom: 10px;
}
.topbtn .btn[data-v-d3b1fcce] {
  height: 28px;
  padding: 0 10px;
  color: #fff;
  background: #FF762A;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
}
.topbtn .btn2[data-v-d3b1fcce] {
  background: #FE40EE;
  cursor: inherit;
}
.item[data-v-d3b1fcce] {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
}
.bgGrey[data-v-d3b1fcce] {
  background: rgba(0, 0, 0, 0.05);
}
.mains[data-v-d3b1fcce] {
  height: calc(100% - 38px);
}
.mains h3[data-v-d3b1fcce] {
  font-size: 18px;
  color: #252627;
  margin-bottom: 10px;
}
.mains .left[data-v-d3b1fcce] {
  margin-right: 15px;
  flex: 1;
  height: 100%;
  overflow: auto;
}
.mains .top .title[data-v-d3b1fcce] {
  border-bottom: 1px solid #E1E8F0;
  margin-bottom: 20px;
}
.mains .top .title p[data-v-d3b1fcce] {
  color: #53565A;
  margin-bottom: 10px;
}
.mains .msg[data-v-d3b1fcce] {
  padding: 0px 10px 0px 0px;
  margin-bottom: 10px;
  font-size: 16px;
}
.mains .sitem[data-v-d3b1fcce] {
  padding: 8px 0;
}
.mains .sitem span[data-v-d3b1fcce] {
  flex-shrink: 0;
  width: 80px;
  color: #86888A;
  text-align: right;
}
.mains .sitem p[data-v-d3b1fcce] {
  flex: 1;
  color: #252627;
}
.mains .sitem .long[data-v-d3b1fcce] {
  width: 130px;
  text-align: right;
}
.mains .imgbox[data-v-d3b1fcce] .el-image {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.mains .imgbox img[data-v-d3b1fcce] {
  width: 80px;
  height: 80px;
  margin: 0 10px 5px 0;
  cursor: zoom-in;
}
.mains .files p[data-v-d3b1fcce] {
  margin: 0 0 10px;
}
.mains .files p span[data-v-d3b1fcce] {
  margin-left: 10px;
  color: #1880F7;
  cursor: pointer;
}
.mains .middle[data-v-d3b1fcce] {
  margin-top: 15px;
}
.mains .middle .hitem[data-v-d3b1fcce]:nth-of-type(odd) {
  background: #F7FAFD;
}
.mains .middle .hitem[data-v-d3b1fcce]:nth-of-type(even) {
  background: #f1f1f8;
}
.mains .middle .hitem[data-v-d3b1fcce] {
  padding: 10px;
  margin-top: 10px;
  border-radius: 10px;
}
.mains .middle .answer[data-v-d3b1fcce] {
  border-top: 1px dashed #ccc;
}
.mains .bottom[data-v-d3b1fcce] {
  margin-top: 15px;
}
.mains .bottom .tabs[data-v-d3b1fcce] {
  margin-bottom: 10px;
}
.mains .bottom .tabs h3[data-v-d3b1fcce] {
  padding: 6px 0;
  margin-right: 20px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
.mains .bottom .tabs .active[data-v-d3b1fcce] {
  color: #1880FF;
  border-bottom: 2px solid #1880ff;
}
.mains .bottom .files[data-v-d3b1fcce] {
  margin-top: 15px;
  flex-wrap: wrap;
}
.mains .bottom .files .file[data-v-d3b1fcce] {
  width: 80px;
  height: 80px;
  margin: 0 10px 10px 0;
  position: relative;
  border: 1px solid #E1E8F0;
  border-radius: 4px;
}
.mains .bottom .files .file .del[data-v-d3b1fcce] {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  transform: translate(50%, -50%);
  color: red;
  cursor: pointer;
}
.mains .bottom .files .file img[data-v-d3b1fcce] {
  display: block;
  width: 80px;
  height: 80px;
}
.mains .bottom .files .additem[data-v-d3b1fcce] {
  background: #F4F7FA;
  border: none;
  border-radius: 4px;
}
.mains .bottom .files .additem .upload-demo[data-v-d3b1fcce],
.mains .bottom .files .additem .tips[data-v-d3b1fcce] {
  height: 100%;
  width: 100%;
}
.mains .bottom .files .additem .upload-demo p[data-v-d3b1fcce],
.mains .bottom .files .additem .tips p[data-v-d3b1fcce] {
  font-size: 12px;
  color: #999;
}
.mains .bottom .files .additem img[data-v-d3b1fcce] {
  width: 30px;
  height: 30px;
  margin: 10px 0;
}
.mains .bottom .files .additem[data-v-d3b1fcce] .el-upload {
  display: block;
  height: 100%;
}
.mains .bottom .files .additem[data-v-d3b1fcce] .el-upload-dragger {
  width: 100%;
  height: 100%;
}
.mains .bottom .mt5[data-v-d3b1fcce] {
  margin-top: 5px;
}
.mains .bottom .solved .files[data-v-d3b1fcce] {
  margin-top: 0;
}
.mains .bottom .submit[data-v-d3b1fcce] {
  width: 100%;
  text-align: right;
  padding: 50px 0 20px 0;
}
.mains .bottom .submit .el-button[data-v-d3b1fcce] {
  width: 160px;
}
.mains .bottom .submit .changebtn[data-v-d3b1fcce] {
  background: #f00;
  border-color: #f00;
  width: auto;
}
.mains .bottom .submit .changebtn2[data-v-d3b1fcce] {
  background: #0099ff;
  border-color: #0099ff;
  width: auto;
}
.mains .bottom .submit .delaybtn[data-v-d3b1fcce] {
  background: #FE40EE;
  border-color: #FE40EE;
  width: auto;
}
.mains .right[data-v-d3b1fcce] {
  width: 400px;
  height: 100%;
  overflow: auto;
}
.mains .right .item[data-v-d3b1fcce] {
  min-height: 700px;
  max-height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.mains .right h3[data-v-d3b1fcce] {
  color: #F96E11;
  padding-bottom: 10px;
  border-bottom: 1px solid #E1E8F0;
}
.mains .right .lists[data-v-d3b1fcce] {
  flex: 1;
  overflow: auto;
}
.mains .right .lists .list[data-v-d3b1fcce]:nth-of-type(odd) {
  background: #F7FAFD;
}
.mains .right .lists .list[data-v-d3b1fcce]:nth-of-type(even) {
  background: #f3f3fd;
}
.mains .right .lists .list[data-v-d3b1fcce] {
  padding: 10px;
  margin-bottom: 5px;
  color: #1880FF;
  cursor: pointer;
}
.mains .right .lists .list[data-v-d3b1fcce]:hover {
  color: #fff;
  background: #78b7f67c;
}
.mains .right .lists .list .desc[data-v-d3b1fcce] {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mains .right .lists p[data-v-d3b1fcce] {
  text-align: center;
  padding: 30px 0;
  color: #aaa;
}
.mains .right .lists .delays[data-v-d3b1fcce] {
  color: #FE40EE;
}
.mains .right .lists .types[data-v-d3b1fcce] {
  color: #f00;
}
.el-timeline[data-v-d3b1fcce] {
  flex: 1;
  padding: 6px 0 0 6px;
}
[data-v-d3b1fcce] .el-card__body {
  padding: 10px;
}
.showImg img[data-v-d3b1fcce] {
  width: 100%;
}
.inputName[data-v-d3b1fcce] {
  width: 300px;
}
.userItems .sitem[data-v-d3b1fcce] {
  height: 34px;
  border: none;
  cursor: pointer;
  padding: 0 10px;
}
.userItems .sitem[data-v-d3b1fcce]:hover {
  background: #F5F7FA;
}
.userItems .sitem .el-icon-delete[data-v-d3b1fcce] {
  font-size: 18px;
}
.userItems .sitem .el-icon-delete[data-v-d3b1fcce]:hover {
  color: red;
}
.userItems .nodata[data-v-d3b1fcce] {
  cursor: initial;
  color: #999;
}
.userItems .nodata[data-v-d3b1fcce]:hover {
  background: none;
}

.reviewBox .el-dialog__body {
  padding: 10px 30px;
}
.reviewBox .mains {
  max-height: 600px;
  overflow: auto;
}
.el-popover {
  max-height: 300px;
  overflow: auto;
}

