.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-job {
  position: relative;
  height: 100%;
  background: url(../img/job/bg-job.png) center;
  background-position-y: 98px;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-job-wrap {
  padding-top: 24%;
}
.section-job .title {
  display: block;
  margin: 0 auto;
}
.section-job .subtitle {
  display: block;
  margin: 0 auto;
  margin-top: 34px;
}
/*优剪发型师的6大优势*/
.section-advantages {
  position: relative;
  height: 100%;
  background: url(../img/job/bg-advantages.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-advantages-wrap {
  padding-top: 10%;
}
.section-advantages .title {
  color: #fff;
}
.section-advantages .subtitle {
  font-size: 28px;
  color: #fff;
  letter-spacing: 2px;
}
.section-advantages-content {
  margin: 0 auto;
  margin-top: 6%;
  width: 1012px;
  font-size: 0;
}
.section-advantages-content .item-title {
  font-size: 15px;
  font-weight: 400;
}
.section-advantages-content .item-subtitle {
  margin-top: 8px;
  font-size: 17px;
  font-weight: bold;
}
.section-advantages-content-item {
  display: inline-block;
  margin-top: 2%;
  padding-left: 75px;
  padding-top: 15px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
.section-advantages-content-item:nth-child(3n + 2) {
  margin-left: 70px;
  margin-right: 40px;
}
.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: 255px;
  height: 74px;
  background: url("../img/job/01.png");
  background-size: cover;
}
.section-advantages-content-item:nth-child(2) {
  width: 288px;
  height: 74px;
  background: url("../img/job/02.png");
  background-size: cover;
}
.section-advantages-content-item:nth-child(3) {
  width: 356px;
  height: 74px;
  background: url("../img/job/03.png");
  background-size: cover;
}
.section-advantages-content-item:nth-child(4) {
  width: 255px;
  height: 74px;
  background: url("../img/job/04.png");
  background-size: cover;
}
.section-advantages-content-item:nth-child(5) {
  width: 288px;
  height: 74px;
  background: url("../img/job/05.png");
  background-size: cover;
}
.section-advantages-content-item:nth-child(6) {
  width: 356px;
  height: 74px;
  background: url("../img/job/06.png");
  background-size: cover;
}
.section-advantages-btn {
  position: absolute;
  right: 6%;
  bottom: 14%;
  color: transparent;
}
.section-advantages-btn .btn-join {
  width: 184px;
  height: 41px;
  background: url(../img/btn/btn-join-job@2.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-advantages .study {
  right: 12px;
  top: -120px;
}
/*国际名师  独家课程*/
.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-team {
  position: relative;
  height: 100%;
  background: url(../img/job/bg-team.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-team-wrap {
  padding-top: 4%;
}
.section-team-content {
  margin: 0 auto;
  margin-top: 57px;
  width: 950px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 34px;
}
.section-team-content p {
  margin-top: 30px;
}
.section-team-content p:first-child {
  margin-top: 0;
}
/*优剪融资*/
.section-financing {
  position: relative;
  height: 100%;
  background: url(../img/job/bg-financing.png) bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-financing-wrap {
  padding-top: 10%;
}
.section-financing-wrap .title {
  color: #fff;
}
.section-financing-wrap .subtitle {
  color: #fff;
  letter-spacing: 2px;
}
.section-financing .text {
  margin: 0 auto;
  margin-top: 79px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
}
.section-financing-content {
  margin: 0 auto;
  margin-top: 10px;
  font-size: 0;
}
.section-financing-content-item {
  display: inline-block;
  margin-top: 55px;
  margin-left: 35px;
  width: 148px;
  height: 242px;
}
.section-financing-content-item:first-child {
  margin-left: 0;
}
.section-financing-content-item:nth-child(1) {
  background: url("../img/job/bg-financing-01.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.section-financing-content-item:nth-child(2) {
  background: url("../img/job/bg-financing-02.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.section-financing-content-item:nth-child(3) {
  background: url("../img/job/bg-financing-03.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.section-financing-content-item:nth-child(4) {
  background: url("../img/job/bg-financing-04.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.section-financing-content-item:nth-child(5) {
  background: url("../img/job/bg-financing-05.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.section-financing-btn {
  position: absolute;
  right: 10%;
  bottom: 20%;
  color: transparent;
}
.section-financing-btn .btn-join {
  width: 106px;
  height: 40px;
  background: url(../img/btn/btn-join@2.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}
@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-job {
    position: relative;
    height: 100%;
    background: url(../img/job/bg-job.png) center;
    background-position-y: 98px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-job-wrap {
    padding-top: 24%;
  }
  .section-job .title {
    display: block;
    margin: 0 auto;
  }
  .section-job .subtitle {
    display: block;
    margin: 0 auto;
    margin-top: 40.8px;
  }
  /*优剪发型师的6大优势*/
  .section-advantages {
    position: relative;
    height: 100%;
    background: url(../img/job/bg-advantages.png) center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-advantages-wrap {
    padding-top: 10%;
  }
  .section-advantages .title {
    color: #fff;
  }
  .section-advantages .subtitle {
    font-size: 28px;
    color: #fff;
    letter-spacing: 2px;
  }
  .section-advantages-content {
    margin: 0 auto;
    margin-top: 6%;
    width: 1214.4px;
    font-size: 0;
  }
  .section-advantages-content .item-title {
    font-size: 18px;
    font-weight: 400;
  }
  .section-advantages-content .item-subtitle {
    margin-top: 9.6px;
    font-size: 20.4px;
    font-weight: bold;
  }
  .section-advantages-content-item {
    display: inline-block;
    margin-top: 2%;
    padding-left: 90px;
    padding-top: 18px;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
  }
  .section-advantages-content-item:nth-child(3n + 2) {
    margin-left: 84px;
    margin-right: 48px;
  }
  .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: 306px;
    height: 88.8px;
    background: url("../img/job/01.png");
    background-size: cover;
  }
  .section-advantages-content-item:nth-child(2) {
    width: 345.6px;
    height: 88.8px;
    background: url("../img/job/02.png");
    background-size: cover;
  }
  .section-advantages-content-item:nth-child(3) {
    width: 427.2px;
    height: 88.8px;
    background: url("../img/job/03.png");
    background-size: cover;
  }
  .section-advantages-content-item:nth-child(4) {
    width: 306px;
    height: 88.8px;
    background: url("../img/job/04.png");
    background-size: cover;
  }
  .section-advantages-content-item:nth-child(5) {
    width: 345.6px;
    height: 88.8px;
    background: url("../img/job/05.png");
    background-size: cover;
  }
  .section-advantages-content-item:nth-child(6) {
    width: 427.2px;
    height: 88.8px;
    background: url("../img/job/06.png");
    background-size: cover;
  }
  .section-advantages-btn {
    position: absolute;
    right: 6%;
    bottom: 14%;
    color: transparent;
  }
  .section-advantages-btn .btn-join {
    width: 220.8px;
    height: 49.2px;
    background: url(../img/btn/btn-join-job@2.png) center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-advantages .study {
    right: 14.4px;
    top: -144px;
  }
  /*国际名师  独家课程*/
  .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-team {
    position: relative;
    height: 100%;
    background: url(../img/job/bg-team.png) center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-team-wrap {
    padding-top: 4%;
  }
  .section-team-content {
    margin: 0 auto;
    margin-top: 68.4px;
    width: 1140px;
    font-size: 21.6px;
    letter-spacing: 1px;
    line-height: 40.8px;
  }
  .section-team-content p {
    margin-top: 36px;
  }
  .section-team-content p:first-child {
    margin-top: 0;
  }
  /*优剪融资*/
  .section-financing {
    position: relative;
    height: 100%;
    background: url(../img/job/bg-financing.png) bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-financing-wrap {
    padding-top: 10%;
  }
  .section-financing-wrap .title {
    color: #fff;
  }
  .section-financing-wrap .subtitle {
    color: #fff;
    letter-spacing: 2px;
  }
  .section-financing .text {
    margin: 0 auto;
    margin-top: 94.8px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #fff;
  }
  .section-financing-content {
    margin: 0 auto;
    margin-top: 12px;
    font-size: 0;
  }
  .section-financing-content-item {
    display: inline-block;
    margin-top: 66px;
    margin-left: 42px;
    width: 177.6px;
    height: 290.4px;
  }
  .section-financing-content-item:first-child {
    margin-left: 0;
  }
  .section-financing-content-item:nth-child(1) {
    background: url("../img/job/bg-financing-01.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .section-financing-content-item:nth-child(2) {
    background: url("../img/job/bg-financing-02.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .section-financing-content-item:nth-child(3) {
    background: url("../img/job/bg-financing-03.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .section-financing-content-item:nth-child(4) {
    background: url("../img/job/bg-financing-04.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .section-financing-content-item:nth-child(5) {
    background: url("../img/job/bg-financing-05.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .section-financing-btn {
    position: absolute;
    right: 10%;
    bottom: 20%;
    color: transparent;
  }
  .section-financing-btn .btn-join {
    width: 127.2px;
    height: 48px;
    background: url(../img/btn/btn-join@2.png) center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
