a{text-decoration: none;}
p,dl,dt,dd,ul,li,h3{margin: 0; padding: 0;}
.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.head{
    width: 7.5rem;
    padding: .2rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.head .logo{}
.head .logo img{height: .68rem; display: block;}
.head .search{
    width: 4.6rem;
    height: .68rem;
    border-radius: .6rem;
    background: #f3f3f3;
    padding: .2rem .3rem;
    font-size: .22rem;
    display: flex;

}
.head .search:before{
    content: '';
    display: block;
    width: .3rem;
    height: .3rem;
    background: url(../images/icon22.jpg) no-repeat;
    background-size: .3rem .3rem;
}
.head .search input{height: .28rem; line-height: .28rem; display: block; width: 3.2rem; border:0 ; background: none; padding-left: .2rem;}
.head .search input:focus{outline:none}
.container{width: 7.5rem; margin: 0 auto;}
.header{margin-bottom: 0;}
.banner{
    width: 100%;
    height: 5rem;
    text-align: center;
    overflow: hidden;
    background: url(../images/banner.jpg) center center no-repeat;
    background-size: auto 100%;
}
.banner-btn{
    width: 4.2rem;
    height: .5rem;
    margin: 3.68rem auto 0 auto;
}
.banner-btn a{
    display: inline-block;
    padding: 0 .3rem;
    height: .5rem;
    line-height: .5rem;
    margin: 0 .12rem;
    font-size: .18rem;
}
.banner-btn a.b-btn1{
    border-radius: 5px;
    background: linear-gradient(to right, #fff153 , #fedd43);
    color: #03006a;
    font-weight: bold;
}
.banner-btn a.b-btn2{
    border-radius: 5px;
    background:transparent;
    color: #fedd44;
    border:1px solid #fedd44;
}

.intro-box{
    background: #fff;
    padding: .48rem 0 .6rem;
}
.tit{
    width: 6.5rem;
    height: .4rem;
    margin: 0 auto;
    line-height: .4rem;
    font-size: .3rem;
    color: #333;
    position: relative;
    text-align: center;
}
.tit:before,.tit:after{
    content: '';
    display:block;
    position: absolute;
    width: 2.2rem;
    height: .4rem;
    
}
.tit:before{
    left: 0;
    top:0;
    background: url(../images/titleft.png) no-repeat right 0;
    -webkit-background-size:cover;
    background-size:cover;
}
.tit:after{
    right: 0;
    top:0;
    background: url(../images/titright.png) no-repeat 0 0;
    -webkit-background-size:cover;
    background-size:cover;
}
.tit p{
    margin-left: 2.3rem;
    height: .4rem;
    background: url(../images/titright.png) no-repeat 2rem 0; 
    background-size:2.2rem cover;
}



.intro-txt{
    width: 7rem;
    margin: 0 auto;
    text-align: center;
    background: #f9f9f9;
    margin-top: .14rem;
    padding-bottom: .3rem;
    font-size: .2rem;
}
.intro-txt a{
    display: inline-block;
    border-radius: .3rem;
    padding:.1rem .3rem;
    color: #fbee21;
    background: #00389f;
}
.intro-txt p{
    color: #666;
    padding:.3rem .3rem .2rem;
    line-height: 1.6;
}
.intro-cont{
    padding:.3rem .2rem 0;
    display: -webkit-flex;
    display: flex;
}
.intro-cont-l,.intro-cont-r{

   width: 2rem;
   font-size: .18rem;
   line-height: 1.6;
   text-align: center;
   margin-right: .3rem;
}
.intro-cont-l-img,.intro-cont-r-img{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #f8fbff;
    font-size: 0;
    margin-top: .15rem;
    text-align: center;
    padding-top: .3rem;
}
.intro-cont-l-img{
    margin-top: .45rem;
    padding-top: .25rem;
}

.intro-cont-l-img i,.intro-cont-r-img i{
    display:inline-block;
    width: 1.3rem;
    height:1.3rem;
    background: url(../images/icon1.jpg) no-repeat;
    -webkit-background-size: 1.3rem;
    background-size: 1.3rem;
}

.intro-cont-r-img i{
     background: url(../images/icon2.jpg) no-repeat;
    -webkit-background-size: 1.3rem;
    background-size: 1.3rem;   
}
.intro-cont-l-name,.intro-cont-r-name{
    width: 2rem; 
    padding: .1rem 0;
    margin-top: -.3rem;
    border-radius: 3rem;
    background: #0e75eb;
    color: #fff;
    
}
.intro-cont-l-name p{
    font-size:.22rem;
    font-weight: bold;
}
.intro-cont-l a{
    color: #0e75eb;
    font-size: .18rem;
    text-decoration: underline;
}
.intro-cont-m{
    flex:1;
    width: 2.4rem;

}
.intro-cont-mtxt{
    position: relative;
    border:1px solid #ccc;
    padding:.1rem;
    font-size: .18rem;
    color: #777;
    line-height: 1.6;
    margin-top:.5rem;    
}
.intro-cont-m b{
    color: #666;
}
.intro-cont-m a{
    text-decoration: underline;
    color: #f00;
}
.arrow-l,.arrow-r{
    width: 0px;
    height: 0px;
    border:6px solid;
    border-color: transparent #ccc transparent transparent;
    position: absolute;

}
.arrow-l:after,.arrow-r:after{
    content: '';
    position: absolute;
    border: 6px solid;
    border-color: transparent #fff transparent transparent;
}
.arrow-l{
    left:-13px;
    top:.2rem;
}
.arrow-l:after{
    top:-6px;
    left:-5px;   
}
.arrow-r{
    right:-13px;
    bottom: .2rem;
    border-color: transparent  transparent transparent #ccc;
}
.arrow-r:after{
    top:-6px;
    right:-5px;   
    border-color: transparent transparent transparent #fff;
}
.intro-cont-r{float: left; margin-left: .3rem; margin-right: 0;}

.intro-cont-r-name{
    background: #3ec79f;
    color: #fff;
    font-size: .22rem;
    font-weight: bold;
    
}


.share-data{
    background: #f4f7f9;
    padding: .4rem 0;
}
.share-data .tit:before,.share-data .tit:after{
    width: 1.8rem;
}
.share-data .container{
    width: 7.2rem;
    margin-top: .3rem;
    padding-bottom: .3rem;
    background: #fff;
}
.share-data .tip{
    text-align: center;
    color: #999;
    padding: .2rem 0;
    font-size: .24rem;
}
.share-data .detail-data{
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 0 .1rem;
}
.share-data .detail-data li{
    flex:1;
    height: 1.2rem;
    padding-top: .2rem;
    line-height: 1.4;
    color: #fff;
    margin: 0 .1rem;
    text-align: center;
    background: url(../images/icon3.jpg) no-repeat;
    font-family:'PingFang SC', microsoft yahei, 'STHeitiSC-Light';
    font-weight: 300;
    background-size: 100%  100%;
}
.share-data .detail-data li:nth-child(2){
    background-image: url(../images/icon4.jpg);
}
.share-data .detail-data li:nth-child(3){
    background-image: url(../images/icon5.jpg);
}
.share-data .detail-data li p{
    font-size:.3rem;
    
}
.share-data .detail-data li span{
    font-size: .2rem;
}
.share-data .chart {
    margin: .2rem 0 .2rem;
}
.promoter{
    display: flex;
    padding: 0 .1rem;
}
.promoter li{
    flex: 1;
    margin: 0 .1rem;
    box-shadow: 0 0 5px rgba(27,147,239,0.3);
    text-align: center;
    line-height: 1.5;
    
}
.promoter li p{
    font-size: .5rem;
    color: #3aa1f6;
    padding-top: .15rem;
}
.promoter li span{
    font-size: .24rem;
    color: #666;
}
.promoter li div{
    display: inline-block;
    width: 100%;
    height: 1rem;
    margin-top: .2rem;
    background: url(../images/icon6.jpg) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.promoter li:nth-child(2) div{
    background-image: url(../images/icon7.jpg);
}
.promoter li:nth-child(3) div{
    background-image: url(../images/icon8.jpg);
}
.promoter li:nth-child(4) div{
    background-image: url(../images/icon9.jpg);
}
.map-box{width: 7.5rem; margin: 0 auto}
.map-box .tit2{
    padding: .36rem 0;
    font-size: .3rem;
    text-align: center;
}
.map{
    margin: 0 .3rem .4rem;
}
.how-box .tit{

    margin-bottom: 10px;
}
.how-box .tit:before,.how-box .tit:after{
    width: 1.8rem;
}
.how-box .tip {
    text-align: center;
    color: #999;
    margin-top: .1rem;
    margin-bottom: .3rem;
    font-size: .16rem;
}
.how-box .cont{
 margin: .2rem;
 display: flex;
}
.how-box .cont dl{
    flex:1;
    height: auto;
    margin: 0 .1rem;
    padding:.2rem .1rem;
    text-align: center;
    line-height: 1.5;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

.how-box .cont dl dt{
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fafcff;
    border-radius: 50%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size:.6rem;
    background-position: center;
}
.how-box .cont .dl1 dt{
    
    background-image: url(../images/icon10.jpg);
}
.how-box .cont .dl2 dt{
    background-image: url(../images/icon11.jpg);
}
.how-box .cont .dl3 dt{
    background-image: url(../images/icon12.jpg);
}
.how-box .cont dl span{
    font-size: .24rem;
    font-weight: bold;
    border-bottom: 3px solid #ffee6f;
}

.how-box .cont dl .txt{
    font-size: .16rem;
    margin-top: .1rem;

}
.share{
    background: #fafafa;
    border-radius: .2rem;
    padding: .2rem;
    width: 6.8rem;
    margin: .2rem auto;
}
.share dt{font-size: .2rem; line-height: 1.5;padding-bottom: .1rem;}
.share dd{
    font-size: .2rem;
    padding-bottom: .1rem;
}
.share dd em{
    color: #0e75eb;
    font-weight: bold;
    font-style: normal;
    padding-right: 8px;
}
.share dd a {
    color: #1136d1;
}
.share dd .share-ico {
    background: url(../images/icon13.jpg) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: inline-block;
    width: 1rem;
    height: .2rem;
    vertical-align: middle;
}
.make-money{
    background: url(../images/make-moneybg.jpg) no-repeat center bottom;
    -webkit-background-size:auto  100%;
    background-size:auto 100% ;
    padding-bottom: .5rem;
    
}
.make-money-tit{
    box-sizing: border-box;
    padding-top: .34rem;
    height: 1.8rem;
    background: url(../images/make-money-tit.jpg) no-repeat center;
    text-align: center;
    line-height: 1.5;
    -webkit-background-size: auto 1.8rem;
    background-size: auto 1.8rem;
}
.make-money-tit .container{
    position: relative;
    background: transparent;
}
.make-money-tit h3{
    font-size: .34rem;
    letter-spacing: 3px;
    padding: .3rem 0 4px;
    color: #000;
}
.make-money-tit p{font-size: .16rem;}
.make-money-tit a{
    position: absolute;
    top:.5rem;
    right:.2rem;
    display: block;
    padding: .1rem .2rem;
    border-radius: .6rem;
    border:5px solid #e7c53a;
    background: #fff4d5;
    color: #000;
    font-size: .18rem;
}
.make-money-cont{
    width: 7rem;
    margin: .5rem auto 0;
    background: #fff;
    border-radius: .4rem;
    box-sizing: border-box;
    padding: .2rem .3rem;
}
.make-money-cont .sub-tit{
    font-size: .22rem;
    line-height: 1.5;
    padding: .1rem 0;
    color: #000;
}
.make-money-cont .tip{
    font-size: .2rem;
    line-height: 1.5;
    color: #666
}
.make-money-cont table {
  width: 100%;
  border: 1px solid #0d33d3;
  text-align: center;
  color: #999;
  margin-top: .2rem;
  margin-bottom: .15rem;
  font-size: .2rem;
}
.make-money-cont table td,
.make-money-cont table th {
  width: 120px;
  border: 1px solid #0d33d3;
  padding: .1rem;
  vertical-align: middle;
  font-size: .2rem
}
.make-money-cont table thead th,
.make-money-cont table thead td {
  background: #2c7df6;
  
  color: #f1f41e;
  font-weight: normal;
  vertical-align: middle;
}
.make-money-cont table thead td {
  background: #d8e5f0;
  color: #1268bb;
}
.make-money-cont table tbody th {
  background: #2c7df6;
  font-size: .2rem;
  color: #f1f41e;
  font-weight: normal;
}
.make-money-cont table tbody td {
  color: #666;
  background: #f9f9f9;
}
.money-rec{

}
.money-rec .pic{
    border:1px solid #efdf9c;
    background: #fffdf6;
    padding: .1rem .2rem;
    border-radius: .2rem;
    clear: both;
    overflow: hidden;
}
.money-rec .pic dl,.money-rec .pic-l dt{
    float: left;
}
.money-rec .pic-l{
    width: 2.3rem;
    padding:.1rem .1rem .1rem 0;
    border-right: 1px solid #efdf9c;
}
.money-rec .pic-l dt{
    margin-right: .1rem;
}
.money-rec .pic-l img{
    width: .9rem;
    height: .9rem;
    border-radius: 50%;
}
.money-rec .pic-l dd{
    font-size: .2rem;
    color: #000;
    margin-bottom: .1rem;
}
.money-rec .pic-l dd span{
    display: inline-block;
    padding:0 .1rem;
    background: #fed940;
    line-height: 1.6;
    text-align: center;
    border-radius: 3px;
    font-size: .18rem;
}
.pic2{
    width: 3.6rem;
    height: .7rem;
    border-bottom: 1px solid #efdf9c;
    padding-left: .2rem;
}
.pic2 dt{font-size: .18rem; line-height: 1.5;}
.pic2 dd{
    font-size: .28rem;
    color: #f00;
}
.pic2 dd small{font-size:40%;}
.pic3,.pic4{
    width: 1.8rem;
    margin: .1rem 0 0;
    padding-left: .18rem;
    font-size: .18rem;
}
.pic3{
     border-right: 1px solid #efdf9c; 
}
.pic3 dd,.pic4 dd{
    font-size: .16rem;
    color: #000;
}

.service{
    box-sizing: border-box;
    width: 7.2rem;
    background: #f8f8f8;
    padding: .2rem .3rem;
    margin:0 auto;
    border-radius: .3rem;
    margin-top: .3rem;
    margin-bottom: .3rem;
}
.service .tit:before,.service .tit:after{
    width: 1.4rem;
}
.service .cont{padding-top: .1rem;}
.service ul{
    display: flex;
}
.service ul li{
    flex: 1;
    padding: .15rem;  
    text-align: center;
    line-height: 1.8;
}
.service ul li span{
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: .68rem;
}
.service ul:nth-child(1) li:nth-child(1) span{
    background-image: url(../images/icon14.jpg);
}
.service ul:nth-child(1) li:nth-child(2) span{
    background-image: url(../images/icon15.jpg);
}
.service ul:nth-child(1) li:nth-child(3) span{
    background-image: url(../images/icon16.jpg);
}
.service ul:nth-child(2) li:nth-child(1) span{
    background-image: url(../images/icon17.jpg);
}
.service ul:nth-child(2) li:nth-child(2) span{
    background-image: url(../images/icon18.jpg);
}
.service ul:nth-child(2) li:nth-child(3) span{
    background-image: url(../images/icon19.jpg);
}
.service ul:nth-child(3) li:nth-child(1) span{
    background-image: url(../images/icon20.jpg);
}
.service ul:nth-child(3) li:nth-child(2) span{
    background-image: url(../images/icon21.jpg);
}
.service ul li .name{font-size: .24rem; color: #333}
.service ul li .tip{font-size: .18rem; color: #666}

.join-box{
    height: 1.7rem;
    border-top:3px solid #fed940;
    background: url(../images/joinbg.jpg) no-repeat center;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
}
.join-box .container{
    background: transparent;
    font-size: .34rem;
    color: #fff;
    text-align: center;
    line-height: 1.6;
}
.join-box p:nth-child(1){
    padding: .2rem 0 .1rem; 
}
.join-box a{
    display: inline-block;
    padding: 5px .3rem;
    border-radius: .3rem;
    background:#fff052;
    font-size: .26rem;
    color: #000;
    l
}