@charset "gb2312";
/* CSS Document */
body {
    background: #fff;
    min-width: 1180px;
}

.top {
    width: 1180px;
    margin: 0 auto;
}

.top_img {
    width: 539px;
    float: left;
    height: 124px;
}

.top_word {
    width: 300px;
    float: left;
    height: 124px;
    line-height: 115px;
    color: #999;
    font-size: 21px;
    margin-left: 10px;
    display: inline;
}

.mid {
    width: 100%;
    height: 615px;
    background: url(bg_app.jpg) no-repeat;
    float: left;
}

.contain {
    width: 1180px;
    margin: 0 auto;
}

.phone_img {
    width: 470px;
    height: 529px;
    float: left;
    margin: 86px 0 0 74px;
    display: inline;
    overflow: hidden
}

.instruction {
    width: 396px;
    float: left;
    margin-left: 156px;
    display: inline;
    color: #fff;
}

.insWord {
    width: 396px;
    float: left;
    margin-top: 20px;
}

.font_26 {
    height: 58px;
    line-height: 58px;
    font-size: 26px;
}

.method {
    width: 396px;
    float: left;
    line-height: 180%;
    margin-top: 6px;
}

.method .font_16 {
    font-size: 16px;
    font-weight: bold;
}

.method .font_14 {
    font-size: 14px;
}

.download {
    width: 396px;
    float: left;
    margin-top: 24px;
}

.code {
    width: 396px;
    float: left;
    margin-top: 24px;
}

.foot {
    width: 1180px;
    margin: 0 auto;
    line-height: 70px;
    text-align: center;
}

/*手机向上升起的动画 start*/
.phone_img{
    position: relative;
    overflow: hidden;
}
.phone_img img{
    display: block;
    position: absolute;
    left: 0;
    top: 529px;
}
/*手机向上升起的动画 end*/



.contr {
    float: left;
}

.panel {
    width: 418px;
    height: 143px;
    padding: 20px 15px 0;
}

.panel2 {
}

.contr {
    padding-top: 56px;
}

.panel p {
    font-size: 12px;
    color: #333;
    margin-bottom: 20px;
}

.panel .orange {
    color: #EB5F00;
}

.btn-android {
}

.fleft {
    float: left;
}

.fright {
    float: right;
}
.panel-wrap{
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}