*{
  margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family:"HYQihei 40S","Microsoft YaHei","微软雅黑","Source Han Sans CN","MicrosoftJhengHei","华文细黑","STHeiti,MingLiu";
    word-break: break-all;
}
body {
  line-height: inherit;
}
html,body{
  height: 100%;
}
.currentinitial{
  transform: translateX(0);
}
.currentleft{
  transform: translateX(-100%);
}
.currentright{
  transform: translateX(100%);
}

@media all and (max-width: 640px) {
  #list_wrap{
    width: 100%;
    padding: 80px 0 100px;
    transition: all 1s ease;
  }
  #list_wrap.on{
    transform: translateX(-100%);
  }
  .list_topfilter{
    position: fixed;
    left: 0;
    top: 40px;
    background: #fff;
    width: 100%;
    z-index: 20;
  }
  .list_topfilter .topfilter_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #F6F7FB;
  }
  .list_topfilter .topfilter_wrap .topfilter_item{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    position: relative;
    transition: all .3s ease;
  }
  .list_topfilter .topfilter_wrap .topfilter_item.active{
    background: #fff0f0;
    color: #333;
  }
 /* .list_topfilter .topfilter_wrap .topfilter_item.active .topfilter_name{
    color: #fff;
  }*/
  .list_topfilter .topfilter_wrap .topfilter_item.active .tagnum{
    font-size: 16px;
    margin-left: 5px;
  }
  .list_topfilter .topfilter_wrap .topfilter_item:last-child:after{
    width: 0;
  }
  .list_topfilter .topfilter_wrap .topfilter_item .topfilter_name{
    color: #666;
    font-size: 14px;
  }
  .list_topfilter .topfilter_wrap .topfilter_item .topfilter_iconfont{
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 6px;
    transition: all .2s ease;
  }
  .list_topfilter .topfilter_wrap .topfilter_item .icon-aixin3{
    font-size: 14px;
    color: #999;
    margin-left: 2px;
    margin-top: 3px;
  }
  .list_topfilter .topfilter_wrap .topfilter_item.on .icon-aixin3,
  .list_topfilter .topfilter_wrap .topfilter_item.on .topfilter_name{
    color: #EA5A36;
  }
  .list_topfilter .topfilter_wrap .topfilter_item.on .topfilter_iconfont{
    border-bottom: 5px solid #EA5A36;
    border-top: 0px solid transparent;
  }
  /* 筛选遮罩 */
  .topfilter_mask{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.5);
    top: 50px;
    z-index: 6;
    opacity: 0;
    display: none;
    transition: all .3s ease;
  }
  .topfilteritem_wrap{
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 7;
    transition: all .3s ease;
    transform: translateY(-120%);
  }
  .topfilteritem_wrap.on{
    transform: translateY(0);
  }
  .topfilteritem_wrap.on{
    height: auto;
  }
  .topfilteritem_wrap .filter_number{
    width: 100%;
    padding:0 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
  .topfilteritem_wrap .filter_number .filter_number_title{
    font-size: 15px;
    color: #333;
    padding-top: 20px;
    font-weight: bold;
  }
  .topfilteritem_wrap .filter_number .filter_number_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
  }
  .topfilteritem_wrap .filter_number .filter_number_list li{
    width: 30%;
    margin-right: 5%;
    background: #F4F4F4;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
    height: 32px;
    margin-bottom: 10px;
    color: #686868;
    font-size: 13px;
    font-weight: 500;
    box-sizing: border-box;
  }
  .topfilteritem_wrap .filter_number .filter_number_list li.on{
    color: #EA5A36;
    background: #fff;
    box-shadow: 0 0 0 1px #ea5a36;
  }
  .topfilteritem_wrap .filter_number .filter_number_list li:nth-child(3n){
    margin-right: 0;
  }
  .topfilteritem_wrap .filter_choice{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    margin-top: 5px;
  }
  .topfilteritem_wrap .filter_choice span{
    flex: 1;
    text-align: center;
    line-height: 40px;
  }
  .topfilteritem_wrap .filter_choice span.on{
    color: #EA5A36;
  }
  /* 列表内容样式 */
  .list_conten_wrap{
    background: #F6F7FB;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
  }
  .list_conten_wrap .list_conten_item{
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(220,220,220,.1);
    position: relative;
    margin-bottom: 10px;
    padding: 15px 10px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  .list_conten_wrap .list_conten_item:last-child{
    margin-bottom: 0;
  }
  .list_conten_wrap .list_conten_item .check_simulation{
    width: 20px;
    height: 100%;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .list_conten_wrap .list_conten_item .check_simulation .check_span{
    width: 18px;
    height: 18px;
    border:1.5px solid #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .list_conten_wrap .list_conten_item .check_simulation .check_span>i{
    flex: 1;
    font-size: 12px;
    text-align: center;
    color: #fff;
    display: none;
  }
  .list_conten_wrap .list_conten_item .check_simulation .check_span.on{
    background: #b52226;
    border-color: #b52226;
  }
  .list_conten_wrap .list_conten_item .check_simulation .check_span.on>i{
    display: block;
  }
  .list_conten_wrap .list_conten_item .list_item_left{
    flex: 1;
    margin-right: 10px;
    max-width: calc(74% - 10px);
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_name{
    font-size: 15px;
    color: #4b4b4b;
    font-weight: bold;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_name>i{
    font-size: 18px;
    margin-left:3px;
    color: #2FA71A;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price{
    display: flex;
    width: 100%;
    align-items: center;
    margin: 15px 0 10px;

  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price .list_item_money{
    font-size: 16px;
    font-weight: bold;
    color: #d73f2e;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price .list_item_icon{
    width: 16px;
    height: 16px;
    margin: 0 3px;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price .proposal_price{
    font-size: 12px;
    color: #ccc;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_remarks{
    width: 100%;
    font-size: 14px;
    color: #999;
    white-space:nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
  }
  .list_conten_wrap .list_conten_item .list_item_right{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .list_conten_wrap .list_conten_item .list_item_right .item_addcart{
    width: 90%;
    height: 28px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    background: #b52226;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .list_conten_wrap .list_conten_item .list_item_right .item_addcart:active{
    background: #ce0505;
  }
  /* 数据加载loading */
  .dataloading{
    display: none;
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    height:100% ;
  }
  .dataloading img{
    display: block;
    width: 50%;
  }
  .dataloading.on{
    display: flex;
  }
  .emptyimg_wrap{
    display: none;
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    height:100% ;
  }
  .emptyimg_wrap .emptyimg{
    display: block;
    width: 100%;
  }
  .emptyimg_wrap.on{
    display: flex;
  }
  /* 底部导出报价 */
  .bottomoffer{
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 60px;
    left: 0;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
  }
  .bottomoffer .offer_icon{
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottomoffer .offer_icon .offer_icon_label{
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border:1px solid #ddd;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottomoffer .offer_icon .offer_icon_label>.iconfont{
    font-size: 12px;
    color: #fff;
    display: none;
  }
  .bottomoffer .offer_icon .offer_icon_text{
    font-size: 14px;
    color: #333;
    margin-left: 8px;
  }
  .bottomoffer .offer_icon.on .offer_icon_label{
    background: #b52226;
    border-color: #b52226;
  }
  .bottomoffer .offer_icon.on .offer_icon_label>.iconfont{
    display: block;
  }
  .bottomoffer .offerbtn{
    width: 80px;
    height: 30px;
    font-size: 12px;
    border:0;
    background: #b52226;
    /*border-radius: 15px;*/
    color: #fff;
    margin-right: 15px;
  }
}


@media all and (min-width : 640px) and (max-width: 1024px) {
  #list_wrap{
    width: 100%;
    padding: 130px 0 100px;
    transition: all 1s ease;
  }
  #list_wrap.on{
    transform: translateX(-100%);
  }
  .list_topfilter{
    position: fixed;
    left: 0;
    top: 80px;
    background: #fff;
    width: 100%;
    z-index: 20;
  }
  .list_topfilter .topfilter_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #F6F7FB;
  }
  .list_topfilter .topfilter_wrap .topfilter_item{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    position: relative;
    transition: all .3s ease;
  }
  .list_topfilter .topfilter_wrap .topfilter_item.active{
    background: #fff0f0;
    color: #333;
  }
  /* .list_topfilter .topfilter_wrap .topfilter_item.active .topfilter_name{
     color: #fff;
   }*/
  .list_topfilter .topfilter_wrap .topfilter_item.active .tagnum{
    font-size: 1.4em;
    margin-left: 5px;
  }
  .list_topfilter .topfilter_wrap .topfilter_item:last-child:after{
    width: 0;
  }
  .list_topfilter .topfilter_wrap .topfilter_item .topfilter_name{
    color: #666;
    font-size: 1.6em;
  }
  .list_topfilter .topfilter_wrap .topfilter_item .topfilter_iconfont{
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 6px;
    transition: all .2s ease;
  }
  .list_topfilter .topfilter_wrap .topfilter_item .icon-aixin3{
    font-size: 14px;
    color: #999;
    margin-left: 2px;
    margin-top: 3px;
  }
  .list_topfilter .topfilter_wrap .topfilter_item.on .icon-aixin3,
  .list_topfilter .topfilter_wrap .topfilter_item.on .topfilter_name{
    color: #EA5A36;
  }
  .list_topfilter .topfilter_wrap .topfilter_item.on .topfilter_iconfont{
    border-bottom: 5px solid #EA5A36;
    border-top: 0px solid transparent;
  }
  /* 筛选遮罩 */
  .topfilter_mask{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.5);
    top: 50px;
    z-index: 6;
    opacity: 0;
    display: none;
    transition: all .3s ease;
  }
  .topfilteritem_wrap{
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 7;
    transition: all .3s ease;
    transform: translateY(-120%);
  }
  .topfilteritem_wrap.on{
    transform: translateY(0);
  }
  .topfilteritem_wrap.on{
    height: auto;
  }
  .topfilteritem_wrap .filter_number{
    width: 100%;
    padding:0 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
  .topfilteritem_wrap .filter_number .filter_number_title{
    font-size: 15px;
    color: #333;
    padding-top: 20px;
    font-weight: bold;
  }
  .topfilteritem_wrap .filter_number .filter_number_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .topfilteritem_wrap .filter_number .filter_number_list li{
    width: 30%;
    margin-right: 5%;
    background: #F4F4F4;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
    color: #686868;
    font-size: 1.3em;
    font-weight: 500;
    box-sizing: border-box;
  }
  .topfilteritem_wrap .filter_number .filter_number_list li.on{
    color: #EA5A36;
    background: #fff;
    box-shadow: 0 0 0 1px #ea5a36;
  }
  .topfilteritem_wrap .filter_number .filter_number_list li:nth-child(3n){
    margin-right: 0;
  }
  .topfilteritem_wrap .filter_choice{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    margin-top: 5px;
  }
  .topfilteritem_wrap .filter_choice span{
    flex: 1;
    text-align: center;
    line-height: 40px;
  }
  .topfilteritem_wrap .filter_choice span.on{
    color: #EA5A36;
  }
  /* 列表内容样式 */
  .list_conten_wrap{
    background: #F6F7FB;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
  }
  .list_conten_wrap .list_conten_item{
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(220,220,220,.1);
    position: relative;
    margin-bottom: 10px;
    padding: 15px 10px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  .list_conten_wrap .list_conten_item:last-child{
    margin-bottom: 0;
  }
  .list_conten_wrap .list_conten_item .check_simulation{
    width: 20px;
    height: 100%;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .list_conten_wrap .list_conten_item .check_simulation .check_span{
    width: 18px;
    height: 18px;
    border:1.5px solid #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .list_conten_wrap .list_conten_item .check_simulation .check_span>i{
    flex: 1;
    font-size: 12px;
    text-align: center;
    color: #fff;
    display: none;
  }
  .list_conten_wrap .list_conten_item .check_simulation .check_span.on{
    background: #b52226;
    border-color: #b52226;
  }
  .list_conten_wrap .list_conten_item .check_simulation .check_span.on>i{
    display: block;
  }
  .list_conten_wrap .list_conten_item .list_item_left{
    flex: 1;
    margin-right: 10px;
    max-width: calc(74% - 10px);
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_name{
    font-size: 1.6em;
    color: #4b4b4b;
    font-weight: bold;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_name>i{
    font-size: 18px;
    margin-left:3px;
    color: #2FA71A;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price{
    display: flex;
    width: 100%;
    align-items: center;
    margin: 15px 0 10px;

  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price .list_item_money{
    font-size: 1.4em;
    font-weight: bold;
    color: #d73f2e;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price .list_item_icon{
    width: 16px;
    height: 16px;
    margin: 0 3px;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price .proposal_price{
    font-size: 12px;
    color: #ccc;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_remarks{
    width: 100%;
    font-size: 14px;
    color: #999;
    white-space:nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
  }
  .list_conten_wrap .list_conten_item .list_item_right{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .list_conten_wrap .list_conten_item .list_item_right .item_addcart{
    width: 90%;
    height: 35px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    background: #b52226;
    font-size: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .list_conten_wrap .list_conten_item .list_item_right .item_addcart:active{
    background: #ce0505;
  }
  /* 数据加载loading */
  .dataloading{
    display: none;
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    height:100% ;
  }
  .dataloading img{
    display: block;
    width: 50%;
  }
  .dataloading.on{
    display: flex;
  }
  .emptyimg_wrap{
    display: none;
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    height:100% ;
  }
  .emptyimg_wrap .emptyimg{
    display: block;
    width: 100%;
  }
  .emptyimg_wrap.on{
    display: flex;
  }
  /* 底部导出报价 */
  .bottomoffer{
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 80px;
    left: 0;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
  }
  .bottomoffer .offer_icon{
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottomoffer .offer_icon .offer_icon_label{
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border:1px solid #ddd;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottomoffer .offer_icon .offer_icon_label>.iconfont{
    font-size: 12px;
    color: #fff;
    display: none;
  }
  .bottomoffer .offer_icon .offer_icon_text{
    font-size: 1.3em;
    color: #333;
    margin-left: 8px;
  }
  .bottomoffer .offer_icon.on .offer_icon_label{
    background: #b52226;
    border-color: #b52226;
  }
  .bottomoffer .offer_icon.on .offer_icon_label>.iconfont{
    display: block;
  }
  .bottomoffer .offerbtn{
    width: 80px;
    height: 40px;
    font-size: 1.2em;
    border:0;
    background: #b52226;
    /*border-radius: 15px;*/
    color: #fff;
    margin-right: 15px;
  }
}
