
.layout__container section[id^='section__part__'] {
  margin-bottom: 0;
 }
/* *************************头部信息*************************** */
.layout__report__header {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 250px;
  margin-top: 66px;
  margin-bottom: 10px;
}

.layout__report__header .bg-level {
  position: absolute;
  z-index: 1;
  width: 100%;
  min-width: 1200px;
  height: 250px;
  overflow: hidden;
}

.layout__report__header .bg-level img {
  width: 100%;
  min-width: 1920px;
  height: auto;
  min-height: 250px;
  object-fit: cover;
}

.layout__report__header .info-level {
  position: absolute;
  z-index: 2;
  left: calc(50% - 600px);
  width: 1200px;
  height: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* user-select: none; */
}

.layout__report__header .info-level .cover {
  margin-right: 20px;
}

.layout__report__header .info-level .cover,
.layout__report__header .info-level .cover img {
  width: 124px;
  height: 124px;
}

.layout__report__header .info-level .info-box {
  flex: 1;
  min-height: 124px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: var(--bg-default-color);
}

.layout__report__header .info-level .cname {
  width: 100%;
  text-align: justify;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 9px;
}

.layout__report__header .info-level .cname>.text {
  height: 40px;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
  text-align: justify;
}

.layout__report__header .info-level .cname>.icon {
  width: 26px;
  height: 26px;
  margin-top: 6px;
  margin-left: 20px;
  background-image: url('https://info.compassedu.hk/pc/img/icon/znz-icon-info.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.layout__report__header .info-level .ename {
  width: 100%;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: justify;
}
/* *************************图表布局*************************** */
#section__part__1,
#section__part__2 {
  padding: 0 20px 10px;
  background-color: var(--bg-default-color);
}

#section__part__2,
#section__part__3 {
  margin-bottom: 10px;
}

div[class^='detail__module__chartchunk'] {
  width: 100%;
  padding: 26px 0 20px !important;
  border-bottom: 1px solid var(--border-default-color);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* user-select: none; */
  position: relative;
}

div[class^='detail__module__chartchunk']>div {
  padding: 0 !important;
}

div[class^='detail__module__chartchunk']>.layout__left {
  width: 430px;
}

div[class^='detail__module__chartchunk']>.layout__right {
  flex: 1;
}

div[class^='detail__module__chartchunk']>div>.module_head {
  margin-bottom: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

div[class^='detail__module__chartchunk']>div>.module_head>.title {
  height: 20px;
  line-height: 20px;
  color: var(--text-sub7-color);
  margin-bottom: 19px;
}

div[class^='detail__module__chartchunk']>div>.module_head::before {
  top: 0;
}

div[class^='detail__module__chartchunk']>div>.no-before::before {
  display: none;
}

div[class^='detail__module__chartchunk']>div>.module_head>.desc {
  position: relative;
  padding-left: 15px;
  color: var(--text-sub6-color);
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}

div[class^='detail__module__chartchunk']>div>.module_head>.desc::after {
  position: absolute;
  content: ' ';
  top: 3px;
  left: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: var(--theme-primary-color);
}

div[class^='detail__module__chartchunk']>div>.module_head>.desc.none::after {
  background-color: transparent !important;
}

/* *************************图表样式*************************** */
.chart-item {
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.chart-item .title {
  width: 100%;
  
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.chart-item .title .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
}

.chart-item .title .text {
  height: 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

.chart-item .detail-box {
  width: 100%;
  
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.chart-item .detail-box .detail-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: var(--text-sub2-color);
}

.chart-item .detail-box .detail-item:not(:last-child) {
  margin-bottom: 10px;
}

/* *************************录取概况*************************** */
.detail__module__chartchunk1 .module_content {
  position: relative;
}

.detail__module__chartchunk1 #chart-1 {
  width: 209px;
  height: 209px;
}

.detail__module__chartchunk1 .rate-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 209px;
  height: 209px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.detail__module__chartchunk1 .rate-box .num {
  height: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #1890FF;
  line-height: 30px;
  margin-bottom: 10px;
}

.detail__module__chartchunk1 .rate-box .num span {
  font-size: 22px;
}

.detail__module__chartchunk1 .rate-box .desc {
  height: 18px;
  font-size: 18px;
  color: var(--text-sub9-color);
  line-height: 18px;
}

.detail__module__chartchunk1 .info-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.detail__module__chartchunk1 .info-box .num-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.detail__module__chartchunk1 .info-box .num-item>.num {
  height: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 5px;
}

.detail__module__chartchunk1 .info-box .num-item>.num>span {
  display: inline-block;
  margin-left: 5px;
  height: 18px;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
}

.detail__module__chartchunk1 .info-box .num-item>.desc {
  height: 18px;
  font-size: 16px;
  line-height: 18px;
}

.detail__module__chartchunk1 .info-box .num-item::before {
  position: absolute;
  content: ' ';
  top: 6px;
  left: -22px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
}

.detail__module__chartchunk1 .info-box .num-item.succ {
  color: var(--theme-primary-color);
  margin-bottom: 25px;
}

.detail__module__chartchunk1 .info-box .num-item.succ::before {
  background: linear-gradient(180deg, #35C3FF 0%, #1890FF 100%);
}

.detail__module__chartchunk1 .info-box .num-item.fail {
  color: var(--text-sub9-color);
}

.detail__module__chartchunk1 .info-box .num-item.fail::before {
  background-color: var(--text-sub9-color);
}
/* *************************本科专业*************************** */
.detail__module__chartchunk1 #chart-2 {
  width: 400px;
  height: 260px;
  margin-top: -26px;
  margin-left: -10px;
}

/* *************************本科背景*************************** */
.detail__module__chartchunk2 #chart-3 {
  width: 380px;
  height: 240px;
  margin-top: -16px;
}

.detail__module__chartchunk2 #chart-5 {
  width: 400px;
  height: 240px;
  margin-top: -26px;
}
/* *************************本科成绩*************************** */
.detail__module__chartchunk3 #chart-4 {
  width: 380px;
  height: 240px;
  margin-top: -16px;
}

.detail__module__chartchunk3 #chart-6 {
  width: 400px;
  height: 240px;
  margin-top: -26px;
}
/* *************************数据说明*************************** */
.detail__module__datadesc {
  padding: 20px 0 15px !important;
  font-size: 14px;
  line-height: 22px;
  color: var(--text-sub8-color);
  text-align: justify;
  /* user-select: none; */
}

/* ************************未登录蒙层************************** */
@supports (background: -moz-element(#backdrop-chunk-1)) {
  #section__part__2.overlay #backdrop-chunk-1 {
    width: 100%;
    height: 260px;
    background-color: -moz-element(#backdrop-chunk-1);
    filter: blur(10px);
    -webkit-filter: blur(10px);
  }
}

@supports (background: -moz-element(#backdrop-chunk-2)) {
  #section__part__2.overlay #backdrop-chunk-2 {
    width: 100%;
    height: 260px;
    background-color: -moz-element(#backdrop-chunk-2);
    filter: blur(10px);
    -webkit-filter: blur(10px);
  }
}

@supports (background: -moz-element(#backdrop-chunk-3)) {
  #section__part__2.overlay #backdrop-chunk-3 {
    width: 100%;
    height: 260px;
    background-color: -moz-element(#backdrop-chunk-3);
    filter: blur(10px);
    -webkit-filter: blur(10px);
  }
}

@supports (background: -moz-element(#backdrop-chunk-4)) {
  #section__part__2.overlay #backdrop-chunk-4 {
    width: 100%;
    height: 260px;
    background-color: -moz-element(#backdrop-chunk-4);
    filter: blur(10px);
    -webkit-filter: blur(10px);
  }
}

#section__part__2.overlay  .detail__module__chartchunk2:after,
#section__part__2.overlay  .detail__module__chartchunk3:after {
  position: absolute;
  content: ' ';
  top: 95px;
  left: -20px;
  width: calc(100% + 40px);
  height: 260px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#section__part__2.overlay .detail__module__loginoverlay {
  position: absolute;
  z-index: 2;
  top: calc(50% - 41px);
  left: calc(50% - 191px);
  width: 382px;
  height: 162px;
  background: var(--bg-default-color);
  box-shadow: 0px 0px 5px 0px var(--border-default-color);
  border-radius: 8px;
  border: 1px solid #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.detail__module__loginoverlay .text {
  width: 100%;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 25px;
}

.detail__module__loginoverlay .login-btn {
  width: 182px;
  height: 38px;
  background: var(--theme-primary-color);
  border-radius: 19px;
  color: var(--bg-default-color);
  font-size: 18px;
  line-height: 38px;
  cursor: pointer;
}

/* *************************推荐专业*************************** */
.detail__module__commendreport {
  padding-bottom: 5px !important;
  /* user-select: none; */
}

.detail__module__commendreport #swiper {
  overflow: hidden;
}

.detail__module__commendreport #swiper .swiper-pagination {
  position: relative;
  margin-top: 10px;
}

.detail__module__commendreport .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: var(--border-default-color);
  border-radius: 6px;
  opacity: 1;
  transition: all 0.3s;
}

.detail__module__commendreport .swiper-pagination-bullet-active {
  background: var(--theme-primary-color);
  width: 40px;
  transition: all 0.3s;
}

.detail__module__commendreport .commend-report {
  margin-top: 10px;
}

.detail__module__commendreport .commend-item {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail__module__commendreport .commend-item:not(:last-child) {
  border-bottom: 1px solid var(--border-default-color);
}

.detail__module__commendreport .commend-item .cover {
  margin-right: 10px;
}

.detail__module__commendreport .commend-item .cover,
.detail__module__commendreport .commend-item .cover img {
  width: 40px;
  height: 40px;
}

.detail__module__commendreport .commend-item .info-box {
  flex: 1;
}

.detail__module__commendreport .commend-item .cname {
  height: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 4px;
  transition: all 0.3s;
}

.detail__module__commendreport .commend-item .ename {
  height: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.detail__module__commendreport .commend-item:hover .cname {
  color: var(--theme-primary-color);
  transition: all 0.3s;
}

/* ***********************报告说明弹窗************************* */
.component__info__pop {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.component__info__pop .title {
  position: relative;
  padding-left: 13px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 16px;
}

.component__info__pop .title::before {
  position: absolute;
  content: ' ';
  width: 6px;
  height: 14px;
  top: 2px;
  left: 0px;
  border-radius: 2px;
  background-color: var(--theme-primary-color);
}

.component__info__pop p {
  font-size: 16px;
  color: var(--text-sub1-color);
  line-height: 24px;
  text-align: justify;
  word-break: break-all;
}

#info-pop>:first-child>.close-level {
  border: none;
  top: 20px;
  right: 20px;
}


