body{
    background-color: #f8f8f8;
    color:#151516;
    font-size: 0.6rem;
     max-width: 640px;
    margin: auto;
}

.bgcolor-white{
    background-color: #fff;
}
.aui-bar-nav  .aui-title{
    color:#151516;
}
.aui-bar-nav .aui-btn .aui-iconfont{
    color:#151516;
}
.aui-searchbar,.aui-bar-nav{
    background-color: #f2f2f2;
    color:#151516;
}
.bgcolor-red{
    background-color: #e02424;
}
.color-red{
    color:#0068b7;
}
a{
    color:#757575;!important;
}
[v-cloak] {
    display: none;
}
.swiper-slide img{
    width: 100%;
}
.sale-price{
    color: #0068b7;
    font-weight:400;
    font-size: 1rem;
}
.delprice{
    font-size: 0.5rem;
    padding-top: 0.2rem;
    padding-left: 0.2rem;
}
.sale-info{
    color:#9c9c9c;
    font-size: 0.5rem;
    display: inline-block;
    padding-left:4px;

}
.icon-img{
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 43px;
    height: 43px;
}
#indexheader {
    background-color: #fff;
    /*height: 2rem;*/
}
#indexheader .cf-content {
    height:1.8rem;
    line-height: 1.6rem;
    background-color: #fff;
    font-size: 0.8rem;
    color: #333;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;

    position: relative;
    text-align: left;
}

#indexheader  li:first-child {
    margin-left: 1rem
}

#indexheader .cf-tab-item {
    display: inline-block;
    margin-left: 0.4rem;
    text-align: center;
}

#indexheader .cur-cf-tab {
    border-bottom: 2px solid #0068b7;
    color: #0068b7;

}
/*列表*/
/*.list-box{
    width: 100%;

    position: relative;
    box-sizing: border-box;

 }
.row-two-item{
    width: 49%;
    position: relative;
    display: inline-block;
    margin-bottom: 0.05rem;
    overflow: hidden;
}
.row-two-item .goodimg{
    width: 8rem;
    height: 8rem;
}
.row-two-item .goodimg img{
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-top: 10px;

}
.row-two-item .goodtitle{
    height: 1.8rem;
    color:#333;
     padding: 0.2rem 0.2rem 0;
    width: 100%;
    font-size: 0.6rem;
    overflow:hidden;
}
*/
.list-box{
    width: 100%;
    display: flex;
background-color: #fff;

    flex-wrap: wrap;

}
.row-two-item{

    width: 50%;
    padding: 4px 2%;

}
.row-two-item .goodimg{

}
.row-two-item .goodimg img{
    width: 100%;
    height: 150px;

}
.row-two-item .goodtitle{
    width: 100%;
    height: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*bubble content*/
.bubble-box{
    position: fixed;
    top:2.5rem;
    z-index: 10000;
    font-size: 0.6rem;
    width: 100%;
}
.bubble-box   .bubble-item {
    position: absolute;
    left: .2rem;
    z-index: 10001;
    top: 0;
    box-shadow: 0 0 10px 1px rgba(0,0,0,.15);
    border-radius: .1rem;

    padding-right: .2rem;
    color:#fff;
    background-color: rgba(0,0,0,.7);
}
.bubble-item .bubimg{
    width: 1.2rem;
    height: 1.2rem;
    padding: 0.1rem;
    vertical-align: middle;
    display: inline-block;
}
