.add-ticket .main-card .top {
  padding: 0;
  font-size: 0.3rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.add-ticket .main-card .top .top-l img {
  cursor: pointer;
  margin-right: 0.25rem;
}
.add-ticket .main-card .top-line {
  width: 100%;
  height: 1px;
  background: #E6E7EB;
  opacity: 1;
}
.add-ticket .main-card .main-form {
  margin-top: 0.47rem;
}
.add-ticket .main-card .main-form .el-input__inner {
  height: 0.46rem;
}
.add-ticket .main-card .main-form .title-host {
  display: flex;
}
.add-ticket .main-card .main-form .select-type {
  width: 5.2rem;
  margin-right: 0.1rem;
}
.add-ticket .main-card .main-form .select-title {
  width: 5.2rem;
}
.add-ticket .main-card .main-form .select-host {
  width: 5.2rem;
}
.add-ticket .main-card .main-form .sub-btn {
  width: 88px;
  height: 32px;
  background: #0058FF;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
.dis-item {
  color: #C0C4CC;
  cursor: not-allowed;
}
.el-main {
  overflow: unset;
}
.host-dialog .renew {
  color: #0058FF;
  margin-left: 0.05rem;
}
@media screen and (max-width: 750px) {
  .add-ticket .main-card .main-form .title-host {
    flex-wrap: wrap;
  }
}
/* renew-dialog */
.renew-dialog .el-dialog__body {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.renew-dialog .dialog-main {
  font-size: 0.15rem;
}
.renew-dialog .btn-ok,
.renew-dialog .btn-no {
  cursor: pointer;
}
.renew-dialog .btn-no {
  margin-left: 0.2rem;
}
