.container__wrapper {
  margin-top: 66px;
  min-height: calc(100vh - 66px);
  background-color: #FFFFFF;
}

.container__wrapper .top-header {
  padding-top: 80px;
  height: 385px;
  background-image: url('https://info.compassedu.hk/pc/img/certedu/cert-header-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.container__wrapper .top-header .title {
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
}

.container__wrapper .top-header .search-box {
  margin: 30px auto 0;
  width: 590px;  
}

.container__wrapper .top-header .search-box .search-type {
  padding-left: 191px;
  padding-right: 191px;
  padding-bottom: 17px;
  display: flex;
  justify-content: space-between;
}

.container__wrapper .top-header .search-box .search-type .type {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  opacity: 0.7;
  cursor: pointer;
}

.container__wrapper .top-header .search-box .search-type .type.active {
  position: relative;
  opacity: 1;
}

.container__wrapper .top-header .search-box .search-type .type.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -128%;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border-radius: 2px;
  transform: rotate(45deg) translateX(-50%);
}

.container__wrapper .top-header .search-box .component__search {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border: none;
}

.container__wrapper .top-header .search-box .component__search.hide {
  display: none;
}

.container__wrapper .top-header .search-box .component__search .search-btn {
  width: 66px;
  height: 50px;
}

.search-box .component__search .dropdown-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 525px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E7E7E7;
  box-shadow: none;
  z-index: 11;
}

.search-box .component__search .dropdown-box#country .search-list {
  display: none;
}

.component__search .dropdown-box#college .country-box {
  display: none;
}

.component__search .input-box .clear-btn.active {
  display: none !important;
}

.component__search .dropdown-box#country {
  top: 100%;
}

.component__search .dropdown-box .country-box {
  padding: 15px 15px 20px;
}

.component__search .dropdown-box .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.component__search .dropdown-box .header .xtem {
  font-size: 16px;
  font-weight: 400;
  color: #8C8C8C;
  cursor: pointer;
}

.component__search .dropdown-box .header .xtem.active {
  position: relative;
  font-weight: bold;
  color: #1890FF;
}

.component__search .dropdown-box .header .xtem.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 11px;
  height: 6px;
  border-radius: 50%;
  border-bottom: 2px solid #1890FF;
  transform: translateX(-50%);
}

.component__search .dropdown-box .body [class^=part] {
  display: none;
}

.component__search .dropdown-box .body .show {
  display: block;
}

.component__search .dropdown-box .body .country-list-wrapper {
  margin-top: 10px;
  display: flex;
}

.component__search .dropdown-box .body .country-list-wrapper .prefix {
  flex-shrink: 0;
  width: 20px;
  font-size: 14px;
  color: #262626;
  line-height: 20px;
}


.component__search .dropdown-box .body .list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}

.component__search .dropdown-box .body .list .item {
  font-size: 14px;
  color: #8C8C8C;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.component__search .dropdown-box .body .list .item.active {
  color: #1890FF;
}

.container__wrapper .top-header .search-box .component__search .input-box {
  background-color: #FFFFFF;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.container__wrapper .top-header .search-box .component__search .input-box input {
  padding-right: 15px;
  height: 50px;
}

.container__wrapper .top-header .search-box .component__search .input-box input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  position: relative;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: url("https://info.compassedu.hk/pc/img/certedu/close.png") no-repeat center;
  background-size: 100% 100%;
  color:rgba(0,0,0,0);
  cursor: pointer;
}

.container__wrapper .top-header .search-box .component__search .input-box input[type=search]::-ms-clear {
  appearance: none;
  position: relative;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: url("https://info.compassedu.hk/pc/img/certedu/close.png") no-repeat center;
  background-size: 100% 100%;
  color:rgba(0,0,0,0);
  cursor: pointer;
}

.container__wrapper .top-header .source-box {
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  width: 616px;
  font-size: 12px;
  color: #FFFFFF;
  opacity: 0.7;
}

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

.container__wrapper .list-wrapper .result__container {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #595959;
}

.container__wrapper .list-wrapper .result__container .slot__left .count {
  font-size: 18px;
  font-weight: bold;
  color: #1890FF;
  line-height: 25px;
}

.container__wrapper .list-wrapper .section__part__result {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}

.container__wrapper .list-wrapper .section__part__result.empty {
  
}

.container__wrapper .list-wrapper .section__part__result .empty-box {
  display: none;
}

.container__wrapper .list-wrapper .section__part__result.empty .empty-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 0;
}

.container__wrapper .list-wrapper .section__part__result .result-list {
  padding: 0;
  position: relative;
}

.container__wrapper .list-wrapper .section__part__result .t-header {
  display: flex;
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  font-weight: bold;
  color: #595959;
  background: #F3F9FF;
  position: sticky;
  z-index: 10;
  top: 66px;
  left: 0;
}

.container__wrapper .list-wrapper .section__part__result .t-body .list-item {
  display: flex;
  padding: 15px 0;
  font-size: 14px;
  color: #595959;
  line-height: 20px;
  box-shadow: inset 0px -1px 0px 0px #E7E7E7;
}

.container__wrapper .list-wrapper .section__part__result .t-header .t-one,
.container__wrapper .list-wrapper .section__part__result .t-body .list-item .t-one {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
}

.container__wrapper .list-wrapper .section__part__result .t-header .t-one .i-icon {
  position: relative;
  display: flex;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  cursor: pointer;
}

.container__wrapper .list-wrapper .section__part__result .t-header .t-one .i-icon .tip-pop {
  display: none;
}

.container__wrapper .list-wrapper .section__part__result .t-header .t-one .i-icon:hover .tip-pop {
  display: block;
  position: absolute;
  top: 25px;
  left: -52px;
  padding: 10px;
  width: 613px;
  font-size: 12px;
  font-weight: 500;
  color: #595959;
  line-height: 17px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px #E7E7E7;
  border: 1px solid #F7F7F7;
}

.container__wrapper .list-wrapper .section__part__result .t-header .t-one .i-icon .tip-pop::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 52px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #FFFFFF;
  border-radius: 2px;
}

.container__wrapper .list-wrapper .section__part__result .t-header .t-two,
.container__wrapper .list-wrapper .section__part__result .t-body .list-item .t-two {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 450px;
  padding-right: 10px;
}

.container__wrapper .list-wrapper .section__part__result .t-body .list-item .t-two .desc {
  width: 400px;
}

.container__wrapper .list-wrapper .section__part__result .t-body .list-item .t-two .desc.line-2 {
  text-align: left;
}

.container__wrapper .list-wrapper .section__part__result .t-header .t-three,
.container__wrapper .list-wrapper .section__part__result .t-body .list-item .t-three {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 456px;
  padding-right: 10px;
}

.container__wrapper .list-wrapper .section__part__result .t-body .list-item .t-three .desc {
  width: 410px;
}

.container__wrapper .list-wrapper .section__part__result .t-body .list-item .t-three .desc.line-2 {
  text-align: left;
}

.container__wrapper .list-wrapper .section__part__result .t-header .t-four,
.container__wrapper .list-wrapper .section__part__result .t-body .list-item .t-four {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
}

.is-rotate {
  transform: rotate(180deg);
}

.toggle-btn {
  font-size: 18px;
  color: #979797;
  cursor: pointer;
}
