﻿.s-one {
  display: flex;
  justify-content: space-between;
}

.s-one .s-j {
  position: relative;
  padding: 48px 55px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 4px 4px;

  border-bottom: 2px solid #4837EE;

}

.s-one .s-j span {
  position: absolute;
  right: 0;
  top: 0;

  font-size: 64px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: RGBA(246, 245, 254, 1);
  line-height: 48px;
}

.s-one .s-j h1 {
  text-align: left;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #16181A;
  line-height: 32px;
  margin: 0;
}

.s-j .s-hr1 {
  margin: 36px 0;
  width: 40px;
  height: 4px;
  background: #FF655A;
  border-radius: 1px;
}

.s-j .s-j-item1 {
  text-align: left;
  max-width: 270px;


  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3D485D;
  line-height: 44px;
}

/* 第二 */
.s-two .s-t-item1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s-two .s-t-item1 .t-right h2 {
  margin-bottom: 24px;
  text-align: left;

}

.s-two .s-t-item1 .t-right p {
  max-width: 380px;

  text-align: left;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3D485D;
  line-height: 48px;
  margin: 24px 0;
}

.s-two .s-t-item1 .t-right .s-hr2 {

  width: 40px;
  height: 4px;
  background: #FF655A;
  border-radius: 1px;
}

.s-two .s-t-item1 .t-right .s-hr3 {
  width: 120px;
  height: 4px;
  background: #4837EE;
  border-radius: 1px;
}

/* 千匠星云社区团购系统功能架构 */
.s-three div {
  display: flex;
  align-items: center;
}

.s-three div span {

  width: 44px;
  height: 408px;
  background: #FF817C;
  border-radius: 4px;

  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 33px;
}

.s-three div h2 {
  width: 100%;
  height: 40px;

  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #16181A;
  line-height: 32px;
  position: absolute;
  margin: 24px 0;
}

.s-three div ul {
  padding-top: 90px;
  display: grid;
  grid-gap: 14px 14px;
  position: relative;
  border: 1px dashed #979797;
  border-radius: 10px;
  top: 5px;
}

.s-three div ul li {
  line-height: 36px;
}

.s-three .s-th-item1 {
  display: flex;
  justify-content: space-between;
}

.s-three .s-th-item1 ul {
  /* max-width: 550px; */
  background: rgba(216, 216, 216, 0);




  grid-template-columns: repeat(3, 152px);
  grid-template-rows: repeat(6, 36px);

  padding: 33px 32px;
  padding-top: 90px;
  box-sizing: border-box;
}

.s-three .s-th-item1 ul:nth-of-type(1) li {
  color: rgba(115, 167, 34, 0.8);
  background: rgba(115, 167, 34, 0.1);
  border-radius: 4px;
  border: 1px solid rgba(115, 167, 34, 0.6);
}

.s-three .s-th-item1 ul:nth-of-type(2) li {

  color: rgba(255, 123, 118, 0.8);
  background: rgba(255, 123, 118, 0.1);
  border-radius: 4px;
  border: 1px solid rgba(255, 123, 118, 0.6);
}




.s-three .s-th-item1 ul li:nth-child(2),
.s-three .s-th-item1 ul li:nth-child(3),
.s-three .s-th-item1 ul li:nth-child(4) {

  color: #98A3B7;
  background: #F5F7F8;
  border-radius: 4px;
  border: 1px solid #E7EFFE;
}

.s-three .s-th-item2 {
  display: flex;
  justify-content: space-between;
}

.s-three .s-th-item2 ul {

  grid-template-columns: repeat(8, 120px);
  grid-template-rows: repeat(5, 36px);
  padding: 32px 34px;
  padding-top: 90px;
}

.s-three .s-th-item2 ul li {

  color: #7897FD;
  background: #E7EFFE;
  border-radius: 4px;
  border: 1px solid #8EB1FF;
}

.s-three .s-th-item2 ul li:nth-of-type(1),
.s-three .s-th-item2 ul li:nth-of-type(2),
.s-three .s-th-item2 ul li:nth-of-type(3),
.s-three .s-th-item2 ul li:nth-of-type(4),
.s-three .s-th-item2 ul li:nth-of-type(5),
.s-three .s-th-item2 ul li:nth-of-type(6),
.s-three .s-th-item2 ul li:nth-of-type(7),
.s-three .s-th-item2 ul li:nth-of-type(8) {

  color: #98A3B7;
  background: #F5F7F8;
  border-radius: 4px;
  border: 1px solid #E7EFFE;
}

@media screen and (max-width:768px) {

  .s-one {
    display: block;
  }
  .s-two .s-t-item1 .t-right h2,
  .s-one .s-j h1{
    font-size: 16px !important;
  }
  .s-two .s-t-item1 .t-right p,
  .s-j .s-j-item1{
    font-size: 14px !important;
  }

  .s-two {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .s-three {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .s-three .s-th-item1 {
    flex-direction: column;
  }

  .s-three .s-th-item2 {
    flex-direction: column;
  }

  .s-three div span {
    height: 100%;
    width: 100%;
  }

  .s-three .s-th-item1 ul {
    box-sizing: border-box;
    grid-template-columns: repeat(3, 100px);
    padding-left: 10px;
    padding-right: 10px;

  }

  .s-three .s-th-item2 ul {
    box-sizing: border-box;
    grid-template-columns: repeat(4, 75px);
    grid-template-rows: repeat(10, 36px);
    padding-left: 10px;
    padding-right: 10px;
  }
}