/*!
 * XG - template v0.0.1 (www.xgqqg.com)
 * Copyright 2014-2017 Chongqing YUOU International Trade All rights reserved.
 */
.list-screen-section span:hover{ cursor:pointer; color:#9597ec;}


.list-header.aui-bar.aui-bar-light{
    background: #908bd4;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#908bd4), to(#b98bd4));
    background-image: -webkit-linear-gradient(right top, #908bd4, #b98bd4);
    background-image: linear-gradient(right top, #908bd4, #b98bd4);
    text-align: center;
    z-index: 100;
}
.list-header.aui-bar-nav.aui-bar-light .aui-iconfont{
    color: #fff;
}
.list-tab .aui-tab-item.aui-active{
    color: #908bd4;
    border-bottom: 0;
}
.list-tab .aui-tab-item i{
    position: absolute;
    left: 50%;
    margin-left: 1rem;
    top: 50%;
}
.list-tab .aui-tab-item .icon-price-top,
.list-tab .aui-tab-item .icon-price-top-check{
    margin-top: -0.4rem;
}
.list-tab .aui-tab-item .icon-price-down,
.list-tab .aui-tab-item .icon-price-down-check{
    margin-top: 0.1rem;
}
.list-screen-mask{
    position: absolute; /*修改20170531*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:none;
    z-index: 200;
}
.list-screen-box{
    background: #fff;
    position: absolute;
    top: 0;
    right: -80%;
    height: 100%;
    
    z-index: 999;
    overflow-y: scroll;/*修改20170531*/
}
.list-screen-nav.aui-bar-nav.aui-bar-light{
    background-color: #f3f5f9;
    position: fixed; /*新增20170614*/
    top: 0;
  
}
.list-screen-section{
    background-color: #fff;
    padding: 0.75rem 0 2rem 0;
    margin-top: 2.35rem; /*新增20170614*/
}
.list-checked-condition{
    padding: 0 0.75rem 0.5rem 0.75rem;
    border-bottom: 0.05rem solid #f3f5f9;
}
.type-name{
    display: inline-block;
    border:none;
    padding: 0 0.25rem;
    margin-bottom: 0.4rem;
    font-size: 14px;;
}
.type-light{
    border-color: #ff82a3;
    color: #ff82a3;
}
.list-condition-groups{
    margin-top: 1rem;
	width: 100%;
}

.btn-delete-filter{
    background-color: #333;
    color: #fff;
}
.list-screen-footer.aui-bar.aui-bar-tab .aui-btn{
    border-radius: 0;
}
.header-search-bar{
    width: 70%;
    margin-left: 5%;
    position: relative;
    margin-top: 0.4rem;
}
.header-search-bar input{
    width: 100%;
    padding:0 10% 0 14%;
    background: #fff;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 1.5rem;
    font-size: 0.7rem;
}
.header-search-bar .aui-icon-search{
    position: absolute;
    left: 1rem;
    top: -0.3rem;
    font-size: 0.7rem;
}
.list-header.aui-bar-nav.aui-bar-light .header-search-bar .aui-iconfont{
    color: #949494;
}
/*搜索页css*/
.search-hot{
    width: 86%;
    margin: 0 auto;
    padding-top: 1rem;
}
.search-hot-groups{
    margin-top: 0.5rem;
}
/*上拉加载更多 css*/
.dropload-up,.dropload-down{
    position: relative;
    height: 0;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
}
.dropload-down{
    height: 2.5rem;
}
.dropload-refresh,.dropload-update,.dropload-load,.dropload-noData{
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
}
.dropload-load .loading{
    display: inline-block;
    background: url("../img/loading.gif") no-repeat center;
    width: 4rem;
    height: 4rem;
    background-size: 4rem 4rem;
}
/*----新增20170527----*/
.p-goods {
    text-align: center;
    position: relative;
}
.p-status-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    width: 3rem;
    height: 3rem;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
    border-radius: 50%;
    z-index: 2;
}
.p-status-info {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    color: #fff;
    text-align: center;
    z-index: 5;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
}
.aui-list.aui-select-list .p-goods.aui-list-item-label{
    padding-right: 0;
    width: 5rem;
}
/*----新增20170531----*/
.list-screen-wraper{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100
}
.p-list-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #212121;
}
/*----新增20170601----*/
.list-header.aui-bar.aui-bar-light{
    position: fixed;
    top: 0;
}
.header-menu-bar.aui-bar-tab{
    position: fixed;
    z-index: 101;
}
.content{
    margin-top: 4.75rem;
}
.list-tab{
    width: 100%;
    position: fixed;
    top: 2.25rem;
    z-index: 100;
}

/*----新增20170612----*/
.search-popup{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:1000;
    background-color: #fff;
    display: none;
}

/*----新增css 20170613----*/
.content .aui-list{
    font-size: 0.6rem;
    line-height: 0.8rem;
}
.list-p-info{
    margin-top: 0.3rem;
}
.list-p-info img{
    width: 1.5rem;
    height: 1rem;
    border: 0.05rem solid #c1c1c1;
}
.p-goods.aui-list-item-label img{
    width: 3rem;
    margin: 0 auto;
    height: 3rem;
}
.header-menu-bar a{
    color: #333;
}
.classify-main{
    margin-top: 2.25rem;
}
.classify-main-left{
    width: 24%;
    float: left;
    overflow: auto;
}
.classify-main-left a{
    display: block;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #282828;
    position: relative;
}
.classify-main-left a.over{
    background-color: #fff;
}
.classify-line{
    position: absolute;
    left: 0;
    display: inline-block;
    height: 3rem;
    width: 0.2rem;
    background-color: #908bd4;
    display: none;
}
.classify-main-left a.over .classify-line{
    display: inline-block;
}
.classify-main-right{
    float: right;
    width: 76%;
    overflow: auto;
    min-height: 27rem;
    background-color: #fff;
}
.classify-p-main{
    background-color: #fff;
    min-height: 22rem;
    display: none;
}
.classify-p-main h4{
    text-align: center;
    margin: 0.75rem 0 0.5rem 0;
}
.classify-p-main a{
    display: inline-block;
    text-align: center;
    margin: 0.5rem 0;
}
.classify-p-main a img{
    width: 60%;
    margin:0 auto;
}
.classify-p-main a p{
    font-size: 0.6rem;
    margin-top: 0.2rem;
}
.classify-p-main.over{
    display: block;
}
.classify-banner a{
    display: inline-block;
    width: 100%;
    margin: 0 0;
}
.classify-banner a img{
    width: 100%;
    max-height: 5rem; /*新增20170614*/
}
.list-screen-footer .aui-btn-block{
    font-size: 0.7rem;
    height: 2rem;
    line-height: 2rem;
}
.list-screen-footer.aui-bar{
    min-height: 2rem;
}
/*头部品牌样式 css*/
.sign-title{
    text-align: center;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 2.25rem;
    z-index: 100;
    border-bottom: 0.05rem solid #ccc;
    padding: 0.25rem 0;
}
.sign-title img{
    display: inline-block;
    height: 2rem;
    vertical-align: middle;
}