﻿.main_app {
    width: 100%;
    height: 4.05rem;
    background: url(../mZjxImage/png_zhijiaxAPPbeijing.png) no-repeat center center;
    background-size: 100% auto;
    padding: 0 .11rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}
.app_top {
    margin-top:.35rem;
}
.app_top .top_title {
    font-size: .16rem;
    font-weight: 600;
    color: #FFFFFF;
    border-bottom: .02rem solid #F7D24D;
    padding-bottom: .04rem;
    display: inline-block;
}

.app_top .top_text {
    display: inline-block;
    font-size: .12rem;
    width:2.87rem;
    font-weight: 300;
    color: #FFFFFF;
    margin-top:.1rem;
}

.app_bottom {
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.app_download {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

    .app_download a img {
        width:1.15rem
    }

    .app_download a:nth-of-type(1) {
        margin-bottom: .16rem
    }
.app_bottom_right img {
    width:1.68rem;
}

.main_item .main_item_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
    .main_item .main_item_title p {
        font-size: .16rem;
        font-weight: 600;
        color: #333333;
        padding: 0 .08rem;
    }

    .main_item .main_item_title img {
        width: .21rem;
    }

.main_item_centent {
    padding: 0 .1rem;
}

    .main_item_centent img {
        width: 100%;
    }

.swiper-pagination-bullet-active {
    background: #FFFFFF !important;
}

.swiper-pagination-bullet {
    background: #787775;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 10px;
}


.info-item .info_item_icon img {
    width:100%;
}

.info-item1 {
    width: 100%;
    height:3.95rem;
    background: url(../mZjxImage/png_fenxiangmeihao.png) center center;
    background-size: 100% auto;
}

.info-item2 {
    width: 100%;
    height: 3.95rem;
    background: url(../mZjxImage/png_yichehuiyou.png) center center;
    background-size: 100% auto;
}

.info-item3 {
    width: 100%;
    height: 3.95rem;
    background: url(../mZjxImage/png_chezaiyingjian.png) center center;
    background-size: 100% auto;
    position: relative;
}

    .info-item3 p {
        margin:0;
    }

    .info-item3 .info_item_title { 
        padding: .19rem 0 .1rem 0;
    }

    .info-item3 .info_item_text {
        color: #ffffff;
    }

.info_item_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
    .info_item_title p {
        font-size: .16rem;
        font-weight: 600;
        color: #ffffff;
        padding: 0 .08rem;
    }

    .info_item_title img {
        width: .21rem;
    }

.info_item_text {
    text-align: center;
    font-size: .12rem;
    font-weight: 300;
    color: #333333;
}

.info_item3_download {
    position:absolute;
    bottom:.38rem;
    right:.2rem;
    display:flex;
    align-items:center;
}

.info_item3_download img {
    width:.88rem;
}