/* wrapper */
.wrapper {width:960px; margin:0 auto 10px;}

/* container */
.container {clear:both;}
.container .sidebar-s {width:200px; float:left;}
.container .main-s {width:750px; float:right;}
/* end container */

.navbar-title {
    height: 30px;
    line-height: 30px;
    background-color: #f7f7f7;
    padding: 0 10px;
}
.app-wrap {
    background: #EEE;
    padding: 30px;
}
.app-qrcode {
    float: left;
    width: 240px;
}
.app-btn {
    float: left;
    width: 600px;
    padding-top: 15px;
}
.app-btn .btn-android {
    display: inline-block;
    margin-bottom: 35px;
}
.app-btn .btn-ios {
    display: block;
}
