.wapper{
  background: #F5F5F5;
 }

 .banner{
   width: 1100px;
   margin: 0 auto;
   position: relative;
   height: 100%;
 }

 .banner .describe{
   width: 100%;
   position: absolute;
   color: #ffffff;
   z-index: 99;
   font-size: 40px;
   top: 150px;
 }

 .describe .name{
   float: left;
   width: 840px;
 }
 

 .describe .top{
  width: 166px;
  float: right;
}
.describe .top .title{
  text-align:right
}
.describe .top .texts{
  text-align:right
}
.describe .title{
  font-size: 54px;
  color: #FFFFFF;
  margin-bottom: 20px;
}


.describe .texts{
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.3px;
  line-height: 26px;
}

.propaganda-wapper{
  background: #9d496a;
  height: 560px;
  padding-top: 50px;
}

.propaganda-wapper .title{
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
  margin-bottom: 34px;
}

.propaganda-wapper .title label{
  margin:0 10px
}

.propaganda-wapper .title span{
  width: 90px;
  height: 1px;
  background: #bdbdbd;
  display: inline-block;
  vertical-align: middle;
} 



.down-game{
  background: #8c3d5d;
  overflow: hidden;
  padding: 70px 0;
}

.down-game .title{
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
}
.down-game .qq{
    opacity: 0.5;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}
.down-url >  div{
  width: 540px;
  height: 498px;
}
.down-game .ios{
    float: left;
    margin-right: 20px;
    
    background: #ffffff;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
}
.down-game .down-url img{
  width: 490px;
  height: 346px;
}
.down-game .down-url{
    margin-top: 50px;
    overflow: hidden;
}
.down-game .android{
    background: #ffffff;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    float: left;
}
.down-game .icon{
    margin-top: 30px;
}
.down-game .icon a{
    height: 56px;
    width: 178px;
    background: #9D496B;
    border-radius: 28px;
    display: inline-block;
    line-height: 56px;
    color: #ffffff;
    font-size: 16px;
}

.down-game .icon img{
  width: 16px;
  height: 22px;
  margin-right: 7px;
  vertical-align: text-bottom;
}

.down-game .android .icon img{
  vertical-align: middle;
}