@charset "UTF-8";
.previewDialog[data-v-30b97cea] .el-dialog {
  border-radius: 12px;
}
.previewDialog[data-v-30b97cea] .el-dialog__body {
  padding: 0 24px;
  height: 537px;
}
.previewDialog[data-v-30b97cea] .el-dialog__header {
  display: none;
}
.previewDialog[data-v-30b97cea] .el-dialog__body {
  padding: 0 24px;
  height: 537px;
}
.title[data-v-30b97cea] {
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  line-height: 24px;
}
.desc[data-v-30b97cea] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  white-space: pre-wrap;
}
.right[data-v-30b97cea] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url("https://cdn.ix5j.net/saas_assets/index/bg_contanctus.webp");
  background-size: cover;
  height: 280px;
  overflow: hidden;
  border-radius: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
.right .rightContent[data-v-30b97cea] {
  padding-top: 2px;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
}
.input-textarea[data-v-30b97cea] {
  width: 100%;
  height: 80%;
  background: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  line-height: 16px;
  resize: none;
}
.btn-cancel[data-v-30b97cea] {
  width: 140px;
  height: 40px;
  border: 1px solid #c0cacc;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #0c1916;
  line-height: 16px;
  cursor: pointer;
  margin-right: 24px;
}
.btn-submit[data-v-30b97cea] {
  width: 140px;
  height: 40px;
  background: #1E69FA;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 16px;
  cursor: pointer;
}
[data-v-30b97cea]::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 400;
}

/* 自定义滚动条样式 */
[data-v-30b97cea]::-webkit-scrollbar {
  width: 2px; /* 垂直滚动条宽度 */
}
[data-v-30b97cea]::-webkit-scrollbar-track {
  background-color: transparent; /* 滚动条轨道颜色 */
}
[data-v-30b97cea]::-webkit-scrollbar-thumb {
  background-color: #ccc; /* 滚动条滑块颜色 */
  border-radius: 4px;
}
