@font-face {
  font-family: 'Alibaba-PuHuiTi-Medium';
  src: url('https://info.compassedu.hk/pc/font/Alibaba-PuHuiTi-Regular.eot');
  src:
    url('https://info.compassedu.hk/pc/font/Alibaba-PuHuiTi-Regular.eot?#iefix')
      format('embedded-opentype'),
    url('https://info.compassedu.hk/pc/font/Alibaba-PuHuiTi-Regular.woff')
      format('woff'),
    url('https://info.compassedu.hk/pc/font/Alibaba-PuHuiTi-Regular.ttf')
      format('truetype');
}

.aboutus-box {
  display: flex;
  border-radius: 4px;
  padding-top: 78px;
  padding-bottom: 12px;
}

.img_dialog {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.img_box {
  position: absolute;
  z-index: 1000;
  width: 600px;
  left: 50%;
  top: 50%;
  /* background-color: rgb(45, 45, 45); */
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1440px) {
  .img_box {
    position: absolute;
    z-index: 1000;
    width: 500px;
    left: 50%;
    top: 50%;
    /* background-color: rgb(45, 45, 45); */
    transform: translateX(-50%) translateY(-50%);
  }
}
.img_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: -40px;
  cursor: pointer;
}

.img_big {
  width: 100%;
}

/* 分页底色 */
.aboutus-box .component__pagination .slot__mid div.active-num {
  background-color: #2372ff;
}

/* 避免菜单高度过短 底部有空白 */
.layout__container.aboutus-box {
  min-height: calc(100vh - 237px);
}

/* 关于我们 - 隐藏导航栏 否则会有一截高度点击无效 */
#znz-pc.aboutus .layout__nav__toggle {
  display: none;
}

/* 左侧菜单 */
.aboutus-box .left-menu {
  width: 210px;
  height: auto;
  min-height: 100px;
  border-radius: 4px;
  padding: 15px 0 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aboutus-box .menu-item {
  width: calc(100% - 8px);
  height: 52px;
  padding-left: 22px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  color: #020e19;
  display: block;
  transition: background-color 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
}

.aboutus-box .menu-item:hover,
.aboutus-box .submenu-item:hover {
  background-color: #fff;
  color: #2372ff;
  font-weight: 600;
}

.aboutus-box .menu-item.active,
.aboutus-box .submenu-item.active {
  background-color: #edf4ff;
  color: #2372ff;
  font-weight: 600;
}

.aboutus-box .menu-item .arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.aboutus-box .menu-item .arrow .el-icon-arrow-down {
  color: #b0afaf;
  font-size: 17px;
}

.aboutus-box .menu-item .arrow.up {
  transform: translateY(-50%) rotate(180deg);
}

.aboutus-box .submenu {
  width: calc(100% - 8px);
  height: auto;
  text-indent: 31px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: #020e19;
  display: block;
  transition: background-color 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  cursor: pointer;
}

.aboutus-box .submenu.hide {
  height: 0 !important;
  opacity: 0;
}

.aboutus-box .submenu a {
  height: 52px;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

/* 右侧内容 */
.aboutus-box .right-content {
  width: 974px;
  height: auto;
  min-height: 300px;
  background: #fff;
  border-radius: 4px;
  margin-left: 16px;
  box-sizing: border-box;
}

/* 右侧内容公共class */
.menu-content-box {
  display: none;
}

/* 右侧内容--标题 */
.aboutus-box .common-title {
  font-weight: 600;
  font-size: 28px;
  color: #060606;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.aboutus-box .common-tile-icon-box {
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 15px;
}

.aboutus-box .common-tile-icon-1 {
  width: 20px;
  height: 20px;
  background: #2372ff;
  border-radius: 4px;
  z-index: 2;
  position: relative;
}

.aboutus-box .common-tile-icon-2 {
  width: 15px;
  height: 15px;
  background: #abc9ff;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 10px;
}

/* 公司简介 START */
.aboutus-box .company-intro {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 22px 23px 26px 24px;
}

.aboutus-box .company-intro-title {
  font-weight: 600;
  font-size: 28px;
  color: #060606;
  line-height: 40px;
  margin-bottom: 12px;
  text-align: center;
}

.aboutus-box .company-intro-data-box {
  width: 927px;
  height: 545px;
  background: url(https://info.compassedu.hk/pc/img/about/company-intro/1.jpeg)
    no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
  padding-top: 387px;
}

.aboutus-box .company-intro-data-list {
  width: 100%;
  height: 124px;
  background: #f8fafe;
  opacity: 0.88;
  display: flex;
  padding: 33px 49px 26px;
  justify-content: space-between;
}

.aboutus-box .company-intro-data-item {
  font-size: 16px;
  color: #646464;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* margin-right: 89px; */
}

.aboutus-box .company-intro-data-item-value {
  margin-top: 1px;
  display: flex;
  align-items: baseline;
  color: #2372ff;
}

.aboutus-box .company-intro-data-item-num {
  font-weight: 600;
  font-size: 30px;
  color: #2372ff;
  line-height: 42px;
  margin-right: 7px;
}

.aboutus-box .company-intro-data-item-num-unit {
  font-size: 20px;
}

.aboutus-box .company-intro-desc {
  font-size: 18px;
  color: #020e19;
  line-height: 25px;
  margin-bottom: 20px;
}

.aboutus-box .company-intro-desc p:not(:last-child) {
  margin-bottom: 25px;
}

.aboutus-box .company-intro-imgs {
  display: flex;
  justify-content: space-between;
}

.aboutus-box .company-intro-imgs img {
  width: 298px;
  height: 187px;
  border-radius: 4px;
}

/* 公司简介 END */

/* 联系我们 START */
.aboutus-box .contact-us {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 17px 24px 28px 22px;
}

.aboutus-box .contact-us .company-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.aboutus-box .contact-us .company-card {
  width: 296px;
}

.aboutus-box .contact-us .company-card .company-card-img {
  width: 296px;
  height: 252px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.aboutus-box .contact-us .company-card .company-card-title {
  margin-top: 16px;
  font-weight: 600;
  font-size: 20px;
  color: #060606;
  line-height: 28px;
}

.aboutus-box .contact-us .company-card .company-card-desc {
  font-size: 14px;
  color: #68727d;
  line-height: 20px;
  margin-top: 6px;
  display: flex;
  align-items: baseline;
}

.aboutus-box .contact-us .company-card .company-card-icon {
  width: 13px;
  height: 13px;
  margin-right: 6px;
}

.aboutus-box .contact-us .consultation-box {
  display: flex;
  gap: 0 20px;
  margin-top: 30px;
}

.aboutus-box .contact-us .consultation-card {
  width: 296px;
  height: 158px;
  border-radius: 8px;
  padding: 29px 20px;
}

.aboutus-box .contact-us .consultation-card-1 {
  background: url(https://info.compassedu.hk/pc/img/about/contact/8.png)
    no-repeat;
  background-size: 100% 100%;
}

.aboutus-box .contact-us .consultation-card-2 {
  background: url(https://info.compassedu.hk/pc/img/about/contact/9.png)
    no-repeat;
  background-size: 100% 100%;
}

.aboutus-box .contact-us .consultation-card-3 {
  background: url(https://info.compassedu.hk/pc/img/about/contact/10.png)
    no-repeat;
  background-size: 100% 100%;
}

.aboutus-box .contact-us .consultation-card-title {
  font-family:
    PingFangSC-Medium,
    PingFang SC;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  line-height: 30px;
}

.aboutus-box .contact-us .consultation-card-2 .consultation-card-title,
.aboutus-box .contact-us .consultation-card-3 .consultation-card-title {
  margin-bottom: 26px;
}

.aboutus-box .contact-us .consultation-card-desc1 {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  margin-top: 14px;
}

.aboutus-box .contact-us .consultation-card-desc2 {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  margin-top: 6px;
}

.aboutus-box .contact-us .consult-card-button {
  background: #ff9c16;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  padding: 6px 20px;
  margin-top: 26px;
}
/* 联系我们 END */

/* 指南发布 START */
.guide-publish {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 17px 25px 24px 22px;
}
.guide-publish-list {
}
.guide-publish-item {
  display: flex;
  margin-bottom: 29px;
  align-items: flex-start;
}
.publish-item-left {
  display: flex;
  align-items: center;
}
.publish-circle-box {
  width: 11px;
  height: 11px;
  border: 2px solid #2372ff;
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
  flex-shrink: 0;
}
.publish-line {
  position: absolute;
  bottom: -171px;
  left: 3px;
  width: 1px;
  height: 166px;
  border: 1px solid #e8e9ee;
}
.publish-time {
  margin-right: 19px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 2px;
}
.publish-time-year {
  font-weight: 600;
  font-size: 18px;
  color: #2372ff;
  line-height: 25px;
}
.publish-time-date {
  font-size: 14px;
  color: #2372ff;
  line-height: 20px;
}
.publish-item-right {
  flex: 1;
  display: flex;
  width: 845px;
  height: 159px;
  background: linear-gradient(180deg, #f5f8ff 0%, #f9fafc 100%);
  border-radius: 4px;
  cursor: pointer;
}
.publish-item-right-img {
  width: 159px;
  height: 159px;
  background: #d8d8d8;
  border-radius: 4px 0px 0px 4px;
  flex-shrink: 0;
  overflow: hidden;
}
.publish-item-right-img img {
  width: 100%;
  height: 100%;
  border-radius: 4px 0px 0px 4px;
  object-fit: cover;
  transition: all 0.3s;
}
.publish-item-right:hover .publish-item-right-img img {
  transform: scale(1.2);
}
.publish-item-content {
  flex: 1;
  padding: 10px 54px 15px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.publish-item-title {
  font-weight: 600;
  font-size: 20px;
  color: #060606;
  line-height: 28px;
  margin-bottom: 14px;
}
.publish-item-desc {
  font-size: 16px;
  color: #68727d;
  line-height: 22px;
}
.publish-item-read {
  font-size: 14px;
  color: #8a8e92;
  line-height: 20px;
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.publish-item-read-num {
  margin-right: 4px;
}
/* 指南发布 END */

.line-2 {
  text-align: justify;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

/* 十二大保障 START */
.aboutus-box .promise-box {
  padding: 18px 24px 20px 23px;
}

.aboutus-box .promise-box-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 8px;
}

.aboutus-box .promise-box-container .per-box {
  position: relative;
  width: 220px;
  height: 260px;
  background: linear-gradient(180deg, #f5f8ff 0%, #f9fafc 100%);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}

.aboutus-box .promise-box-container .per-box:nth-child(n + 5) {
  margin-top: 16px;
}

.aboutus-box .promise-box-container .per-box:nth-child(n + 9) {
  margin-top: 17px;
}

.aboutus-box .promise-box-container .per-box > * {
  transition: all 0.3s;
}

.aboutus-box .promise-box-container .per-box .icon {
  width: 73px;
  height: 80px;
  margin-bottom: 14px;
}

.aboutus-box .promise-box-container .per-box:hover .icon {
  margin-top: -380px;
}

.aboutus-box .promise-box-container .per-box .title {
  font-weight: 600;
  font-size: 17px;
  color: #262626;
  line-height: 17px;
}

.aboutus-box .promise-box-container .per-box .c-box {
  position: absolute;
  top: 100%;
  width: 100%;
  height: auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding: 22px 21px 23px 18px;
  box-sizing: border-box;
}

.aboutus-box .promise-box-container .per-box:hover .c-box {
  top: 0;
}

.aboutus-box .promise-box-container .per-box .c-box .c-title {
  font-weight: 600;
  font-size: 17px;
  color: #262626;
  line-height: 17px;
  margin-bottom: 9px;
  text-align: center;
}

.aboutus-box .promise-box-container .per-box .c-box .c-content {
  font-weight: 400;
  font-size: 14px;
  color: #68727d;
  line-height: 21px;
  text-align: justify;
}
/* 十二大保障 END */

/* 指南者校友求职 START */
.aboutus-box .overseas {
  padding: 20px 23px 29px 24px;
}

.aboutus-box .overseas .top-box {
  position: relative;
  width: 928px;
  /* height: 447px; */
  display: flex;
  flex-direction: column;
  margin-top: -16px;
}

.aboutus-box .overseas .top-box .title-box {
  background: url(https://info.compassedu.hk/pc/img/about/overseas/header-bg.png)
    no-repeat;
  width: 928px;
  height: calc(167px + 21px);
  background-size: 100% 100%;
  padding-top: 41px;
  padding-left: 342px;
  padding-right: 14px;
}

.aboutus-box .overseas .top-box .title-box .title {
  font-family: AlibabaPuHuiTi_2_95_ExtraBold;
  font-size: 36px;
  color: #ffffff;
  line-height: 50px;
  text-align: left;
  margin-bottom: 11px;
}

.aboutus-box .overseas .top-box .title-box .desc {
  font-family:
    PingFangSC,
    PingFang SC;
  font-size: 15px;
  color: #ffffff;
  line-height: 21px;
  text-align: justify;
}

.aboutus-box .overseas .top-box .c-box {
  width: 579px;
  height: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #2c2d2e;
  text-indent: 32px;
}

.aboutus-box .overseas .top-box .c-box.c2 {
  margin-top: 39px;
}

.aboutus-box .overseas .top-box .c-box .highlight {
  font-weight: 600;
}

.aboutus-box .overseas .top-box .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 86px;
  background:
    linear-gradient(270deg, #345795 0%, #2751a7 62%, #1f4db2 100%),
    linear-gradient(270deg, #02399d 0%, #0038ac 62%, #003ab9 100%);
  border-radius: 3px;
  display: flex;
  align-items: center;
}

.aboutus-box .overseas .top-box .bottom .per {
  width: auto;
  height: 22px;
  display: flex;
  align-items: center;
  margin-left: 48px;
}
.aboutus-box .overseas .top-box .bottom .per:first-of-type {
  margin-left: 40px;
}

.aboutus-box .overseas .top-box .bottom .per .checked {
  width: 13px;
  height: auto;
}

.aboutus-box .overseas .top-box .bottom .per .title {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-left: 6px;
}

.aboutus-box .overseas .top-box .bottom-card-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aboutus-box .overseas .top-box .bottom-card {
  width: 228px;
  /* height: 354px; */
  height: 279px;
  padding: 1px;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0),
    rgba(235, 242, 255, 1)
  );
}

.aboutus-box .overseas .top-box .bottom-card:first-child {
  border-radius: 0px 0px 0px 10px;
}

.aboutus-box .overseas .top-box .bottom-card:last-child {
  border-radius: 0px 0px 10px 0px;
}

.aboutus-box .overseas .top-box .bottom-card-inner {
  background: #f8faff;
  padding: 25px 16px 0;
  width: 100%;
  height: 100%;
}

.aboutus-box .overseas .top-box .bottom-card-inner .bottom-card-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.aboutus-box
  .overseas
  .top-box
  .bottom-card-inner
  .bottom-card-top
  .bottom-card-icon {
  margin-right: 10px;
  width: 48px;
  height: 48px;
}

.aboutus-box
  .overseas
  .top-box
  .bottom-card-inner
  .bottom-card-top
  .bottom-card-title {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #121414;
  line-height: 25px;
  text-align: justify;
}

.aboutus-box
  .overseas
  .top-box
  .bottom-card-inner
  .bottom-card-top
  .bottom-card-title
  span {
  /* letter-spacing: 3px; */
}

.aboutus-box .overseas .top-box .bottom-card-inner .bottom-card-bottom {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #121414;
  line-height: 48px;
  text-align: justify;
  padding-top: 17px;
  padding-left: 26px;
  border-top: 1px solid #a1b3c6;
}

.aboutus-box
  .overseas
  .top-box
  .bottom-card-inner
  .bottom-card-bottom
  .bottom-card-item {
  display: flex;
  align-items: center;
}

.aboutus-box
  .overseas
  .top-box
  .bottom-card-inner
  .bottom-card-bottom
  .bottom-card-item
  .bottom-card-item-circle {
  width: 4px;
  height: 4px;
  background:
    linear-gradient(270deg, #345795 0%, #2751a7 62%, #1f4db2 100%),
    linear-gradient(321deg, #5f8de0 0%, #2e64db 100%);
  margin-right: 13px;
  border-radius: 50%;
}

.bottom-card-item-text {
}

.aboutus-box .overseas .company-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}

.aboutus-box .overseas .company-list .company-img {
  width: 217px;
  height: 54px;
  box-shadow: 4px 8px 13px 0px rgba(128, 153, 212, 0.12);
}

.aboutus-box .overseas .img {
  position: absolute;
  top: 0;
  right: 17px;
  width: 312px;
  height: 429px;
}

.aboutus-box .overseas .o-title {
  position: relative;
  width: auto;
  height: 28px;
  margin: 40px auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutus-box .overseas .o-ttile-1 {
  margin-bottom: 30px;
}

.aboutus-box .overseas .o-title .text::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 13px;
  background-color: #d4e3ff;
  z-index: -1;
}

.aboutus-box .overseas .o-title-1 .text::before {
  width: calc(100% + 12px);
  left: -6px;
}

.aboutus-box .overseas .o-title .text {
  position: relative;
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 600;
  font-size: 25px;
  color: #060606;
  z-index: 2;
  width: auto;
  display: block;
}

/* .aboutus-box .overseas .o-title .color-bg{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 200px;
  height: 13px;
  background-color: #D4E3FF;
  z-index: 1;
} */

.aboutus-box .overseas .overseas-list {
  width: 100%;
  height: auto;
  min-height: 323px;
  display: flex;
  flex-wrap: wrap;
}

.aboutus-box .overseas .overseas-list .per-overseas-box {
  position: relative;
  width: 296px;
  height: 323px;
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(211, 216, 225, 0.62);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-left: calc((100% - 888px) / 2);
  margin-bottom: 20px;
  cursor: pointer;
}

.aboutus-box .overseas .overseas-list .per-overseas-box:nth-child(3n + 1) {
  margin-left: 0;
}

.aboutus-box .overseas .overseas-list .per-overseas-box .cover-box {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.aboutus-box .overseas .overseas-list .per-overseas-box .cover-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.aboutus-box .overseas .overseas-list .per-overseas-box:hover .cover-box img {
  transition: all 0.3s;
  transform: scale(1.08);
}

.aboutus-box .overseas .overseas-list .per-overseas-box .title {
  width: 100%;
  padding: 0 14px 0 12px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 18px;
  color: #060606;
  line-height: 25px;
  margin-top: 10px;
}

.aboutus-box .overseas .overseas-list .per-overseas-box .time {
  position: absolute;
  left: 12px;
  bottom: 17px;
  font-weight: 400;
  font-size: 14px;
  color: #68727d;
  line-height: 20px;
}
/* 指南者校友求职 END */

/* 用户口碑 START */
.aboutus-box .reputation-box {
  padding: 18px 23px 35px 24px;
  height: 778px;
  user-select: none;
}

.aboutus-box .reputation-box .c-box {
  position: relative;
  width: 100%;
  height: 580px;
  border-radius: 12px;
  margin-top: 50px;
  display: flex;
}

.aboutus-box .reputation-box .c-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 927px;
  height: 580px;
  z-index: 1;
}

.aboutus-box .reputation-box .c-box .left {
  position: absolute;
  left: 51px;
  top: 69px;
  width: 501px;
  height: 454px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.aboutus-box .reputation-box .c-box .left .title {
  width: 100%;
  height: 80px;
  font-weight: 600;
  font-size: 28px;
  color: #060606;
  line-height: 40px;
  white-space: pre-wrap;
  margin-bottom: 16px;
}

.aboutus-box .reputation-box .c-box .left .content-box {
  width: 491px;
  height: 108px;
  background: #ffffff;
  box-shadow: 10px 10px 35px 0px rgba(35, 114, 255, 0.05);
  border-radius: 4px;
  margin-bottom: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 17px;
  box-sizing: border-box;
}

.aboutus-box .reputation-box .c-box .left .content-box:last-of-type {
  margin-bottom: 0;
}

.aboutus-box .reputation-box .c-box .left .content-box .c-title {
  width: auto;
  padding: 0 17px;
  height: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  border-radius: 16px;
  background-color: #2372ff;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.aboutus-box .reputation-box .c-box .left .content-box.c2 .c-title {
  background-color: #ff6b23;
}

.aboutus-box .reputation-box .c-box .left .content-box .c-content {
  font-weight: 400;
  font-size: 16px;
  color: #68727d;
}

.aboutus-box .reputation-box .c-box .r-bg-1 {
  position: absolute;
  right: 31px;
  top: -22px;
  width: 309px;
  height: 620px;
  z-index: 4;
}

.aboutus-box .reputation-box .c-box .r-bg-2 {
  position: absolute;
  right: 51px;
  top: -4px;
  width: 267px;
  height: auto;
  z-index: 5;
  border-radius: 31px 31px 0 0;
}

.aboutus-box .reputation-box #reputation-swiper {
  position: absolute;
  right: 50px;
  top: 30px;
  width: 268px;
  height: 549px;
  overflow: hidden;
  --swiper-theme-color: #ffffff;
  --swiper-navigation-color: #ffffff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
  z-index: 4;
  border-radius: 0 0 30px 30px;
}

.aboutus-box .reputation-box #reputation-swiper .item {
  width: 268px;
  height: 581px;
  display: inline-block;
  background-size: cover;
  cursor: pointer;
}

.aboutus-box .reputation-box #reputation-swiper .item img {
  width: 100%;
  height: auto;
}

.aboutus-box .reputation-box .swiper-pagination {
  bottom: -69px;
}

.aboutus-box .reputation-box .swiper-button-prev,
.aboutus-box .reputation-box .swiper-button-next {
  z-index: 5;
  width: 58px;
  height: 58px;
  background-size: 100% 100%;
  position: absolute;
  top: 242px;
}

.aboutus-box .reputation-box .swiper-button-prev {
  background-image: url(https://info.compassedu.hk/pc/img/about/appraise/pre.png);
}

.aboutus-box .reputation-box .swiper-button-prev.show {
  left: -14px;
  display: block !important;
}

.aboutus-box .reputation-box .swiper-button-next {
  background-image: url(https://info.compassedu.hk/pc/img/about/appraise/next.png);
}

.aboutus-box .reputation-box .swiper-button-next.show {
  right: -14px;
  display: block !important;
}

.aboutus-box .reputation-box .swiper-button-prev::after,
.aboutus-box .reputation-box .swiper-button-next::after {
  content: initial;
}

.aboutus-box .reputation-box .swiper-slide {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  overflow-y: auto;
  overflow-x: hidden;
}

.aboutus-box .reputation-box .swiper-slide img {
  width: 268px;
  height: auto;
  border-radius: 0 0 30px 30px;
}

.aboutus-box .reputation-box .swiper-pagination-bullet {
  width: 15px;
  height: 7px;
  background: #d0d3e3 !important;
  border-radius: 2px;
  transform: skew(-20deg);
  margin: 0 0 0 3px !important;
}

.aboutus-box
  .reputation-box
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 26px;
  background: #2372ff !important;
}

.aboutus-box .reputation-box .swiper-pagination-bullet:first-of-type,
.aboutus-box .reputation-box .swiper-pagination-bullet:last-of-type {
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  transform: skew(0) !important;
}
/* 用户口碑 END */

/* 好评锦旗 START */
.aboutus-box .flag-box {
  padding: 18px 24px 33px 23px;
  /* background-image: url(); */
  background-size: 100% 100%;
}

.aboutus-box .flag-box .flag-list {
  width: 100%;
  height: auto;
  min-height: 256px;
  display: flex;
  flex-wrap: wrap;
  margin-top: -4px;
  border-radius: 4px;
  margin-bottom: 21px;
}

.aboutus-box .flag-box .flag-list .per-flag {
  width: 220px;
  height: 256px;
  border-radius: 4px;
  margin-left: calc((100% - 880px) / 3);
}

.aboutus-box .flag-box .flag-list .per-flag:nth-child(4n + 1) {
  margin-left: 0 !important;
}

.aboutus-box .flag-box .flag-list .per-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.aboutus-box .flag-box .flag-list .per-flag:nth-child(n + 5) {
  margin-top: 17px;
}
/* 好评锦旗 END */

/* 发展历程 START */
.development {
  padding: 17px 23px 43px;
  position: relative;
}

.development-list {
}

.development-item {
  display: flex;
 // margin-bottom: 30px;
}

.development-item-content {
  width: 370px;
  background: #f8fafe;
  border-radius: 4px;
  padding: 16px 0 16px 16px;
  flex-shrink: 0;
}

.development-item-title {
  font-weight: 600;
  font-size: 20px;
  color: #2372ff;
  line-height: 28px;
  margin-bottom: 5px;
  display: flex;
}

.development-item-time {
  font-size: 14px;
  font-weight: 400;
}

.development-data-box {
  width: 218px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(231, 231, 231, 0.63);
  border-radius: 8px;
  padding: 10px 0 14px 12px;
  margin-bottom: 5px;
}

.development-data-item {
  font-size: 12px;
  color: #595959;
  line-height: 14px;
  margin-bottom: 9px;
}

.development-data-box .development-data-item:last-child {
  margin-bottom: 0;
}

.development-data-num {
  font-weight: 600;
  font-size: 22px;
  color: #ffab23;
  line-height: 18px;
  margin-right: 5px;
  margin-left: 3px;
}

.development-data-unit {
  font-size: 16px;
}

.develop-item-desc {
  font-size: 16px;
  color: #8c8c8c;
  line-height: 24px;
  /* display: flex;
  align-items: center; */
}

.develop-item-desc-circle {
  width: 6px;
  height: 6px;
  border: 2px solid #2372ff;
  border-radius: 50%;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}

.development-item-line {
  margin-top: 47px;
  margin-left: 12px;
  margin-right: 5.5px;
  width: 71px;
  height: 1px;
  border: 1px solid transparent;
  border-image: linear-gradient(
      -45deg,
      rgba(73, 171, 255, 0),
      rgba(35, 114, 255, 1)
    )
    1;
}

.development-item-circle {
  margin-top: 42px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1.5px solid #2372ff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.development-item-circle-inner {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #3e7dec;
  border: 2px solid #ffffff;
}

/* 偶数位样式 */
.development-item:nth-child(even) {
  flex-direction: row-reverse;
}

.development-item:nth-child(even) .development-item-line {
  margin-right: 6px;
  margin-left: 4.5px;
  width: 66px;
  border-image: linear-gradient(
      45deg,
      rgba(73, 171, 255, 0),
      rgba(35, 114, 255, 1)
    )
    1;
}

.development-item:nth-child(even) .development-item-content {
  width: 380px;
}

.development-item:first-of-type {
  margin-top: 110px;
}

.development-item:nth-child(3) {
  margin-top: -32px;
}

.development-item:nth-child(4) {
  margin-top: -112px;
}

.development-item:nth-child(5) {
  margin-top: -106px;
}

.development-item:nth-child(6) {
  margin-top: 7px;
}

.development-item:nth-child(7) {
  margin-top: -45px;
}

.development-item:nth-child(8) {
  margin-top: -43px;
}

.development-item:nth-child(9) {
  margin-top: 0;
}

.development-item:nth-child(10) {
  margin-top: -17px;
}

.development-item:nth-child(11) {
  margin-top: 23px;
}

.development-item:nth-child(12) {
  margin-top: -41px;
}

.development-item:nth-child(13) {
  margin-top: -6px;
}

.development-middle-line {
  position: absolute;
  left: 50%;
  top: 91px;
  width: 1px;
  height: calc(100% - 91px - 43px);
  border: 1px solid #3e7dec;
}

.development-middle-line::after {
  content: '';
  position: absolute;
  top: -10px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: #3e7dec;
  border-radius: 50%;
}

.development-middle-line::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -75px;
  width: 75px;
  height: 36px;
  background-image: url(https://info.compassedu.hk/pc/img/about/history/flag-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/* 发展历程 END */

/* 荣誉资质 START */
.aboutus-box .qualification-box {
  height: auto;
  padding: 17px 23px 33px 22px;
}

.aboutus-box .qualification-box .qualification-list {
  width: 100%;
  height: auto;
  min-height: 340px;
  display: flex;
  flex-direction: column;
}

.aboutus-box .qualification-box .qualification-list .per-qualification-line {
  position: relative;
  width: 100%;
  height: 351px;
  display: flex;
  margin-top: 12px;
}

.aboutus-box
  .qualification-box
  .qualification-list
  .per-qualification-line:first-of-type {
  margin-top: 0;
}

.aboutus-box
  .qualification-box
  .qualification-list
  .per-qualification-line::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background-image: url(https://info.compassedu.hk/pc/img/about/qualification/bg.png);
  background-size: 100% 100%;
}

.aboutus-box
  .qualification-box
  .qualification-list
  .per-qualification-line
  .per-box {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.aboutus-box
  .qualification-box
  .qualification-list
  .per-qualification-line
  .per-box
  .qualification-img {
  position: relative;
  width: 100%;
  height: 248px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.aboutus-box
  .qualification-box
  .qualification-list
  .per-qualification-line
  .per-box
  .qualification-img
  img {
  width: 348px;
  height: 248px;
  object-fit: scale-down;
}

.aboutus-box
  .qualification-box
  .qualification-list
  .per-qualification-line
  .per-box
  .qualification-info {
  position: relative;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 12px;
}

.aboutus-box
  .qualification-box
  .qualification-list
  .per-qualification-line
  .per-box
  .qualification-info::before,
.aboutus-box
  .qualification-box
  .qualification-list
  .per-qualification-line
  .per-box
  .qualification-info::after {
  content: '';
  position: absolute;
  top: 10px;
  width: 40px;
  height: 51px;
  background-size: 100% 100%;
}

.aboutus-box
  .qualification-box
  .qualification-list
  .per-qualification-line
  .per-box
  .qualification-info::before {
  left: -40px;
  background-image: url(https://info.compassedu.hk/pc/img/about/qualification/left.png);
}

.aboutus-box
  .qualification-box
  .qualification-list
  .per-qualification-line
  .per-box
  .qualification-info::after {
  right: -40px;
  background-image: url(https://info.compassedu.hk/pc/img/about/qualification/right.png);
}

.aboutus-box
  .qualification-box
  .qualification-list
  .per-qualification-line
  .per-box
  .qualification-info
  .from {
  font-weight: normal;
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutus-box
  .qualification-box
  .qualification-list
  .per-qualification-line
  .per-box
  .qualification-info
  .split-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(216, 175, 82, 0),
    rgba(221, 189, 119, 1),
    rgba(197, 156, 67, 0)
  );
  margin: 7px 0 4px;
}

.aboutus-box
  .qualification-box
  .qualification-list
  .per-qualification-line
  .per-box
  .qualification-info
  .from {
  font-weight: normal;
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Alibaba-PuHuiTi-Medium;
}

.aboutus-box
  .qualification-box
  .qualification-list
  .per-qualification-line
  .per-box
  .qualification-info
  .name {
  font-weight: normal;
  font-size: 16px;
  color: #9f6e17;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Alibaba-PuHuiTi-Medium;
}
/* 荣誉资质 END */

/* 指南者研究院 START */
.aboutus-box .researchinst-tip-box {
  opacity: 0;
  position: relative;
  width: 100%;
  height: 182px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(
    177deg,
    rgba(161, 193, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.aboutus-box .researchinst-tip-box::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 8px;
  background: linear-gradient(156deg, #396cd7 0%, rgba(23, 73, 179, 0.95) 98%);
  z-index: 1;
}

.aboutus-box .researchinst-tip-box .left {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 240px;
  z-index: 2;
}

.aboutus-box .researchinst-tip-box .left .tip1 {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  font-family: PingFang SC;
}

.aboutus-box .researchinst-tip-box .left .tip2 {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 9px;
  font-family:
    PingFangSC-Semibold,
    PingFang SC;
}

.aboutus-box .researchinst-tip-box .qrcode {
  width: 104px;
  height: auto;
  margin-left: 48px;
  z-index: 2;
}

.aboutus-box .researchinst-box {
  padding: 18px 25px 20px 22px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 13px;
}

.aboutus-box .researchinst-box .top-box {
  position: relative;
  width: 927px;
  height: 385px;
  background-size: 100% 100%;
  background-image: url(https://info.compassedu.hk/pc/img/about/researchinst/bg.png);
  background-repeat: no-repeat;
  display: flex;
}

.aboutus-box .researchinst-box .top-box .left {
  margin: 50px 0 0 20px;
}

.aboutus-box .researchinst-box .top-box .left .title {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
}

.aboutus-box .researchinst-box .top-box .left .c-box {
  position: relative;
  width: 74px;
  height: 211px;
  margin-left: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 21px;
}

.aboutus-box .researchinst-box .top-box .left .c-box::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 207px;
  background: rgba(255, 255, 255, 0.89);
  box-shadow: 0px 2px 25px 0px rgba(178, 183, 193, 0.16);
  border-radius: 1px;
  opacity: 0.2;
  backdrop-filter: blur(10px);
}

.aboutus-box .researchinst-box .top-box .left .c-box .c-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 10px;
}

.aboutus-box .researchinst-box .top-box .right {
  width: 716px;
  height: 288px;
  margin-left: 52px;
  margin-top: 49px;
  font-weight: 400;
  font-size: 16px;
  color: #2c2d2e;
  line-height: 32px;
  text-indent: 32px;
}

.aboutus-box .researchinst-box .top-box .right .t-box {
  position: relative;
  width: 100%;
  height: 50%;
  box-sizing: border-box;
}

.aboutus-box .researchinst-box .top-box .right .t-box.t1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d1d9ea;
}

.aboutus-box .researchinst-box .top-box .right .t-box.t2 {
  padding-top: 12px;
}

.aboutus-box .researchinst-box .r-title {
  position: relative;
  width: auto;
  height: 28px;
  margin: 34px auto 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutus-box .researchinst-box .r-title .text::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 13px;
  background-color: #d4e3ff;
  z-index: -1;
}

.aboutus-box .researchinst-box .r-title .text {
  position: relative;
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #060606;
  z-index: 2;
  display: block;
  width: auto;
}

/* .aboutus-box .researchinst-box .r-title .color-bg{
  position: absolute;
  left: -4px;
  bottom: -1px;
  width: 248px;
  height: 13px;
  background-color: #D4E3FF;
  z-index: 1;
} */

.aboutus-box .researchinst-box .r-tab-box {
  width: 100%;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.aboutus-box .researchinst-box .r-tab-box .per-tab {
  position: relative;
  width: auto;
  height: 22px;
  line-height: 22px;
  font-weight: 400;
  font-size: 18px;
  color: #060606;
  margin-left: 72px;
  cursor: pointer;
}

.aboutus-box .researchinst-box .r-tab-box .per-tab:first-of-type {
  margin-left: 0;
}

.aboutus-box .researchinst-box .r-tab-box .per-tab.active {
  font-weight: 600;
  color: #2372ff;
}

.aboutus-box .researchinst-box .r-tab-box .per-tab.active::after {
  content: '';
  position: absolute;
  left: calc(50% - 10px);
  bottom: -6px;
  width: 20px;
  height: 2px;
  background-color: #2372ff;
  border-radius: 2px;
  cursor: pointer;
}

.aboutus-box .researchinst-box .researchinst-list {
  width: 100%;
  height: auto;
  min-height: 384px;
  display: flex;
  flex-wrap: wrap;
}

.aboutus-box .researchinst-box .researchinst-list .per-book-box {
  position: relative;
  width: 296px;
  height: 384px;
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(211, 216, 225, 0.62);
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  margin-left: calc((100% - 888px) / 2);
}

.aboutus-box
  .researchinst-box
  .researchinst-list
  .per-book-box:nth-child(3n + 1) {
  margin-left: 0;
}

.aboutus-box .researchinst-box .researchinst-list .per-book-box .cover-box {
  width: 296px;
  height: 170px;
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}

.aboutus-box .researchinst-box .researchinst-list .per-book-box .cover {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}
.aboutus-box .researchinst-box .researchinst-list .per-book-box:hover .cover {
  transform: scale(1.08);
}

.aboutus-box .researchinst-box .researchinst-list .per-book-box .time {
  margin-top: 7px;
  padding: 0 12px;
  box-sizing: border-box;
  width: 100%;
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #2372ff;
  line-height: 20px;
}

.aboutus-box .researchinst-box .researchinst-list .per-book-box .title {
  margin-top: 4px;
  padding: 0 12px;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  font-weight: 600;
  font-size: 18px;
  color: #060606;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.aboutus-box .researchinst-box .researchinst-list .per-book-box .intro {
  margin-top: 8px;
  padding: 0 12px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  font-weight: 400;
  font-size: 14px;
  color: #9a9fa3;
  line-height: 20px;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.aboutus-box .researchinst-box .researchinst-list .per-book-box .author {
  margin-top: 32px;
  padding: 0 12px;
  box-sizing: border-box;
  width: 100%;
  height: 17px;
  font-weight: 400;
  font-size: 12px;
  color: #68727d;
  line-height: 17px;
}

.aboutus-box .researchinst-box .researchinst-list .per-book-box .type {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 65px;
  height: 21px;
  line-height: 21px;
  background: rgba(30, 36, 72, 0.58);
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  z-index: 2;
  user-select: none;
}

.component__pop#login-pop {
  z-index: 10000001 !important;
}

.download-wrapper,
.download-wrapper .icon-Download,
.download-wrapper .text {
  display: none !important;
  z-index: -1 !important;
  height: 0 !important;
}
/* 指南者研究院 END */

/* 指南者研究院 - 报告PDF START */
.aboutus-box .research-book-box {
  /* display: block!important; */
  padding: 0 0 24px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px 4px 8px 8px;
  box-sizing: border-box;
  height: calc(100vh - 90px);
}

.aboutus-box .research-book-box .top-box {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 15px 34px;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  box-sizing: border-box;
  border-radius: 4px 4px 0px 0px;
}

.aboutus-box .research-book-box .top-box .title {
  font-weight: 500;
  font-size: 16px;
  color: #262626;
  line-height: 22px;
}

.aboutus-box .research-book-box .top-box .prev-btn {
  position: relative;
  width: auto;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  line-height: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.aboutus-box .research-book-box .top-box .prev-btn .icon-arrow-down {
  transform: rotate(-90deg);
  font-size: 23px;
  margin-left: -5px;
}

.aboutus-box .research-book-box .middle-box {
  width: 927px;
  height: calc(100% - 130px);
  background: #f8f9fc;
  border-radius: 4px 4px 8px 8px;
  border: 1px solid #e7e7e7;
  margin: 15px auto;
}

.aboutus-box .research-book-box .middle-box .top-line {
  width: 100%;
  height: 56px;
  line-height: 56px;
  background: #ffffff;
  box-shadow: inset 0px -1px 0px 0px #e7e7e7;
  border-radius: 4px 4px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px 0 24px;
}

.aboutus-box .research-book-box .middle-box .top-line .left {
  display: flex;
  align-items: center;
  height: 25px;
  line-height: 25px;
}

.aboutus-box .research-book-box .middle-box .top-line .left .report-name {
  font-weight: 500;
  font-size: 18px;
  color: #262626;
  margin-right: 12px;
  line-height: 25px;
}

.aboutus-box .research-book-box .middle-box .top-line .left .report-time {
  font-weight: 400;
  font-size: 12px;
  color: #8c8c8c;
  line-height: 17px;
}

.aboutus-box .research-book-box .middle-box .top-line .fullscreent-btn {
  width: auto;
  height: 17px;
  line-height: 17px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.aboutus-box .research-book-box .middle-box .top-line .fullscreent-btn {
  font-size: 10px;
  color: #1890ff;
}

.aboutus-box .research-book-box .middle-box .top-line .fullscreent-btn .text {
  font-weight: 500;
  font-size: 12px;
  color: #1890ff;
  line-height: 17px;
  margin-left: 7px;
}

.aboutus-box .research-book-box .middle-box .content-box {
  width: 899px;
  height: calc(100% - 94px);
  margin: 19px auto 0;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
}

.aboutus-box .research-book-box .middle-box .content-box #research-book-pdf {
  width: 100%;
  height: auto;
}

.aboutus-box
  .research-book-box
  .middle-box
  .content-box
  #research-book-pdf
  canvas:not(:last-child) {
  margin-bottom: 12px;
}

.aboutus-box .research-book-box .bottom-box {
  width: 927px;
  height: 50px;
  line-height: 50px;
  background: #f7f7f7;
  box-shadow: 0px -2px 4px 0px rgba(231, 231, 231, 0.71);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 0 15px;
  box-sizing: border-box;
}

.aboutus-box .research-book-box .bottom-box .left {
  display: flex;
  align-items: center;
  height: 25px;
  line-height: 25px;
}

.aboutus-box .research-book-box .bottom-box .left .pdf-icon {
  width: auto;
  height: 25px;
  margin-right: 13px;
}

.aboutus-box .research-book-box .bottom-box .left .pdf-name {
  font-weight: 500;
  font-size: 14px;
  color: #262626;
  line-height: 25px;
}

.aboutus-box .research-book-box .bottom-box .right {
  display: flex;
  align-items: center;
  height: 14px;
  line-height: 14px;
}

.aboutus-box .research-book-box .bottom-box .right .btn {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 14px;
}

.aboutus-box .research-book-box .bottom-box .right .btn.active {
  background: #1890ff;
  cursor: pointer;
}

.aboutus-box .research-book-box .bottom-box .right .btn .icon-filter_arrow {
  color: #fff;
  font-size: 10px;
  display: block;
}

.aboutus-box
  .research-book-box
  .bottom-box
  .right
  .btn
  .icon-filter_arrow.active {
  color: #1890ff;
}

.aboutus-box
  .research-book-box
  .bottom-box
  .right
  .btn.prev-btn
  .icon-filter_arrow {
  transform: scale(0.6) rotate(90deg);
  margin-left: -2px;
}

.aboutus-box
  .research-book-box
  .bottom-box
  .right
  .btn.next-btn
  .icon-filter_arrow {
  transform: scale(0.6) rotate(-90deg);
  margin-left: 2px;
}

.aboutus-box .research-book-box .bottom-box .page-num {
  margin: 0 10px 0 11px;
  font-weight: 500;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 14px;
}

.aboutus-box .research-book-box.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

.aboutus-box .research-book-box.fixed .middle-box {
  height: calc(100% - 130px);
  width: 1200px;
}

.aboutus-box .research-book-box.fixed .middle-box .content-box {
  height: calc(100% - 94px);
  width: calc(100% - 38px);
}

.aboutus-box .research-book-box.fixed .middle-box .content-box .pdf-canvas {
  width: 100%;
}

.aboutus-box .research-book-box.fixed .bottom-box {
  width: 1200px;
}
/* 指南者研究院 - 报告PDF END */
