.content {
    padding: 20px 0;
    background: #f5f5f5 url("../image/download/bg.jpg") center top no-repeat
}

.content-container {
    background: transparent
}

.download-top {
    padding-top: 50px;
    height: 974px
}

.download-top .d-logo img {
    width: 430px;
    margin: 0 auto
}

.download-top .d-btn {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 35px
}

.download-top .d-btn a {
    display: inline-block;
    width: 148px;
    height: 48px;
    background: url("../image/download/btn.png") no-repeat 0 0;
    margin: 0 10px
}

.download-top .d-btn a.ios:hover {
    background-position: 0 -48px
}

.download-top .d-btn a.android {
    background-position: -149px 0
}

.download-top .d-btn a.android:hover {
    background-position: -149px -48px
}
.download-top .d-btn .view-code {
    position: relative;
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-left: 12px;
    background: url("../image/download/code-view.jpg") no-repeat center center;
}
.download-top .d-btn .qa-code {
    display: none;
    position: absolute;
    width: 222px;
    height: 238px;
    border: 1px solid #eaeaea;
    background: #fff;
    left: -81px;
    top: 63px;
    z-index: 999;
    box-shadow: 0 0 20px #ccc;
    text-align: center;
}
.download-top .d-btn .qa-code em {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #999;
    font-size: 20px;
}
.download-top .d-btn .qa-code img {
    margin: 0 auto;
}

.download-top .d-scroll {
    width: 590px;
    margin: 0 auto;
    height: 620px
}

.download-top .d-scroll .bx-wrapper {
    position: relative
}

.download-top .d-scroll .bx-viewport {
    overflow: hidden
}

.download-top .d-scroll .bx-pager {
    position: absolute;
    left: 50%;
    bottom: -30px
}

.download-top .d-scroll .bx-controls .bx-pager-item {
    display: inline-block
}

.download-top .d-scroll .bx-controls .bx-pager-item a {
    display: inline-block;
    background: #f5f5f5;
    text-indent: -999px;
    width: 18px;
    height: 18px;
    margin: 0 3px;
    border-radius: 50%
}

.download-top .d-scroll .bx-controls .bx-pager-item a.active {
    background: #e1e1e1
}

.download-top .d-scroll .bx-controls-direction a {
    width: 25px;
    height: 50px;
    display: inline-block;
    text-indent: -999999px;
    background: url("../image/download/arrow.png") 0 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -9px
}

.download-top .d-scroll .bx-controls-direction .bx-prev {
    left: 0
}

.download-top .d-scroll .bx-controls-direction .bx-next {
    right: 0;
    background-position: -25px 0
}

.download-bottom {
    width: 900px;
    margin: 0 auto
}

.download-bottom .d-header p {
    font-size: 20px;
    line-height: 50px;
    font-weight: bold
}

.download-bottom .show-view {
    background: #fff;
    padding: 8px
}

.download-bottom .show-view {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    float: left;
    margin: 0 15px 15px 0;
    width: 188px;
    height: 296px
}

.download-bottom .show-view .show-name,
.download-bottom .show-view .show-name a {
    color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    display: block
}

.download-bottom .show-view .show-info p {
    font-size: 14px;
    color: #666;
    line-height: 20px
}
