/* *************************头部信息*************************** */
.layout__area__header {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 338px;
  margin-top: 66px;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bg-default-color);
}

@media screen and (min-width: 1921px) {
  .layout__area__header { background-size: cover; }
}
@media screen and (max-width: 1920px) {
  .layout__area__header { background-size: 1920px 338px; }
}

.layout__area__header .info-box {
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.layout__area__header .base-info {
  margin-bottom: 52px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.layout__area__header .base-info .banner {
  margin-right: 38px;
  width: 129px;
  height: 87px;
}

.layout__area__header .base-info .cname {
  height: 62px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.layout__area__header .base-info .cname img {
  height: 40px;
  width: auto;
}

.layout__area__header .base-info .ename {
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
}

.layout__area__header .count-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.layout__area__header .count-info .count-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 75px;
}

.layout__area__header .count-info .count-item,
.layout__area__header .count-info .count-item:hover,
.layout__area__header .count-info .count-item:active,
.layout__area__header .count-info .count-item:visited {
  color: var(--bg-default-color);
}

.layout__area__header .count-info .num {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.layout__area__header .count-info .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.layout__container {
  width: 100%; 
  padding-top: 0;
 }

 .page__list__area {
  width: 100%;
  min-width: 1200px;
}

.page__list__area section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.page__list__area section.odd {
  background-color: var(--bg-default-color);
}

.page__list__area section.even {
  background-color: var(--bg-light-color);
}

.page__list__area .content-container {
  width: 1200px;
  user-select: none;
  padding: 70px 0;
}

.page__list__area .content-container>.content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.page__list__area .main-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__list__area .main-title .text {
  font-size: 30px;
  line-height: 42px;
  height: 42px;
  margin: 0 12px;
}

.page__list__area .main-title .title-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__list__area .main-title .title-icon.mirror {
 transform: rotateY(180deg);
}

.page__list__area .main-title .title-icon .line {
  width: 50px;
  height: 3px;
  border-radius: 3px;
  background-image: linear-gradient(90deg,rgba(255, 168, 77, 0), rgba(241, 85, 88,1));
  margin-right: 14px;
}

.page__list__area .main-title .title-icon .icon {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 7px 1px 7px 7px;
  background-image: linear-gradient(192deg, #FFA84D 0%, #F15558 100%);
  box-shadow: 0 1px 2px 0 rgba(253, 165, 166, 0.61), inset 1px 1px 1px 0 rgba(255, 228, 228, 0.5);
}

.page__list__area .main-title .title-icon .icon::before {
  position: absolute;
  content: ' ';
  top: -2px;
  left: -11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-image: linear-gradient(161deg, #FFA84D 0%, #F15558 100%);
}

.page__list__area .main-title .title-icon .icon::after {
  position: absolute;
  content: ' ';
  top: 12px;
  left: -13px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-image: linear-gradient(161deg, #FFA84D 0%, #F15558 100%);
}

.page__list__area .more-btn {
  cursor: pointer;
  margin-top: 30px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding: 0 20px;
  border: 1px solid var(--theme-primary-color);
  background-color: var(--bg-default-color);
  color: var(--theme-primary-color);
  font-size: 16px;
  transition: all 0.3s;
}

.page__list__area .more-btn:hover {
  background-color: var(--theme-primary-color);
  color: var(--bg-default-color);
  transition: all 0.3s;
}

/* 地区介绍 */
.page__list__area .description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 120px;
}

.page__list__area .description .slot__left {
  flex: 1;
}

.page__list__area .description .slot__left .header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 27px;
}

.page__list__area .description .slot__left .text {
  height: 47px;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
}

.page__list__area .description .slot__left .default {
  padding-right: 2px;
  border-bottom: 4px solid var(--theme-primary-color);
}

.page__list__area .description .slot__left .highlight {
  padding: 0 13px;
  background-color: var(--theme-primary-color);
  color: var(--bg-default-color);
}

.page__list__area .description .slot__left .content {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.page__list__area .description .slot__right {
  position: relative;
  z-index: 1;
  width: 580px;
  height: 358px;
  margin-left: 40px;
}

.page__list__area .description .slot__right .cover {
  width: 580px;
  height: 358px;
}


.page__list__area .description .pic-name {
  position: absolute;
  z-index: 2;
  height: 323px;
  width: auto;
}

.page__list__area .description .pic-name.ctry-11 {
  top: 66px;
  right: 351px;
}

.page__list__area .description .pic-name.ctry-12 {
  height: 272px;
  top: 112px;
  right: 355px;
}

.page__list__area .description .pic-name.ctry-7 {
  height: 299px;
  top: 107px;
  right: 380px;
}

.page__list__area .description .pic-name.ctry-10 {
  height: 291px;
  top: 103px;
  right: 362px;
}

.page__list__area .description .pic-name.ctry-9 {
  height: 268px;
  top: 116px;
  right: 387px;
}

/* 热门院校 */
.page__list__area .univ .univ-list {
  width: 1200px;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.page__list__area .univ .univ-item {
  width: 285px;
  height: 158px;
  border-radius: 8px;
  border: 1px solid var(--border-default-color);
  background-color: var(--bg-default-color);
  margin-top: 20px;
  padding: 20px;
  transition: all 0.3s;
}

.page__list__area .univ .univ-item:hover {
  box-shadow: 0px 0px 7px 0px var(--border-default-color);
  transform: scale(1.05);
  -webkit-transform: scale(1.05) ;
  -ms-transform: scale(1.05) rotate(0.1deg);  
  -moz-transform: scale(1.05) rotate(0.1deg);   
  transition: all 0.3s;
}

.page__list__area .univ .univ-item:not(:nth-child(4n)) {
  margin-right: 20px;
}

.page__list__area .univ .univ-item .info-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-default-color);
}

.page__list__area .univ .univ-item .info-box .cover {
  width: 62px;
  height: 62px;
  margin-right: 10px;
}

.page__list__area .univ .univ-item .info-box .name-box {
  flex: 1;
}

.page__list__area .univ .univ-item .name-box .cname {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.page__list__area .univ .univ-item .name-box .ename {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--text-sub2-color);
  word-break: normal;
  text-align: left;
}

.page__list__area .univ .univ-item .count-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 13px;
}

.page__list__area .univ .univ-item .count-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.page__list__area .univ .univ-item .count-item .icon {
  width: 22px;
  height: 22px;
  border-radius: 6.5px;
  background-color: rgba(24, 144, 255, 0.12);
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__list__area .univ .univ-item .count-item .icon img {
  width: 16px;
  height: 16px;
}

.page__list__area .univ .univ-item .count-item .label {
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-sub2-color);
  font-weight: 400;
  white-space: nowrap;
}

.page__list__area .univ .univ-item .count-item .num {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  white-space: nowrap;
  flex: 1;
  text-align: right;
}

/* 热门专业 */
.page__list__area .major .tab-list {
  width: 1200px;
  height: 50px;
  margin: 40px 0 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__list__area .major .tab-item {
  cursor: pointer;
  flex: 1;
  max-width: 200px;
  height: 50px;
  font-size: 18px;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.page__list__area .major .tab-item:not(.active):not(:first-child) {
  border-top-color: var(--border-default-color);
  border-right-color: var(--border-default-color);
  border-bottom-color: var(--border-default-color);
}

.page__list__area .major .tab-item:not(.active):first-child {
  border-color: var(--border-default-color);
}

.page__list__area .major .tab-item:not(.active):hover {
  border-color: var(--theme-primary-color);
  color: var(--theme-primary-color);
  transition: all 0.3s;
}

.page__list__area .major .tab-item.active {
  border-color: var(--theme-primary-color);
  background-color: var(--theme-primary-color);
  color: var(--bg-default-color);
  transition: all 0.3s;
}

.page__list__area .major .major-list .list-item {
  width: 1200px;
  display: none;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.page__list__area .major .major-list .list-item.active {
  display: flex;
}

.page__list__area .major .major-item {
  width: 300px;
  height: 168px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 46px 20px;
  transition: all 0.3s;
}

.page__list__area .major .major-item:not(:nth-child(4n)) {
  border-right: 1px solid var(--border-default-color);
}

.page__list__area .major .major-item:nth-child(1),
.page__list__area .major .major-item:nth-child(2),
.page__list__area .major .major-item:nth-child(3),
.page__list__area .major .major-item:nth-child(4) {
  border-bottom: 1px solid var(--border-default-color);
}

.page__list__area .major .major-item:hover {
  border-color: transparent;
  background-color: var(--bg-default-color);
  box-shadow: 0px 0px 7px 0px var(--border-default-color);
  transform: scale(1.05);
  -webkit-transform: scale(1.05) ;
  -ms-transform: scale(1.05) rotate(0.1deg);  
  -moz-transform: scale(1.05) rotate(0.1deg);   
  transition: all 0.3s;
}

.page__list__area .major .major-item .cover {
  width: 74px;
  height: 74px;
  margin-right: 10px;
}

.page__list__area .major .major-item .name-box {
  flex: 1;
}

.page__list__area .major .major-item .cname {
  font-size: 16px;
  font-weight: 500;
}

.page__list__area .major .major-item .ename {
  font-size: 14px;
  color: var(--text-sub2-color);
  font-weight: 400;
  margin-bottom: 10px;
}

.page__list__area .major .major-item .count-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.page__list__area .major .major-item .count-item .icon {
  width: 22px;
  height: 22px;
  border-radius: 6.5px;
  background-color: rgba(24, 144, 255, 0.12);
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__list__area .major .major-item .count-item .icon img {
  width: 16px;
  height: 16px;
}

.page__list__area .major .major-item .count-item .label {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-sub2-color);
  font-weight: 400;
}

.page__list__area .major .major-item .count-item .num {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-right: 5px;
}

/* 广告位 */
.page__list__area .banner-mid {
  width: 100%;
  min-width: 1200px;
  height: 202px;
}

.page__list__area .banner-mid .cover {
  width: 100%;
  min-width: 1200px;
  height: 202px;
  object-fit: cover;
}

/* 录取报告 */
.page__list__area .report {
  /* background-image: url(https://info.compassedu.hk/pc/img/area/bg_report.png);
  background-size: 1200px 100%;
  background-repeat: no-repeat;
  background-position: center center; */
}
.page__list__area .report .report-list {
  width: 1200px;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.page__list__area .report .report-item {
  width: 285px;
  height: 102px;
  border-radius: 8px;
  border: 1px solid var(--border-default-color);
  background-color: var(--bg-default-color);
  margin-top: 20px;
  padding: 20px;
  transition: all 0.3s;
}

.page__list__area .report .report-item:hover {
  box-shadow: 0px 0px 7px 0px var(--border-default-color);
  transform: scale(1.05);
  -webkit-transform: scale(1.05) ;
  -ms-transform: scale(1.05) rotate(0.1deg);  
  -moz-transform: scale(1.05) rotate(0.1deg);   
  transition: all 0.3s;
}

.page__list__area .report .report-item:not(:nth-child(4n)) {
  margin-right: 20px;
}

.page__list__area .report .report-item .info-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.page__list__area .report .report-item .info-box .cover {
  width: 62px;
  height: 62px;
  margin-right: 10px;
}

.page__list__area .report .report-item .info-box .name-box {
  flex: 1;
}

.page__list__area .report .report-item .name-box .cname {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.page__list__area .report .report-item .name-box .ename {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--text-sub2-color);
}

.page__list__area .report .report-item .count-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 13px;
}

.page__list__area .report .report-item .count-item {
  /* min-width: 50%; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.page__list__area .report .report-item .count-item .icon {
  width: 22px;
  height: 22px;
  border-radius: 6.5px;
  background-color: rgba(24, 144, 255, 0.12);
  margin-right: 5px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__list__area .report .report-item .count-item .icon img {
  width: 16px;
  height: 16px;
}

.page__list__area .report .report-item .count-item .label {
  margin-right: 5px;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-sub2-color);
  font-weight: 400;
  white-space: nowrap;
}

.page__list__area .report .report-item .count-item .num {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  white-space: nowrap;
}

/* 留学资讯 */
.page__list__area .article .content {
  margin-top: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.page__list__area .article .more-btn {
  margin: 40px auto 0;
}

.page__list__area .article .content .banner-left {
  position: relative;
  margin-top: 20px;
  width: 400px;
  height: 355px;
  overflow: hidden;
  border-radius: 8px;
}

.page__list__area .article .content .banner-left img {
  width: 400px;
  height: 355px;
}

.page__list__area .article .content .banner-left .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px 11px;
  background-image: linear-gradient(180deg, rgba(38,38,38,0) 0%, #262626 100%);
  color: var(--bg-default-color);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.page__list__area .article .article-list {
  width: 760px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.page__list__area .article .article-item {
  width: 365px;
}


/* 成功案例 */
.page__list__area .case .tab-list {
  width: 1200px;
  height: 50px;
  margin: 40px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__list__area .case .tab-item {
  cursor: pointer;
  flex: 1;
  max-width: 200px;
  height: 50px;
  font-size: 18px;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background-color: var(--bg-default-color);
}

.page__list__area .case .tab-item:not(.active):not(:first-child) {
  border-top-color: var(--border-default-color);
  border-right-color: var(--border-default-color);
  border-bottom-color: var(--border-default-color);
}

.page__list__area .case .tab-item:not(.active):first-child {
  border-color: var(--border-default-color);
}

.page__list__area .case .tab-item:not(.active):hover {
  border-color: var(--theme-primary-color);
  color: var(--theme-primary-color);
  transition: all 0.3s;
}

.page__list__area .case .tab-item.active {
  border-color: var(--theme-primary-color);
  background-color: var(--theme-primary-color);
  color: var(--bg-default-color);
  transition: all 0.3s;
}

.page__list__area .case .case-list .list-item {
  width: 1200px;
  display: none;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.page__list__area .case .case-list .list-item.active {
  display: flex;
}

.page__list__area .case .case-item {
  width: 285px;
  margin-bottom: 0;
  margin-top: 20px;
}

.page__list__area .case .case-item:not(:nth-child(4n)) {
  margin-right: 20px;
}

.page__list__area .case .case-item:nth-child(4n) {
  margin-right: 0 !important;
}

/* 服务流程 */

@font-face {
  font-family: 'znzicon';
  src:  url('https://info.compassedu.hk/pc/font/znzicon.eot?x188fi');
  src:  url('https://info.compassedu.hk/pc/font/znzicon.eot?x188fi#iefix') format('embedded-opentype'),
    url('https://info.compassedu.hk/pc/font/znzicon.ttf?x188fi') format('truetype'),
    url('https://info.compassedu.hk/pc/font/znzicon.woff?x188fi') format('woff'),
    url('https://info.compassedu.hk/pc/font/znzicon.svg?x188fi#znzicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="znzicon-"], [class*=" znzicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'znzicon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.znzicon-card-icon-1:before {
  content: "\e900";
  color: #fff;
}
.znzicon-card-icon-2:before {
  content: "\e901";
  color: #fff;
}
.znzicon-card-icon-3:before {
  content: "\e902";
  color: #fff;
}
.znzicon-card-icon-4:before {
  content: "\e903";
  color: #fff;
}
.znzicon-card-icon-5:before {
  content: "\e904";
  color: #fff;
}
.znzicon-card-icon-6:before {
  content: "\e905";
  color: #fff;
}

.service .service-list {
  position: relative;
  margin-top: 50px;
  margin-bottom: 10px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.service .service-list::before {
  position: absolute;
  content: ' ';
  z-index: 1;
  top: 85px;
  left: 0;
  width: 1200px;
  height: 6px;
  background-image: linear-gradient(270deg, rgba(24, 144, 255, 0), rgba(24, 144, 255, 1), rgba(24, 144, 255, 0));
}

.service .service-list .card-item {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #00274A;
}

.service .service-list .card-item .tab-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 101px;
}

.service .service-list .card-item .tab-item::after {
  position: absolute;
  content: ' ';
  bottom: -91px;
  left: calc(50% - 1px);
  height: 91px;
  border-left: 2px dashed var(--theme-primary-color);
}

.service .service-list .card-item .tab-item .head {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  margin-bottom: 10px;
}

.service .service-list .card-item .tab-item .head .num {
  font-size: 18px;
  line-height: 25px;
}

.service .service-list .card-item .tab-item .head .text {
  font-size: 14px;
  line-height: 20px;
}

.service .service-list .card-item .tab-item .icon {
  width: 67px;
  height: 67px;
  background-color: var(--theme-primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
}

.service .service-list .list-item{
  width: 185px;
  height: 235px;
  box-shadow: 0px 2px 6px 0px var(--border-default-color);
  border-radius: 5px;
  border: 1px solid var(--border-default-color);
  padding: 15px 15px 10px;
  background-color: var(--bg-default-color);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.service .service-list .list-item::before {
  position: absolute;
  content: ' ';
  right: -10px;
  bottom: 54px;
  width: 120px;
  height: 120px;
  border-radius: 100px 100px 100px 5px;
  transform: rotate(-45deg);
  opacity:0.08;
  background-color: var(--theme-primary-color);
}

.service .service-list .list-item::after {
  position: absolute;
  width: 120px;
  height: 120px;
  color: var(--bg-default-color);
}

.service .service-list .list-item .card-icon {
  width: 120px;
  height: 120px;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 50px;
  color: var(--bg-default-color);
  font-size: 70px;
  line-height: 120px;
  text-align: center;
  padding-left: 20px;
}

.service .service-list .list-item .znzicon-card-icon-2 {
  padding-left: 30px;
  font-size: 76px;
}

.service .service-list .list-item .znzicon-card-icon-4 {
  padding-left: 22px;
  font-size: 66px;
}
 
.service .service-list .list-item .head {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.service .service-list .list-item .head .num {
  opacity: 0.5;
  height: 25px;
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
  margin-right: 6px;
  color: var(--theme-primary-color);
}

.service .service-list .list-item .head .text {
  height: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 3px;
}

.service .service-list .list-item ul {
  margin-top: 15px;
  width: 100%;
  flex: 1;
}

.service .service-list .list-item li {
  padding-left: 10px;
  width: 100%;
  position: relative;
  z-index: 3;
  height: 14px;
  font-size: 12px;
  line-height: 14px;
}

.service .service-list .list-item li:not(:last-child) {
  margin-bottom: 10px;
}

.service .service-list .list-item li::before {
  position: absolute;
  content: ' ';
  left: 0;
  top: calc(50% - 2.5px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--theme-primary-color);
}

.service .service-list .list-item .dash-line {
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed var(--border-default-color);
  margin-bottom: 10px;
}

.service .service-list .list-item .teacher {
  height: 12px;
  font-size: 12px;
  line-height: 12px;
}

/* 十二大承诺 */
.promise .promise-list {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.promise .promise-list .promise-item {
  width: 267px;
  height: 173px;
  border-radius: 4px;
  background-color: var(--bg-default-color);
  box-shadow: 0px 2px 10px 0px var(--border-default-color);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  margin-bottom: 27px;
  transition: all 0.3s;
}

.promise .promise-list .promise-item .logo-box,
.promise .promise-list .promise-item .text-box {
  margin-top: 0;
  width: 100%;
  height: 173px;
  padding: 25px 20px;
  transition: all 0.3s;
  cursor: pointer;
}

.promise .promise-list .promise-item .logo-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.promise .promise-list .promise-item:hover { 
  box-shadow: 0px 2px 10px 0px var(--text-sub3-color);
}

.promise .promise-list .promise-item:hover .logo-box {
  margin-top: -173px;
  transition: all 0.3s;
}

.promise .promise-list .promise-item .logo-box .logo {
  width: 76px;
  height: 83px;
  margin-bottom: 10px;
}

.promise .promise-list .promise-item .logo-box .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  flex: 1;
}

.promise .promise-list .promise-item .text-box {
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
  overflow: hidden;
}

.promise .promise-list .promise-item .text-box .text {
  word-break: normal;
}

.promise .more-btn {
  margin-top: 13px;
}