.banner {
  width: 100%;
  padding: 180px 0 110px 0;
  background: url("../images/affiliate/banner-bg.png") no-repeat top;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .banner {
    padding: 90px 0 55px 0;
  }
}
.content {
  max-width: 1200px;
  margin: 0px auto 0;
  overflow: hidden;
}
.banner-left {
  float: left;
}
.banner-left .p1 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
}
.banner-left .p2 {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
}
.banner-left .p3 {
  max-width: 667px;
  font-size: 24px;
  font-weight: 400;
  color: #feffff;
  opacity: 0.9;
  text-shadow: 0px 1px 3px rgba(30, 88, 129, 0.75);
  margin-top: 40px;
}
.banner-left .upbtn {
  margin-top: 60px;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
}
.banner-left .signup {
  float: left;
  width: 320px;
  height: 50px;
  background: rgba(255, 122, 41, 0);
  border: 1px solid #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(6, 81, 46, 0.4);
  border-radius: 10px;
}
.banner-left .join {
  float: left;
  width: 320px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-left: 40px;
}
@media screen and (max-width: 1200px) {
  .banner-left .signup {
    float: none;
    margin: 0 auto;
  }
  .banner-left .join {
    float: none;
    margin: 30px auto 0;
  }
  .banner-left .ps {
    margin: 0 auto;
  }
}
.banner-left .active {
  border: none;
  background: #ff7a29;
}
.banner-left .join:hover a {
  color: #ffffff;
}
.banner-left .join:hover {
  cursor: pointer;
  background: #292feef6;
  border: none;
}
.banner-left .signup:hover a {
  color: #ffffff;
}
.banner-left .signup:hover {
  cursor: pointer;
  background: #e96a1b;
}
.banner-left .ps {
  max-width: 699px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-top: 30px;
}
.banner-left .ps span {
  text-decoration: underline;
}
.banner-left .ps span:hover {
  cursor: pointer;
  color: #ff7a29;
}
@media screen and (max-width: 1200px) {
  .banner-left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .p3 {
    margin: 0 auto;
  }
  .upbtn {
    margin: 0 auto;
  }
}
.banner-right {
  float: left;
  margin-left: 140px;
}
@media screen and (max-width: 1200px) {
  .banner-right {
    float: none;
    text-align: center;
    margin: 40px 0;
  }
}
.benefit {
  padding-bottom: 100px;
  background: #ffffff;
}
.benefit h1 {
  text-align: center;
  margin-top: 90px;
}
.b-list {
  margin-top: 77px;
  overflow: hidden;
}
.b-list li {
  float: left;
  width: 29%;
  text-align: center;
}
.b-list li img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.b-list .li-margin {
  margin-left: 65px;
}
.b-list .txt {
  font-size: 22px;
  font-weight: bold;
  color: #202020;
  line-height: 20px;
  margin-top: 25px;
}
.b-list .ms {
  max-width: 342px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding-top: 18px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .b-list li {
    float: none;
    width: 100%;
  }
  .li-margin {
    margin-top: 40px;
    margin-left: 0 !important;
  }
  .ms {
    max-width: 80% !important;
    margin: 0 auto;
  }
}
.commission {
  padding: 90px 0 100px 0;
  background: #f8f8f8;
}
.commission h1 {
  text-align: center;
}
.com-content {
  margin-top: 45px;
  overflow: hidden;
}
.com-content .com-left {
  float: left;
}
.com-content .com-right {
  float: left;
  margin-left: 100px;
}
.com-content .com-right .icon {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
}
.com-content .com-right .icon::before,
.com-content .com-right .icon1::before,
.com-content .com-right .icon2::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/affiliate/ic1-join.png") no-repeat;
  margin-right: 20px;
  vertical-align: middle;
}
.com-content .com-right .icon1::before {
  background: url("../images/affiliate/ic2-promote.png") no-repeat;
}
.com-content .com-right .icon2::before {
  background: url("../images/affiliate/ic3-paid.png") no-repeat;
}
.com-content .com-right p {
  max-width: 710px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.com-content .com-right .underline {
  max-width: 720px;
  height: 1px;
  background: #e4e4f9;
  margin-top: 30px;
}
.com-content .com-margin {
  margin-top: 35px;
}
@media screen and (max-width: 1200px) {
  .com-content .com-left,
  .com-content .com-right {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .com-content .com-right {
    margin-top: 50px;
  }
  .com-content .underline {
    margin: 0 auto;
  }
  .com-content p {
    max-width: 80% !important;
    margin: 0 auto;
  }
}
.ask {
  width: 100%;
  background: url("../images/affiliate/pic2.png") no-repeat center;
  background-size: cover;
  background-color: #656ff1;
  margin-top: 140px;
  border-radius: 20px;
  padding-bottom: 95px;
}
.ask h1 {
  color: #ffffff;
  padding-top: 85px;
}
.ask p {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin-top: 40px;
}
.ask .email {
  text-decoration: underline;
}
.ask .email:hover {
  cursor: pointer;
  color: #ff7a29;
}
