.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-academy {
  position: relative;
  height: 100%;
  background: url(../img/academy/bg-academy.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-academy-wrap {
  padding-top: 20%;
  padding-left: 20%;
}
/*6大教学优势*/
.section-advantages {
  position: relative;
  height: 100%;
  background: url(../img/academy/bg-advantages.png) bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-advantages-wrap {
  padding-top: 10%;
}
.section-advantages .title {
  color: #fff;
}
.section-advantages .subtitle {
  color: #fff;
  letter-spacing: 2px;
}
.section-advantages-content {
  margin: 0 auto;
  margin-top: 74px;
  width: 726px;
  font-size: 0;
}
.section-advantages-content .item-title {
  padding-top: 41px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.section-advantages-content .item-subtitle {
  padding: 10px;
  margin-top: 8px;
  line-height: 19px;
  font-size: 13px;
  font-weight: 400;
}
.section-advantages-content-item {
  display: inline-block;
  margin-top: 45px;
  vertical-align: top;
  box-sizing: border-box;
}
.section-advantages-content-item:nth-child(3n + 2) {
  margin-left: 42px;
  margin-right: 42px;
}
.section-advantages-content-item:nth-child(1),
.section-advantages-content-item:nth-child(2),
.section-advantages-content-item:nth-child(3) {
  margin-top: 0;
}
.section-advantages-content-item:nth-child(1) {
  width: 214px;
  height: 121px;
  background: url("../img/academy/01.png");
  background-size: cover;
}
.section-advantages-content-item:nth-child(2) {
  width: 215px;
  height: 121px;
  background: url("../img/academy/02.png");
  background-size: cover;
}
.section-advantages-content-item:nth-child(3) {
  width: 213px;
  height: 121px;
  background: url("../img/academy/03.png");
  background-size: cover;
}
.section-advantages-content-item:nth-child(4) {
  width: 214px;
  height: 121px;
  background: url("../img/academy/04.png");
  background-size: cover;
}
.section-advantages-content-item:nth-child(5) {
  width: 215px;
  height: 121px;
  background: url("../img/academy/05.png");
  background-size: cover;
}
.section-advantages-content-item:nth-child(6) {
  width: 213px;
  height: 121px;
  background: url("../img/academy/06.png");
  background-size: cover;
}
.section-advantages-btn {
  position: absolute;
  right: 10%;
  bottom: 19%;
  color: transparent;
}
.section-advantages-btn .btn-join {
  width: 106px;
  height: 41px;
  background: url(../img/btn/btn-join@2.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*国际名师*/
.section-master {
  position: relative;
  height: 100%;
  background: #dadada;
}
.section-master-wrap {
  padding-top: 4%;
}
.section-master .swiper-container {
  width: 100%;
  height: 100%;
}
.section-master .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
}
.section-master .swiper-slide .title {
  font-size: 41px;
  font-weight: 300;
}
.section-master .swiper-slide .subtitle {
  font-size: 21px;
}
.section-master .swiper-slide .text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}
.section-master .swiper-button-next,
.section-master .swiper-button-prev {
  background-size: 40% 40%;
}
.section-master-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  text-align: left;
}
.section-master-content .carousel {
  position: relative;
  z-index: 99;
  display: inline-block;
  text-align: center;
}
.section-master-content .carousel-item {
  display: block;
  margin-top: 30px;
}
.section-master-content .carousel-item:first-child {
  margin-top: 0;
}
.section-master-content .carousel-item-actor {
  display: block;
  width: 72px;
  height: 72px;
}
.section-master-content .carousel-item-name {
  display: block;
  width: 72px;
  height: 20px;
  line-height: 20px;
  font-size: 9px;
  color: #fff;
  background: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-master-content .item-actor {
  position: absolute;
  width: 523px;
  height: 676px;
  left: 10%;
  bottom: 0;
}
.section-master-content-item {
  position: absolute;
  bottom: 4%;
  right: 10%;
  width: 398px;
}
.section-master-content-item .item-title {
  line-height: 50px;
  font-size: 38px;
  font-weight: 400;
  color: #000;
  letter-spacing: 2px;
}
.section-master-content-item .item-desc {
  margin-top: 22px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  letter-spacing: 1px;
}
.section-master-content-item .item-summary {
  margin-top: 78px;
  color: #000;
}
.section-master-content-item .item-summary-name {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
}
.section-master-content-item .item-summary-title {
  margin-top: 9px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}
.section-master-content-item .item-summary-desc {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 1px;
}
.section-master-content .item-actor-teams {
  position: absolute;
  width: 872px;
  height: 436px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section-master-content-item-teams {
  margin: auto;
  margin-top: 20%;
  width: 872px;
  text-align: center;
}
.section-master-content-item-teams .item-title {
  line-height: 50px;
  font-size: 38px;
  font-weight: 400;
  color: #000;
  letter-spacing: 2px;
}
.section-master-content-item-teams .item-title-sub {
  line-height: 50px;
  font-size: 28px;
  font-weight: 400;
  color: #000;
  letter-spacing: 2px;
}
.section-master-content-item-teams .item-desc {
  margin-top: 22px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  letter-spacing: 1px;
}
.section-master-btn {
  position: absolute;
  right: 10%;
  bottom: 4.3%;
  color: transparent;
}
.section-master-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-competition {
  position: relative;
  height: 100%;
  background: url(../img/academy/bg-competition.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-competition-wrap {
  padding-top: 18%;
  padding-left: 10%;
  width: 620px;
  color: #fff;
}
.section-competition-wrap strong {
  letter-spacing: 2px;
}
.section-competition-content {
  margin-top: 71px;
  line-height: 1.8em;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
}
/*门店分布*/
.section-store {
  position: relative;
  height: 100%;
  background: url(../img/academy/bg-store.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-store-wrap {
  padding-top: 6%;
  color: #fff;
}
.section-store-content {
  position: absolute;
  bottom: 6%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 974px;
  font-size: 15px;
  font-weight: 400;
}
.section-store-content li {
  display: inline-block;
}
.section-store-content .city {
  font-size: 0;
}
.section-store-content .city li {
  margin-left: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.section-store-content .city li a.active {
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}
.section-store-content .city li:first-child {
  margin-left: 0;
}
.section-store-content .area {
  margin-top: 2%;
  font-size: 0;
}
.section-store-content .area li {
  margin-left: 40px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.section-store-content .area li a.active {
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}
.section-store-content .area li:first-child {
  margin-left: 0;
}
.section-store-content .store {
  height: 340px;
  font-size: 0;
}
.section-store-content .store li {
  margin-top: 21px;
  margin-left: 26px;
  padding: 0 10px;
  width: 134px;
  height: 47px;
  line-height: 47px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-store-content .store li:nth-child(6n + 1) {
  margin-left: 0;
}
.section-store-content .store li:first-child {
  margin-left: 0;
}
.section-store-content .content-page {
  margin-top: 30px;
  width: 100%;
  height: 20px;
  color: #fff;
  font-size: 14px;
  font-family: "Microsoft Yahei";
}
.section-store-content .content-page ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
  padding-left: 55px;
}
.section-store-content .content-page ul.pagination li {
  display: inline;
}
.section-store-content .content-page ul.pagination li a {
  color: #fff;
  float: left;
  text-decoration: none;
  margin-right: 15px;
}
.section-store-content .content-page ul.pagination li a.active {
  border-bottom: 1px solid #fff;
}
.section-store-content .content-page .a-back {
  padding: 0 10px;
  width: 16px;
  height: 16px;
}
@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-academy {
    position: relative;
    height: 100%;
    background: url(../img/academy/bg-academy.png) center;
    background-position-y: 98px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-academy-wrap {
    padding-top: 20%;
    padding-left: 20%;
  }
  /*6大教学优势*/
  .section-advantages {
    position: relative;
    height: 100%;
    background: url(../img/academy/bg-advantages.png) bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-advantages-wrap {
    padding-top: 10%;
  }
  .section-advantages .title {
    color: #fff;
  }
  .section-advantages .subtitle {
    color: #fff;
    letter-spacing: 2.4px;
  }
  .section-advantages-content {
    margin: 0 auto;
    margin-top: 88.8px;
    width: 871.2px;
    font-size: 0;
  }
  .section-advantages-content .item-title {
    padding-top: 49.2px;
    font-size: 21.6px;
    font-weight: 400;
    color: #fff;
  }
  .section-advantages-content .item-subtitle {
    padding: 12px;
    margin-top: 9.6px;
    line-height: 22.8px;
    font-size: 15.6px;
    font-weight: 400;
  }
  .section-advantages-content-item {
    display: inline-block;
    margin-top: 54px;
    vertical-align: top;
    box-sizing: border-box;
  }
  .section-advantages-content-item:nth-child(3n + 2) {
    margin-left: 50.4px;
    margin-right: 50.4px;
  }
  .section-advantages-content-item:nth-child(1),
  .section-advantages-content-item:nth-child(2),
  .section-advantages-content-item:nth-child(3) {
    margin-top: 0;
  }
  .section-advantages-content-item:nth-child(1) {
    width: 256.8px;
    height: 145.2px;
    background: url("../img/academy/01.png");
    background-size: cover;
  }
  .section-advantages-content-item:nth-child(2) {
    width: 258px;
    height: 145.2px;
    background: url("../img/academy/02.png");
    background-size: cover;
  }
  .section-advantages-content-item:nth-child(3) {
    width: 255.6px;
    height: 145.2px;
    background: url("../img/academy/03.png");
    background-size: cover;
  }
  .section-advantages-content-item:nth-child(4) {
    width: 256.8px;
    height: 145.2px;
    background: url("../img/academy/04.png");
    background-size: cover;
  }
  .section-advantages-content-item:nth-child(5) {
    width: 258px;
    height: 145.2px;
    background: url("../img/academy/05.png");
    background-size: cover;
  }
  .section-advantages-content-item:nth-child(6) {
    width: 255.6px;
    height: 145.2px;
    background: url("../img/academy/06.png");
    background-size: cover;
  }
  .section-advantages-btn {
    position: absolute;
    right: 10%;
    bottom: 19%;
    color: transparent;
  }
  .section-advantages-btn .btn-join {
    width: 127.2px;
    height: 49.2px;
    background: url(../img/btn/btn-join@2.png) center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /*国际名师*/
  .section-master {
    position: relative;
    height: 100%;
    background: #dadada;
  }
  .section-master-wrap {
    padding-top: 6%;
  }
  .section-master .swiper-container {
    width: 100%;
    height: 100%;
  }
  .section-master .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
  }
  .section-master .swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
  }
  .section-master .swiper-slide .subtitle {
    font-size: 21px;
  }
  .section-master .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
  }
  .section-master .swiper-button-next,
  .section-master .swiper-button-prev {
    background-size: 40% 40%;
  }
  .section-master-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1440px;
    height: 100%;
    text-align: left;
  }
  .section-master-content .carousel {
    position: relative;
    z-index: 99;
    display: inline-block;
    text-align: center;
  }
  .section-master-content .carousel-item {
    display: block;
    margin-top: 36px;
  }
  .section-master-content .carousel-item:first-child {
    margin-top: 0;
  }
  .section-master-content .carousel-item-actor {
    display: block;
    width: 86.4px;
    height: 86.4px;
  }
  .section-master-content .carousel-item-name {
    display: block;
    width: 86.4px;
    height: 24px;
    line-height: 24px;
    font-size: 10.8px;
    color: #fff;
    background: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .section-master-content .item-actor {
    position: absolute;
    width: 627.6px;
    height: 811.2px;
    left: 10%;
    bottom: 0;
  }
  .section-master-content-item {
    position: absolute;
    bottom: 20%;
    right: 10%;
    width: 477.6px;
  }
  .section-master-content-item .item-title {
    line-height: 60px;
    font-size: 45.6px;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
  }
  .section-master-content-item .item-desc {
    margin-top: 26.4px;
    line-height: 36px;
    font-size: 21.6px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
  }
  .section-master-content-item .item-summary {
    margin-top: 93.6px;
    color: #000;
  }
  .section-master-content-item .item-summary-name {
    font-size: 22.8px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .section-master-content-item .item-summary-title {
    margin-top: 10.8px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .section-master-content-item .item-summary-desc {
    margin-top: 9.6px;
    font-size: 13.2px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .section-master-content .item-actor-teams {
    position: absolute;
    width: 1046.4px;
    height: 523.2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .section-master-content-item-teams {
    margin: auto;
    margin-top: 20%;
    width: 1046.4px;
    text-align: center;
  }
  .section-master-content-item-teams .item-title {
    line-height: 60px;
    font-size: 45.6px;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
  }
  .section-master-content-item-teams .item-title-sub {
    line-height: 60px;
    font-size: 33.6px;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
  }
  .section-master-content-item-teams .item-desc {
    margin-top: 26.4px;
    line-height: 36px;
    font-size: 21.6px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
  }
  .section-master-btn {
    position: absolute;
    right: 10%;
    bottom: 20.3%;
    color: transparent;
  }
  .section-master-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-competition {
    position: relative;
    height: 100%;
    background: url(../img/academy/bg-competition.png) center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-competition-wrap {
    padding-top: 18%;
    padding-left: 10%;
    width: 744px;
    color: #fff;
  }
  .section-competition-wrap strong {
    letter-spacing: 2px;
  }
  .section-competition-content {
    margin-top: 85.2px;
    line-height: 1.8em;
    font-size: 21.6px;
    font-weight: 300;
    letter-spacing: 2px;
  }
  /*门店分布*/
  .section-store {
    position: relative;
    height: 100%;
    background: url(../img/academy/bg-store.png) center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-store-wrap {
    padding-top: 10%;
    color: #fff;
  }
  .section-store-content {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1168.8px;
    font-size: 18px;
    font-weight: 400;
  }
  .section-store-content li {
    display: inline-block;
  }
  .section-store-content .city {
    font-size: 0;
  }
  .section-store-content .city li {
    margin-left: 48px;
    font-size: 21.6px;
    font-weight: 400;
    color: #fff;
  }
  .section-store-content .city li a.active {
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
  }
  .section-store-content .city li:first-child {
    margin-left: 0;
  }
  .section-store-content .area {
    margin-top: 2%;
    font-size: 0;
  }
  .section-store-content .area li {
    margin-left: 48px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
  }
  .section-store-content .area li a.active {
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
  }
  .section-store-content .area li:first-child {
    margin-left: 0;
  }
  .section-store-content .store {
    height: 408px;
    font-size: 0;
  }
  .section-store-content .store li {
    margin-top: 25.2px;
    margin-left: 31.2px;
    padding: 0 12px;
    width: 160.8px;
    height: 56.4px;
    line-height: 56.4px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: center;
    background: #fff;
    border-radius: 4.8px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .section-store-content .store li:nth-child(6n + 1) {
    margin-left: 0;
  }
  .section-store-content .store li:first-child {
    margin-left: 0;
  }
  .section-store-content .content-page {
    margin-top: 36px;
    width: 100%;
    height: 24px;
    color: #fff;
    font-size: 16.8px;
    font-family: "Microsoft Yahei";
  }
  .section-store-content .content-page ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-left: 66px;
  }
  .section-store-content .content-page ul.pagination li {
    display: inline;
  }
  .section-store-content .content-page ul.pagination li a {
    color: #fff;
    float: left;
    text-decoration: none;
    margin-right: 18px;
  }
  .section-store-content .content-page ul.pagination li a.active {
    border-bottom: 1.2px solid #fff;
  }
  .section-store-content .content-page .a-back {
    padding: 0 12px;
    width: 19.2px;
    height: 19.2px;
  }
}
