.layout__container {
  width: 100%;
  padding-top: calc(66px + 249px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  min-height: 100vh;
  background-color: #F7F7F8;
  background-image: url(https://info.compassedu.hk/pc/img/univsearch/list-bg.png);
  background-size: max(100%, 1200px) auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}

.layout__container::before {
  position: absolute;
  content: '';
  z-index: 2;
  width: 542px;
  height: 131px;
  top: 158px;
  left: calc(50% - 271px);
  background-image: url(https://info.compassedu.hk/pc/img/univsearch/list-title1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.page__univsearch__list {
  margin: 0 auto;
  width: 1240px;
  user-select: none;
  display: none;
}
.page__univsearch__list.show {
  display: block;
}

.form-container {
  width: 1240px;
  height: 511px;
  background-image: url(https://info.compassedu.hk/mobile/new-logo/list-form-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 41px;
  padding-right: 70px;
}

.form-wrapper {
  width: 631px;
}

.form-wrapper .el-form-item {
  border: 2px solid #2D3C66;
  height: 63px;
  border-radius: 12px;
  margin-bottom: 30px;
  padding: 0 24px 0 18px;
}

.form-wrapper .el-form-item__label {
  position: relative;
  line-height: 59px;
  font-size: 18px;
  font-weight: 500;
  color: #2D3C66;
  width: 100px;
}

.form-wrapper .el-form-item__label::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  background-color: #A0A5B4;
  top: calc(50% - 10px);
  right: 0;
}

.form-wrapper .el-select {
  width: calc(100% - 100px);
}

.form-wrapper .el-select .el-input__inner {
  border: none;
  line-height: 59px;
  height: 59px !important;
}
.el-autocomplete .el-input__inner::placeholder, 
.input-gpa .el-input__inner::placeholder,
.form-wrapper .el-select .el-input__inner::placeholder {
  color: #8E949D;
}
.el-autocomplete-suggestion,
.el-select-dropdown {
  width: 632px !important;
  margin-left: -107px !important;
  border-radius: 12px !important;
  margin-top: 3px !important;
}
.el-autocomplete-suggestion .popper__arrow,
.el-select-dropdown .popper__arrow {
  display: none !important;
}

.el-select-dropdown__wrap {
  padding: 23px 30px !important;
}

.el-select-group__wrap:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 0 !important;
}

.el-select-group__wrap:not(:last-of-type)::after {
  background-color: transparent !important;
}

.el-select-group__title {
  margin-bottom: 2px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #020E19 !important;
  line-height: 18px !important;
  padding-left: 0 !important;
}

.el-select-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.el-select-dropdown__item {
  width: 25%;
  padding-right: 0 !important;
  overflow: visible !important;
  height: 18px !important;
  line-height: 18px !important;
  margin-top: 14px !important;
}

.el-select-dropdown__item::before {
  position: absolute;
  content: '';
  left: 0;
  top: calc(50% - 7px);
  width: 12px;
  height: 12px;
  border-radius: 3px;
}

.el-select-dropdown__item:not(.selected)::before {
  border: 1px solid #AEB2BB;
}

.el-select-dropdown__item.selected {
  color: #2372FF !important;
}

.el-select-dropdown__item.selected::before {
  border: 1px solid #2372FF;
  background-color: #2372FF;
  color: var(--bg-default-color);
  line-height: 14px;
  text-align: center;
  content: '\e6da';
  font-family: element-icons;
  font-size: 10px;
}
.el-select-dropdown__item:not(.selected).is-disabled::before {
  background-color: #e9ebf0;
}

.el-select-dropdown__item.selected::after {
  content: '' !important;
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: transparent !important;
  color: #2372FF;
}

.el-select__tags .el-tag {
  position: relative;
  color: #070707 !important;
  background-color: #EEF0F5 !important;
  border-color: #EEF0F5 !important;
  border-radius: 8px !important;
  padding: 0 16px 0 15px !important;
  line-height: 32px !important;
  height: 32px !important;
  font-size: 14px !important;
  margin-right: 2px !important;
}

.el-select__tags .el-tag.placeholder-0::before,
.el-select__tags .el-tag.placeholder-1::before {
  position: absolute;
  z-index: 2;
  height: 32px;  
  top: 0;
  left: calc(100% + 10px);
  font-size: 14px;
  font-weight: 400;
  color: #8E949D;
  line-height: 32px;
}

.el-select__tags .el-tag.placeholder-0::before {
  content: '剩余最多可选2个';
}


.el-select__tags .el-tag.placeholder-1::before {
  content: '剩余最多可选1个';
}

.el-select__tags .el-tag.el-tag--info .el-icon-close {
  background-color: #CECFD4 !important;
  color: var(--bg-default-color) !important;
}

.el-select .el-input .el-select__caret {
  font-size: 20px !important;
}

.el-form-item__error {
  left: 86px !important;
}

.el-autocomplete.input-college,
.el-input.input-gpa {
  width: calc(100% - 100px);
}

.el-autocomplete .el-input__inner, 
.input-gpa .el-input__inner {
  border: none;
  line-height: 59px;
  height: 59px !important;
}

.el-button {
  width: 626px !important;
  height: 57px !important;
  background-color: #2D3C66 !important;
  border-radius: 12px !important;
  border: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bg-default-color) !important;
  font-size: 20px !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

.el-button:hover {
  background-color: #384771 !important;
  box-shadow: 0 6px 14px 0 rgba(34, 47, 83, 0.14);
  transition: all 0.3s ease;
}

.el-button .iconfont {
  font-size: 20px !important;
}

.data-wrapper {
  width: 100%;
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.data-wrapper .data-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #919BAC;
  font-size: 18px;
  font-weight: 400;
}

.data-wrapper .data-item:first-child::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 9px;
  background-color: #AAB4C4;
  top: calc(50% - 4.5px);
  right: 0;
}

.data-wrapper .data-item .icon {
  width: 22px;
  height: auto;
  margin-right: 6px;
}

.data-wrapper .data-item .num {
  font-weight: 500;
  font-size: 20px;
}

.description-wrapper {
  width: 1200px;
  margin: 0 auto;
}

.description-wrapper .header {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.description-wrapper .header .title {
  font-size: 29px;
  font-weight: 600;
  color: #353E47;
  line-height: 29px;
  margin-bottom: 10px;
}

.description-wrapper .header .desc {
  font-size: 16px;
  font-weight: 400;
  color: #59616F;
  line-height: 20px;
}

.description-wrapper .tab-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.description-wrapper .tab-wrapper .tab-item {
  height: 88px;
  flex: 1;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2C2D2E;
  font-size: 20px;
  line-height: 28px;
}

.description-wrapper .tab-wrapper .tab-item .icon {
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.description-wrapper .tab-wrapper .tab-item:not(:last-child) {
  margin-right: 16px;
}

.description-wrapper .tab-wrapper .tab-item.active {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 22px 0px rgba(200,200,200,0.25);
}

.description-wrapper .content-wrapper {
  width: 100%;
  padding: 25px 32px;
  border-radius: 6px;
  background-color: var(--bg-default-color);
  position: relative;
  box-shadow: 0px 2px 22px 0px rgba(200,200,200,0.25);
  color: #70747B;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 52px;
}

.description-wrapper .content-wrapper .bold {
  font-weight: 500;
}

.description-wrapper .content-wrapper::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background-color: var(--bg-default-color);
  top: -6px;
  transform: rotate(45deg);
}

.description-wrapper .content-wrapper.active-0::before {
  left: 120px;
}

.description-wrapper .content-wrapper.active-1::before {
  left: calc(50% - 5px);
}

.description-wrapper .content-wrapper.active-2::before {
  right: 120px;
}