.copright {
  width: 100%;
  line-height: 1.3;
  padding: 5px 0 5px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}

.btn {
  background: #245bdb;
  color: #fff;
  width: 154px;
  border: none;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}

.btn:hover, .btn:active, .btn:focus {
  background: #3370ff;
  color: #fff;
}

.check-radio.check-radio2 .el-radio {
  width: 280px;
}

.check-radio .el-radio-group {
  width: 100%;
}

.check-radio .el-radio {
  width: 210px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 19px;
  padding: 9px 24px 9px 12px;
  color: #1f2329;
  margin-bottom: 8px;
  font-size: 16px;
  background: #f5f6f7;
}

.check-radio .el-radio__label {
  font-size: 14px;
  font-weight: normal;
}

.check-radio .el-radio__input.is-checked + .el-radio__label {
  color: #1f2329;
}

.check-radio .el-radio__input.is-checked .el-radio__inner {
  border-color: #1f2329;
  background: #1f2329;
}

.check-radio .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled)
.el-radio__inner {
  box-shadow: 0 0 2px 2px #1f2329;
}

.check-radio .el-radio__inner::after {
  width: 6px;
  height: 6px;
}

.check-radio .el-radio__inner:hover {
  border-color: #1f2329;
}

.el-form-item__error {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.font-semibold{
	font-weight: 600;
}