@media (min-width: 0px) and (max-width: 768px) {
    #top{text-align: center;padding: 0 20px;box-sizing: border-box;}
    .layout{width: 100%;}
    #header_main{width: 100%;height: 65px;}
    .house_btn{display: none;}
    #logo a{width: 100%;height: 100%;line-height: 68px;display:flex;align-items: center;background-color: #fff;}
    #logo{padding: 0;}
    #logo img{width: 115px;height: 65px;}
    #navgation{display: none;}
    #morenav{display: none;}
    #header{justify-content: space-between;box-sizing: border-box;align-items: center;height: 100%;padding: 0 10px;}
    #moremobile{display: block;}
    .morelist{width: 100%;background-color: #fff;padding: 5px 0;display: none;}
    .morelist .navs li a{width: 100%;display: block;font-size: 18px; padding: 18px 20px;}
    .morelist .navs li .checkthis{background-color: #233d92;color: #fff;}
    .mobile_more{display: block;}
    .mobile_guanbi{display: none;}
    .pull_masking_out{width:100%;height:100vh;background-color: rgba(0, 0, 0, 0.5);display: none;}
    .headerHeight{height: 0;}
    .mobile_icon{width: 28px;height: 28px;}
    /* footer */
    /* .footerLink .footerul{display: block;} */
    .footerul{flex-wrap: wrap;justify-content: center;}
    .footerLink .footerul a{margin-bottom: 5px;padding: 0;display: inline-block;}
    #footer{box-sizing: border-box;padding: 20px;}
    /* .footerLink{width: 35%;border: none;} */
    /* .footerline{display: none;} */
    .footerCopyright{width: 100%;border-top: 1px solid #413e3e;padding-top: 10px;}

    /* index */
    .sloganText{font-size: 38px;}
    #content{padding: 0 0 20px 0;box-sizing: border-box;}
    .slogan{padding-top: 195px;}
    .flist .ftitle{margin:0 0 10px 0 ;}
    .indexRentTitle{text-indent: 10px;}
    /* search */
    #searchbox{width: 80%;}
    .searchform{width: auto;}
    .searchform .sinput{width: 100%;}
    .searchbd{padding: 30px 20px;}
    /* .searchbd{display: flex;} */
    #flash_main{background-position: center;}

    /* house */
    .flist{display: flex;}
    .flist li{width: 100%;display: flex;margin: 15px 0;}
    .flist .fimg{width: 120px;height: 90px;}
    .indexRentbd{padding: 10px 15px 20px 15px;}


    /* list */
    .list{padding: 15px;}
    .ml_mobile90{margin-left: 90px;}
    /* .pagebd .listbd .list{display: flex;} */
    .pagebd .listbd .list .listpic{width: 120px;height: 90px;}
    /* .pagebd .listbd .list .listpic img{width: 120px;height: 90px;} */
    .listimg{width:120px !important;height:90px !important;border:1px solid #eee;}
    .pagebd{padding: 0 20px 20px 20px;box-sizing: border-box;}
    #pageright{display: none;}

    .pagetitle_text{font-size: 18px;}
    .listtitle{font-size: 16px;}
    .listinfo_right{font-size: 18px;}

    /* view */
    .pagetitle{text-indent: 10px;padding-top: 20px;}
    .pageposition{padding: 20px 0;}
    .detailTitle{font-size: 18px;}
    .detailPrice{font-size: 18px;}
    .viewImg{width: 100%!important;height: auto!important;}
    #view{height: 100%!important;}
    .userInfo{width: 100%;}
    .bigpic{width:100%;border: none;height: 100%;}
    #detailBox{padding: 20px 10px;display: block;}
    #detailInfo{padding: 0;}
    .mobile_height85{height: 85px;}
    .mobile_none{display: none!important;}
    .mobile_flex{flex: 1;}
    .mobile_pr10{padding-right: 10px;}
    .footerContact{display: block;line-height: 1.5;}
    .rentsubtitle{font-size: 18px;}
    .userInfo_avatar img{width: 80px;height: 80px;}
    .userInfo_avatar{margin-right:10px;}
    .userInfo_body{width: 70%;}
    .userInfo_weixin{width: 40%;}
    .userInfo_qrcode{display: none;}
    .userInfo_whatsapp{width: 50%;}
    .userInfo_whatsapp a{font-size: 12px;}
    .postform_input{width: 80%;}
    .postform_textarea{width: 80%;}
    .filterSelected{flex-wrap: wrap;}
    .mr5{margin: 0 5px 5px 0;}


    .submitbd{display: block;}
    .submitbd .postbtn{margin-bottom: 15px;}
    .layui-input, .layui-textarea{width: 90%;}
    .padding_tr{padding: 20px 0px 30px 40px;}
    .flist li:last-child:nth-child(4n-2){
        margin-right: 0;
    }
    .flist li:last-child:nth-child(4n - 1) {
        margin-right: 0;
    }

    #pages{width: 100%;box-sizing: border-box;}
    #pages .page{display: flex;flex-wrap: wrap;justify-content: center;}


    table {
        border: 0;
        /* width: 50%; */
    }
  
    table thead {
        display: none;
    }
  
    table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }
    table th, table td {
        border: none;
    }
    table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }
  
    table td:last-child {
        border-bottom: 0;
    }
    .houes_name{display: flex;justify-content: space-between;}
    .houes_body{flex: 1;}
    table .houes_name:before{
        content: attr(data-label);
        text-transform: uppercase;
        font-weight: bold;
        width: 100px;
        text-align: left;
    }

    table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    #bannerBox{width: 100%;justify-content: center;}
    .myvideo{
        padding: 0 95px!important;
        box-sizing: border-box;
    }
}