.plain-table.el-table {
  color: #333;
}

.plain-table.el-table th {
  background-color: #F5F6FA;
}

.plain-table.el-table thead {
  color: #333;
}

.plain-table.el-table--border th,
.plain-table.el-table--border td {
  border-color: #DFE3F1;
}

.c-18c385 {
  color: #18c385 !important;
}

.more-link i {
  vertical-align: middle;
  margin-left: 3px;
  transform: rotate(90deg);
}

.batch-checked label {
  margin-bottom: 25px;
  width: 72px;
}

.tab {
  border-bottom: 1px solid #DFE3F1;
  margin-bottom: 40px;
}

.tab li {
  float: left;
  width: 285px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #dfe3f1;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  margin-right: 20px;
  color: #333;
  margin-bottom: -1px;
  cursor: pointer;
}

.tab li:last-child {
  margin-right: 0;
}

.tab li.active {
  background: #3c7ee5;
  border: 1px solid #3c7ee5;
  color: #ffffff;
}

.suffix {
  width: 900px;
  margin-top: 30px;
  padding-left: 30px;
  /* padding-bottom: 20px; */
  padding-right: 50px;
  margin-bottom: 40px;
}

.suffix .batch-checked label {
  margin-bottom: 25px;
  width: 72px;
}

.suffix .el-checkbox {
  margin-right: 29px;
}

.batch-btn {
  padding-top: 18px;
  border-top: 1px solid #dfe3f1;
}

.common-use {
  width: 116px;
  height: 30px;
  background: #f1f6fe;
  border: 1px solid #3c7ee5;
  font-size: 14px;
  color: #3c7ee5;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
}

.price h3 {
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 9px;
  border-left: 2px solid #f85252;
}

.domain-search .center {
  padding-left: 40px;
  padding-top: 40px;
}

.domain-search h3 {
  height: 31px;
  font-size: 24px;
  color: #394c80;
  line-height: 31px;
}

.domain-search .domain-textarea {
  width: 900px;
  height: 150px;
  margin-right: 50px;
}
.domain-textarea textarea {
  resize: none;
}
.domain-search .search-btn {
  width: 160px;
  margin-top: 53px;
}