/*.w-auto {*/
    /*width: 1200px;*/
    /*margin: 0 auto;*/
/*}*/
/*@media screen and (max-width: 1366px) {*/
    /*.w-auto {*/
        /*width: 1000px;*/
    /*}*/
/*}*/
.guide-side {
    position: fixed;
    left: 10px;
    bottom: 100px;
    z-index: 9999;
    width: 186px;
    height: 250px;
    background: url("/appDownload/img/guide-app/guide-side-bg-down.png") no-repeat center bottom;
    cursor: pointer;
    display: none;
}
.guide-side-up {
    width: 186px;
    height: 196px;
    background: url("/appDownload/img/guide-app/guide-side-bg-up.png");
}


@media screen and (max-width: 1367px) {
    div.guide-app-desc {
        width: 529px;
        height: 204px;
        bottom: 50px;
        background-size: cover;
    }
}

.guide-app-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    min-width: 1000px;
    height: 200px;
    background: #03131B;
    opacity: 0.9;
}
.guide-app-wrap {
    position: relative;
    height: 100%;
}
.guide-app-cloase {
    position: absolute;
    top: 21px;
    right: 21px;
    width: 19px;
    height: 19px;
    background: url("/appDownload/img/guide-app/close-btn.png") no-repeat;
    cursor: pointer;
}
.guide-app-desc {
    position: absolute;
    left: 20px;
    bottom: 36px;
    width: 704px;
    height: 272px;
    background: url("/appDownload/img/guide-app/desc.png") no-repeat left top;
    pointer-events: none;
}

.guide-app-qrcode {
    float: right;
    width: 125px;
    height: 154px;
    margin-top: 31px;
    margin-right: 40px;
    background: url("/appDownload/img/guide-app/qrcode.png") no-repeat;

}
.guide-app-divide {
    float: right;
    width: 2px;
    height: 147px;
    font-size: 0;
    background-color: #fff;
    margin-top: 28px;
    margin-right: 40px;
}
.guide-app-btn-group {
    float: right;
    margin-top: 36px;
    margin-right: 20px;

}
.guide-app-btn-group a {
    display: block;
    width: 200px;
    height: 60px;
    margin-bottom: 10px;
}
.guide-app-ios-btn {
    background: url("/appDownload/img/guide-app/ios.png") no-repeat;
}
.guide-app-android-btn {
    background: url("/appDownload/img/guide-app/android.png") no-repeat;
}