.sect-des {
  margin-top: 1.2rem;
  font-weight: 400;
  font-size: 0.9rem;
  color: #393939;
  line-height: 46px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  font-family: 'Manrope', sans-serif;
}

.sect-right {
  width: 60%;
  height: 100%;
  padding: 2.5rem 0;
  padding-right: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/codebank-bg.png);;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin: 2rem 0;
  padding: 0 2rem;
}

section {
  margin: auto;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}


.sect-content {
  margin-top: .8rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 2rem;
  display: flex;
  padding: 2.3rem 0;
  overflow: hidden;
  align-items: center;
  justify-content: space-around;

}

.sect-left {
  padding-left: 4.8rem;
  width: 46%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

/* 超小屏幕： */
@media screen and (max-width: 767px) {
  .sect-content {
    display: flex;
    flex-flow: column;
    padding-top: 0;
    margin-top: 0;
    background-image: none !important;
  }

  .sect-left {
    box-sizing: border-box;
    width: 100%;
    padding: 0 2.5rem;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .sect-right {
    box-sizing: border-box;
    margin-top: 2rem;
    padding: 0 2.5rem;
    width: 0;
  }

  .sect-des {
    line-height: 32px;
  }

  .sect-tit, .sect-des {
    text-align: center;
  }

  .slogo {
    font-size: 3rem !important;
    line-height: 3.4rem !important;
  }

  section {
    align-items: start;
    background: linear-gradient(to bottom, #ebfbe1 0%, #fff 30%);
  }
}


/* 小屏幕 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sect-content {
    display: flex;
    flex-flow: column;
    padding-top: 2.5rem;
    margin-top: 2.5rem;
  }

  .sect-left {
    box-sizing: border-box;
    width: 100%;
    padding: 0 2.5rem;
    /* text-align:center; */
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .sect-right {
    box-sizing: border-box;
    width: 100%;
    margin-top: 2rem;
    padding: 0 2.5rem;
  }
}