/* 院校、专业、案例详情页 */
.layout__container {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}

.page__promise {
  width: 1200px;
}

/* *************************头部信息*************************** */
.layout__promise__header {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 450px;
  margin-top: 66px;
}

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

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

@media screen and (max-width: 1200px) {
  .layout__promise__header .bg-level img{
    -webkit-transform: translateX(-360px);
  }

}

@media screen and (min-width: 1200px) and (max-width: 1920px) {
  .layout__promise__header .bg-level img {
    -webkit-transform: translateX(calc(-960px + 50vw));
  }
}

.layout__promise__header .info-level {
  position: absolute;
  z-index: 2;
  left: calc(50% - 600px);
  width: 1200px;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layout__promise__header .info-level img{
  width: 715px;
  height: 172px;
}

.page__promise div[class^="detail__module__"] {
  position: relative;
  padding: 89px 40px 0px;
  /* user-select: none; */
}

.page__promise .detail__module__professional {
  padding-top: 103px !important;
}

.page__promise .detail__module__genuine {
  padding-bottom: 61px !important;
}

.page__promise div[class^="detail__module__"] .ctitle {
  height: 40px;
  font-size: 40px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  color: var(--text-sub1-color);
  line-height: 40px;
  margin-bottom: 10px;
  text-align: center;
}

.page__promise div[class^="detail__module__"] .etitle {
  height: 20px;
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Regular;
  font-weight: 500;
  color: var(--text-sub3-color);
  line-height: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.page__promise .card-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  position: relative;
  z-index: 2;
}

.page__promise .card-item {
  width: 350px;
  height: 273px;
  padding: 20px;
  background: var(--bg-default-color);
  box-shadow: 0px 2px 10px 0px var(--border-default-color);
  border-radius: 4px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.page__promise .card-item:hover {
  box-shadow: 0px 2px 10px 0px var(--text-sub3-color);
  transition: all 0.3s;
}

.page__promise .card-item .logo {
  display: block;
  width: 76px;
  height: 83px;
  margin-bottom: 10px;
}

.page__promise .card-item .title {
  width: 100%;
  height: 20px;
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.page__promise .card-item .desc {
  width: 100%;
  text-align: justify;
  word-break: break-all;
  font-size: 14px;
  font-family: AlibabaPuHuiTi-Regular;
  font-weight: 400;
  color: var(--text-sub2-color);
  line-height: 21px;
}

.page__promise .bottom-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__promise .bottom-icon img {
  width: 18px;
  height: 25px;
}

.promise-desc {
  width: 1200px;
  padding: 20px 0;
  font-size: 12px;
  font-family: AlibabaPuHuiTi-Regular;
  font-weight: 400;
  color: var(--text-sub2-color);
  line-height: 18px;
  background-color: var(--bg-light-color);
  /* user-select: none; */
}
.bg-logo {
  position: absolute;
  z-index: 1;
  width: 401px;
  height: 378px;
  background-size: 100% 100%;
  background-image: url('https://info.compassedu.hk/pc/img/promise/logo.png');
}

.bg-logo.one {
  top: 0;
  right: 0;
}

.bg-logo.two {
  top: -5px;
  left: -69px;
}

.bg-logo.three {
  top: -190px;
  right: 0;
}