/* 加盟案例 */
.join-case {
  margin-top: 0.425rem;
  padding-bottom: 0.77rem;
}
.join-case > div:nth-of-type(1) {
  padding-left: 0.44rem;
  padding-right: 0.3rem;
  margin-bottom: 0.475rem;
}
.join-case > div:nth-of-type(1) img {
  display: block;
  width: 100%;
}
.join-case > div:nth-of-type(2) {
  padding-left: 0.57rem;
  padding-right: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.join-case > div:nth-of-type(2) img {
  display: block;
  width: 1.235rem;
  height: 1.52rem;
}
/* 加盟流程 */
.join-process {
  padding-bottom: 0.675rem;
}
.join-process h2 {
  height: 0.25rem;
  background: url("../images/join/join_process_title.png") no-repeat 31.5px center;
  background-size: contain;
  margin-bottom: 0.385rem;
}
.join-process div img {
  display: block;
  width: 100%;
}
.join-process div:nth-of-type(1) {
  margin-bottom: 0.36rem;
}
/* 加盟支持| */
.join-support h2 {
  height: 0.25rem;
  background: url("../images/join/join_support_title.png") no-repeat 31.5px center;
  background-size: contain;
  margin-bottom: 0.365rem;
}
.join-support ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.join-support ul li {
  flex: 0 0 1.005rem;
  height: 0.355rem;
  background-color: #c12121;
  border-radius: 0.05rem;
  margin-bottom: 0.245rem;
}
.join-support ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0.355rem;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
/*# sourceMappingURL=join.css.map */