.appDownload{
    width: 100%;
    height: 635px;
    background: #fff6f5;
}
.left{
    padding-top: 90px;
    float: left;
    margin-right: 100px;
}
.right{
    float: left;
    padding-top: 90px;
}
.r-tittle{
    font-size: 37px;
    line-height: 37px;
    padding: 55px 0 40px 15px;
    color: #333;
}
.r-text{
    width: 492px;
    font-size: 17px;
    padding-left: 15px;
    color: #333;
    line-height: 37px;
}
.r_imgbox{
   margin-top: 80px;
}
.r_down{
    margin-top: 22px;
    float: left;
}
.r_down a{
    display: block;
    line-height: 43px;
    width: 180px;
    height: 43px;
    padding-left: 25px;
}
.r_down a:nth-of-type(1){
    background: url('../images/appdown_br.png') no-repeat;
    background-size: 100% 100%;
}
.r_down a:nth-of-type(2){
    background: url('../images/appdown_br2.png') no-repeat;
    background-size: 100% 100%;
}
.r_down a:nth-of-type(2):hover{
    background: url('../images/appdown_br.png') no-repeat;
    background-size: 100% 100%;
}
.r_down a:nth-of-type(2):hover span{
    color: #fff;
}
.r_down a:nth-of-type(1) i{
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url("../images/apple-logo.png") no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}
.r_down a:nth-of-type(2) i{
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url("../images/android-logo1.png") no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}
.r_down a:nth-of-type(1) span{
    font-size: 18px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}
.r_down a:nth-of-type(2) span{
    font-size: 18px;
    color: #da3a24;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.r_down a:nth-of-type(2){
    margin-top: 30px;
}
.r_wem{
    float: left;
    margin-left: 50px;
    margin-top: 20px;
}
.r_wem img{
    float: left;
}
.r_wem div{
    float: left;
    margin-left: 20px;
    margin-top: 85px;
}
.r_wem div p{
    font-size: 18px;
    line-height: 30px;
}
.scanDown{
    float: left;
    color: #333;
    padding-left: 20px;
    font-size: 18px;
    margin-top: 94px;
}