.course__competition .reason {
  padding: 60px 0 30px !important;
}

.course__competition .reason .content {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.course__competition .reason .content-item {
  margin-top: 20px;
  width: 702px;
  height: 68px;
  /* padding: 0 30px 14px; */
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course__competition .reason .content-item .desc {
  flex: 1;
  margin-left: -1px;
  height: 58px;
  border: 1px solid #71CA9A;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--mod-text-sub);
}

.course__competition .reason .content-item .title {
  width: 123px;
  height: 68px;
  border-radius: 8px;
  background-color: #71CA9A;
  color: var(--bg-default-color);
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 遇到问题 */
.course__competition .question .content {
  width: 100%;
  margin-top: 30px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.course__competition .question .content-item {
  width: 165px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.course__competition .question .content-item .logo {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course__competition .question .content-item:nth-child(1) .logo,
.course__competition .question .content-item:nth-child(3) .logo {
  background-color: #F0F4F8;
}

.course__competition .question .content-item:nth-child(2) .logo,
.course__competition .question .content-item:nth-child(4) .logo {
  background-color: #EEF8F3;
}

.course__competition .question .content-item .logo img {
  width: 78px;
  height: 78px;
}

.course__competition .question .content-item .title {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.course__competition .question .content-item .desc {
  line-height: 20px;
  text-align: justify;
}

/* 解决方案 */
.course__competition .solution .content {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.course__competition .solution .main-desc {
  width: 843px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--mod-text-sub);
}

.course__competition .solution .detail-list {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* align-items: stretch; */
}

.course__competition .solution .content-item {
  width: 227px;
  height: 221px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  background-color: var(--bg-default-color);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.course__competition .solution .content-item .title {
  position: relative;
  width: 100%;
  height: 56px;
  background-color: var(--theme-primary-color);
  color: var(--bg-default-color);
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  font-weight: bold;
}

.course__competition .solution .content-item .desc {
  position: relative;
  width: 100%;
  padding: 15px 20px 50px;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  flex: 1;
}

.course__competition .solution .content-item .desc .text {
  position: relative;
  z-index: 2;
}

.course__competition .solution .content-item .desc::after {
  position: absolute;
  content: ' ';
  background-size: 100% 100%;
  background-repeat: no-repeat;
  right: 8px;
  bottom: -6px;
  width: 73px;
  height: 50px;
}

.course__competition .solution .content-item:nth-child(1) .desc::after {
  background-image: url(https://info.compassedu.hk/pc/img/course/solution-num-1.png);
  width: 68px;
  right: 13px;
}
.course__competition .solution .content-item:nth-child(2) .desc::after {
  background-image: url(https://info.compassedu.hk/pc/img/course/solution-num-2.png);
}
.course__competition .solution .content-item:nth-child(3) .desc::after {
  background-image: url(https://info.compassedu.hk/pc/img/course/solution-num-3.png);
}
.course__competition .solution .content-item:nth-child(4) .desc::after {
  background-image: url(https://info.compassedu.hk/pc/img/course/solution-num-4.png);
}

/* 适合人群 */
.course__competition .people .content {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  /* align-items: stretch; */
}

.course__competition .people .content-item {
  width: 300px;
  height: 261px;
  border-radius: 8px;
  padding: 20px 30px;
  box-shadow:  0 6px 20px rgba(0, 0, 0, 0.1);
  color: var(--bg-default-color);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.course__competition .people .content-item:not(:last-child) {
  margin-right: 30px;
}

.course__competition .people .content-item .slot__top {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background-color: var(--bg-light-color);
  overflow: hidden;
}
.course__competition .people .content-item:nth-child(1) {
  background-color: #3C66B7;
}
.course__competition .people .content-item:nth-child(2) {
  background-color: #71CA9A;
}
.course__competition .people .content-item:nth-child(3) {
  background-color: #68B8DA;
}

.course__competition .people .content-item .logo {
  width: 135px;
  height: 135px;
}


.course__competition .people .content-item .title {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
}

.course__competition .people .content-item .desc {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.course__competition .benefit .content {
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: 223px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.course__competition .benefit .bg-box {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50% - 111.5px);
  width: 223px;
  height: 223px;
  border-radius: 50%;
  background-color: #EEF8F3;
}

.course__competition .benefit .content-item {
  position: relative;
  z-index: 2;
  width: 50%;
  display: flex;
  align-items: center;
}

.course__competition .benefit .content-item:nth-child(1),
.course__competition .benefit .content-item:nth-child(2) {
  align-self: flex-start;
}
.course__competition .benefit .content-item:nth-child(3),
.course__competition .benefit .content-item:nth-child(4) {
  align-self: flex-end;
}

.course__competition .benefit .content-item:nth-child(odd) {
  justify-content: flex-end;
}

.course__competition .benefit .content-item:nth-child(even) {
  justify-content: flex-start;
}

.course__competition .benefit .content-item:nth-child(1) {
  padding-top: 24px;
  padding-right: 11px;
}
.course__competition .benefit .content-item:nth-child(2) {
  padding-top: 47px;
  padding-left: 28px;
}
.course__competition .benefit .content-item:nth-child(3) {
  padding-bottom: 41px;
  padding-right: 23px;
}
.course__competition .benefit .content-item:nth-child(4) {
  padding-bottom: 22px;
  padding-left: 0;
}

.course__competition .benefit .logo {
  width: 70px;
  height: 70px;
  position: relative;
}

.course__competition .benefit .logo img {
  width: 70px;
  height: 70px;
}

.course__competition .benefit .logo::after {
  position: absolute;
  content: ' ';
  border-top: 1px dashed #71CA9A;
  top: 50%;
}

.course__competition .benefit .desc {
  position: relative;
  height: 43px;
  border-radius: 6px;
  border: 1px solid #71CA9A;
  white-space: nowrap;
  background-color: var(--bg-default-color);
  font-size: 16px;
  line-height: 24px;
  color: var(--mod-text-sub);
}

.course__competition .benefit .desc .text {
  position: relative;
  width: 100%;
  height: 43px;
  padding: 0 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course__competition .benefit .content-item:nth-child(1) .logo::after,
.course__competition .benefit .content-item:nth-child(3) .logo::after {
  right: 100%;
}
.course__competition .benefit .content-item:nth-child(2) .logo::after,
.course__competition .benefit .content-item:nth-child(4) .logo::after {
  left: 100%;
}

.course__competition .benefit .content-item:nth-child(1) .logo::after {
  width: 57px;
}
.course__competition .benefit .content-item:nth-child(2) .logo::after {
  width: 38px;
}
.course__competition .benefit .content-item:nth-child(3) .logo::after {
  width: 32px;
}
.course__competition .benefit .content-item:nth-child(4) .logo::after {
  width: 42px;
}

.course__competition .benefit .content-item:nth-child(1) .logo {
  margin-left: 62px;
}
.course__competition .benefit .content-item:nth-child(2) .logo {
  margin-right: 43px;
}
.course__competition .benefit .content-item:nth-child(3) .logo {
  margin-left: 37px;
}
.course__competition .benefit .content-item:nth-child(4) .logo {
  margin-right: 47px;
}

.course__competition .benefit .content-item .desc::before,
.course__competition .benefit .content-item .desc::after,
.course__competition .benefit .content-item .desc .text::before,
.course__competition .benefit .content-item .desc .text::after {
  position: absolute;
  content: ' ';
  width: 20px;
  height: 20px;
  border-top-left-radius: 8px;
  border-top: 2px solid #71CA9A;
  border-left: 2px solid #71CA9A;
}

.course__competition .benefit .content-item .desc::before {
  top: -6px;
  left: -6px;
}

.course__competition .benefit .content-item .desc::after {
  transform: rotate(90deg);
  top: -6px;
  right: -6px;
}

.course__competition .benefit .content-item .desc .text::before {
  transform: rotate(270deg);
  bottom: -5px;
  left: -6px;
}

.course__competition .benefit .content-item .desc .text::after {
  transform: rotate(180deg);
  bottom: -5px;
  right: -6px;
}

.course__competition .intro .content {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course__competition .intro .content .pic {
  width: 390px;
  height: 209px;
  margin-right: 54px;
}

.course__competition .intro .content .detail {
  /* flex: 1; */
  width: 556px;
}

.course__competition .intro .content .detail .title {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

.course__competition .intro .content .detail .text {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}

/* 课程安排 */
.course__competition .schedule .content {
  margin-top: 15px;
}

.course__competition .schedule .content-item {
  width: 100%;
  padding-left: 38px;
  padding-top: 15px;
  position: relative;
}

.course__competition .schedule .content-item:first-child .head::after {
  position: absolute;
  content: ' ';
  bottom: 0;
  left: -29px;
  width: 1px;
  height: 50%;
  background-color: var(--mod-text-sub2);
  transform: scaleX(0.5);
}

.course__competition .schedule .content-item:not(:first-child):not(:last-child)::after {
  position: absolute;
  content: ' ';
  top: 15px;
  left: 9px;
  width: 1px;
  height: calc(100% + 15px);
  background-color: var(--mod-text-sub2);
  transform: scaleX(0.5);
}

.course__competition .schedule .content-item:not(:last-child) .detail::after {
  position: absolute;
  content: ' ';
  top: 0;
  left: -29px;
  width: 1px;
  height: calc(100% + 15px);
  background-color: var(--mod-text-sub2);
  transform: scaleX(0.5);
}


.course__competition .schedule .content-item .head {
  width: 100%;
  height: 45px;
  border-radius: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(24, 144, 255, 0.1);
  padding: 0 10px;
  font-size: 16px;
  line-height: 16px;
  position: relative;
}

.course__competition .schedule .content-item:not(:first-child) .head::after {
  position: absolute;
  content: ' ';
  top: 0;
  left: -29px;
  width: 1px;
  height: 50%;
  background-color: var(--mod-text-sub2);
  transform: scaleX(0.5);
}

.course__competition .schedule .content-item .head::before {
  position: absolute;
  content: ' ';
  top: calc(50% - 9px);
  left: -39px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--theme-primary-color);
  background-color: var(--bg-default-color);
  z-index: 2;
}

.course__competition .schedule .content-item .head .sort {
  width: 26px;
  height: 26px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: var(--theme-primary-color);
  color: var(--bg-default-color);
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course__competition .schedule .content-item .head .mod {
  color: var(--theme-primary-color);
  font-weight: bold;
}

.course__competition .schedule .content-item .detail {
  padding-top: 15px;
  padding-left: 35px;
  position: relative;
}

.course__competition .schedule .content-item .detail .item {
  position: relative;
  list-style-type: none;
  color: var(--mod-text-sub);
  font-size: 14px;
  line-height: 22px;
  /* text-align: justify; */
}

.course__competition .schedule .content-item .detail .item::before {
  position: absolute;
  content: ' ';
  top: 8px;
  left: -14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--mod-text-sub);
}
