.detail__module__language .module_head {
    justify-content: flex-start;
}

.detail__module__language .module_head .tip-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 4px;
    padding: 5px 6px;
    background-color: #FFF8F1;
    border-radius: 8px 2px 8px 2px;
}

.detail__module__language .module_head .tip-box .tip-icon {
    width: 13px;
    height: 12px;
    margin-right: 3px;
}

.detail__module__language .module_head .tip-box .tip-text {
    line-height: 17px;
    font-weight: 400;
    font-size: 12px;
    color: #A56237;
    text-indent: 0;
}

.detail__module__language .lang-desc {
    font-size: 16px;
    color: #424242;
    line-height: 24px;
    text-align: justify;
}

.detail__module__language .per-lang-box {
    display: flex;
    /* align-items: center; */
    align-items: start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 67px;
    box-sizing: border-box;
    background-color: #FFFBF5;
    border-radius: 4px;
    border: 1px solid #FFEDD8;
    margin-top: 12px;
    padding: 16px 0 16px 16px;
}

.detail__module__language .per-lang-box:first-of-type {
    margin-top: 0;
}

.detail__module__language .per-lang-box .lang-title {
    width: 125px;
    height: 35px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://info.compassedu.hk/pc/img/newMajorDetail/lang-bg.png);
    /* margin: 0 34px 0 15px; */
    margin: 0 34px 0 0;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail__module__language .per-lang-box .lang_card_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.detail__module__language .per-lang-box .lang_card_right_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.detail__module__language .per-lang-box .lang_card_right .lang_card_right_item:last-child {
  margin-bottom: 0;
}

.detail__module__language .per-lang-box .lang_card_right_item .segment_desc {
  display: flex;
  align-items: center;
  height: 24px;
  background: linear-gradient(270deg, rgba(251, 249, 246, 0) 0%, #EDE3D7 100%);
  border-radius: 4px;
  padding: 7px;
  margin-bottom: 5px;
  width: fit-content;
}

.detail__module__language .per-lang-box .lang_card_right_item .segment_desc .segment_icon {
  width: 12px;
  height: auto;
  margin-right: 4px;
}

.detail__module__language .per-lang-box .lang_card_right_item .segment_desc .segment_desc_text {
  font-size: 12px;
  color: #4C3D33;
  line-height: 17px;
  text-align: center;
}

.detail__module__language .per-lang-box .lang_card_right_item .segment_item {
  display: flex;
  /* align-items: center; */
}


.detail__module__language .per-lang-box .lang-title .lang_ename {
  font-size: 12px;
  font-weight: 400;
}

.detail__module__language .per-lang-box .split-line {
    width: 1px;
    height: 27px;
    border: 0.7px solid;
    border-image: linear-gradient(180deg, rgba(66, 66, 66, 0.03), rgba(176, 176, 176, 1), rgba(66, 66, 66, 0)) 1 1;
    margin-right: 29px;
    margin-top: 4px;
}

.detail__module__language .per-lang-box .label {
    font-weight: 400;
    font-size: 14px;
    color: #2C2D2E;
    line-height: 20px;
    min-width: 25px;
    line-height: 35px;
}

.detail__module__language .per-lang-box .label:last-of-type {
    margin-right: 0;
}

.detail__module__language .per-lang-box .label.total {
    margin-right: 6px;
}

.detail__module__language .per-lang-box .label.sub-score {
    margin-right: 5px;
}

.detail__module__language .per-lang-box .label.american {
    margin-right: 15px;
}

.detail__module__language .per-lang-box .value {
    font-weight: 500;
    font-size: 18px;
    color: #FF974A;
    line-height: 25px;
    white-space: nowrap;
    text-align: left;
    line-height: 35px;
}

.detail__module__language .per-lang-box .value.total {
    white-space: normal;
    width: 83px;
}

.detail__module__language .per-lang-box .value.american {
    white-space: normal;
    width: 240px;
}

.detail__module__language .per-lang-box .value.american.total {
    white-space: normal;
    width: 236px;
}

.detail__module__language .per-lang-box .value.sub-score {
    width: 40px;
    margin-right: 40px;
}

.detail__module__language .per-lang-box .sub-score.american {
    padding: 5px 0;
}

.detail__module__language .per-lang-box .sub-score.value.american {
    margin-right: 0;
    width: 240px;
    word-wrap: normal;
}

.detail__module__language .per-lang-box .sub-score.american p {
    line-height: 27px;
}