.mobile-head{
    background-color:  #5889EA;
    height: 40px;
    padding: 5px 10px;
    color: #fff;
}

.mobile-page-title{
    float: left;
    height: 40px;
    line-height: 40px;
    
    vertical-align: middle;
}

.mobile-android-download{
    float: right;

}
.mobile-android-download a{
    display: block;
    background-color: #fff;
    height: 25px;
    line-height: 25px;
    padding:2px 8px;
    margin-top: 5px;
    border-radius: 5px;
    color: #96AEDD;
}


#mobile-img{
    width: 100%;
}

.mobile-text-wrap{
    width: 340px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}


.mobile-text1{
    font-size: 25px;
    margin-bottom: 8px;
    color: #596C8D;
    
}

.mobile-text2{
    font-size: 17px;
    color: #BDC0C7;
    margin-bottom: 20px;
}

.mobile-download-btn{
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;

    margin: 45px auto;
    background-color: #fff;
    border: 1px solid #4878F8 ;
    color: #4878F8;
    text-align: center;
    border-radius: 5px;
}