.syn-form .el-form-item__label {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.syn-form .el-input__wrapper {
  border-radius: 0;
}
.syn-form .el-radio {
  margin-right: 12px;
}

.syn-form .syn-opt + .el-button, .syn-form .el-button.is-text {
  color: #333;
  margin-left: 0;
}
.syn-form .syn-opt.current {
  color: #E5222A;
}

.syn-table .el-table {
  --el-table-header-text-color: #333;
}
.syn-table .el-table thead th {
  font-size: 16px;
  font-weight: 500;
}

/* 对比列表 */
.comp-wrap {
  z-index: 50;
  position: fixed;
  right: 0;
  top: 30%;
  border-radius: 0 0 5px 5px;
}
.comp-open {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 123px;
}
.comp-bd {
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.3s;
}

.sc-del {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 0 0 0 20px;
  background: #fff7e8;
}
.sc-col-hd:hover .sc-del {
  display: flex;
}
.sc-col .sc-70:nth-child(7) {
  margin-top: 70px;
}

/* 智能选校 */
.syn-form .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active,
.syn-form .el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover {
  color: #F11C21;
}
.syn-form .el-tabs--border-card > .el-tabs__content {
  padding: 5px 0;
}
.a-tab2 {
  width: 180px;
  height: 42px;
  border-radius: 8px 8px 0 0;
  font-size: 16px;
}
.a-tab2.current {
  background-color: #F11C21;
  color: #fff;
}

/* 专业测评 || 志愿测评 */
.exam-info {
  height: 520px;
  overflow-y: auto;
}
.exam-info::-webkit-scrollbar {
  width: 4px;
}
.exam-info::-webkit-scrollbar-thumb {
  background-color: #00a2e9; /* 滑块颜色 */
  border-radius: 99px; /* 滑块圆角 */
}
.v-tag {
  border-radius: 5px;
  padding: 0 12px;
  min-width: 108px;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.plain1 {
  background-color: #FF471A16;
  color: #FF471A;
}
.plain2 {
  background-color: #FA750716;
  color: #FA7507;
}
.plain3 {
  background-color: #7417E516;
  color: #7417E5;
}
.plain4 {
  background-color: #0787EE16;
  color: #0787EE;
}
.plain5 {
  background-color: #02A83116;
  color: #02A831;
}
.plain6 {
  background-color: #F5F5F5;
  color: #333;
}
.v-val {
  position: relative;
  font-size: 16px;
  padding: 0 24px;
}
.v-val:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #ddd;
}
.v-dd {
  margin-top: 30px;
}
.v-dd1 .el-table {
  font-size: 16px;
  font-weight: 400;
}
.v-dd1 .el-table__body-wrapper {
  display: none;
}
.v-dd2 .v-auto-complete .el-input {
  height: 38px;
  line-height: 38px;
}
/*  vip */
.pay-radio {
  white-space: nowrap;
  padding: 0 18px;
  height: 50px;
  font-size: 16px;
  border: 1px solid #bbb;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-radio.cut {
  color: #662D04;
  border-color: #F9DFB4;
}

.show-grid {
  display: grid;
  grid-template-columns: repeat(4, 288px);
  justify-content: space-between;
  row-gap: 20px;
}