body {
  margin: 0;
  padding: 0;
  padding: 1.24rem 0 0 0;
}

/* 标题 */
.aboutus-header {
  width: 100%;
}

.aboutus-header-content {
  height: 4.2rem;
  background-image: url('../images/aboutus/bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.aboutus-header-content :first-child {
  height: 0.68rem;
  line-height: 0.68rem;
  font-size: 0.48rem;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 0.32rem;
}

.aboutus-header-content :last-child {
  height: 0.42rem;
  line-height: 0.42rem;
  opacity: 0.75;
  font-size: 0.3rem;
  color: #FFFFFF;
  font-weight: 400;
}


/* 关于小酷约课 */
.aboutus-introduce {
  padding: 0.96rem 0.32rem;
}

.aboutus-introduce-title {
  height: 0.66rem;
  line-height: 0.66rem;
  text-align: center;
  font-size: 0.48rem;
  color: #323233;
  font-weight: bolder;
  margin-bottom: 0.54rem;
}

.aboutus-introduce-info {
  font-size: 0.3rem;
  color: #323233;
  font-weight: 400;
  margin-bottom: 0.32rem;
}

.aboutus-introduce-imagebox {
  width: 100%;
  height: 3.86rem;
  border-radius: 0.04rem;
  overflow: hidden;
}

.aboutus-introduce-imagebox img {
  width: 100%;
  height: 3.86rem;
}

/* 企业文化 */
.aboutus-culture {
  background: #E7F6F6;
  padding: 0.96rem 0.32rem;
}

.aboutus-culture-title {
  height: 0.66rem;
  line-height: 0.66rem;
  text-align: center;
  font-size: 0.48rem;
  font-weight: bolder;
  color: #323233;
  padding-bottom: 0.3rem;
}

.aboutus-culture-text {
  height: 0.5rem;
  font-size: 0.36rem;
  color: #FFFFFF;
  font-weight: 500;
  padding: 0.38rem 0 0 0.4rem;
}

.aboutus-culture-bg {
  height: 1.88rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 0.24rem;
  margin-top: 0.24rem;
}

.aboutus-culture-info1 {
  background-image: url('../images/aboutus/1.png');
}

.aboutus-culture-info2 {
  background-image: url('../images/aboutus/2.png');
}

.aboutus-culture-info3 {
  background-image: url('../images/aboutus/3.png');
}

.aboutus-culture-info4 {
  background-image: url('../images/aboutus/4.png');
}

.aboutus-culture-info5 {
  background-image: url('../images/aboutus/5.png');
}

/* 团队成员 */
.aboutus-member {
  padding: 0.96rem 0.32rem;
}

.aboutus-member-title {
  height: 0.66rem;
  line-height: 0.66rem;
  text-align: center;
  font-size: 0.48rem;
  font-weight: bolder;
  color: #323233;
  padding-bottom: 0.54rem;
}

.aboutus-member-hint {
  font-size: 0.3rem;
  color: #323233;
  font-weight: 400;
  padding-bottom: 0.24rem;
}

.aboutus-member-list {
  display: flex;
  flex-wrap: wrap;
}

.aboutus-member-child {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 2.96rem;
}

.aboutus-member-child :nth-child(1) {
  height: 1.32rem;
  width: 1.32rem;
  border-radius: 50%;
}

.aboutus-member-child :nth-child(2) {
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.34rem;
  color: #323233;
  font-weight: 500;
  margin: 0.16rem 0 0.04rem 0;
}

.aboutus-member-child :nth-child(3) {
  height: 0.32rem;
  font-size: 0.24rem;
  color: #969799;
  line-height: 0.32rem;
  font-weight: 400;
}

/* 发展历程 */
.aboutus-course {
  padding: 0.96rem 0;
  background: #E7F6F6;
}

.aboutus-course-title {
  height: 0.66rem;
  line-height: 0.66rem;
  text-align: center;
  font-size: 0.48rem;
  font-weight: bolder;
  color: #323233;
  padding-bottom: 0.54rem;
}

.aboutus-course-info {
  width: 100%;
  overflow-x: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.aboutus-course-space1 {
  font-size: 0.32rem;
  opacity: 0;
}

.aboutus-course-space2 {
  font-size: 0.01rem;
  opacity: 0;
}

.aboutus-course-box {
  width: 4.56rem;
  margin-right: 0.48rem;
}

.aboutus-course-box-year {
  height: 0.42rem;
  width: 4.56rem;
  line-height: 0.42rem;
  font-size: 0.3rem;
  color: #000000;
  font-weight: 600;
  padding-bottom: 0.16rem;
  border-bottom: 0.06rem solid #08979C;
  margin-bottom: 0.16rem;
}

.aboutus-course-box-month {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 0.28rem;
  margin-bottom: 0.32rem;
}

.aboutus-course-box-month :nth-child(1) {
  color: #323233;
}

.aboutus-course-box-month :nth-child(2) {
  color: #646566;
  width: 3.78rem;
}

/* 奖项认证 */
.aboutus-prize {
  padding: 0.96rem 0.16rem;
}

.aboutus-prize-title {
  height: 0.66rem;
  line-height: 0.66rem;
  text-align: center;
  font-size: 0.48rem;
  font-weight: bolder;
  color: #323233;
  padding-bottom: 0.22rem;
}

.aboutus-prize-box {
  display: flex;
  flex-wrap: wrap;
}

.aboutus-prize-item {
  width: calc(50% - 0.32rem);
  height: 4.36rem;
  border: 0.04rem solid rgba(220, 222, 224, 1);
  box-sizing: border-box;
  border-radius: 0.16rem;
  margin: 0.32rem 0.16rem 0 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutus-prize-image {
  width: 2.94rem;
  height: 3.92rem;
}