*{
  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: 122px 0 51px;
    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: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;
  }
  /* 搜索框搜索 */
  .filter_search{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    line-height: 40px;
  }
  .filter_search .filter_search_text{
    font-size: 14px;
    color: #c6c6c6;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .filter_search .filter_search_text.on{
    width: 0;
    overflow: hidden;
  }
  .filter_search .filter_search_text>.iconfont{
    margin-right: 8px;
    font-size: 18px;
    color: #ccc;
  }
  .filter_search .filter_search_input{
    width: 0;
    position: relative;
    overflow: hidden;
  }
  .filter_search .filter_search_input.on{
    width: 60%;
  }
  .filter_search .filter_search_input input{
    display: flex;
    align-items: center;
    width: 100%;
    height: 28px;
    border:1px solid #ddd;
    border-radius: 15px;
    outline: none;
    text-indent: 15px;
    box-sizing: border-box;
    color: #666;
  }
  .filter_search .filter_search_input>.iconfont{
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #999;
    box-sizing: border-box;

  }
  /* 筛选遮罩 */
  .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;
  }
  /* 更多筛选 */
  .filter_more{
    position: fixed;
    top: 50px;
    left: 0;
    background: #FAFAFA;
    z-index: 20;
    width: 100%;
    height: calc(100% - 50px) ;
    padding: 40px 0;
    box-sizing: border-box;
    transition: all .3s ease;
    transform: translateX(100%);
  }
  .filter_more.on{
    transform: translateX(0%);
  }
  .filter_more .moretitle_top{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 3px 5px rgba(100,100,100,.05);
    width: 100%;
    height: 40px;
  }
  .filter_more .moretitle_top .iconfont{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #666;
    text-align: center;
  }
  .filter_more .moretitle_top .more{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #333;
  }
  .filter_more .morebtn_bottom{
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    background: #fff;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ddd;
  }
  .filter_more .morebtn_bottom>span{
    flex: 1;
    text-align: center;
    font-size: 14px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .filter_more .morebtn_bottom>span.on{
    color: #EA5A36;
  }
  .filter_more .media_filter_wrap{
    width: 100%;
    padding: 10px 10px 60px;
    box-sizing: border-box;
    height: 100%;
    overflow-y: auto;
  }
  .filter_more .media_filter_wrap .media_filter_title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    margin-top: 15px;
  }
  .filter_more .media_filter_wrap .media_filter_title .typename{
    font-size: 15px;
    font-weight: bold;
  }
  .filter_more .media_filter_wrap .media_filter_title .clickopen{
    font-size: 13px;
    font-weight: normal;
    color: #666;
  }
  .filter_more .media_filter_wrap .media_filter_list{
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    overflow: initial;
  }
  .filter_more .media_filter_wrap .media_filter_list.on{
    height: 120px;
    overflow: hidden;
  }
  .filter_more .media_filter_wrap .media_filter_list li{
    background: #F4F4F4;
    width: 30%;
    margin-right: 5%;
    border-radius: 5px;
    height: 32px;
    color: #666;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    margin-bottom:10px;
    box-sizing: border-box;
  }
  .filter_more .media_filter_wrap .media_filter_list li:nth-child(3n){
    margin-right: 0;
  }
  .filter_more .media_filter_wrap .media_filter_list li.on{
    background: #ffff;
    border: 1px solid #EA5A36;
    color: #EA5A36;
    line-height: 30px;
  }
  /* 列表内容样式 */
  .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 .icon_checked{
    position: absolute;
    top: -6px;
    left: -6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #ccc;
    box-sizing: border-box;
    background: #fff;
  }
  .list_conten_wrap .list_conten_item .icon_checked.icon-xianshi_xuanzetianchong{
    width: 20px;
    height: 20px;
    border-radius: initial;
    color: #b52226;
    border:0;
    background: none;
    font-size: 20px;
  }
  .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 .hoverimages{
    position: relative;
    margin: 0 5px;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price .hoverimages .list_item_icon{
    width: 16px;
    height: 16px;
    margin: 0 3px;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price .hoverimages .lv-list{
    position: absolute;
    z-index: 9;
    width: max-content;
    background: #fff;
    border:1px solid #ffb2b2;
    border-radius: 5px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    display: none;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price .hoverimages:hover .lv-list{
    display: block;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price .hoverimages .lv-list li{
    display: flex;
    height: 22px;
    align-items: center;
    font-size: 12px;
    color: #666;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price .hoverimages .lv-list li>img{
    font-size: 16px;
    height: 16px;
    margin-right: 3px;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price .proposal_price{
    font-size: 12px;
    color: #ccc;
    text-decoration: line-through;
  }
  .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: 26%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i{
    font-size: 18px;
    margin-left:3px;
    color: #2FA71A;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i:first-child{
    margin-left: 0;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i.icon-re{
    color:#FC3777;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i.icon-jian3{
    color:#DA5952;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i.icon-you{
    color:#D3217B;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i.icon-wen1{
    color:#007EFA;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i.icon-yu1{
    color:#CD4D4D;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i.icon-bao{
    color:#F2A7A6;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i.icon-hui1{
    color:#FF9F23;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i.icon-du{
    color:#EA9518;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i.icon-miao1{
    color:#FF8045;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags .iconfontsong{
    font-size: 12px;
    background: #ff5500;
    color: #fff;
    line-height: 18px;
    width: 18px;
    border-radius: 2px;
    text-align: center;
    margin-left: 3px;
  }
  .list_conten_wrap .list_conten_item .list_item_right .icon-aixin3{
    font-size: 28px;
    color: #ccc;
  }
  .list_conten_wrap .list_conten_item .list_item_right .icon-aixin3.on{
    color: #fdc52f;
  }
  .list_conten_wrap .list_conten_item .list_item_right .item_addcart{
    width: 80%;
    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;
  }
  /* 星媒体，网红媒体 */
  .list_conten_wrap .list_conten_starline{
    width: calc(50% - 10px);
    margin-right: 20px;
    border:1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .list_conten_wrap .list_conten_starline>a{
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .list_conten_wrap .list_conten_starline:nth-child(2n){
    margin-right: 0;
  }
  .list_conten_wrap .list_conten_starline:nth-last-child(-n + 2){
    margin-bottom: 0;
  }
  .list_conten_wrap .list_conten_starline .medialogos{
    width: 100%;
  }
  .list_conten_wrap .list_conten_starline .medianame_category{
    width: 100%;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    padding: 10px 15px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list_conten_wrap .list_conten_starline .mediatags{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 15px;
    padding-bottom: 5px;
    box-sizing: border-box;
  }
  .list_conten_wrap .list_conten_starline i{
    font-size: 18px;
    margin-left:5px;
    color: #2FA71A;
    font-weight: normal;
  }
  .list_conten_wrap .list_conten_starline i.icon-re{
    color:#FC3777;
  }
  .list_conten_wrap .list_conten_starline i.icon-jian3{
    color:#DA5952;
  }
  .list_conten_wrap .list_conten_starline i.icon-you{
    color:#D3217B;
  }
  .list_conten_wrap .list_conten_starline i.icon-wen1{
    color:#007EFA;
  }
  .list_conten_wrap .list_conten_starline i.icon-yu1{
    color:#CD4D4D;
  }
  .list_conten_wrap .list_conten_starline i.icon-bao{
    color:#F2A7A6;
  }
  .list_conten_wrap .list_conten_starline i.icon-hui1{
    color:#FF9F23;
  }
  .list_conten_wrap .list_conten_starline i.icon-du{
    color:#EA9518;
  }
  .list_conten_wrap .list_conten_starline i.icon-miao1{
    color:#FF8045;
  }
  .list_conten_wrap .list_conten_starline .iconfontsong{
    font-size: 12px;
    background: #ff5500;
    color: #fff;
    line-height: 18px;
    width: 18px;
    border-radius: 2px;
    text-align: center;
    margin-left: 3px;
  }
  .list_conten_wrap .list_conten_starline .tag{
    flex: 1;
    font-size: 12px;
    color: #fdc52f;
    margin-left: 15px;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
  }
  /* 数据加载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.on{
    display: flex;
  }
  /* 悬浮媒体清按钮 */
  .cartsuspension{
    position: fixed;
    bottom: 120px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cartsuspension .icon{
    width: 18px;
    display: block;
  }
  .cartsuspension .tagnumber{
    position: absolute;
    top: 0px;
    right: -5px;
    border-radius: 50%;
    background: #b52226;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 3px;
    min-width: 16px;
  }
}



@media all and (min-width : 640px)  and (max-width: 1024px) {

  #list_wrap{
    width: 100%;
    padding: 192px 0 51px;
    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:last-child:after{
    width: 0;
  }
  .list_topfilter .topfilter_wrap .topfilter_item .topfilter_name{
    color: #666;
    font-size: 1.3em;
  }
  .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;
  }
  /* 搜索框搜索 */
  .filter_search{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    line-height: 50px;
  }
  .filter_search .filter_search_text{
    font-size: 1.3em;
    color: #c6c6c6;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .filter_search .filter_search_text.on{
    width: 0;
    overflow: hidden;
  }
  .filter_search .filter_search_text>.iconfont{
    margin-right: 8px;
    font-size: 18px;
    color: #ccc;
  }
  .filter_search .filter_search_input{
    width: 0;
    position: relative;
    overflow: hidden;
  }
  .filter_search .filter_search_input.on{
    width: 60%;
  }
  .filter_search .filter_search_input input{
    display: flex;
    align-items: center;
    width: 100%;
    height: 28px;
    border:1px solid #ddd;
    border-radius: 15px;
    outline: none;
    text-indent: 15px;
    box-sizing: border-box;
    color: #666;
  }
  .filter_search .filter_search_input>.iconfont{
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #999;
    box-sizing: border-box;

  }
  /* 筛选遮罩 */
  .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: 130px;
    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: 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;
    font-size: 1.3em;
  }
  .topfilteritem_wrap .filter_choice span.on{
    color: #EA5A36;
  }
  /* 更多筛选 */
  .filter_more{
    position: fixed;
    top: 90px;
    left: 0;
    background: #FAFAFA;
    z-index: 20;
    width: 100%;
    height: calc(100% - 50px) ;
    padding: 40px 0;
    box-sizing: border-box;
    transition: all .3s ease;
    transform: translateX(100%);
  }
  .filter_more.on{
    transform: translateX(0%);
  }
  .filter_more .moretitle_top{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 3px 5px rgba(100,100,100,.05);
    width: 100%;
    height: 40px;
  }
  .filter_more .moretitle_top .iconfont{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #666;
    text-align: center;
  }
  .filter_more .moretitle_top .more{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #333;
  }
  .filter_more .morebtn_bottom{
    position: absolute;
    left: 0;
    bottom: 120px;
    width: 100%;
    background: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ddd;
  }
  .filter_more .morebtn_bottom>span{
    flex: 1;
    text-align: center;
    font-size: 1.6em;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .filter_more .morebtn_bottom>span.on{
    color: #EA5A36;
  }
  .filter_more .media_filter_wrap{
    width: 100%;
    padding: 10px 10px 150px;
    box-sizing: border-box;
    height: 100%;
    overflow-y: auto;
  }
  .filter_more .media_filter_wrap .media_filter_title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    margin-top: 15px;
  }
  .filter_more .media_filter_wrap .media_filter_title .typename{
    font-size: 1.4em;
    font-weight: bold;
  }
  .filter_more .media_filter_wrap .media_filter_title .clickopen{
    font-size: 1.4em;
    font-weight: normal;
    color: #666;
  }
  .filter_more .media_filter_wrap .media_filter_list{
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    overflow: initial;
  }
  .filter_more .media_filter_wrap .media_filter_list.on{
    height: 100px;
    overflow: hidden;
  }
  .filter_more .media_filter_wrap .media_filter_list li{
    background: #F4F4F4;
    width: 20%;
    margin-right: 5%;
    border-radius: 5px;
    height: 40px;
    color: #666;
    font-size: 1.3em;
    line-height: 40px;
    text-align: center;
    margin-bottom:10px;
    box-sizing: border-box;
  }
  .filter_more .media_filter_wrap .media_filter_list li:nth-child(4n){
    margin-right: 0;
  }
  .filter_more .media_filter_wrap .media_filter_list li.on{
    background: #ffff;
    border: 1px solid #EA5A36;
    color: #EA5A36;
    line-height: 40px;
  }
  /* 列表内容样式 */
  .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 .icon_checked{
    position: absolute;
    top: -6px;
    left: -6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #ccc;
    box-sizing: border-box;
    background: #fff;
  }
  .list_conten_wrap .list_conten_item .icon_checked.icon-xianshi_xuanzetianchong{
    width: 20px;
    height: 20px;
    border-radius: initial;
    color: #b52226;
    border:0;
    background: none;
    font-size: 20px;
  }
  .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 .hoverimages{
    position: relative;
    margin: 0 5px;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price .hoverimages .list_item_icon{
    width: 16px;
    height: 16px;
    margin: 0 3px;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price .hoverimages .lv-list{
    position: absolute;
    z-index: 9;
    width: max-content;
    background: #fff;
    border:1px solid #ffb2b2;
    border-radius: 5px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    display: none;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price .hoverimages:hover .lv-list{
    display: block;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price .hoverimages .lv-list li{
    display: flex;
    height: 22px;
    align-items: center;
    font-size: 12px;
    color: #666;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price .hoverimages .lv-list li>img{
    font-size: 16px;
    height: 16px;
    margin-right: 3px;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_price .proposal_price{
    font-size: 1.1em;
    color: #ccc;
    text-decoration: line-through;
  }
  .list_conten_wrap .list_conten_item .list_item_left .list_item_remarks{
    width: 100%;
    font-size: 1.3em;
    color: #999;
    white-space:nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
  }
  .list_conten_wrap .list_conten_item .list_item_right{
    width: 26%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i{
    font-size: 1.6em;
    margin-left:3px;
    color: #2FA71A;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i:first-child{
    margin-left: 0;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i.icon-re{
    color:#FC3777;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i.icon-jian3{
    color:#DA5952;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i.icon-you{
    color:#D3217B;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i.icon-wen1{
    color:#007EFA;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i.icon-yu1{
    color:#CD4D4D;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i.icon-bao{
    color:#F2A7A6;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i.icon-hui1{
    color:#FF9F23;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i.icon-du{
    color:#EA9518;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags>i.icon-miao1{
    color:#FF8045;
  }
  .list_conten_wrap .list_conten_item .list_item_right .list_item_tags .iconfontsong{
    font-size: 12px;
    background: #ff5500;
    color: #fff;
    line-height: 18px;
    width: 18px;
    border-radius: 2px;
    text-align: center;
    margin-left: 3px;
  }
  .list_conten_wrap .list_conten_item .list_item_right .icon-aixin3{
    font-size: 28px;
    color: #ccc;
  }
  .list_conten_wrap .list_conten_item .list_item_right .icon-aixin3.on{
    color: #fdc52f;
  }
  .list_conten_wrap .list_conten_item .list_item_right .item_addcart{
    width: 80%;
    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;
  }
  /* 星媒体，网红媒体 */
  .list_conten_wrap .list_conten_starline{
    width: calc(50% - 10px);
    margin-right: 20px;
    border:1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .list_conten_wrap .list_conten_starline>a{
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .list_conten_wrap .list_conten_starline:nth-child(2n){
    margin-right: 0;
  }
  .list_conten_wrap .list_conten_starline:nth-last-child(-n + 2){
    margin-bottom: 0;
  }
  .list_conten_wrap .list_conten_starline .medialogos{
    width: 100%;
  }
  .list_conten_wrap .list_conten_starline .medianame_category{
    width: 100%;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    padding: 10px 15px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list_conten_wrap .list_conten_starline .mediatags{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 15px;
    padding-bottom: 5px;
    box-sizing: border-box;
  }
  .list_conten_wrap .list_conten_starline i{
    font-size: 18px;
    margin-left:5px;
    color: #2FA71A;
    font-weight: normal;
  }
  .list_conten_wrap .list_conten_starline i.icon-re{
    color:#FC3777;
  }
  .list_conten_wrap .list_conten_starline i.icon-jian3{
    color:#DA5952;
  }
  .list_conten_wrap .list_conten_starline i.icon-you{
    color:#D3217B;
  }
  .list_conten_wrap .list_conten_starline i.icon-wen1{
    color:#007EFA;
  }
  .list_conten_wrap .list_conten_starline i.icon-yu1{
    color:#CD4D4D;
  }
  .list_conten_wrap .list_conten_starline i.icon-bao{
    color:#F2A7A6;
  }
  .list_conten_wrap .list_conten_starline i.icon-hui1{
    color:#FF9F23;
  }
  .list_conten_wrap .list_conten_starline i.icon-du{
    color:#EA9518;
  }
  .list_conten_wrap .list_conten_starline i.icon-miao1{
    color:#FF8045;
  }
  .list_conten_wrap .list_conten_starline .iconfontsong{
    font-size: 12px;
    background: #ff5500;
    color: #fff;
    line-height: 18px;
    width: 18px;
    border-radius: 2px;
    text-align: center;
    margin-left: 3px;
  }
  .list_conten_wrap .list_conten_starline .tag{
    flex: 1;
    font-size: 12px;
    color: #fdc52f;
    margin-left: 15px;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
  }
  /* 数据加载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.on{
    display: flex;
  }
  /* 悬浮媒体清按钮 */
  .cartsuspension{
    position: fixed;
    bottom: 120px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cartsuspension .icon{
    width: 18px;
    display: block;
  }
  .cartsuspension .tagnumber{
    position: absolute;
    top: 0px;
    right: -5px;
    border-radius: 50%;
    background: #b52226;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 3px;
    min-width: 16px;
  }
}


