/* @media (min-width: 768px) and (max-width: 992px) {
    .wjs_book > .container{
        width: 750px;
    }
} */

#main .project_detail_panel .base .base-info_panel{
    margin: 16px 12px 0 20px;
}

#main .project_detail_panel .base .base-info_panel .header>.info{
    margin:0 0 0 4px;
}

@media (max-width: 768px) {

    /* 首页 */

    .lunbo{
        width: 100%;
        height: 144px;
    }

    #main .category_panel{
        display: none;
    }

    .qq-list{
        display: none;
    }

    #main .sidebar_panel{
        display: none;
    }

    #main .ad_panel{
        width:90%;
        margin: 15px auto;
        display: none;
    }

    #main .app_panel .app_items{
        width: 96%;
        margin: 0 auto;
    }

    .hide-nav{
        border: 1px solid #ffffff;
        height: 30px;
        width: 30px;
        box-sizing: border-box;
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 5px;
        margin-right: 20PX;
    }



    .hide-nav .hide-nav-list{
        height: 2px;
        background-color: #ffffff;
    }

    .recommend_item{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #main .app_panel .app_items .recommend_item>.item:first-child{
        width: 48%!important
    }

    #main .app_panel .app_items .item{
        width: 48%;
        margin-left: 0px;
        height: 265px;
    }

    #main .app_panel .app_items .item img{
        padding:10px;
        height: auto;
    }

    .pull-hot{
        display: none;
    }

    .img_item{
        display: none;
    }

    #main .app_panel .wechat_items{
        width: 90%;
        margin: 0 auto;
    }

    #main .app_panel .wechat_items .item{
        width: 48%;
        margin-left: 0px;
        height: 265px;
    }

    #main .app_panel .wechat_items .item img{
        padding: 10px;
        height: auto;
    }

    #main .zhi_panel {
        display: none;
    }

    .foot-img{
        display: none;
    }

    #main .head {
        display: flex;
        justify-content: flex-end;
        
    }

    #main .head .nav{
        width: 90%;
        margin:36px auto 0;
        display: none;
        position: absolute;
        top: 60rpx;
        width: 100%;
        background-color: #515151;
        z-index: 9999999;
    }

    .pull-nav{
        float:none!important;
    }

    #main .head .nav ul li {
        display: block;
    }

    #main .search_panel{
        width: 96%;
        margin: 15px auto;
    }

    #main .search_panel .left .logo{
        width: 110px;
        height: auto;
    }

    #main .search_panel .left{
        /* display: none; */
        position: absolute;
        left: 20px;
        top: 7px;
    }

    #main .search_panel form input{
        width: 100%;
    }

    #main .search_panel .support{
        width: 100%;
        max-width: 750px;
        min-width: 320px;
    }

    #main .search_panel .support ul{
        height: auto;
        white-space: nowrap;
        overflow-x: auto;
    }

    #main .search_panel .support ul::-webkit-scrollbar{
        width: 0;
        height: 0;
        display: none;
    }


    .input-group{
        /* display: flex; */
    }

    .navbar-form .form-group:last-child{
        /* margin: 0 auto;
        width: 90%; */
    }

    .navbar-form{
        margin: 0;
    }

    #main .banner_panel{
        width: 100%;
        margin: 0 auto;
    }

    #main .banner_panel .carousel-inner .item{
        height: 150px;
    }

    #main .banner_panel .img_next{
        margin-top: 70px;
        display: none;
    }

    #main .banner_panel .small_nav{
        position: relative;
        width: 100%;
        background-color: #ffffff;
        
    }

    #main .banner_panel .small_nav-ni{
   
        display: none;
    }

    .visible-xs{
        display: block!important
    }

    #main .banner_panel .small_nav li{
        color: #333333;
        padding: 0px;
        margin-bottom: 20px;
        border-right: 1px solid #333333;
        height: 24px;
        line-height: 24px;
        text-align: center;
    }

    #main .banner_panel .small_nav li:nth-of-type(3n){
        border-right: 0px solid #333333;
    }

    #main .banner_panel .small_nav li a{
        color: #333333;
    }

    #main .banner_panel .small_nav li .more{
        display: none;
    }

    .carousel-indicators{
        top: 118px;
        bottom: inherit;
    }

    .swiper-slide .row{
        margin: 16px 0 0 0;
        width: 100%;
    }

    #main .ad_panel img{
        height: auto;
    }

    .classification-bg{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        border-top:1px solid #f3f3f3;
    }

    .classification{
        display: flex;
        justify-content: space-between;
    }

    .classification-list{
        width: 25%;
        text-align: center;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }

    .classification-list .classification-color{

        color: #313a5a;

    }

    .classification-img{
        width: 20px;
        margin-bottom: 4px;
    }

    .classify{
        position: absolute;
        bottom: 50px;
        left: 0px;
        width: 100%;
        background-color: #fff;
        display: none;
        border: 1px solid #eee;

    }

    .classify .classify-list{
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #f8f8f8;
        color: #636b6f;

    }

    .classify .classify-list:last-of-type{
        border-bottom: 0px solid #f8f8f8;
    }

    

    /* 微信小程序 (列表)*/

    #main .project_list{
        width: 90%;
    }

    #main .project_list .app_items .item{
        width: 100%;
        margin-right: 0;
    }

    /* 详情 */

    .goods-info{
        padding: 0 20px;
        box-sizing: border-box;
        margin-bottom: 20px;

    }

    .goods-icon{
        display: flex;
        flex-wrap: wrap;

    }

    .goods-icon li{
        margin-right: 10px;
    }

    .goods-title{
        color: #313a5a;
    }

    .goods-nima{
        display: flex;
        flex-direction: column;
    }

    .logo{
        margin-right: 16px;
        height: 50px;
        width: 50px;
    }

    #main .project_detail_panel .base .base-info_panel p>.disfavor{
        background-color:#fff;
        color: #7d7e80;
    }

    .details-swiper{
        height: 300px;
        overflow: hidden;
        white-space: nowrap;
        overflow-x: auto;
        display: flex;
    }

    .details-swiper::-webkit-scrollbar{
        width: 0;
        height: 0;
        display: none;
    }


    .lunbo-details{
        /* width: 100%; */
        height: 300px;
        border-radius: 10px;
        margin-left: 5px;
        margin-right: 5px;
        border: 3px solid #7fccf7;
    }

    #main .header{
        display: flex;
        margin-top:16px;
    }

    #main .project_detail_panel .plugin_panel .head{
        justify-content: flex-start;
    }

    #main .project_detail_panel .base{
        width: 100%;
        padding: 0 0 20px 0;
    }

    #main .project_detail_panel .base .base-info_panel .header .logo{
        width: 50px;
        height: 50px;
    }

    #main .project_detail_panel .base .base-info_panel .header>.info>.title{
        font-size: 16px;
    }

    #main .project_detail_panel .base .base-info_panel .branches{
        display: flex;
    }

    #main .project_detail_panel .base .base-info_panel .branches .branch{
        width: 90%;
    }

    #main .project_detail_panel .base .base-info_panel .branches .attr{
        line-height: 46px;
    }

    #main .project_detail_panel .base .base-info_panel .branches .branch ul li{
        line-height: 46px;
        margin-bottom: 4px;
    }

    #main .project_detail_panel .base .base-info_panel p>.buy{
        padding: 0;
        flex: 1
        /* width: 30%; */
    }

    #main .project_detail_panel .base .base-info_panel p>.add_cart{
        /* width: 40%; */

        padding: 0 10px;
        color: #7d7e80;
        background-color: #fff;

        
    }

    .customer-service-display{
        flex: 1;
        background-color: #ffcead;
        color: #ff6700;
        font-size: 16px;
        font-weight: 400
    }

    #main .project_detail_panel .base .base-info_panel p>.favor{
        /* width: 30%; */
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 10px;
        background-color: #fff;
        color: #7d7e80;
    }


    #main .project_detail_panel .base .develop_panel{
        display: none;
    }

    #main .project_detail_panel .project_detail{
        width: 100%;
    }

    #main .project_detail_panel .project_detail .nav-tabs-bg{
        width: 100%;
    }

    #main .project_detail_panel .base .image_panel{
        width: 100%;
        height: auto;
    }

    /* #main .project_detail_panel .project_detail .right{
        display: none;
    } */

    #main .project_detail_panel .project_detail .right .recommend_panel{
        display: none;
    }

    #main .project_detail_panel .project_detail .left .nav-tabs{
        height: auto;
        white-space: nowrap;
        overflow-x: auto;
        display: flex;
    }

    #main .project_detail_panel .project_detail .left .nav-tabs::-webkit-scrollbar{
        width: 0;
        height: 0;
        display: none;
    }

    #main .project_detail_panel .comment_panel ul li .comment{
        width: 100%;
    }

    #main .project_detail_panel .comment_panel ul li{
        display: flex;
    }

    #main .project_detail_panel .base .image_panel .iphone{
        padding: 0;
        text-align: center;
        border: none;
        height: 300px;
        overflow: hidden;
    }

    #main .project_detail_panel .base .image_panel .thumb-list{
        width: 100%;
    }

    #main .project_detail_panel .base .image_panel .thumb-list div{
        width: 15%;
    }

    #main .project_detail_panel .base .image_panel .thumb-list{
        margin: 31px 0px 11px 0px;
    }

    #main .project_detail_panel .base .base-info_panel .button-group{
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0!important;
        height: 50px;
        display: flex;
        width: 100%;
        text-align: center;
        z-index: 999;
    }

    #main .project_detail_panel .base .base-info_panel .button-group>span{
        line-height: normal;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction:column;
    }

    #main .project_detail_panel .base .base-info_panel p>.home-page{
        font-size: 16px;
        font-weight: 400;
        color: #7d7e80;
        background-color: #fff;
        padding: 0 10px;
    }

    #main .project_detail_panel .base .base-info_panel .home-page-a{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #7d7e80;

    }

    #main .project_detail_panel .version_panel{
        padding: 14px;
    }

    #main .project_detail_panel .version_panel .time_icon-bg{
        width: 60%;
        
    }

    #main .project_detail_panel .base .image_panel .iphone .app-img{
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 0;
    }

    #main .project_list .app_items .item img{
        height: auto;
        width: 80%;
    }

    .home-page-image{
        width: 22px;

    }

    .customer-service-bg{
        position: fixed;
        background:rgba(0,0,0,0.5);
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 9;
        width: 100%;
        height: 100%;
        display: none;

    }

    .customer-service{
        position: fixed;
        padding: 10px;
        background-color: #fff;
        border-radius: 10px;
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 10;
        width: 90%;
        display: none;
    }

    .customer-service-list{
        display: flex;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
        padding: 8px 0;

    }

    .customer-service-list:last-of-type{
        margin-bottom: 0px;
        border-bottom: 0px solid #eee;
    }

    .service-list-img{
        width: 100px;
        height: 100px;
        margin-right: 20px;
    }

    .service-list-info{
        font-size: 20px;
        color: #313a5a;
    }
    .service-list-info a{
        color: #313a5a;
    }

    .customer-service-close{
        position: absolute;
        top: 10px;
        right: 10px;
        color: #999;
        font-size: 30px;
        font-weight: 400;
    }

    #main .width640{
        width: 100%;
    }

    #main .width150{
        width: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #main .user_ticket .yan_amount{
        margin-left:0;
        margin-top: 14px;
    }

    #main .user_ticket .yan_amount .amount{
        font-size: 16px;
    }

    #main .user_ticket .yan_amount .yan{
        font-size: 12px;
    }

    #main .user_ticket .min_amount{
        font-size: 14px;
        margin-left: 0;

    }

    #main .user_ticket .title{
        margin-top: 6px;
        font-size: 16px;
    }

    #main .user_ticket .desc{
        font-size: 14px;
    }

    #main .user_ticket .date_time{
        font-size: 12px;
    }

    .coupon-image{
        width: 100%;
    }

    #main .width160{
        width: 60px;
        display: flex;
        align-items: center;
        margin-top: 12px;
    }

    #main .width350{
        width: 180px;
    }

    #main .panel-body{
        padding: 0;
    }


    /* 登录 */

    .container{
        width: 94%;
        padding: 0;
       
    }

    #app>.container{
        margin-bottom: 40px;
    }

    .dialog{
        width: 100%;
        margin-top:30px;
    }

    /* 购物车 */

    .main-box{
        width: 96%;
    }

    .car-row{
        margin: 0;

    }

    .car-row .panel-goods{
        margin: 15px 0;

    }

    .n-car{

       

    }

    .n-car-list{
        display: flex;
        align-items: center;
        padding-left: 4px;
        padding-right: 4px;
        box-sizing: border-box;
       
        border-bottom: 1px solid #f0f0f0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .n-car-info{
        display: flex;
        flex: 1;
        align-items: center;

    }

    .n-car-img{
        margin-right: 8px;
        margin-left: 8px;
    }

    .n-car-r{
        flex: 1;
    }

    .n-car-title{
        display: flex;
        font-size: 12px;
        justify-content: space-between;
        color: #666;
    }

    .n-car-title p{
        /* margin-right: 10px; */
    }

    .commercial{
        color: #de4037;
        margin-left: 6px;
    }

    .n-car-price{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 6px;

    }

    .n-car-price p{
        color: red;
    }

    .n-car-price .sub-btn{
        display: inline-block;
        width: 44px;
        height: 45px;
        background: url(../img/number-bg.png) 0 -60px no-repeat;
        vertical-align: middle;
        cursor: pointer;

    }

    .n-car-price .number {
        display: inline-block;
        width: 30px;
        height: 45px;
        vertical-align: middle;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #666;
        line-height: 30px;

    }

    .n-car-price .add-btn{
        display: inline-block;
        width: 44px;
        height: 45px;
        background: url(../img/number-bg.png) no-repeat;
        vertical-align: middle;
        cursor: pointer;
    }

    .n-car-service{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top:6px;
    }

    .n-car-service p{
        margin-right: 10px;
        font-size: 12px;
    }

    .n-car-service-info{
        display: flex
    }

    .panel-footer-flex{
        display: flex;
    }

    /* 个人中心 */
    #main .container .menu-left{
        width: 100%;
    }

    .container .menu-left ul.menu-nav{
        height: auto;
        white-space: nowrap;
        overflow-x: auto;
        display: flex;
    }

    
    .container .menu-left ul.menu-nav::-webkit-scrollbar{
        width: 0;
        height: 0;
        display: none;
    }

    .menu-left ul.menu-nav li{
        margin-right: 10px;
        padding-right:24px;
    }

    .panel-goods{
        border:none;
    }

    .container .menu-right{
        width: 100%;
    }

    .panel-body{
        height: auto;
        white-space: nowrap;
        overflow-x: auto;

    }

    .panel-body::-webkit-scrollbar{
        width: 0;
        height: 0;
        display: none;
    }

    .container .menu-left ul.menu-nav li{
        border: none;
    }

    .panel-heading .panel-purchase{
        display: block;
    }

    .panel-purchase .form-group .input-group .col-sm-6{
        padding: 0;
        display: flex;
    }

    .panel-purchase .form-group .input-group{
        display: flex;
    }

    .panel-purchase .navbar-form{
        padding: 10px 0;
    }

    /* 挚慧云系统 */
    #main .download_section1{
        background: #313a5a;
        height: auto;
        padding: 0 10px 10px 10px;
        margin-bottom: 20px;

    }

    #main .download_section1 h2{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 6px;
        font-size: 19px;
        line-height:32px;
        margin-top: 0;
    }

    #main .download_section1 h2 span{
        font-size: 15px;
    }

    #main .download_section1 p{
        width: 100%;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #main .download_section1 h3{
        padding: 0px 0 20px;
        font-size: 24px;
    }

    #main .download_section1 .buttons .button{
        width: 96%;
        font-size: 12px;

    }

    #main .download_section1 .buttons .btn1{
        margin-left:0;
        margin-right: 0;
    }

    #main .download_section1 .buttons .button img{
        width: 40px;
        height: auto;
    }

    #main .download_section1 .buttons .button dt{
        width: 72px;
        margin-right: 10px;
    }

    #main .download_section1 .flex-all > a{
        flex: 1;
    }

    #main .download_box{
        width: 96%;
    }

    #main .download_section2 h3{
        font-size: 20px;
        margin-bottom:20px;
    }

    #main .functions{
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        transform:none;
        -webkit-transform:none;
        padding:0;
        height: auto;
        box-shadow:0px 0px 0px 0px rgba(210,210,210,0.5);
        padding: 10px;
        box-sizing: border-box;
        display: block;
    }



    #main .functions li img{
        margin-bottom: 0px;
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    #main .functions li h4{
        margin-bottom: 10px;
        text-align: center;
    }

    #main .functions li .border_line, .download_section2 .active .border_line{
        display: none;
    }

    #main .download_section2 ul{
        display: flex; 
        justify-content: space-between
    }
    #main .download_section2 li{
        width: 33.3333%;
        text-align: center;
        height: auto;
        margin-bottom: 10px;
    }

    #main .download_section2 li:first-child{
        margin-left: 0;
    }

    #main .download_section2 .border_line {
        margin-top:0;
    }

    #main .foot{
        margin-bottom: 50px;
    }

    #main .project_list .app_items .item .base{
        display: flex;
    }
    #main .project_list .app_items .item .base .info{
        flex: 1;
        padding-left:0px;
    }
    #main .project_list .app_items .item .base .pull-left{
        width: 42%;
    }
    #main .project_detail_panel .plugin_panel .head{
        padding-left:10px;
        padding-right:10px;
    }
    #main .project_detail_panel .plugin_panel ul li{
        margin: 18px 10px;
    }
    #main .project_detail_panel .project_detail .plugin_panel .main_project ul li{
        margin: 18px 0px;
        text-align: center;
    }
    #main .project_detail_panel .project_detail .plugin_panel .main_project ul li img{
        float: none;
    }
    #main .project_detail_panel .plugin_panel .main_project ul li .info{
        margin-left: 0px; 
    }
    #main .project_detail_panel .plugin_panel .main_project ul li .info .name{
        width:100%;
    }
    #main .app_panel .ticket_box{width: 100%;}
    #main .app_panel .ticket_box .ticket_items{width: 100%;padding:0;}
    #main .app_panel .ticket_box>.title{background: #ffffff;}
    #main .app_panel .app_items .ticket_items .item, .ticket_items_one{margin-left: 11px;width: 94%;padding: 0 6px 0 10px;}
    .ticket_items_one .ticket_left_top{margin-top: 3px}
    .ticket_items_one{margin-left: 0px;width: 100%;}
    .ticket_box .ticket_left{width:75%}
    .ticket_left_top_left{font-size: 24px; width: 27%;padding-top: 7px}
    .ticket_left_top_right{width: 73%;}
    .ticket_left_top_left span{font-size: 14px;}
    .ticket_right{width:25%}
    .ticket_left_time{font-size: 12px; padding-top: 10px;}
    .ticket_right_btn{width: 70%;}
    .ticket_right_btn a.ticket_right_btn_a{width: 90%;margin-left: 9%;}
    .ticket_item_top{padding: 2px 5px 2px 5px;}
    .ticket_items_userbox .ticket_right_btn a{margin-left: 0}
    .ticket_items_one .coupon-image{width: 100%;margin-top: 24%}
}