@charset "UTF-8";
.previewDialog[data-v-00815e14] .el-dialog__header {
  display: none;
}
.previewDialog[data-v-00815e14] .el-dialog__body {
  padding: 0 24px;
}
.previewDialog[data-v-00815e14] .el-dialog {
  border-radius: 16px;
  overflow: hidden;
}
.title[data-v-00815e14] {
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  line-height: 24px;
}
.login_item[data-v-00815e14] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 0 10px;
}
.login_item .code_time[data-v-00815e14] {
  width: 70px;
  font-size: 12px;
  color: #ccc;
  margin-left: 4px;
  text-align: right;
}
.login_item input[data-v-00815e14]:focus {
  outline: none;
  border: 0 solid #ccc; /* 或者你想要的任何颜色和样式 */
}
.login_item input[data-v-00815e14]::-webkit-inner-spin-button,
.login_item input[data-v-00815e14]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.login_item .input1[data-v-00815e14] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: transparent;
  color: #262626;
  font-size: 16px;
  font-weight: 500;
  border: none;
}
.login_item .get_code[data-v-00815e14] {
  width: 70px;
  color: #0BB899;
  font-weight: 400;
  font-size: 14px;
  margin-left: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.right[data-v-00815e14] {
  -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-00815e14] {
  padding-top: 2px;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
}
.input-textarea[data-v-00815e14] {
  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-00815e14] {
  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-00815e14] {
  width: 140px;
  height: 40px;
  background: #26c9aa;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 16px;
  cursor: pointer;
}
[data-v-00815e14]::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 400;
}

/* 自定义滚动条样式 */
[data-v-00815e14]::-webkit-scrollbar {
  width: 2px; /* 垂直滚动条宽度 */
}
[data-v-00815e14]::-webkit-scrollbar-track {
  background-color: transparent; /* 滚动条轨道颜色 */
}
[data-v-00815e14]::-webkit-scrollbar-thumb {
  background-color: #ccc; /* 滚动条滑块颜色 */
  border-radius: 4px;
}
textarea[data-v-00815e14]:focus {
  outline: none;
  border: 0 solid #ccc; /* 或者你想要的任何颜色和样式 */
}
[data-v-00815e14] .el-checkbox .el-checkbox__inner {
  border-color: #999999;
  border-radius: 4px;
}
[data-v-00815e14] .el-checkbox .el-checkbox__inner:hover {
  border-color: #666666;
}
[data-v-00815e14] .el-checkbox.is-checked .el-checkbox__inner {
  background-color: #26c9aa;
  border-color: #26c9aa;
}
[data-v-00815e14] .el-checkbox.is-checked .el-checkbox__label {
  color: #26c9aa;
}
