
.banner {
  padding-top: 80px;
  width: 100%;
  height: 500px;
  background: url("../image/franchise-banner.jpg") no-repeat center bottom;
}

/* === advantages === */
.advantages {
  position: relative;
}

.advantages .w-1200 {
  display: flex;
  justify-content: space-between;
}

.advantages .adv-left {
  width: 42%;
}

.advantages .title-h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}

.advantages .adv-text h3 {
  color: #009fe4;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0;
}

.advantages .adv-text p {
  margin: 10px 0;
}

.advantages .adv-right {
  width: 571px;
  height: 444px;
}

.advantages .adv-right::after {
  content: "";
  width: 51%;
  height: 80px;
  background-color: #f3f3f3;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -20px;
}

.advantages .adv-right img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .advantages > .w-1200 {
    position: relative;
  }
}

/* === join-conditions === */
.conditions {
  padding-top: 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.conditions .cond-left {
  width: 529px;
  height: 549px;
}

.conditions .cond-left img {
  width: 100%;
  height: 100%;
}

.conditions .cond-text p {
  margin: 10px 0;
}

.conditions .cond-right {
  position: absolute;
  left: 30%;
  bottom: -40px;
  width: 869px;
  height: 558px;
  background: url("../image/conditions-bg.png") no-repeat center center;
}

.conditions .cond-right .right-item {
  height: 75%;
  padding: 0px 80px;
}

.conditions .cond-right .cond-text {
  margin-top: 40px;
  font-size: 16px;
}

.conditions .cond-right .cond-text span {
  padding: 2px 5px;
  border-radius: 3px;
  color: #fff;
  margin-right: 10px;
  background-color: #17b9ff;
}

.conditions .cond-right .cond-text p {
  margin: 15px 0;
}

/* 加盟回报 */
.return .banner {
  padding-top: 80px;
  width: 100%;
  height: 500px;
  background: url("../image/huibao-banner.jpg") no-repeat center bottom;
}

.return .w-1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.return .left-item {
  width: 270px;
  height: 574px;
}

.return .left-item img {
  width: 100%;
  height: 100%;
}

.return .right-item {
  width: 986px;
  height: 581px;
  background: url("../image/return-bg.png") no-repeat center center;
}

.return .right-item .item-box {
  padding: 60px 80px;
}

.return .right-item .item-box h1 {
  font-weight: bold;
  font-size: 50px;
}

.return .right-item .item-box h2 {
  color: #009fe4;
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0;
}

.return .right-item .item-box p {
  font-size: 18px;
  margin: 10px 0;
}
