* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a{text-decoration:none;}
html,body {
  height: 100%;
  width: 100%;
}
body {
  color: #333;
  font-size: 14px;
}
.wrap {
  width: 100%;
  background: #fbeae5;
  padding: 0 0 65px;
}
.banner{
  width: 100%;
  height: 671px;
  background: url(../images/bannerPc.jpg) no-repeat center;
}
.inner{
  width: 800px;
  margin: 0 auto;
}
.sec-box{
  width: 100%;
  background: #fff;
  border-radius: 8px;
}
.tit-box{
  text-align: center;
  line-height: 36px;
}
.tit-box i{
  width: 56px;
  height: 13px;
  display: inline-block;
  background: url("../images/tit-l.png") no-repeat center;
  vertical-align: middle;
}
.tit-box i:last-child{
  transform: rotate(-180deg);
}
.tit-box span{
  font-size: 36px;
  vertical-align: middle;
  margin: 0 25px;
}
.section{
  width: 100%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 3px 12px 3px #fe421229;
}
.sec-introduce{
  padding: 33px 0 70px;
  margin: -46px 0 50px;
}
.introduce-box{
  text-align: center;
  font-size: 24px;
  margin-top: 45px;
}
.introduce-box .item{
  width: 33%;
  float: left;
  line-height: 34px;
  position: relative;
}

.introduce-box .item:nth-child(2)::before,.introduce-box .item:nth-child(2)::after{
  content: "";
  width: 2px;
  height: 94%;
  background: url(../images/line2.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
}
.introduce-box .item:nth-child(2)::before{
  left: 0;
}
.introduce-box .item:nth-child(2)::after{
  right: 0;
}
.introduce-box .item img{
  width: 84px;
  height: 84px;
  display: block;
  margin: 0 auto 10px;
}
.join-box{
  width: 822px;
  margin: 9px auto 29px;
}
.sec-advantage{
  padding: 27px 74px 18px;
  font-size: 24px;
}
.advantage-box p{
  padding: 34px 0 38px;
  line-height: 38px;
}
.advantage-box img{
  display: block;
  margin: 0 auto;
}
.sec-commission{
  padding: 48px 0 50px;
}
.commission-box{
  margin-top: 37px;
}
.commission-box .item{
  float: left;
  width: 167px;
  margin-right: 44px;
  text-align: center;
  padding: 27px 0;
}
.commission-box .item:last-child{
  margin-right: 0;
}
.commission-box .item img{
  width: 57px;
  display: block;
  margin: 0 auto 20px;
}
.commission-box .item p{
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.rights-box .item{
  float: left;
  width: 242px;
  height: 551px;
  font-size: 22px;
  margin: 26px 37px 0 0;
}
.rights-box .item:last-child{
  margin-right: 0;
}
.rights-box .item .top{
  height: 134px;
  background: url("../images/img3.png") no-repeat center;
  text-align: center;
  padding-top: 32px;
  font-size: 30px;
  color: #feecc6;
}
.rights-box .item .top .star span{
  width: 36px;
  height: 36px;
  background: url("../images/start.png") no-repeat center;
  display: inline-block;
}
.rights-box .item .con{
  height: 360px;
  color: #666;
  padding: 5px 28px;
  line-height: 34px;
}
.rights-box .item .bottom{
  color: #ffbaa6;
  text-align: center;
  line-height: 18px;
}
.sec-reward{
  margin: 50px 0 65px;
}
.reward-box{
  padding: 42px 44px 35px;
  margin-top: 22px;
}
.reward-box .line{
  height: 85px;
  background: url("../images/line.png") no-repeat center;
  font-size: 28px;
  color: #fff;
  line-height: 66px;
  padding-left: 80px;
}
.reward-box .line span{
  margin-right: 25px;
}
.reward-box .line b{
  color: #fff99e;
  font-weight: normal;
}
.reward-box p:last-child{
  color: #666;
  font-size: 22px;
  text-align: center;
  margin-top: 15px;
}
.code-box{
  width: 597px;
  /*width: 261px;*/
  margin: 43px auto 0;
  text-align: center;
}
.code-box .item{
  float: left;
  width: 261px;
  border-radius: 8px;
  border:1px solid #f46a4f;
}
.code-box .item:first-child{
  margin-right: 75px;
}
.code-box .item .code{
  width: 238px;
  background: #fff;
  border-radius: 8px;
  margin: 11px auto 12px;
  padding: 14px 0 10px;
}
.code-box .item p{
  background: #e64d40;
  line-height: 58px;
  font-size: 24px;
  color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}