.section {
  color: #000;
  text-align: center;
}
.section .title {
  font-size: 53px;
  font-weight: bold;
}
.section .subtitle {
  display: block;
  margin-top: 23px;
  font-size: 30px;
  font-weight: 400;
}
.card {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 10px 20px;
  color: #000;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
.card:first-child {
  margin-left: 0;
}
.card-wrap {
  margin: auto;
  margin-top: 80px;
  font-size: 0;
}
.card-cover {
  display: block;
  margin: auto;
}
.card-title {
  margin-top: 16px;
  font-size: 18px;
  font-weight: normal;
}
.card-title:after {
  margin: 10px 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
}
.card-desc {
  line-height: 29px;
  font-size: 14px;
  overflow: hidden;
}
.card-desc > a {
  display: block;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*Slogan*/
.section-about {
  position: relative;
  height: 100%;
  background: url(../img/about/bg-about.png) right;
  background-position-y: 98px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}
.section-about-wrap {
  padding-top: 25%;
  padding-left: 14%;
}
.section-about .title {
  display: block;
}
/*优剪里程碑*/
.section-milestone {
  position: relative;
  height: 100%;
  background: url(../img/about/bg-milestone.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-milestone-wrap {
  padding-top: 4%;
}
.section-milestone .title {
  color: #fff;
}
.section-milestone .subtitle {
  color: #fff;
  letter-spacing: 2px;
}
.section-milestone-content {
  position: absolute;
  bottom: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1162px;
  border-bottom: 2px solid #fff;
  font-size: 0;
}
.section-milestone .history {
  position: relative;
  margin-top: 300px;
}
.section-milestone .history:before {
  content: "";
  position: absolute;
  left: -26px;
  top: -13px;
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/about/bg-financing-arrow-left.png) center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-milestone .history:after {
  content: "";
  position: absolute;
  right: -26px;
  top: -13px;
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/about/bg-financing-arrow-right.png) center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-milestone .history-financing {
  position: absolute;
  bottom: -2px;
  left: 360px;
  font-size: 0;
}
.section-milestone .history-financing-item {
  position: relative;
  display: inline-block;
  margin-left: 31px;
  height: 272px;
}
.section-milestone .history-financing-item:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  z-index: 11;
  display: block;
  width: 21px;
  height: 21px;
  background: url(../img/about/bg-milestone-point.png) center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-milestone .history-financing-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 160px;
  background: #fff;
}
.section-milestone .history-financing-item:first-child {
  margin-left: 0;
}
.section-milestone .history-financing-item img {
  width: 90px;
  vertical-align: top;
}
.section-milestone .history-milestone {
  position: absolute;
  top: 2px;
  left: 41px;
  font-size: 0;
}
.section-milestone .history-milestone-item {
  position: relative;
  display: inline-block;
  margin-left: 36px;
  padding-top: 64px;
}
.section-milestone .history-milestone-item:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 11;
  display: block;
  width: 21px;
  height: 21px;
  background: url(../img/about/bg-milestone-point.png) center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-milestone .history-milestone-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 176px;
  background: #fff;
}
.section-milestone .history-milestone-item:first-child {
  margin-left: 0;
}
.section-milestone .history-milestone-item img {
  width: 90px;
  vertical-align: top;
}
/*优剪企业价值观*/
.section-values {
  position: relative;
  height: 100%;
  background: url(../img/about/bg-values.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-values-wrap {
  padding-top: 6%;
}
.section-values .title {
  color: #fff;
}
.section-values .subtitle {
  color: #fff;
  letter-spacing: 2px;
}
.section-values-content {
  position: relative;
  margin: 0 auto;
  padding-top: 10%;
  padding-left: 7%;
}
.section-values .bg-values-about {
  display: inline-block;
  width: 1080px;
  height: 204px;
  background: url(../img/about/bg-values-about.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*优剪团队*/
.section-team {
  position: relative;
  height: 100%;
  background: url(../img/about/bg-team.png) center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: right;
}
.section-team-wrap {
  display: inline-block;
  padding-top: 18%;
  padding-right: 5%;
  width: 525px;
  text-align: center;
}
.section-team-content {
  margin-top: 57px;
  line-height: 34px;
  font-size: 18px;
  font-weight: 300;
}
.section-team-content-title {
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
}
.section-team-content-desc {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
}
.section-team-btn {
  margin-top: 60px;
  color: transparent;
}
.section-team-btn .btn-join {
  width: 106px;
  height: 40px;
  background: url(../img/btn/btn-join-black@2.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*门店分布*/
.section-store {
  position: relative;
  height: 100%;
  background: url(../img/about/bg-store.png) center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}
.section-store-wrap {
  padding-top: 15%;
  padding-left: 10%;
  width: 570px;
  text-align: center;
}
.section-store-content {
  position: relative;
  margin-top: 74px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.6em;
}
.section-store-mark {
  display: inline-block;
  position: absolute;
  bottom: 2%;
  left: 10%;
  width: 570px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (device-width: 2560px) {
  .section {
    color: #000;
    text-align: center;
  }
  .section .title {
    font-size: 63.6px;
    font-weight: bold;
  }
  .section .subtitle {
    display: block;
    margin-top: 27.6px;
    font-size: 30px;
    font-weight: 400;
  }
  .card {
    position: relative;
    display: inline-block;
    margin-left: 24px;
    padding: 12px 24px;
    color: #000;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
  }
  .card:first-child {
    margin-left: 0;
  }
  .card-wrap {
    margin: auto;
    margin-top: 96px;
    font-size: 0;
  }
  .card-cover {
    display: block;
    margin: auto;
  }
  .card-title {
    margin-top: 19.2px;
    font-size: 21.6px;
    font-weight: normal;
  }
  .card-title:after {
    margin: 12px 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
  }
  .card-desc {
    line-height: 34.8px;
    font-size: 16.8px;
    overflow: hidden;
  }
  .card-desc > a {
    display: block;
    line-height: 32.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /*Slogan*/
  .section-about {
    position: relative;
    height: 100%;
    background: url(../img/about/bg-about.png) right;
    background-position-y: 98px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
  }
  .section-about-wrap {
    padding-top: 25%;
    padding-left: 14%;
  }
  .section-about .title {
    display: block;
  }
  /*优剪里程碑*/
  .section-milestone {
    position: relative;
    height: 100%;
    background: url(../img/about/bg-milestone.png) center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-milestone-wrap {
    padding-top: 4%;
  }
  .section-milestone .title {
    color: #fff;
  }
  .section-milestone .subtitle {
    color: #fff;
    letter-spacing: 2.4px;
  }
  .section-milestone-content {
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1394.4px;
    border-bottom: 2.4px solid #fff;
    font-size: 0;
  }
  .section-milestone .history {
    position: relative;
    margin-top: 360px;
  }
  .section-milestone .history:before {
    content: "";
    position: absolute;
    left: -31.2px;
    top: -15.6px;
    display: block;
    width: 31.2px;
    height: 31.2px;
    background: url(../img/about/bg-financing-arrow-left.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .section-milestone .history:after {
    content: "";
    position: absolute;
    right: -31.2px;
    top: -15.6px;
    display: block;
    width: 31.2px;
    height: 31.2px;
    background: url(../img/about/bg-financing-arrow-right.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .section-milestone .history-financing {
    position: absolute;
    bottom: -2.4px;
    left: 432px;
    font-size: 0;
  }
  .section-milestone .history-financing-item {
    position: relative;
    display: inline-block;
    margin-left: 37.2px;
    height: 326.4px;
  }
  .section-milestone .history-financing-item:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: -12px;
    z-index: 11;
    display: block;
    width: 25.2px;
    height: 25.2px;
    background: url(../img/about/bg-milestone-point.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .section-milestone .history-financing-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 1.2px;
    height: 192px;
    background: #fff;
  }
  .section-milestone .history-financing-item:first-child {
    margin-left: 0;
  }
  .section-milestone .history-financing-item img {
    width: 108px;
    vertical-align: top;
  }
  .section-milestone .history-milestone {
    position: absolute;
    top: 2.4px;
    left: 49.2px;
    font-size: 0;
  }
  .section-milestone .history-milestone-item {
    position: relative;
    display: inline-block;
    margin-left: 43.2px;
    padding-top: 76.8px;
  }
  .section-milestone .history-milestone-item:before {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    z-index: 11;
    display: block;
    width: 25.2px;
    height: 25.2px;
    background: url(../img/about/bg-milestone-point.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .section-milestone .history-milestone-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.2px;
    height: 211.2px;
    background: #fff;
  }
  .section-milestone .history-milestone-item:first-child {
    margin-left: 0;
  }
  .section-milestone .history-milestone-item img {
    width: 108px;
    vertical-align: top;
  }
  /*优剪企业价值观*/
  .section-values {
    position: relative;
    height: 100%;
    background: url(../img/about/bg-values.png) center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-values-wrap {
    padding-top: 8%;
  }
  .section-values .title {
    color: #fff;
  }
  .section-values .subtitle {
    color: #fff;
    letter-spacing: 2.4px;
  }
  .section-values-content {
    position: relative;
    margin: 0 auto;
    padding-top: 12%;
    padding-left: 3%;
  }
  .section-values .bg-values-about {
    display: inline-block;
    width: 1296px;
    height: 244.8px;
    background: url(../img/about/bg-values-about.png) center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /*优剪团队*/
  .section-team {
    position: relative;
    height: 100%;
    background: url(../img/about/bg-team.png) center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: right;
  }
  .section-team-wrap {
    display: inline-block;
    padding-top: 18%;
    padding-right: 5%;
    width: 630px;
    text-align: center;
  }
  .section-team-content {
    margin-top: 68.4px;
    line-height: 40.8px;
    font-size: 21.6px;
    font-weight: 300;
  }
  .section-team-content-title {
    font-size: 27.6px;
    font-weight: 400;
    line-height: 43.2px;
  }
  .section-team-content-desc {
    margin-top: 24px;
    font-size: 20.4px;
    font-weight: 300;
    line-height: 38.4px;
  }
  .section-team-btn {
    margin-top: 72px;
    color: transparent;
  }
  .section-team-btn .btn-join {
    width: 127.2px;
    height: 48px;
    background: url(../img/btn/btn-join-black@2.png) center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /*门店分布*/
  .section-store {
    position: relative;
    height: 100%;
    background: url(../img/about/bg-store.png) center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
  }
  .section-store-wrap {
    padding-top: 15%;
    padding-left: 10%;
    width: 684px;
    text-align: center;
  }
  .section-store-content {
    position: relative;
    margin-top: 88.8px;
    font-size: 22.8px;
    font-weight: 300;
    line-height: 1.6em;
  }
  .section-store-mark {
    display: inline-block;
    position: absolute;
    bottom: 2%;
    left: 10%;
    width: 684px;
    font-size: 16.8px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1.2px;
  }
}
