
*{ padding:0; margin:0;}
body{ font-family: 'Helvetica Neue',Helvetica,sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #000;}
li{ list-style:none; }
a{ text-decoration:none; color:#333; }

input[type=text],input[type=number],input[type=tel],textarea,input[type=button],input[type=submit] {-webkit-appearance: none;}

/*clearfix*/
.clearfix:after{content:"";display:block;height:0; width:0; clear:both;}
.clearfix{zoom:1}

.col10{ width:10%;}
.col15{ width:15%;}
.col20{ width:20%;}
.col25{ width:25%;}
.col33{ width:33.333333%;}
.col40{ width:40%;}
.col50{ width:50%;}
.col60{ width:60%;}
.col70{ width:70%;}
.col75{ width:75%;}
.col80{ width:80%;}
.col90{ width:90%;}
.col100{ width:100%;}

.col48{ width:48%;}

.red{ color:Red; }
.blue{ color:blue;}
.green{ color:Green;}

.red2{ color:Red !important; }
.blue2{ color:blue !important;}
.green2{ color:Green !important;}

.bg-orange{ background-color:#f60; }
.bg-blue{ background-color:#4399fe; }
.bg-red{ background-color:#ff0036; }
.bg-green{ background-color:#2ba245; }
.bg-black{ background-color:#666; }

.hide{ display:none; }
.show{ display:block;}

.page{ background-color:#efeff4; }
.box{ background-color:#fff; }
.box-mt{ background-color:#fff; margin-top:5px; }
.iconfont{ font-size:24px; }

.search-section{ position:fixed; z-index:1000;top: 0;right: 0;left: 0;}

.top-bar{ padding-top:5px; padding-bottom:5px; }
.top-bar > div{ float:left; height:40px; line-height:40px; text-align:center; }
/*.top-bar > div > input{ width:90%; height:30px; line-height:30px; border:1px solid #d3d3d3; border-radius:15px; text-indent:40px; background:#fff url(../image/s32.png) no-repeat 10px center;background-size:24px 24px; }*/
.top-bar-shade{border-bottom:1px solid #ececec; /* box-shadow: 0 1px 6px #ccc; */ }
.top-bar-small{ padding-top:0; padding-bottom:0; }
.top-bar > div{ display:flex; flex-direction:row; justify-content: center;align-items:center;}
.top-bar > div > a{ display:inline-block; width:100%; height:100%; display:flex; flex-direction:row; justify-content: center;align-items:center;}
 
.filter-bar{ border-bottom:1px solid #d3d3d3; }
.filter-bar > div{ float:left; width:25%; height:40px; line-height:40px; text-align:center; position:relative; }
.filter-bar > div:not(:first-child)::before{ content:""; display:block; width:0; height:60%; border-left:1px solid #d3d3d3; position:absolute; left:0; top:20%; }

 .filter-bar > div::after{ content: ""; width: 0; height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #d4d4d4;
  border-bottom:  none;
  display: inline-block;  margin-left: 6px; margin-bottom:3px;
  }
  .nav-sel{ color:#f60; }
  .nav-sel::after{
  border-bottom: 5px solid #f60 !important;
  border-top:  0 !important;
  }
  
  .mask{ position: fixed; top: 0;right: 0;bottom: 0;left: 0;z-index: 998; background-color: rgba(0,0,0,.3); }
  
  .filter-pop{ position:fixed; z-index:1000; left:0; right:0; top:91px; height:60%; background-color:#fff; overflow:hidden; }
  .filter-pop > div{ height:100%;}
  .filter-pop .left,.filter-pop .right{ float:left; width:50%; height:100%; overflow:auto; }
  .filter-pop .left ul li,.filter-pop .right ul li{ width:100%; height:40px; line-height:40px; text-align:center;  }
  .filter-pop .left{ background-color:#ececec;}
  .filter-pop .left ul li{ background-color:#ececec;}
  .filter-pop .right ul li{border-bottom:1px solid #ececec;}
  .filter-pop .left .cur,.filter-pop .right .cur{ background-color:#fff; color:#f60; }
  
  .filter-more{ overflow:auto; }
  .filter-more ul{ padding:5px 0; text-align:center; }
  .filter-more ul li{ float:left; width:45%; overflow:hidden; padding:5px 0; margin:5px 5px; border:1px solid #ececec; border-radius:5px; text-align:center; }
  .filter-more .tit{ height:35px; line-height:35px; background-color:#ececec; text-align:center;}
  .filter-more .cur{ border:1px solid #f60; color:#f60; }
  
  .filter-more-btn{ height:40px; position:absolute; bottom:0; left:0; right:0; border-top:1px solid #ececec; }
  .filter-more-btn > div{ float:left; width:50%; height:40px; line-height:40px; text-align:center; }
  .filter-more-btn .reset{ background-color:#ececec;}
  .filter-more-btn .submit{ background-color:#f60; color:#fff;}
  
  .hasresult{ padding-bottom:1px; min-height:350px;}
  .mb-list{ }
  .mb-list li{ float:left; width:50%; padding:10px 0; border-bottom:1px solid #ececec; position:relative; text-align:center; }
  .mb-list li:nth-child(odd)::after { content:""; display:inline-block; width:0; height:100%; border-right:1px solid #ececec; position:absolute; right:0; top:0; bottom:0; }
  .mb-list li:nth-child(even) {}
  .mb-list li a{ display:block; width:100%; height:100%; }
  .mb-list .mobile{ font-size: 22px; color:#333; }
  .mb-list .city{ font-size: 10px; color:#999; margin:5px 0; }
  .mb-list .price{ font-size: 18px; color:#f60; }
  .mb-list .price i{ font-size: 10px; color:#999; font-style:normal; }
  .mb-list .price span{ font-size: 10px; color:#999; margin-left:10px; }
  
  .mb-list-single{ }
  .mb-list-single li{ width:100%; padding:10px 0; border-bottom:1px solid #ececec; position:relative; text-align:center; }
  .mb-list-single li a{ display:block; width:100%; height:100%; padding:0 0;display: flex; align-items: center; }
  .mb-list-single .mobile{ float:left; width:40%; font-size: 22px; line-height:22px; color:#333; }
  .mb-list-single .city{ float:left; width:35%; font-size: 14px; line-height:22px; color:#999; overflow:hidden; }
  .mb-list-single .price{ float:left; width:25%; font-size: 18px; line-height:22px; color:#f60; overflow:hidden; text-align:left; }
  .mb-list-single .price i{ font-size: 10px; color:#999; font-style:normal; }
  
  
  
 .loading{ width:100px; height:100px; background-color:rgba(0,0,0,0.5); border-radius:10px; 
           position:fixed;  z-index:9999; left:0; right:0; top:0; bottom:0; margin:auto; text-align:center; 
           display:flex; flex-direction:column; justify-content: center;align-items:center;
           }
 .loading span{ color:#fff; }
 
 .noresult{ margin-top:30px; margin-bottom:30px; text-align:center; color:#333; min-height:350px;}
 .noresult img{ width:100px; height:100px; margin:10px auto; }
 
 .loadmore{ width:50%; height:30px; line-height:30px; border:1px solid #ececec; border-radius:15px; margin:10px auto; text-align:center;}
 
 .gotop{ width:40px; height:40px; position:fixed; right:2px; bottom:60px; z-index:10000;background-color:#fff; border-radius:20px; }
 .gotop img{ width:100%; height:100%; }
 
  .go-nav{ width:40px; height:40px; position:fixed; right:5px; bottom:80px; z-index:10000; background-color:#fff;border-radius:15px; }
  .go-nav a{ display:inline-block; width:100%; height:100%;}
  .go-nav img{ width:100%; height:100%; }

 
 .kw-section{ position:fixed; z-index:10001; width:100%; height:100%; top:0; left:0; background-color:#fff; overflow:scroll;}
 
 .kw-section .head{ margin:15px auto; text-align:center; display:flex; flex-direction:row; justify-content:center;}
 .kw-section .alt-tabs-head{ width:150px; height:30px; line-height:30px; background-color:#ececec;}
 .kw-section .alt-tabs-head:first-child 
 {
     border-left:1px solid #ececec; border-top:1px solid #ececec; border-bottom:1px solid #ececec; 
     border-top-left-radius:5px; border-bottom-left-radius:5px; 
 }
 .kw-section .alt-tabs-head:last-child
 {
     border-right:1px solid #ececec; border-top:1px solid #ececec; border-bottom:1px solid #ececec; 
     border-top-right-radius:5px; border-bottom-right-radius:5px; 
 }
 .kw-section .head .cur{ background-color:#f60; color:#fff; border-color:#f60; }
 .kw-section .kw1{ margin:10px auto; width:300px; }
 .kw-section .kw1 input[type=number],.kw-section .kw1 input[type=tel]{ -webkit-appearance: none; width:100%; height:35px; line-height:35px; border-radius:10px; border:1px solid #ececec; padding:5px; box-sizing:border-box; text-indent:15px; font-size:18px; color:#666; }
 .kw-section .kw2{ margin:10px;}
 
 .kw-section .alt-tabs-content .kw1{ margin:10px auto; }
 
 .kw-section .btn-submit{ -webkit-appearance: none; margin:15px auto; width:300px; height:35px; line-height:35px; text-align:center; background-color:#f60; color:#fff; border-radius:18px; }
 
  .kw-section .tit{ height:35px; line-height:35px; text-align:center; background-color:#ececec; }
  .kw-section .tag{ display:flex; flex-direction:row; justify-content:center; align-items:center; flex-wrap: wrap; }
  .kw-section .tag a{ width:20%; margin:5px 3px; padding:5px 3px; text-align:center; border:1px solid #ececec; border-radius:15px; overflow:hidden; }
  
.searchNum{ display:flex; flex-direction:row; justify-content:center; align-items:center; flex-wrap: wrap; }
.searchNum input{ -webkit-appearance: none; outline:none; width:22px; height:28px; line-height:28px; text-align:center; padding:2px; margin:0; font-size:16px; font-weight:900; 
                               border-left: 1px solid #d3d3d3;border-top: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3; border-right: 0; }
.searchNum input:last-child{ border-right: 1px solid #d3d3d3;}
.searchNum input:nth-child(3),.searchNum input:nth-child(7){ margin-right:10px; border-right: 1px solid #d3d3d3;}

.kw-section .tips{ font-size:12px; color:#999; text-align:center; margin-top:10px; }

.tit{ height:35px; line-height:35px; text-align:center; background-color:#ececec; }
.tag{ display:flex; flex-direction:row; justify-content:center; align-items:center; flex-wrap: wrap; }
.tag a{ width:20%; margin:5px 3px; padding:5px 3px; text-align:center; border:1px solid #ececec; border-radius:15px; overflow:hidden; }

.tit2{ height:35px; line-height:35px; text-align:center; background-color:#ececec; }

  .list2{ margin:0; height:100%;}
  .list2 .left,.list2 .right{ float:left; width:50%; height:100%; overflow:auto; }
  .list2 .left ul li,.list2 .right ul li{ width:100%; height:40px; line-height:40px; text-align:center;  }
  .list2 .left{ background-color:#ececec;}
  .list2 .left ul li{ background-color:#ececec;}
  .list2 .right ul li{border-bottom:1px solid #ececec;}
  .list2 .left .cur,.list2 .right .cur{ background-color:#fff; color:#f60; }
  
  .menu{ padding:10px 0; position:relative; z-index:1100; }
  .menu ul li{ float:left; width:25%; }
  .menu a{}
  .menu i{ display:block; margin:5px 0; text-align:center; }
  .menu img{ width:45px; height:45px;}
  .menu span{ display:block; margin:0 0 5px 0; text-align:center; font-size:14px; color:#666;}
  
  .tab-bar{ position:fixed; left:0; bottom:0; z-index:10005; width:100%; margin:0; padding:5px 0; background-color:#fff; border-top:1px solid #ececec; }
  .tab-bar > div{ float:left; width:20%;}
  .tab-bar > div > a{ display:block; width:100%; height:100%;}
  .tab-bar span{ display:block; text-align:center;}
  .tab-bar .tab-bar-icon{ font-size:16px; }
  .tab-bar .tab-bar-text{ font-size:12px; color:#666; margin-top:2px; }
  .tab-bar .cur .tab-bar-icon,.tab-bar .cur .tab-bar-text{ color:#f60; }
  .tab-bar-space{ height:53px;}
  
  /*����ҳ*/
.detail .mobile{ margin:0; padding:30px 0; background:#f60 none no-repeat scroll 0 0; text-align:center; font-size:28px; 
                 color:#fff; font-weight:bold; position:relative; overflow:hidden;}
.detail .mobile .num{ display:flex; flex-direction:row; justify-content: center;align-items:center;}
.detail .mobile .logo{ width:28px; height:28px; margin-right:10px;}
.detail .price span{ display:inline-block; background-color:#fff; border-radius:15px; padding:5px 10px; margin-top:5px; color:red; font-size:18px; }

.detail .dl{ margin:0; padding:5px 5px; background-color:#fff; overflow:hidden; border-radius:0 0 5px 5px; }
.detail .dl dt,.detail .dl dd{ float:left; border-top:1px solid #dcdcdc; line-height:30px; }
.detail .dl dt:first-child,.detail .dl dd:nth-child(2){ border-top:none;}
.detail .dl dt{ width:30%; text-indent:30px; color:#999;}
.detail .dl dd{ width:70%; }

.detail .tab{ margin:10px 0 0 0; background-color:#fff; padding:10px; }
.detail .tab ul{overflow:hidden;zoom:1;}
.detail .tab .title li{ float:left; border-bottom:2px solid #dcdcdc; width:33%; padding:10px 0; text-align:center; }
.detail .tab .title li.cur{ border-bottom:2px solid #f60; color:#f60;}
.detail .tab .content{ margin-top:10px; min-height:100px; }
.detail .tab .content img{ max-width:90%;}

.clear{ clear:both;}
.hide{ display:none;}

.cornermark{  
        color: #fff;  
        height: 40px; 
        line-height: 40px;  
        width: 100px;  
        position: absolute;  
        right: -30px; 
        top:0; 
        text-align: center;  
        font-family: "����";  
        background-color: #C80000;  
        -moz-transform:rotate(45deg);  
        -webkit-transform:rotate(45deg);  
        -o-transform:rotate(45deg);  
        -ms-transform:rotate(45deg);  
        transform:rotate(45deg);  
        font-size:18px;
      }  



.detail .btns{ position:fixed; bottom:0; left:0; right:0; z-index:9999;}

.detail .btns a{ float:left; display:inline-block; width:25%; height:55px; text-align:center;  background:#f60 none scroll 0 0; border-top:0 solid #efeff4; color:#fff;}
.detail .btns a:last-child{ border-right:none; }

.detail .btns .wx{ background-color:#2ba245; position:relative;}
.detail .btns .tel{ background-color:#605ab0;}
.detail .btns .qq{ background-color:#4399fe;}
.detail .btns .cart{ background-color:#ff0036;}

.detail .btns i{ display:block; width:32px; height:32px; margin:0 auto; }

.detail .col3 a{width:33.33%;}

.detail .btns .wxqr{ width:50%; height:130px; padding:10px; background-color:#2ba245; position:absolute; top:-130px; text-align:left; color:#fff; }
/*.detail .btns .wxqr .close{ float:right; width:30px; height:32px;background:url("../image/close32.png") scroll center center; }*/

 /*����ҳ end*/
 
 /*������֪*/
.buy-notice{  color: #999;
    font-family: "microsoft yahei";
    font-size: 14px;
    line-height: 22px;}
    .buy-notice dt{ margin-top:10px; font-weight:700;}
    .buy-notice dt{ margin-left:20px;}
    .buy-notice font{ color:Red;}
/*���׷�ʽ*/
    .buy-way { width:400px; float:left;}
    .buy-way .tit{ text-align:center; font-size:16px; margin-bottom:30px;}
    .buy-way ul{}
    .buy-way ul li{ width:360px; margin:0 auto;margin-left:50px; padding-bottom:50px;position: relative; border-left:1px dotted #f60;}
    .buy-way ul li i{ display:block;position:absolute; left:-15px; top:-5px; float:left; width:30px; height:30px; line-height:30px; border-radius:20px; background-color:#f60; color:#fff; font-size:16px;font-style:normal; text-align:center; }
    .buy-way ul li span{display:block;margin-left: 25px; color: #999;font-size: 12px;}
    .buy-way ul li span.title{ font-size:16px; color:#333;}
    .buy-way ul li span.desc{ margin-top:5px;}
    .buy-way .offline{  margin-left:10px; }
    .buy-way .offline i{ background-color:Green;}
    .buy-way .offline li{border-left:1px dotted green;}
    .buy-way .finish{ border-left:none;}
    .buy-way .offline li.finish{border-left:none;}
    
    .grid9 li{ float:left; width:33.333333%; height:120px; position:relative;}
    .grid9 li::after{ content:""; display:inline-block; width:100%; height:100%; border-right:1px solid #ececec; border-bottom:1px solid #ececec; position:absolute; bottom:0; right:0; z-index:1; }
    .grid9 li a{ display:inline-block; width:100%; height:100%; display:flex; flex-direction:column; justify-content: center;align-items:center; position:absolute; z-index:2;}
    .grid9 .icon img{ width:50px; height:50px; }
    .grid9 .text{ }
    
    .html-content{ padding:10px; text-align:left; line-height:28px; color:#8f8f94; min-height:500px; overflow-x:hidden; }
    .html-content img{ max-width:100%;  height: auto; }
    
    .contact-tel{ padding:10px;}
    .contact-tel a{ display:block; margin:10px auto; padding:10px; width:80%;  text-align:center; background-color:#f60; color:#fff; font-size:28px; line-height:30px; border-radius:30px; }
    
    .contact-wx{ padding:10px 0; }
    .contact-wx .left{ float:left; width:40%; text-align:center; padding:0 10px; box-sizing:border-box; }
    .contact-wx .left img{ width:120px; height:120px; border:1px solid #999; }
    .contact-wx .right{ float:right; width:60%; }
    
    .contact-qq{ padding-bottom:10px;}
    .contact-qq a{ display: inline-block; width: 32%; margin-top: 10px; text-align: center; }
    .contact-qq a img{width: 30%; height: auto; margin: 0 auto 5px auto;}
    
    .contact-addr{ padding:10px; text-align:center; }
 
  .artlist li{ border-bottom:1px solid #ececec; }
  .artlist li:last-child{ border-bottom:0; }
  .artlist a{ display:block; width:100%; padding:10px 15px; line-height:22px; box-sizing:border-box; text-overflow: ellipsis; white-space:nowrap;overflow:hidden;}
  
  .art-tit{ padding:15px 10px; text-align:center; font-weight:bold; font-size:16px; }
  
  .banner-logo{ text-align:center;}
  .banner-logo span{display:inline-block;width:100px; height:100px; border-radius:100px; margin:15px;}
  
  .input-row{ text-align:center; position:relative; }
  .input-row input[type=text],.input-row input[type=number],.input-row input[type=tel],.input-row textarea,.input-row input[type=password]{ display:inline-block; width:80%; margin:10px auto; padding:8px; border:1px solid #ececec; border-radius:8px; line-height:22px; box-sizing:border-box; }
  .input-row input[type=text]:focus,.input-row input[type=number]:focus,.input-row input[type=tel]:focus,.input-row textarea:focus,.input-row input[type=password]:focus
  { border-color:#f60; }
      
  .input-row input[type=button],.input-row input[type=submit]{-webkit-appearance: none; outline: none; display:inline-block; width:80%; margin:10px auto; padding:8px; border:1px solid #ececec; border-radius:8px; line-height:22px; background-color:#f60;
                                                                color:#fff; font-size:18px; }
  .input-row label{ position:absolute; top:0; bottom:0; right:12%; margin:auto; height:22px; color:Red; line-height:22px; }
  
   .input-row .lbl4cb{ position:static; }
   .input-row input[type=checkbox]{-webkit-appearance: none; width:18px; height:18px; vertical-align:middle;border: 1px solid #000;border-radius: 2px; margin-right:5px;}
   /*.input-row input[type=checkbox]:checked{ background: url(../image/cb2.png) 0 0 no-repeat; background-size: 100%;}*/

  
  .table-f {border-collapse: collapse;border-spacing: 0;width: 100%; font-size:14px; margin:5px auto;}
.table-f th,.table-f td{ border:1px dashed #dbdbdb; padding:5px; height:35px; line-height:35px; text-align:center;}
.table-f th{ background-color: #e9e9e9; font-weight:bold; }
  
  .row-col2{ padding:10px 0; border-bottom:1px solid #ececec;}
  .row-col2:last-child{ border-bottom:0; }
  .row-col2 span{ display:inline-block; width:100px; padding:0 10px; text-align:right; color:#999; }
  
  .bar-bottom{ position:fixed; z-index:9999; left:0; right:0; bottom:0; height:50px; background-color:#fff; border-top:1px solid #ececec; text-align:center; }
  .bar-bottom > div , .bar-bottom > input, .bar-bottom > a{-webkit-appearance: none; display:inline-block; height:100%;}
  .bar-bottom > input{-webkit-appearance: none; background-color:#f60; color:#fff;margin: 0;padding: 0;border: 1px solid transparent;outline: none; font-size:16px;  }

.op-result{ text-align:center; padding-bottom:10px; }
.op-result img{ width:100px; height:100px; margin:100px auto 15px auto; }
.op-result .main-info{ font-size:18px; }
.op-result .sub-info{ font-size:14px; color:#999; }

 .btn-alipay  
{
    /*background: #16aefd url(../image/alipay32.png) no-repeat 35px center;*/
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: ΢���ź�;
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 310px;
    border-radius:5px;}
    
      .btn-wxpay,a.btn-wxpay  
{
    display:inline-block;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: ΢���ź�;
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 310px;
    border-radius:5px;}
    
    .btn-wxpay-small,a.btn-wxpay-small 
{
    display:inline-block;
    background: #44b549;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: ΢���ź�;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 100px;
    border-radius:5px;}
    
    
    .pay-qr{ text-align:center;}
    .pay-qr img{ max-width:130px; height:auto; margin:15px;}
    
    .tit3{ height:35px; line-height:35px; text-align:center; position:relative; }
    .tit3::before{ content:""; display:inline-block; width:80px; height:0; border-bottom:1px solid #ececec; margin-right:20px; }
    .tit3::after{ content:""; display:inline-block; width:80px; height:0; border-bottom:1px solid #ececec; margin-left:20px; }
    
    
    .form-row{ box-sizing:border-box; padding:5px;}
    .form-row{ text-align:center; position:relative; font-size:16px; }
    .form-row input[type=text],.form-row input[type=number],.form-row input[type=tel],.form-row textarea{ -webkit-appearance: none; outline:none;font-size:16px; display:inline-block; width:80%; margin:0; padding:5px; border:1px solid #999; border-radius:5px; line-height:25px; box-sizing:border-box; }
    .form-row input[type=text]:focus,.form-row input[type=number]:focus,.form-row input[type=tel]:focus,.form-row textarea:focus{ border-color:#f60; }
    .form-row input[type=button],.form-row input[type=submit]{ -webkit-appearance: none; outline:none; display:inline-block; width:80%; margin:0; padding:5px; border:1px solid #ececec; 
                                                             border-radius:5px; line-height:25px; background-color:#f60; color:#fff; font-size:20px; }
    .form-row input[type=checkbox]{ box-sizing: border-box; padding: 0; display: inline-block; width: 30px; height: 30px;vertical-align: middle;}
    .form-row .ckb-label{ }
    .form-row-2 input[type=checkbox]{
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-appearance:none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;}
    .form-row-2 input[type=button]{ width:auto !important;line-height:20px; background-color:#f60; color:#fff; font-size:16px; }
         
                                                             
    .search-form select{ width:40%;  }
    .search-form input[type=button]{ width:40%;  }
    .search-form input[type=button].reset{ background-color:#ececec; color:#999; }
    .search-form input[type=button].reset-blue{ background-color:#03c5ff; color:#fff; }
    .search-form #txtKeyword{ width:65%; }
    
    .bar-bottom-btns{ position:fixed; bottom:0; left:0; right:0; z-index:9900; height:45px; background-color:#fff; border-top:1px solid #ececec; }
    .bar-bottom-btns a{ float:right; display:block; width:33.333333%; height:45px; line-height:45px; text-align:center; background-color:#f60; color:#fff; font-size:16px; overflow:hidden;}
    .bar-bottom-btns a:nth-child(4){ background-color:#4399fe; }
    .bar-bottom-btns a:nth-child(3){ background-color:#f60; }
    .bar-bottom-btns a:nth-child(2){ background-color:#2ba245; }
    .bar-bottom-btns a:nth-child(1){ background-color:#ff0036; }
    
    
     /*uploader*/
    .uploader-list{float:left;}
.uploader-list .file-item{ float:left; margin:0 5px; }
.uploader-list .file-item .info{ display:none;}
.webuploader-container{ float:left;}
.webuploader-pick{
    position: relative;
    display: inline-block;
    height: 100px;
    width: 100px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    border-radius:0;
    padding:0;
    margin:0 5px;
    }
    
    .top-logo{display:block; float:left; height:40px; line-height:40px; text-align:left; padding-left:5px;}
    .top-logo img{max-height:40px; width:auto;}
    a.top-tel{ display:block; float:right; margin-top:4px; padding-right:5px; }
    a.top-tel img{max-height:40px; width:auto;}
    
    .form-b .form-row{ text-align:left; padding:2px 5px; }
    .form-b .form-row select{ width:35%; line-height: 20px;padding: 3px;margin: 3px;}
    .form-b .title{ display:inline-block; width:18%; text-align:right; font-size:12px; color:#999; }
    .form-b #txtKeyword{ width:45%; line-height: 20px;padding: 3px;margin: 3px; }
    .form-b .form-row input[type=checkbox]{ height:22px; width:22px; }
    .form-b .searchNum {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding:5px;
}
    .form-b .searchNum input{ padding:0; }
    
     .tab{ margin:10px 0 0 0; background-color:#fff; padding:10px; }
 .tab ul{overflow:hidden;zoom:1;}
 .tab .title li{ float:left; border-bottom:2px solid #dcdcdc; width:33%; padding:10px 0; text-align:center; }
 .tab .title li.cur{ border-bottom:2px solid #f60; color:#f60;}
 .tab .content{ margin-top:10px; min-height:200px; }
 .tab .content img{ max-width:90%;}
    .detail .col4 a{width:25%;}
     .detail .col2 a{width:50%;}
    .detail .col1 a{width:100%;}
    
    .shop-top{ height:110px; position:relative; background:#fff; margin-bottom:5px; }
    .shop-top-logo{ position:absolute; width:80px; height:80px; top:15px; left:15px; border-radius:40px; background-color:#fff; border:1px solid #e3e3e3; overflow:hidden; }
    .shop-top-logo img{ width:80px; height:80px; border-radius:40px; }
    /*.shop-top-bg{ height:60px; padding-top:1px; background:#fff url(../image/shop-header.jpg) no-repeat 0 0;}*/
    .shop-top-name{ margin-top:30px; margin-left:110px; color:#fff; font-size:16px; }
    .shop-top-nav{ height:50px; margin-left:110px; font-size:0; overflow:hidden; }
    .shop-top-nav a{ display:inline-block; padding:5px 8px; margin-top:8px; font-size:16px; color:#333; font-weight:bold; border-bottom:1px solid #ececec;}
    .shop-top-nav .cur{ border-bottom:1px solid #f60; color:#f60;}

.shop-card{ height:100px; padding-top:1px;}
.shop-card-logo{ float:left; margin:10px; width:80px; height:80px; }
.shop-card-logo img{ width:80px; height:80px; border-radius:40px; background-color:#fff; border:1px solid #d3d3d3; }
.shop-card-name{ margin-left:100px; margin-top:20px; margin-bottom:15px; font-size:16px; font-weight:bold; }

/*so-kw*/
.searchNum-s{ display:flex; flex-direction:row; justify-content:center; align-items:center; flex-wrap: wrap; }
.searchNum-s input{ -webkit-appearance: none; outline:none; width:18px; height:28px; line-height:28px; text-align:center; padding:2px; margin:0; font-size:16px; font-weight:900; 
                               border-left: 1px solid #d3d3d3;border-top: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3; border-right: 0; }
.searchNum-s input:last-child{ border-right: 1px solid #d3d3d3;}
.searchNum-s input:nth-child(4),.searchNum-s input:nth-child(5),.searchNum-s input:nth-child(6),.searchNum-s input:nth-child(7){ background-color:#ffffcc; }

.so-kw-type{ width:50px; height:28px; line-height:28px; text-align:center; padding:2px; margin:0; font-size:14px; border: 1px solid #d3d3d3;  border-right: 0; border-top-left-radius: 5px;
border-bottom-left-radius: 5px;}
 .so-kw-type::after{ content: ""; width: 0; height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #d4d4d4;
  border-bottom:  none;
  display: inline-block;  margin-left: 2px; margin-bottom:3px;
  }
  
.so-kw-btn{ width:50px; height:28px; line-height:28px; text-align:center; padding:2px; margin:0; font-size:16px; font-weight:900; border: 1px solid #d3d3d3;  border-left: 0; border-top-right-radius: 5px;
border-bottom-right-radius: 5px; background-color:#ececec; color:#000;
 }
 

  /**/
  .search-section-m2{ z-index:1000; position:relative;}
  
  .filter-pop-m2 {
    position:absolute;
    z-index: 1001;
    left: 0;
    right: 0;
    top: 91px;
    height: 340px;
    background-color: #fff;
    overflow: hidden;
}

.search-reset-m{ display:block; width:40px; height:40px; position:absolute; top:92px; right:2px; z-index:995; background-color:#fff; border-radius:20px; }
.search-reset-m img{ width:100%; height:100%; }

 .kw-section-m3{ position:relative; z-index:auto; width:100%; height:196px; background-color:#fff; overflow:hidden; margin-top:5px; }
 
   .filter-pop-m3 {
    position:absolute;
    z-index: 1001;
    left: 0;
    right: 0;
    top: 237px;
    height: 340px;
    background-color: #fff;
    overflow: hidden;
}

.list-box{ background-color:#fff; margin:10px auto 5px auto; padding:5px 0;
    width: 95%;border-radius: 10px;
           }
.list-box li{ height:35px; line-height:35px; border-bottom:1px solid #ececec; padding:0 10px; text-align:left; color:#999; }
.list-box li:first-child{}
.list-box li:last-child{ border-bottom:0;}
.list-box li>span{ display:block; float:right; height:35px; line-height:35px;color:#333; }
.list-box li.head{ font-weight:bold; }
.list-box li>span a{ color:Blue; display:inline-block; border:1px solid blue; border-radius:5px; padding:5px; line-height:18px;}


  .dingdan-nav{ width:40px; height:40px; position:fixed; right:5px; bottom:120px; z-index:10000; background-color:#fff;border-radius:15px; }
  .dingdan-nav a{ display:inline-block; width:100%; height:100%;}
  .dingdan-nav img{ width:100%; height:100%; }
  
  .kw-section .btn-wrap{ text-align:center;}
  .kw-section .btn-submit-small{ width:130px; display:inline-block; }
  .kw-section .btn-reset{ -webkit-appearance: none; margin:15px auto; width:130px; height:35px; line-height:35px; text-align:center; background-color:#eee; color:#333; border-radius:18px;display:inline-block; }
  .kw-section .btn-reset a{ display:inline-block; width:100%; height:100%;}
  
  .input-row select{-webkit-appearance: none; outline: none; display:inline-block; width:80%; margin:10px auto; padding:8px; border:1px solid #ececec; border-radius:8px; line-height:22px; box-sizing: border-box; }
  
  
  .goods-list{}
  .goods-list li{ margin:10px auto; padding:5px 0; text-align:center; }
  .goods-list a{ display:block; }
  .goods-list .photo img{ max-width:95%; }
  .goods-list .text{ padding:5px 15px; }
  .goods-list .name{ float:left; font-weight:bold; }
  .goods-list .price{ float:right; color:Red;}
  .goods-list .price i{ font-style:normal; }
  
  .full-content{ margin:0; padding:0;}
  .full-content img{ max-width:100%; vertical-align:top; }
  .full-content div,.full-content p{ margin:0; padding:0; }
  
  .abtn-big{ display: block; width:90%; height:40px; line-height:40px; text-align:center; font-size:16px; color:#fff; background-color:#f60; border-radius:20px; margin:10px auto;}
  .abtn-big:hover{ background-color:Red; }
  
  
  .list {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    background-color: #fff;
}

.list > li {
    position: relative;
    overflow: hidden;
    padding: 10px 15px;
    -webkit-touch-callout: none;
    border-bottom:1px solid #ececec;
}

.list > li:first-child
{border-top:1px solid #ececec;}

.list > li > a:not(.btn) {
    position: relative;
    display: block;
}

.list > li > a:not(.btn)::after
{
    content:"";
    position:absolute;
    right:2px;
    top:6px;
    display:block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #c8c7cc;
    border-right: 2px solid #c8c7cc;
    transform: rotate(45deg);
    }
.uc-index-top .logo img{ max-width:100%;}
.uc-index-top .info{ text-align:center; color:#fff; font-size:20px; margin:5px auto;}

.m-b5{ margin-bottom:5px;}
.m-b10{ margin-bottom:10px;}

.order-sub-new{ text-align:center; }
.order-sub-new .pri{ color:Red; }
.order-sub-new input[type=submit]
{
        -webkit-appearance: none;
    outline: none;
    display: inline-block;
    width: 80%;
    margin: 10px auto;
    padding: 12px;
    border: 1px solid #ececec;
    border-radius: 8px;
    line-height: 22px;
    background-color: #f60;
    color: #fff;
    font-size:18px;
    }
    
    .input-text{
        -webkit-appearance: none;
        width: 100%;
        height: 35px;
        line-height: 35px;
        border-radius: 5px;
        border: 1px solid #c8c7cc;
        padding: 5px;
        box-sizing: border-box;
        text-indent: 0;
        font-size: 16px;
        color: #666;
    }
    .input-text:focus{ border-color:#f60; }
    
    #custom-price-box{ margin:5px auto 10px auto; padding:0 10px; }
    #custom-price-box span{ color:#c8c7cc; font-size:14px; margin-right:10px; }
    #custom-price-box .input-text{ width:80px; height:30px; line-height:30px; text-align:center; color:#f60;}
    #custom-price-box input::placeholder{ font-size:12px; color:#ccc;}
    
    .dingdan-tips{ margin:8px auto; text-align:center; }
    
    .huafei{  }
    .oldprice{display:inline-block;}
    .oldprice i{ text-decoration:line-through;}
    
    .m2-top{ height:40px; border-bottom:1px solid #dcdcdc; text-align:right; z-index:999; position:relative; background-color:#fff; }
    .m2-top a.btn{ display:inline-block; padding:3px 10px; margin:5px 10px; border:1px solid #f60; border-radius:5px; background-color:#f60; color:#fff; }
    
   
    .sale-log{ margin:0; padding:3px 0; height:35px; line-height:30px; overflow:hidden; position:relative; z-index:1000;  font-size:14px; color:#fff; background-color:#fff; }
     .sale-log-c{ background-color:#f60; margin:5px 5px; border-radius:20px; }
   .sale-log-left{ float:left; width:30%; text-align:center; }
   .sale-log-right{ float:right; width:70%; height:30px; overflow:hidden; }
   .slide-box3{ height:40px; }
   .slide-box3 .name{ margin-left:15px;}
   .sale-log .time{ margin-left:10px;}
   
   
   a.top-tel-btn {
    display: block;
    float: right;
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    padding: 2px 6px;
    margin: 7px 10px auto auto;
    background-color: #f60;
    border-radius: 8px;
    color: #fff;
}

 .h5pay-result{ width:80%; margin:50px auto; text-align:center; font-size:16px; }
    .h5pay-result .t{ font-weight:bold; }
    .h5pay-result .suc{ color:#44b549; border:1px solid #44b549; border-radius:5px; padding:10px; margin:30px auto; }
    .h5pay-result .fail a{ display:block; color:#999; border:1px solid #999; border-radius:5px; padding:10px;}
    
    /*mui����ѡ��*/
    .mui-poppicker{ z-index:10000; }
    
    .form-b .form-row{ padding:2px 0; }
    .form-b #Checkbox1{margin-left:3px;}
    .form-b .form-row-kw11 .title{ line-height: 40px;}
    
    /*m2-top*/
     .m2-top {
    height: 40px;
    border-bottom: 0;
    text-align: right;
    z-index: 9999;
    position: absolute;
    right: 5px;
    background-color: transparent;
}
.m2-top a.btn{border:1px solid #fff;}

.mb-list li{padding: 5px 0;}
.mb-list .city{ margin:2px 0; }

.input-row2{ text-align:center; position:relative; }
.input-row2 .t{ width:80px; padding:10px 20px 10px 0; position:absolute; font-size:16px; text-align:right; }
.input-row2 input[type=text],
.input-row2 input[type=number],
.input-row2 input[type=tel],
.input-row2 textarea,
.input-row2 input[type=password]
  { display:inline-block; width:90%; margin:2px auto; padding:8px; border:0; border-bottom:1px solid #ececec; border-radius:0; line-height:22px; box-sizing:border-box; padding-left:100px; font-size:16px; }
  
.input-row2 input[type=text]:focus,
.input-row2 input[type=number]:focus,
.input-row2 input[type=tel]:focus,
.input-row2 textarea:focus,
.input-row2 input[type=password]:focus
  { border-color:#f60; }
  
.input-row2 input::-webkit-input-placeholder, .input-row2 textarea::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
}

.input-row2 input,.input-row2 textarea,.input-row2 select{ outline:none }
      
.input-row2 input[type=button],
.input-row2 input[type=submit]
  {-webkit-appearance: none; outline: none; display:inline-block; width:80%; margin:10px auto; padding:8px; border:1px solid #ececec; border-radius:8px; line-height:22px; background-color:#f60;
                                                                color:#fff; font-size:18px; }
.input-row2 label{ position:absolute; top:0; bottom:0; right:12%; margin:auto; height:22px; color:Red; }
  
.input-row2 .lbl4cb{ position:static; }
.input-row2 input[type=checkbox]{-webkit-appearance: none; width:18px; height:18px; vertical-align:middle;border: 1px solid #000;border-radius: 2px; margin-right:5px;}

.tit4{ height:35px; line-height:35px; text-align:center; background-color:#f60; color:#fff; }

.btn-sendsms{}
#btnSendsms{ width:auto; margin:0; padding:4px 8px; position:absolute; right:20px; top:5px; border-radius:5px; font-size:13px; }

/*detail3*/
.detail3 .mobile{ padding:15px 0;}
.detail3 .mobile .city{ font-size:16px;} 
.detail3 .mobile .city span{ margin-left:8px;}
.detail3 .btn-fav{top:10px; bottom:auto;}
.detail3 .city{ font-size:16px; font-family:Arial; font-weight:normal; margin-top:10px; }
.detail3 .intro-box{ padding:10px; margin:10px auto; font-size:16px; }
.detail3 .intro-box img{ max-width:100%; }

.detail3 .price-box{border-top: 1px solid #ececec;border-bottom: 1px solid #ececec; padding:10px 0;}
.detail3 .price-box-item{width:33.33%; float:left; text-align:center; position:relative;}
.detail3 .price-box-item::after{ content:""; display:inline-block; height:100%; width:0; border-right:1px solid #ececec; position:absolute; top:0; bottom:0; right:0;}
.detail3 .price-box-item-tit{display:block; font-size:14px;}
.detail3 .price-box-item-con{ display:block; color:#f60; font-size:18px;}

/*bounce begin*/
.bounce {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font: normal bold 1rem "Product Sans", sans-serif;
}

.letter {
  animation: bounce 0.3s ease infinite alternate;
  -webkit-animation:bounce 0.3s ease infinite alternate;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  display: inline-block;
  margin-top: 0.3em;
  font: normal 500 1rem 'Varela Round', sans-serif;
}
.letter:nth-child(1) {
  animation-delay: 0s;  -webkit-animation-delay: 0s;
}
.letter:nth-child(2) {
  animation-delay: 0.0833333333s;-webkit-animation-delay: 0.0833333333s;
}
.letter:nth-child(3) {
  animation-delay: 0.1666666667s;-webkit-animation-delay: 0.1666666667s;
}
.letter:nth-child(4) {
  animation-delay: 0.25s;-webkit-animation-delay: 0.25s;
}
.letter:nth-child(5) {
  animation-delay: 0.3333333333s;-webkit-animation-delay: 0.3333333333s;
}
.letter:nth-child(6) {
  animation-delay: 0.4166666667s;-webkit-animation-delay: 0.4166666667s;
}
.letter:nth-child(7) {
  animation-delay: 0.5s;-webkit-animation-delay: 0.5s;
}
.letter:nth-child(8) {
  animation-delay: 0.5833333333s;-webkit-animation-delay: 0.5833333333s;
}

@keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -0.5em, 0);-webkit-transform: translate3d(0, -0.5em, 0);
  }
}
/*bounce end*/

.html-content-nopad{ padding:10px 0;}
.html-content-nopad img{ max-width:100%; }





/*green*/
.m2-top a.btn{ background-color:#07C160; }
.sale-log-c{ background-color:#07C160; }
.tab .title li.cur{ border-bottom:2px solid #07C160; color:#07C160;}
.filter-bar .red{ color:#07C160;}
.filter-pop .left .cur,.filter-pop .right .cur{ background-color:#fff; color:#07C160; }
.filter-more .cur{ border:1px solid #07C160; color:#07C160; }
.filter-more-btn .submit{ background-color:#07C160; color:#fff;}
  .nav-sel{color:#07C160;}
  .nav-sel::after{
  border-bottom: 5px solid #07C160 !important;
  border-top:  0 !important;
  }
  #custom-price-box .input-text{ color:#07C160;}
  
.detail .mobile { background-color:#07C160; }
.tit4{background-color:#07C160;}
.input-row2 input[type=button],
.input-row2 input[type=submit]
{background-color:#07C160;}
.payway-wx-cur,.payway-alipay-cur{border:1px solid #07C160;}
.bar-bottom > input{ background-color:#07C160; }
/*green end*/

/*blue*/
.m2-top a.btn{ background-color:#3eb4fa; }
.sale-log-c{ background-color:#3eb4fa; }
.tab .title li.cur{ border-bottom:2px solid #3eb4fa; color:#3eb4fa;}
.filter-bar .red{ color:#3eb4fa;}
.filter-pop .left .cur,.filter-pop .right .cur{ background-color:#fff; color:#3eb4fa; }
.filter-more .cur{ border:1px solid #3eb4fa; color:#3eb4fa; }
.filter-more-btn .submit{ background-color:#3eb4fa; color:#fff;}
  .nav-sel{color:#3eb4fa;}
  .nav-sel::after{
  border-bottom: 5px solid #3eb4fa !important;
  border-top:  0 !important;
  }
  #custom-price-box .input-text{ color:#3eb4fa;}

.detail .mobile { background-color:#3eb4fa; }
.tit4{background-color:#3eb4fa;}
.input-row2 input[type=button],
.input-row2 input[type=submit]
{background-color:#3eb4fa;}
.payway-wx-cur,.payway-alipay-cur{border:1px solid #3eb4fa;}
.bar-bottom > input{ background-color:#3eb4fa; }
/*blue end*/

/*jd-red*/
.m2-top a.btn{ background-color:#d72743; }
.sale-log-c{ background-color:#d72743; }
.tab .title li.cur{ border-bottom:2px solid #d72743; color:#d72743;}
.filter-bar .red{ color:#d72743;}
.filter-pop .left .cur,.filter-pop .right .cur{ background-color:#fff; color:#d72743; }
.filter-more .cur{ border:1px solid #d72743; color:#d72743; }
.filter-more-btn .submit{ background-color:#d72743; color:#fff;}
  .nav-sel{color:#d72743;}
  .nav-sel::after{
  border-bottom: 5px solid #d72743 !important;
  border-top:  0 !important;
  }
  #custom-price-box .input-text{ color:#d72743;}
  
.detail .mobile { background-color:#d72743; }
.tit4{background-color:#d72743;}
.input-row2 input[type=button],
.input-row2 input[type=submit]
{background-color:#d72743;}
.payway-wx-cur,.payway-alipay-cur{border:1px solid #d72743;}
.bar-bottom > input{ background-color:#d72743; }
/*red end*/

.btnToPay
{
    -webkit-appearance: none;
    outline: none;
    display:block;
    margin:10px auto;
    width:80%;
    height: 45px;
    line-height: 45px;
    border: none;
    background-color:#f60;
    color: #fff;
    font-family: ΢���ź�;
    font-size: 20px;
    text-align: center;
    border-radius:8px;
    }
    .hide2{ display:none !important;}

.box-price-b{position: relative;
    z-index: 1000;}
.price-b{ padding:5px 10px;}
.price-b li{ float:left; margin:5px 5px;}
.price-b .cur{ color:#f60;}

.detail .btns .wxqr{ position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 100001; width:100%; height:100%; background-color: rgba(0,0,0,.3); padding:0; }
        .detail .btns .wxqr .wxqr-box{ position:absolute; bottom:0; width:100%; height:50%; margin:0; padding:0; background-color:#fff; color:#999; text-align:center; }
        /*.detail .btns .wxqr .close{ float:right; width:30px; height:32px;background:url("../image/close32c.png") scroll center center; margin:8px 8px 0 0; }*/
        .detail .btns .wxqr .wxqr-img{ margin-top:42px; }
        .detail .btns .wxqr .wxqr-img img{ min-width:150px; max-width:50%; height:auto;}
        .detail .btns .wxqr .wxqr-txt{ color:#000; font-size:16px; }
        .detail .btns .wxqr .wxqr-txt span{ display:block; color:#999; font-size:12px;}
        
         .fav-nav{ z-index:1000; }
         
          .page {
    background-color: #efeff4;
    max-width: 414px;
    margin: auto;
    position: relative;
}

/*m5*/
.box-city-b,.box-front-b,.box-feature-b,.box-price-b{position: relative;z-index: 1000; }
.city-b,.front-b,.feature-b,.price-b{ padding:5px 10px; color:#3eb4fa;}
.city-b li,.front-b li,.feature-b li,.price-b li{ float:left; margin:5px 5px;}
.city-b .cur,.front-b .cur,.feature-b .cur,.price-b .cur{ color:#f60;}

.box-city-b .head,.box-front-b .head,.box-feature-b .head,.box-price-b .head{ font-weight:bold; color:#333; }

.page-mlist5 .container1{background-color: #c00000;}
.page-mlist5 .container2{background-color: #fff; margin:0 10px;}

.page-mlist5 .filter-bar-city{display:none;}
.page-mlist5 .filter-bar-featrue{display:none;}
.page-mlist5 .filter-bar > div{width:50%;}

.page-mlist5 .filter-bar{display:none;}

.page-mlist5 .container2,.page-mlist5 .search-section-m2,.page-mlist5 .sale-log{border-top-left-radius:15px;border-top-right-radius:15px;}
.page-mlist5 .tab{margin-top:0;padding-top:0;}
.page-mlist5 .m2-top{display:none}
/*m5 end*/
.page{ max-width:414px; margin:0 auto; }

.banner img{ max-width:100%; height:auto; }

.agreement{ padding:15px; font-size:14px;}

/*xpage*/
.page25 .m2-top{ display:none; }
.page25 .sale-log-left{ width:45%; }
/*.page25 .sale-log-left::before{ content:""; display:inline-block; width:20px; height:20px; margin-right:5px; background:transparent url(../image/notice32b.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; }*/
.page25 .sale-log-right{ width:55%; }
.page25 .sale-log-c{ background-color:#AC0606; }
.page25 .so-kw-btn{ background-color:#AC0606; color:#fff; }
.page25 .filter-bar > div{ width:33.33%; }
.page25 .filter-bar-company{ display:none; }
.page25 .filter-more-btn .submit{ background-color:#AC0606; color:#fff; }
.page25 .filter-bar .red{ color:#AC0606; }
.page25 .mb-list li a{ display:block; margin:3px 10px; width:auto; text-align:left; }
.page25 .mb-list .mobile{ font-size:18px; font-weight:700; color:#b50005; }
.page25 .mb-list .price{ font-size:14px; }
.page25 .mb-list .price i{ color:#f60; }
.page25 .mb-list .oldprice i{ color:#888; }
.page25 .mb-list .oldprice{ float:right; }
.page25 .mb-list .city{ color:#888; }
.page25 .hasresult .tab{ display:none; }
.page25 .mb-list .mobile i{ display:block; width:20px; height:20px; float:right; background:transparent url(../image/liang.png) no-repeat center center; background-size:100% 100%; }
.page25 .fav-nav{ display:none; }

.search-section-m2-fixed{ position:fixed; left:0; right:0; top:0; z-index:99999;}
.price-yc i{ font-style:normal; color:#999; }

.tejia-tag{ display:inline-block; padding:2px 10px; margin:3px auto; background-color:Red; color:#fff; font-size:14px; font-weight:600; border-radius:26px;}

.menu-box{ margin:8px 8px; border-radius:8px; border:1px solid #ececec; background-color:#fff; }
.menu-box .menu-tit{ height:22px; line-height:22px; padding:8px 10px; border-bottom:1px solid #ececec; font-size:16px; font-weight:600; color:#333; }
.menu-box ul li{ position:relative; height:22px; line-height:22px; padding:8px 0 8px 10px; border-bottom:1px solid #ececec; }
.menu-box ul li:last-child{ border-bottom:none; }
/*.menu-box ul li::after{ position:absolute; right:10px; top:8px; content:""; display:inline-block; width:22px; height:22px; line-height:22px; background:transparent url(../image/arrow-r.png) no-repeat center center scroll; background-size:100%;-moz-background-size:100%; }*/
.menu-box ul li a{ display:block; height:100%; }

.badge {
    line-height: 1;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 100px;
    background-color: rgba(0,0,0,.15);
    color: #333;
    font-size: 12px;
}
.badge-danger, .badge-red {color: #fff;background-color: #dd524d;}
.badge-primary, .badge-blue {color: #fff;background-color: #007aff;}
.badge-success, .badge-green {color: #fff;background-color: #4cd964;}
.badge-warning, .badge-ye {color: #fff;background-color: #f60;}

.m-l-10{ margin-left:10px;}
.tab-m0-p0{ margin:0; padding:0; }

.tab .title li.cur a{ color:#3eb4fa; }

.list-box li.foot{ text-align:right; }
.list-box .list-box-foot-btn{ display:inline-block; padding:4px 10px; margin:4px 8px; border-radius:24px; background-color:#f60; color:#fff; font-size:14px; height:24px; line-height:24px; cursor:pointer; }

 
/*wxkefu*/
.wxkefu{ margin:5px auto; padding:10px; text-align:center; }
.wxkefu-qr img{ max-width:150px; height:auto; border:1px solid #999; border-radius:5px; padding:3px; }
.wxkefu-txt{ font-size:16px; color:#333;}
.wxkefu-btn-copy{ margin:5px auto; width:60%; height:35px; line-height:35px; background-color:#f60; color:#fff; font-size:16px; text-align:center; border-radius:20px; }
.wxkefu-tips{ font-size:12px; color:#999; }

.discount-tips{ font-size:14px; color:Red; }

/**/
.pop-payway{ position:fixed; left:0; right:0; bottom:0; height:200px; z-index:100001; background-color:#fff; border-top:1px solid #999; }
.payway-item .txt-tips{ color:red; font-size:14px; line-height:40px; display:block; float:left; margin-left:10px; }

.pop-payway-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    background-color: rgba(0,0,0,.3);
}

.html-content img,.html-content-nopad img {
    max-width: 100%;
    vertical-align: middle;
}

/*page-mlist36*/
.page-mlist36 .m2-top a.btn {
    background-color: #f60;
}

.page-mlist36 .fav-nav{display:none;}
.page-mlist36 .search-reset-m{display:none;}

.page-mlist36 .sale-log{ position:absolute; left:0; top:110px; z-index:1101; width:100%; background-color:transparent; }
.page-mlist36 .sale-log-c{ background-color:rgba(0,0,0,0.4); }
.page-mlist36 .sale-log-left{ width:35%; }
.page-mlist36 .sale-log-right{ width:65%; }

.page-mlist36 .mb-list{ display: flex; flex-direction:row; flex-wrap: wrap;  justify-content:flex-start; align-items: center;align-content:flex-start; }
.page-mlist36 .mb-list li{ width:45%; border:1px solid #ececec; border-radius:8px; margin:8px 0 8px 0; box-shadow:0 0 8px 3px #ececec; }
.page-mlist36 .mb-list li:nth-child(odd)::after{ display:none; }
.page-mlist36 .mb-list li:nth-child(odd){ margin-left:3.3%;}
.page-mlist36 .mb-list li:nth-child(even){ margin-left:3.3%;}

.page-mlist36 .filter-bar{ background-color:#f60; color:#fff; }
.page-mlist36 .filter-bar .red{ color:#ffff60; }
.page-mlist36 .filter-bar .nav-sel{ color:#ffff60; }
.page-mlist36 .filter-bar .nav-sel::after{ border-bottom:5px solid #ffff60 !important;}

.page-mlist36 .filter-pop-m2{ top:41px; }

.page-mlist36 .filter-bar-city{display:none;}
.page-mlist36 .filter-bar-company{display:none;}
.page-mlist36 .filter-bar-company2::before{ display:none !important; }
.page-mlist36 .filter-bar-more{display:none;}
.page-mlist36 .filter-bar > div{ width:33.33%; }

.page-mlist36 .filter-pop{ background-color:transparent;}
.page-mlist36 .filter-pop-m2{ background-color:transparent;}
.page-mlist36 .filter-pop > div{ background-color:#fff; }

.page-mlist36 .featrue .left{display:none;}
.page-mlist36 .featrue .right{width:100%;}
.page-mlist36 .pri .right{width:100%;}
.page-mlist36 .company2 .right{width:100%;}

.page-mlist36 .so-kw-input input[type=tel]{ border-color:#f60; border-radius:16px 0 0 16px; font-size:16px; }
.page-mlist36 .so-kw-btn{ border-color:#f60; background-color:#f60; color:#fff; border-radius:0 16px 16px 0; }

.page-mlist36 .so-kw-btn-reset{ background-color:#fff; color:#333; border-color:#333; border-radius:16px; margin-left:3px;}

.page-mlist36 .loadmore{ position:relative; left:0; right:0; bottom:0; background-color:#FF7F50; color:#fff; }

.page-mlist36 .oldprice{display:none;}
.page-mlist36 .huafei-yc{display:none;}
.page-mlist36 .mb-list .price span.huafei{ display:inline-block; color:#000; font-weight:bold; font-size:14px; }
/*
.page-mlist36 .mb-list .price span.huafei0{display:none;}
*/
.page-mlist36 .mb-list .price{ text-align:left; padding-left:10px; }
.page-mlist36 .mb-list .price span{ float:right; margin-right:10px; }

.page-mlist36 .filter-pop .left .cur, .page-mlist36 .filter-pop .right .cur {
    background-color: #fff;
    color: #f60;
}

.page-mlist36 .mb-list .mobile {
    font-size: 22px;
    color: #333;
    text-align:left;
    padding-left:10px;
}
.page-mlist36 .mb-list .city
{
    text-align:left;
    padding-left:10px;
    color:Green;
    }
    
.page-mlist36 .mlist-custom-area{ padding:0 0 0 0;}

/*.page-detail36{ background:#FF9933 url(../image/bg36.png) no-repeat center top; padding:15px; }*/
.detail36 .dl {
    margin: 0 0 15px 0;
    padding: 15px 15px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
}
.detail36 .dl dt, .detail36 .dl dd {
    float: left;
    border-top: 1px solid #dcdcdc;
    line-height: 40px;
}
.detail36 .dl dt {
    width: 30%;
    text-indent: 30px;
    color: #000;
}
.detail36 .dl dd {
    width: 70%;
    color:#f60;
    font-size:24px;
}

.page-detail36 .tit4 {
    background-color:transparent;
    color:#fff;
    font-size:22px;
}
.page-detail36 .form-section
{
    margin: 0 0 15px 0;
    padding: 15px 0;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    }
.page-detail36 #btnSendsms{ background-color:#f60; color:#fff;}
.page-detail36 .bar-bottom > input{ background-color:#f60; }

.taocan-list{ margin:0 10px;}
/*.taocan-list ul{ display: flex; flex-direction:row; flex-wrap: wrap;  justify-content:space-around; align-items: top;align-content:flex-start; }*/
.taocan-list ul li{ padding:5px; width:45%; min-height:44px; height:auto; line-height:22px; border:1px solid #999; border-radius:8px; vertical-align:middle;background-color:#ececec; }
.taocan-list ul li.cur{ border:2px solid #FF9966; background-color:#FFFFCC; position:relative; }
.taocan-list ul li.cur::before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        border: 17px solid #FF9966;
        border-top-color: transparent;
        border-left-color: transparent;
    }
.taocan-list ul li.cur::after {
        content: '';
        width: 5px;
        height: 12px;
        position: absolute;
        right: 6px;
        bottom: 6px;
        border: 2px solid #fff;
        border-top-color: transparent;
        border-left-color: transparent;
        transform: rotate(45deg);
    }
.taocan-details{ margin:10px 10px 5px 10px;}
.taocan-details-lbl{ color:#f60; }

/*page-mlist48*/
.page-mlist48 .search-section-m2 {
    z-index: 10000;
    position: relative;
}
.page-mlist48 .filter-pop-m2
{
    position:fixed;
    z-index: 10002;
    left: 100%;
    top: 0;
    bottom:0;
    width:85%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    
    transition: all 2s linear 1ms;
    -o-transition: all 2s linear 1ms; /*����parsto�ں�*/
    -moz-transition: all 2s linear 1ms; /*����gecko�ں�*/
    -webkit-transition: all 2s linear 1ms; /*����webkit�ں�*/
    }
.page-mlist48 .filter-pop-m2-show
{
    left:15%;
    }
.page-mlist48 .mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10001;
    background-color: rgba(0,0,0,.5);
}
.page-mlist48 .search-section-m2-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
}

/*page250*/
.page250 .search-section-m2 {
    z-index: 10006;
    position: relative;
}
.page250 .filter-pop-m2
{
    position:fixed;
    z-index: 10002;
    left: 115%;
    top: 0;
    bottom:0;
    width:85%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    /*
    transition: all 2s linear 1ms;
    -o-transition: all 2s linear 1ms; 
    -moz-transition: all 2s linear 1ms; 
    -webkit-transition: all 2s linear 1ms; 
    */
    overflow:visible;
    }
.page250 .mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10001;
    background-color: rgba(0,0,0,.5);
}
.page250 .search-section-m2-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
}
/*page-tv*/
.page-tv{
    max-width: 100%;
    margin: 0 auto;
}
.page-tv .filter-pop-m2{ }
.page-tv .mb-list li {
    float: left;
    width: 50%;
    padding: 10px 0;
    border-bottom: 3px solid #ececec;
    position: relative;
    text-align: center;
}
.page-tv .mb-list li:nth-child(odd)::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    border-right: 3px solid #ececec;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.page-tv .mb-list li a{ text-align:center; font-size: 30px; line-height:40px; padding:10px 0;}
.page-tv .mb-list .mobile {
    font-size: 60px;
    line-height:70px;
    font-weight: 700;
    color: #b50005;
}
.page-tv .mb-list .mobile i{display:none;}
.page-tv .mb-list .city 
{
    font-size: 30px; 
    line-height:40px;
    color: #888;
    display:inline-block;
    margin:0 40px;
}
.page-tv .mb-list .price {
    display:inline-block;
    font-size: 30px; 
    line-height:40px;
    margin:0 40px;
}
.page-tv .mb-list .price i
{
     font-size: 30px; 
    line-height:40px;
    }
.page-tv .mb-list .price span {
    font-size: 30px; 
    line-height:40px;
    color: #999;
    margin-left: 10px;
}
.page-tv .mb-list .oldprice {
    float:none;
    display:none;
}

.page-tv .filter-pop-m2
{
    left:auto;
    right:-100%;
    max-width:500px;
}

.page-tv .filter-bar 
{
    width:100px;
    border: 2px solid #d3d3d3;
    position:absolute;
    right:0;
    top:0;
    background-color:#fff;
    margin-top:50px;
    height:150px;
}
.page-tv .filter-bar > div {
    width: 100%;
}
.page-tv .filter-bar > div:not(:first-child)::before{ display:none;}
.page-tv .top-bar > div {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.page-tv .so-kw-input {
    line-height: 30px;
    width: 250px;
    position: relative;
}
.page-tv a.search-reset-m{ display:none; }

.page-tv .filter-reset{ position:absolute; right:0; top:200px; width:100px; border: 2px solid #d3d3d3; border-top:0; text-align:center;background-color:#fff; }
.page-tv .filter-reset a{ display:inline-block; padding:8px;  }

.page-tv .topad-space{ height:150px; }
.page-tv .slide-box{ position:fixed; top:0; left:0; right:0; background-color:#ececec; height:150px;}

.page-tv .search-section-m2-fixed{ top:150px; }
.page-tv .search-section-m2{ border-bottom:2px solid #ececec;border-top:2px solid #ececec; }

.page-tv .mb-list .mobile .rec,.page-tv .mb-list .mobile .tejia {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    background-color:#b50005;
    padding:5px 15px;
    border-radius:30px;
    margin:0 10px;
}
.page-tv .mb-list .mobile .tejia {background-color:#9933CC;}
.page-tv .tool-box{ position:fixed; right:0; bottom:0; width:70px; }
.page-tv .tool-box>div{ height:70px; cursor:pointer; margin-top:5px; }
/*.page-tv .fav-big{ background:#666666 url(../image/fav64.png) no-repeat center center; background-size:50px 50px;}*/
/*.page-tv .gotop-big{ background:#666666 url(../image/gotop64.png) no-repeat center center; background-size:50px 50px;}*/


.page-tv .mb-list-single li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    position: relative;
    text-align: center;
}
.page-tv .mb-list-single li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0;
    display: flex;
    align-items: center;
}
.page-tv .mb-list-single .mobile {
    float: left;
    width: 40%;
    font-size: 40px;
    line-height: 40px;
    color: #333;
}
.page-tv .mb-list-single .city {
    float: left;
    width: 35%;
    font-size: 40px;
    line-height: 40px;
    color: #999;
    overflow: hidden;
}
.page-tv .mb-list-single .price {
    float: left;
    width: 25%;
    font-size: 40px;
    line-height: 40px;
    color: #f60;
    overflow: hidden;
    text-align: left;
}
/*page-tv end*/
/*page-ks*/
.page-ks .mb-list li {
    padding: 15px 0;
}
.page-ks .mb-list .mobile {
    font-size: 24px;
    font-weight: 700;
    color: #b50005;
}
.page-ks .mb-list .price {
    font-size: 18px;
}
.page-ks .mb-list .city 
{
    font-size: 14px;
    color: #888;
}
.page-ks .mb-list .oldprice
{
    font-size: 14px;
    }
    
    .page-ks .mb-list-single .mobile {
    float: left;
    width: 45%;
    font-size: 24px;
    line-height: 24px;
    color: #333;
     font-weight: 700;
}
.page-ks .mb-list-single .city {
    float: left;
    width: 35%;
    font-size: 14px;
    line-height: 22px;
    color: #999;
    overflow: hidden;
}
.page-ks .mb-list-single .price {
    float: left;
    width: 20%;
    font-size: 18px;
    line-height: 22px;
    color: #f60;
    overflow: hidden;
    text-align: left;
}


.page-ks-detail{ padding:10px;}
.ks-detail-tb{ width:100%; font-size:20px; line-height:30px;border-collapse: collapse; border:1px solid #CCCCCC;}
.ks-detail-tb th{ font-size:20px; text-align:right; width:15%; background-color:#FFFFCC; padding:10px 5px; min-width:100px; border:1px solid #CCCCCC;}
.ks-detail-tb td{ text-align:left; color:#000; padding:10px 5px; border:1px solid #CCCCCC;}
.ks-detail-tb-price td{ color:#f60; }
.ks-detail-tb-num td{ font-size:30px; font-weight:600; }

.ks-detail-tb .rec,.ks-detail-tb .tejia
{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    background-color:#b50005;
    padding:5px 15px;
    border-radius:20px;
    margin:0 10px;
    }
.ks-detail-tb .tejia{background-color:#9933CC;}

.page-ks-detail .btn-fav
{
    position:relative;
    right:0;
    float:none;
    margin:10px auto;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    background-color:#3399CC;
    padding:5px 15px;
    border-radius:8px;
    cursor:pointer;
}
.page-ks .fav-nav {
    display: block;
    background-color:#fff;
}

/*page-ks end*/

.page-contact-wx{ text-align:center; padding:10px; color:#666; }
.page-contact-wx img{ max-width:50%; height:auto; }

.contact-tel a{width:60% !important; }

.detail{ background-color:#fff; }

/*p251*/
.page251 .filter-bar > div { width: 25%;}
.page251 .filter-pop .filter-sort .right{ width:100%; }
.icon1,.icon2,.icon3,.icon4,.icon5{ background-size:24px auto;  display:block; width:40px; height:40px; border-radius:20px; margin:auto;}

.tab-bar5{ position:relative; left:0; bottom:0; z-index:10005; width:100%; margin:0; padding:15px 0 10px; background-color:#fff; }
.tab-bar5 > div{ float:left; width:20%;}
.tab-bar5 > div > a{ display:block; width:100%; height:100%;}
.tab-bar5 span{ display:block; text-align:center;}
.tab-bar5 .tab-bar-icon{ font-size:16px; }
.tab-bar5 .tab-bar-text{ font-size:12px; color:#666; margin-top:2px; }
.tab-bar5 .cur .tab-bar-icon,.tab-bar .cur .tab-bar-text{ color:#f60; }
.tab-bar5 .tab-bar-text{font-size:14px;}

/**/
.page251 .mb-list .mobile i{display:none !important;}
.page251 .mb-list .price{float:right !important; width:40%;text-align:right; margin-top:-22px;line-height:22px; color:#CD0707 !important;}
.page251 .mb-list .price i{color:#CD0707 !important;}
.page251 .mb-list .oldprice i{color:#888 !important;}
.page251 .mb-list .oldprice{display:block;margin-left:0px !important; width:100%;}
.page251 .mb-list .mobile{font-size:16px; color:#333; line-height:20px;}
.page251 .mb-list li{padding:3px 0px;}
/**/

.sellout
{
 /*background:transparent url(../image/sellout.png) no-repeat 90% center !important; */
 background-size:44px auto !important;
 position:relative;
 color:#bbb !important;
}
.sellout .icon-tag1 {background-color:#bbb;}
.sellout .icon-tag79 {background-color:#bbb;}
.sellout .mobile,.sellout .city{opacity:0.5;}
.sellout .price{opacity:0 !important;}
.sellout .price i{opacity:0 !important;}

/*p251 end*/

/*2021.9.13*/

.m2-top{display:none;}
.search-reset-m{display:none;}
.searchNum-s input{width:16px;}
.page-mlist5 .container1{background-color:#f8f8f8;}
.page-mlist5 .sale-log{border-radius:0;}
.page-mlist5 .sale-log{padding:0 !important;}
.dottedNav{display:none;}
.page-mlist5 .tab{padding:0;font-size:15px;}
.agreement{ padding:15px; font-size:12px;}
.agreement input{vertical-align:-2px; margin-right:5px;}
.input-row2 textarea{font-family: ΢���ź�;}
#kw{font-size:14px;}
.bar-bottom input{border-radius:0px !important;}
body{max-width:414px;margin:auto;}
.top-bar-small{max-width:414px;margin:auto;}
.bar-bottom{max-width:414px;margin:auto;}
.detail3 .intro-box{font-size:15px; line-height:24px;}
.input-row2 .t{line-height:26px;}
.page251 .search-section-m2-fixed{ margin:auto; max-width:414px;}
.page251 .filter-bar > div{font-size:15px !important;}
.page-contact-wx{ text-align:center; padding:10px; color:#666; }
.page-contact-wx img{ max-width:50%; height:auto; }
.contact-tel a{width:60% !important; }

.tab-bar .iconfont{font-size:22px;}
.so-kw-cb-box label{ padding-top:10px;}
.page251 .mb-list li a{margin: 5px 15px;}
.page251 .mb-list .mobile i{width:18px; height:18px;}
.gotop{background-color:transparent !important;}
.filter-more .tit{font-size:15px;font-weight:bold;}
.filter-more .company3{padding:2%;font-size:15px;}
.filter-more .price{padding:2%;font-size:15px;}
.filter-more .price li{width:29.5%; margin:1.5%;}
#custom-price-box{text-align:center;font-size:15px;}
.filter-more .except{padding:2%;font-size:15px;}
.filter-more .except li{width:29.5%; margin:1.5%;}
.filter-more .yuyi{padding:2%;font-size:15px;}
.filter-more .yuyi li{width:29.5%; margin:1.5%;}
#tit-yuyi{display:none !important;}
.filter-more .yuyi{display:none !important;}
.filter-more .moreNumber{padding:2%;font-size:15px;}
.filter-more .moreNumber li{width:29.5%; margin:1.5%;}
.filter-more ul li{ background:#f8f8f8 !important;font-size:13px;border-radius:0px; }
.filter-sort {font-size:15px;}
.city .left,.city .right{font-size:15px;}
.featrue .left,.featrue .right{font-size:15px;}
.company3 li:nth-child(2):after{content:"����";}
.company3 li:nth-child(3):after{content:"����";}
.company3 li:nth-child(4):after{content:"����";}
.filter-more ul li{border: 1px solid #f8f8f8;}
.filter-more #custom-price-box .input-text{border-radius:0px;font-size:14px;}
.page251 .mlist-cat-brand{display:none !important;}

.page-ks .mb-list .price{float:right !important; width:40%;text-align:right; line-height:22px; color:#CD0707 !important;}
.page-ks .mb-list .price i{color:#CD0707 !important;}
.page-ks .mb-list .mobile{font-size:16px; color:#333; line-height:20px;}
.page-ks .mb-list .mobile i{display:none !important;}
.page-ks .mb-list .mobile:after
  {content: "��";background:#AC0606;font-size:12px; color:#fff;padding:3px;border-radius:3px;float:right; line-height:12px;text-align:center;  }
.page-ks .mb-list .oldprice{display:none !important;}
.page-ks .mb-list .mobile{width:100%; display:block !important; font-size:18px;margin-bottom:5px;}
.page-ks .mb-list .city{width:65% !important;text-align:left;padding-left:2px;float:left;font-size:13px;}
.page-ks .mb-list .price{width:33% !important;float:right;text-align:right;font-size:15px; color:#e60000;}
.page-ks .mb-list li { padding: 10px 0; }
.page-ks .mb-list .city span{display:none !important;}

.icon-shouye:before{content:"";}
.icon-search:before{content:"";}
.icon-taocan:before{content:"";}
.icon-qian2:before{content:"";}
.icon-lianxiwomen:before{content:"";}
.icon-shouye,.icon-search,.icon-taocan,.icon-qian2,.icon-lianxiwomen{ background-size:24px auto;  display:block; width:30px; height:30px; margin:auto;}
.tab-bar{padding:0 0 10px 0;}

/*2021.9.13 end*/

/*p251t*/

.page251t .ad-top-img{ display:none; }
.page251t .search-section-m2{ display:none; }
.page251t .top-menu{display:none;}

.page251t{ background-color:#AC0606;}
.page251t .first-tit{ height:150px; background-color:#AC0606; }
.page251t .first-tit img{ max-width:100%; height:auto; vertical-align:middle; }
.page251t .second-tit{}
.page251t .resultdata{ background-color:#AC0606; padding:5px;}
.page251t .resultdata-inner{ background-color:#fff; border-radius:8px; }
.page251t .resultdata-inner .hasresult{ border-radius:8px; }

.page251t .sale-log{ background-color:#AC0606; color:#AC0606; }
.page251t .sale-log-c{ background-color:#fff; }
.page251t .sale-log-left::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    /*background: transparent url(../image/lb-red32.png) no-repeat center center;*/
    background-size: 100% 100%;
    vertical-align: middle;
}

.page251t .li-tag69 .city mlist-cat-brand{display:none;}
.page251t .li-tag69 .city mlist-cat{display:none;}
/*.page251t .li-tag69 .icon-tag79{width:70px; border-radius:15px; height:20px; line-height:20px; text-align:center; font-size:12px; color:#FFF; display:block; margin:2px;  padding-left:12px; background:url(../image/iconte.png) no-repeat 3px center #b50005; background-size:16px auto;}*/
.page251t .li-tag69 .icon-tag79:after{content: "�ؼ���ɱ";}

.page251t .mb-list li{padding:0; border-bottom: 0px solid #ececec;background-color:#fff; margin:1.5%; width:47%;position:relative; border-radius:5px;}
.page251t .mb-list li:nth-child(odd)::after{border-right: 0px solid #ececec;}

.page251t .mb-list .mobile{font-size:20px;text-align:center;line-height:30px;}
.page251t .mb-list .price{ float:none !important;text-align:center;width:100%;margin-top:0;font-size:16px; color:#f60 !important; line-height:28px; vertical-align:middle;}
.page251t .mb-list .price::before{content: "��ɱ��"; background: #ea3a3a; padding:2px 5px; border-radius:5px; font-size:12px;color:#fff; margin-bottom:5px;}
.page251t .mb-list .price i{margin-left:5px;}

.page251t .mb-list .oldprice{display:none;}
.page251t .mb-list .mlist-city{text-align:center;font-size:14px;width:100%;}
.page251t .mb-list .city{text-align:center; }

.page251t .resultdata{ background-color:#fff6ed !important;}
.page251t .sale-log{padding-bottom:6px;}

/*p251t end*/

.page251 .mb-list li a{margin:5px 10px;}
.page251 .mb-list .mobile{font-size:17px;}
.page251 .mb-list .city{font-size:14px;padding-left:2px;}
.page251 .mb-list .price{font-size:15px;}

