html, body{
	background-color: #f5f5f5;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.main{
    position: relative;
    padding-bottom: 1rem;
}
/*----banner轮播----*/
.swiper-container{
    width: 100%;
    height: 4.2rem;
}  
.swiper-container .swiper-slide img{
    width: 100% !important;
}
.swiper-container .swiper-slide a{
	display: block;
}
.swiper-container .swiper-pagination{
	font-size: 0;
}
.swiper-container .swiper-pagination-bullet-active{
	background-color: #00ae66;
}
/*----查看已成交列表--*/
.close-link {
    text-align:right;
    color:#9FA3A5;
    font-size:0.23rem;
}
/*----频道导航----*/
.channel_nav{
	padding-bottom: 0.25rem;
	background-color: #fff;
	margin-bottom: 0.25rem;
}
.nav-wrapper .nav-item{
	float: left;
	width: 25%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.nav-item .img{
	width: 0.96rem;
	height: 0.96rem;
	margin: 0.25rem;
	font-size: 0;
	
}
.nav-item .img img{
	width: 100%;
}
.nav-item .name{
	color: #222;
	font-size: 0.28rem;
	text-align: center;
}
/*----精挑细选----*/
.choice-container{
	background-color: #fff;
	margin-bottom: 0.25rem;
    padding-left: 0.4rem;
}
.choice-container .title{
    color: #333;
    font-size: 0.32rem;
    line-height: 1rem;
    font-weight: 600;
}
.choice-container .choice-scroll-wrapper{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.choice-scroll-wrapper .choice-list{
	width: 99rem;
	padding-bottom: 0.2rem;
}
.choice-list .choice-item{
	width: 3.24rem;
	padding-right: 0.18rem;
}
.choice-list .choice-item:last-child{
	padding-right: 0;
}

.choice-item a{
	display: block;
}
.choice-item .img{
	width: 3.24rem;
	height: 1.8rem;
	overflow: hidden;
	position: relative;
}
.choice-item .img img{
	display: block;
}
.choice-item .img .mask{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: 2;
}
.choice-item .img .text{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    width: 70%;
    font-weight: 700;
    z-index: 3;
}
.choice-item .img .text:after{
	content: '';
	width: 80%;
	height: 3px;
	position: absolute;
	background-color: #fff;
	left: 10%;
	bottom: -5px;
}
.choice-item .title{
	font-size: 0.28rem;
	line-height: 0.54rem;
}
.choice-item .description{
	font-size: 0.24rem;
	line-height: 0.3rem;
}

/*----------为您推荐-----------*/
.recommend-container{
    font-size: 0.24rem;
}
.recommend-head{
    background: #f5f5f5;
    padding: 0 0.4rem;
    line-height: 1rem;
}
.recommend-container .recommend-content{
    padding: 0 0.4rem;
}
.recommend-head .title{
    font-size: 0.32rem;
    color: #333;
    font-weight: 600;
}
.recommend-head .tab-item{
	color: #9FA3A5;
	font-size: 0.24rem;
	margin-left: 0.24rem;
}
.recommend-head .tab-item.active{
	color: #00AE65;
}

.recommend-item{
	padding: 0.4rem 0;
    border-bottom: 1px solid #e5e5e5;
}
.recommend-item:last-child{
    border-bottom: none;
}
.recommend-item a{
	display: block;
}
.flexbox{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
.recommend-item .rec-media{
	width: 2.2rem;
	height: 1.62rem;
	position: relative;
}
.recommend-item .item_list{
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0.4rem;
    overflow: hidden
}

.recommend-item .item_list>div:last-child {
    margin-bottom: 0
}

.recommend-item .item_main {
    margin-bottom: .15rem;
    line-height: 0.4rem;
    overflow: hidden;
    font-size: 0.32rem;
    color: #394043;
    max-height: 0.8rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommend-item .item_main .btn {
    vertical-align: bottom;
    margin: 0 0 0 .6rem
}

.recommend-item .item_minor,
.recommend-item .item_other {
    margin-bottom: .15rem;
    line-height: 1.2em;
    color: #333;
    font-size: .24rem
}

.recommend-item .item_other,
.recommend-item .item_other a {
    color: #8b8b8b
}

.recommend-item .item_main>*,
.recommend-item .item_minor>*,
.recommend-item .item_other>* {
    vertical-align: middle;
    margin-right: .16rem
}

.recommend-item .item_main>div:last-child,
.recommend-item .item_minor>div:last-child,
.recommend-item .item_other>div:last-child {
    margin-right: 0;
    text-align: right
}

.recommend-item .tag_box>* {
    margin-right: .3rem;
    vertical-align: top
}

.recommend-item .opt_t {
    top: 0
}

.recommend-item .opt_c {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.recommend-item .opt_b {
    bottom: 0
}
.recommend-item .item_minor .price_total,
.recommend-item .item_other .price_total {
    color: #fa5741;
    font-size: .30rem;
    font-weight: 600;
    white-space: nowrap;
}
.recommend-item .tag_box {
    line-height: .30rem;
    height: 0.32rem
}

.recommend-item .tag_box>.tag {
    margin: 0 .16rem 0 0;
    line-height: 1em;
    vertical-align: top;
    padding: 0 4px;
    border-radius: 2px;
    font-size: 0.1rem;
}
.recommend-item .vr_item {
    position: absolute;
    left: .1rem;
    bottom: .1rem;
    border: .016rem solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    width: 0.42rem;
    height: 0.42rem;
    z-index: 99
}

.recommend-item .vr_item i {
    background: url("../images/vr-animation.png") no-repeat;
    background-size: 0.4rem auto;
    width: 0.4rem;
    height: 0.4rem;
    animation: vrIcon 3.5s steps(53) infinite;
    display: block
}
.recommend-content .recommend-box{
	display: none;
}
.recommend-content .recommend-box{
    column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    -ms-column-count: 2;
    -moz-column-count: 2;

    column-gap: 10px;
    -webkit-column-gap: 10px;
    -o-column-gap: 10px;
    -ms-column-gap: 10px;
    -moz-column-gap: 10px;
}
.recommend-content .recommend-box:first-child{
	display: block;
}
.pin{
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    height: 100%;
    overflow: auto;
}
.pin a{
    display: block;
}
.pin .title,.pin .price{
    padding: 0 0.2rem;
}
.pin .title{
    font-size: 0.30rem;
    line-height: 0.35rem;
    font-weight: normal;
    height: 0.7rem;
    overflow: hidden;
}
.pin .box img{
    max-height: 220px;
}
.pin .price p{
    display: inline-block;
}
.pin .price p.price-unit{
    font-size: 0.2rem;
    color: rgb(220,84,75);
    line-height: 0.44rem;
}
.pin .price p.price-value{
    font-size: 0.32rem;
    color: rgb(220,84,75);
    line-height: 0.36rem;
}
.pin .user-line{
    padding: 0.2rem 0;
    margin: 0 0.2rem;
    border-top: 1px solid #e6e6e6;
}
.pin .user-line .user-icon{
    width:  0.4rem;
    height: 0.4rem;
    margin-right: 10px;
    border-radius: 100%;
}
.pin .user-line .user-name{
    line-height:  0.4rem;
}
/*底部footer*/

.weui-tabbar {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    position:fixed;
    z-index:10000;
    bottom:0;
    width:100%;
    background-color:#f7f7fa
}
.weui-tabbar:before {
    content:" ";
    position:absolute;
    left:0;
    top:0;
    right:0;
    height:1px;
    border-top:1px solid #c0bfc4;
    color:#c0bfc4;
    -webkit-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-transform:scaleY(.5);
    transform:scaleY(.5)
}
.weui-tabbar__item {
    display:block;
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
    padding:5px 0 0;
    font-size:0;
    color:#999;
    text-align:center;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon,.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon>i,.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
    color:#00AE65
}
.weui-tabbar__icon {
    display:inline-block;
    width:22px;
    height:22px
}
.weui-tabbar__icon>i,i.weui-tabbar__icon {
    font-size:24px;
    color:#999
}
.weui-tabbar__icon img {
    width:100%;
    height:100%
}
.weui-tabbar__label {
    text-align:center;
    color:#999;
    font-size:10px;
    line-height:2.2
}

.weui-tabbar__item  .img-box{
    width:100%;
    height:20px
}
.weui-tabbar_special{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.weui-tabbar_special .img-box{
    width:46px;
    height: 46px;
    margin-top: -40%;
    border-radius: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    z-index: 502;
}
.weui-tabbar_special .img-box img{
    transform: scale(1.2);
}

/*头部---logo &&  登录注册*/
.header-container{
    width: 100%;
    height: 1.2rem;
    overflow: hidden;
}
.header-container .logo-box{
    width: auto;
    height: 100%;
    display: flex;
    margin-left: 0.5rem;
    align-items: center;
    justify-content: center;
}
.header-container .logo-box img{
    height: 0.8rem;
    border-radius: 10px;
}
.header-container .link-box{
    width: auto;
    height: 100%;
    font-size: 0;
}
.link-box a,.link-box .username{
    font-size: 0.32rem;
    line-height: 1.2rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.link-box i{
    height: 1.2rem;
    width: 0.7rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.link-box i img{
    height: 0.8rem;
    width: 0.68rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    border-radius: 50%;
}
.link-box a.register-link{
    color: #00AE65;
}
.link-box a.login-link{
    color: #0d7dce;
}

/*今日牌价*/
.info-container{
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 0.25rem;
    font-size: 0.28rem;
    padding: 0.25rem;
}

.info-name{
    color: #333;
    font-size: 0.24rem;
}
.info-price{
    color:rgb(220,84,75);
    text-align: right;
    font-size: 0.24rem;
}
.info-margin{
    margin:0.2rem 0;
}
.border-bottom{
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 0.1rem;
}
.border-top{
    border-top: 1px solid #F5F5F5;
    margin:0.2rem 0;
    padding-top: 0.1rem;
}
.info-container .title{
    font-size: 0.32rem;
    font-weight: 700;
}
.info-container .info-list{
    margin: 0.2rem 0;
}
.info-list .info-item{
    float: left;
    width: 50%;
    margin-bottom: 5px;
}
.info-list .info-item .name{
    color: #333;
    margin-right: 5px;
}
.info-list .info-item .price{
    /*color: #f44;*/
    color: rgb(220,84,75);
}
.info-container .info-total{
    font-size: 0.32rem;
}
.info-container .info-total .num{
    color: #0d7dce;
}
.info-container .info-a{
    font-size:0.23rem;
    padding-bottom: 0;
}

.sticky {
    /*滚过初始位置时自动吸顶*/
    position: -webkit-sticky;
    position: sticky;
    /*吸顶时的定位*/
    top: 0;
    left: 0;
    /*z比下方所有z高*/
    z-index: 9999;
}
 
.fixed-top {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}