.section_6-container {
  margin-block-start: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 124px 0;
  display: flex;
  justify-content: center;
  background: #F7F7F7;
}
.section_6-container .content-box {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 1192px;
  max-width: 1192px;
  align-items: flex-start;
  flex-shrink: 0;
}
.section_6-container .content-box .top-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 176.81px;
}
.section_6-container .content-box .top-box .title {
  color: #000;
  font-size: 60px;
  font-style: normal;
  line-height: normal;
}
.section_6-container .content-box .top-box .right-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1px;
}
.section_6-container .content-box .top-box .right-box .item-box {
  display: flex;
  width: 100px;
  height: 100px;
  padding: 0.5px 0px;
  justify-content: center;
  align-items: center;
}
.section_6-container .content-box .top-box .right-box .item-box .rotate-item {
  width: 70.004px;
  height: 70.004px;
  transform: rotate(45deg);
  flex-shrink: 0;
  border-radius: 16px;
}
.section_6-container .content-box .top-box .right-box .item-box .fff-bg {
  background-color: #FFFFFF;
  border: 1px solid #E1E1E1;
}
.section_6-container .content-box .top-box .right-box .item-box .E1E1E1-bg {
  background-color: #E1E1E1;
}
.section_6-container .content-box .top-box .right-box .item-box .black-bg {
  background-color: #000;
}
.section_6-container .content-box .top-box .right-box .position {
  position: relative;
}
.section_6-container .content-box .top-box .right-box .position .icon-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section_6-container .content-box .bottom-box {
  display: flex;
  flex-direction: row;
  gap: 0;
  width: 100%;
  justify-content: space-between;
}
.section_6-container .content-box .bottom-box .left-box {
  display: flex;
  width: 683px;
  height: 324px;
  max-width: 715.2px;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  border-radius: 24px;
  background: #FFF;
  overflow: hidden;
}
.section_6-container .content-box .bottom-box .left-box .top-box {
  display: flex;
  width: 683.2px;
  padding: 39px 40px 32px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.section_6-container .content-box .bottom-box .left-box .top-box .title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  line-height: 33.6px;
}
.section_6-container .content-box .bottom-box .left-box .top-box .desc {
  color: #6D6D6D;
  font-size: 14px;
  font-style: normal;
  line-height: 24px; /* 171.429% */
}
.section_6-container .content-box .bottom-box .left-box .bottom-box {
  flex: 1;
}
.section_6-container .content-box .bottom-box .left-box .bottom-box .bottom-img {
  width: 100%;
}
.section_6-container .content-box .bottom-box .right-box {
  height: 324px;
  max-width: 477px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: #FFF;
  overflow: hidden;
}
.section_6-container .content-box .bottom-box .right-box .top-box {
  display: flex;
  width: 477px;
  padding: 39px 40px 32px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.section_6-container .content-box .bottom-box .right-box .top-box .title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  line-height: 33.6px; /* 140% */
}
.section_6-container .content-box .bottom-box .right-box .top-box .desc {
  color: #6D6D6D;
  font-size: 14px;
  font-style: normal;
  line-height: 24px; /* 171.429% */
}
.section_6-container .content-box .bottom-box .right-box .bottom-box {
  flex: 1;
  position: relative;
}
.section_6-container .content-box .bottom-box .right-box .bottom-box .bottom-img {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.section_6-container .content-box .bottom-box .right-box .bottom-box .bottom-img2 {
  width: 120px;
  position: absolute;
  top: -20px;
  right: 120px;
}

@media (max-width: 768px) {
  .section_6-container {
    padding: 60px 24px;
  }
  .section_6-container .content-box {
    gap: 40px;
    width: 100%;
  }
  .section_6-container .content-box .top-box {
    flex-direction: column;
    gap: 40px;
  }
  .section_6-container .content-box .top-box .title {
    font-size: 36px;
    font-style: normal;
    line-height: normal;
  }
  .section_6-container .content-box .top-box .right-box {
    gap: 0.113px;
  }
  .section_6-container .content-box .top-box .right-box .item-box {
    width: 113.429px;
    height: 113.429px;
    padding: 0.567px 0px;
  }
  .section_6-container .content-box .top-box .right-box .item-box .rotate-item {
    width: 79.404px;
    height: 79.404px;
    border-radius: 18.149px;
  }
  .section_6-container .content-box .bottom-box {
    flex-direction: column;
    gap: 40px;
  }
  .section_6-container .content-box .bottom-box .left-box {
    width: 100%;
    height: 236px;
  }
  .section_6-container .content-box .bottom-box .left-box .top-box {
    padding: 19.529px 20.029px 16.023px 20.029px;
    width: 100%;
    gap: 6.009px;
  }
  .section_6-container .content-box .bottom-box .left-box .top-box .title {
    font-size: 24px;
    font-style: normal;
    line-height: normal;
  }
  .section_6-container .content-box .bottom-box .left-box .top-box .desc {
    font-size: 14px;
    font-style: normal;
    line-height: 18px; /* 150% */
  }
  .section_6-container .content-box .bottom-box .right-box {
    width: 100%;
    height: 253px;
  }
  .section_6-container .content-box .bottom-box .right-box .top-box {
    width: 100%;
    padding: 25.555px 26.21px 20.968px 26.21px;
    gap: 7.863px;
  }
  .section_6-container .content-box .bottom-box .right-box .top-box .title {
    font-size: 24px;
    font-style: normal;
    line-height: normal;
  }
  .section_6-container .content-box .bottom-box .right-box .top-box .desc {
    font-size: 14px;
    font-style: normal;
    line-height: 18px; /* 150% */
  }
}
@media (min-width: 768px) {
  .section_6-container .content-box .top-box {
    flex-direction: row;
  }
}

/*# sourceMappingURL=index.css.map */
