@media screen and (max-width: 770px) {
    .wallet-page .header .header-title {
        font-size: 14px;
        padding: 0;
    }
    .imgTitleLogo {
        vertical-align: -6px;
    }
    .wallet-page .header .header-desc {
        font-size: 8px;
    }
    .login_lxd_btn {
        width: 112px;
        height: 22px;
        line-height: 22px;
        font-size:10px;
        text-decoration:none;
        margin: 18px auto 0;
    }
    .wallet-page .header .card-container {
        margin-top: 20px;
    }



    /*轮播背景图*/
    .wallet-page .header .card-bg svg {
        height: 135px;
    }
    /*轮播*/
    .wallet-page .header .card-container .card-picture {
        display: block;
    }
    .wallet-page .header .card-container .card{
        width:347px;
        height: 177px;
    }
    .card-picture {
        width: 135px;
        height: 130px;
     }
    .wallet-page .header .card-container .card .card-icon {
        margin-bottom: 0px;
        width: 28px;
    }
    .wallet-page .header .card-container .card .card-title {
        font-size: 12px;
    }
    .wallet-page .header .card-container .card .card-desc {
        font-size: 9px;
    }
    .wallet-page .header .card-bg {
        bottom: 210px;
    }
    .wallet-page .swiper-pagination {
        margin-top: 22px;
    }
    .wallet-page .flow .flow-content .flow-anims {
        height: 180px;
        display: block!important;
    }
    .wallet-page .flow .flow-content .flow-item .flow-item-title {
        font-size: 12px;
    }
    .wallet-page .flow .flow-content .flow-item .flow-item-desc {
        font-size: 9px;
    }
    .flow-item-anim img {
        width: 73%;
    }
    .wallet-page .flow .flow-inner{
        padding-top:16px;
    }
    .wallet-page .swiper-pagination .swiper-pagination-bullet {
        width: 18px;
    }
    /*图片切换*/
    .wallet-page .flow .flow-content .flow-anims {
        width: 100%;
    }
    .wallet-page .flow .flow-content .flow-item-anim {
        width: 100%;
    }
}