body{
    background-color: #E9ECF0;
}
.mainContainer{
    background-color: #ffffff;
}
/* 顶部标题栏 */
.titleTopmenu{
    display: flex;
    justify-content: space-between;
    height: .9rem;
    line-height: .8rem;
    padding: .1rem;
}
.titleTopmenu-z{
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}
.icon-xialazuo{
    font-size: 18px;
}
.icon-kefu1{
    font-size: 22px;
}
.icon-caidan{
    font-size: 22px;
}
.h4title{
    font-size: 16px;
    font-weight: 500;
    width: 42%;
    overflow: hidden;
    text-align: center;
    /* margin-left: .7rem; */
}
.headerbar-title{
    background-color: #ffffff;
    border: 1px solid #E9ECF0;
    box-shadow: 0 4px 12px 0 #E9ECF0;
    position: absolute;
    width: 2rem;
    top: 1.1rem;
    right:.2rem;
    padding: .3rem;
    display: none;
}
.active-header{
    display: block;
}
.headerbar-title::before{
    position: absolute;
    content: "";
    top: -0.07rem;
    left: 2.2rem;
    background-color: #ffffff;
    height: 0.1rem;
    width: 0.1rem;
    transform: rotate(45deg);
}
.headerbar-title-item{
    font-size: 14px;
    

}
.headerbar-title-item i{
    font-size: 18px;
}
.icon-paixu-{
    font-size: 12px;
}
.fliter-list{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #E9ECF0 ;
}
.fliter-item{
    height:.8rem;
    line-height: .8rem;
}
.flitercheck a{
    color:#884E22;
}
.purponsmenu{
    padding: 0rem .1rem;
    background-color: #ffffff;
}
.purpons-list{
    display: flex;
    justify-content: space-between;
}
.purpons-liat-item{
    width: 16%;
    padding: .1rem 1%;
    text-align: center;
    font-size: 10px;
    height: 100%;
    line-height: 100%;
    background-color: #F7F9FA;
}
.purpose-layer{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
}
.purpose-layer-mask{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
}
.purpose-layer-cont{
    position: absolute;
    left: 10%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #fff;
    -webkit-animation: moveLeft 0.25s ease-out;
    -moz-animation: moveLeft 0.25s ease-out;
    -o-animation: moveLeft 0.25s ease-out;
    animation: moveLeft 0.25s ease-out;
}
.purpose-layer-clear {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.32rem;
    text-align: center;
    background-color: #E9ECF0;
}
.purpose-layer-warp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 1rem;
    padding: 0 1em;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.purpose-layer-item {
    float: left;
    width: 29%;
    text-align: center;
    padding: 0 0.1rem;
    margin-bottom: 0.15rem;
}
.purpose-layer-item > .navigation {
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: #F7F9FA;
    -webkit-border-radius:  0.1rem;
    -moz-border-radius:  0.1rem;
    border-radius: 0.1rem;
    border: 1px solid #F7F9FA;
    font-size: 0.3rem;
}
.purpose-layer-warp > h4 {
    font-weight: 500;
    font-size: 0.35rem;
    padding: 0.3rem 0;
}
.purpose-checked{
    display: block;
}
.goods-content{
    background-color: #E9ECF0;
    padding-top: .2rem;
    padding-bottom: 1rem;
}
.goos-list{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.goods-list-item{
    width: 47%;
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 1vh;
    /* margin-left: 1%; */
}
.goods-item-pic{
    
}
.goods-item-pic img{
    height: 3.5rem;
}
.goods-item-des{
    padding: .2rem;
}
.redfont{
    color: #FF734C;
}
.borderellipse{
    display: inline-block;
    border: 1px solid #FF734C;
    border-radius: 30% / 100% 100% 100% 100%;
    padding: 0 .1rem;
}
.minifont{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #777777;
}
.blackfont{
    color:#ccc;
    font-size: 12px;
} 
.xiaoliangList{
    display: flex;
    justify-content: space-between;
}
.flexCont{
    display: flex;
    flex-direction: column;
}
.flexCont-item{
    padding: 5px 0px;
}