
body {
	background-color: #efeff4;
	width:7.5rem;
	height:100%;
	margin:0 auto;
}
.mui-slider .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-group .mui-slider-item{
	border-top:0px!important;
}
.mui-scroll{
	padding-bottom:1rem;
}
.headBottom{
	border-bottom:1px solid #EFEFF4;
}
.tabNav{
line-height:0.8rem;
/* display: none; */
width: 20%;
}

.mui-content{
	width:7.5rem;
	height:100%;
	margin:0 auto;
}
.mui-bar~.mui-content .mui-fullscreen {
	top: 44px;
	height: auto;
}
#slider{
	width:7.5rem;
	left:
}
.mui-pull-top-tips {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -25px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	z-index: 1;
}
.mui-bar~.mui-pull-top-tips {
	top: 24px;
}
.mui-pull-top-wrapper {
	width: 42px;
	height: 42px;
	display: block;
	text-align: center;
	background-color: #efeff4;
	border: 1px solid #ddd;
	border-radius: 25px;
	background-clip: padding-box;
	box-shadow: 0 4px 10px #bbb;
	overflow: hidden;
}
.mui-slider .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{
	border-bottom:2px solid #007aff!important;
}
#sliderSegmentedControl{
	width:7.5rem;
	position:fixed;
	top:0;
	z-index:100;
	height:0.8rem;
	background:#fff;
}
.mui-pull-top-tips.mui-transitioning {
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
.mui-pull-top-tips .mui-pull-loading {
	/*-webkit-backface-visibility: hidden;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;*/
	
	margin: 0;
}
.mui-pull-top-wrapper .mui-icon,
.mui-pull-top-wrapper .mui-spinner {
	margin-top: 7px;
}
.mui-pull-top-wrapper .mui-icon.mui-reverse {
	/*-webkit-transform: rotate(180deg) translateZ(0);*/
}
.mui-pull-bottom-tips {
	text-align: center;
	background-color: #efeff4;
	font-size: 15px;
	line-height: 40px;
	color: #777;
}
.mui-control-item{
	width:1.5rem!important;
	height:0.8rem;
	line-height:0.8rem!important;
	display:inline-block;
	padding:0!important;
	font-size:0.3rem;
}
.mui-pull-top-canvas {
	overflow: hidden;
	box-shadow: 0 4px 10px #bbb;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.mui-pull-top-canvas canvas {
	width: 40px;
}
.mui-slider-indicator.mui-segmented-control {
	background-color: #efeff4;
}

.favor-header-bar{
	height: 0.82rem;
	width: 7.5rem;
	overflow-x:scroll;
	font-size: 0.3rem;
	position: fixed;
	top: 0;	
	z-index: 30;
	background: #fff; 
}.swiper-container {
    overflow: visible;
}

a {   width: 1.5rem;
	  font-size: 0.26rem;
	  float: left;
	  line-height: 0.8rem;
	  text-align: center;
	  border-bottom:1px solid #707070;
  }
a:hover,a:focus {color: #333;
                 border-bottom:2px solid #4b94fd;
                 }	
		
.padd_40{
	     padding-top: 80px;
         background: #F5F5F5;
         }		
.tab{
	width:7.5rem;
	height: 0.8rem;
	position:fixed;
	top:0;
	z-index:33;
	background:#fff;
	}
.tab a{
	color: #666;
	width: 1.5rem;
    font-size: 0.26rem;
	float: left;
	line-height: 0.8rem;
	text-align: center;
	border-bottom:1px solid #707070;
	}
.tab .active{
	color: #333;
	border-bottom:2px solid #4b94fd;
	}	
.refreshtip {
	position:absolute;
	width: 100%;
	height:0.4rem;
	text-align: center;
	color: #999;
	font-size:0.26rem;
	}

	.init-loading{
	  width:100%;
	  text-align:center;
	}
.loadtip { 
	display: block;
	font-size:0.26rem;
	width: 100%;
	line-height: 0.4rem; 
	height: 0.8rem;;
	text-align: center;
	color: #999;
	float:left;
	border-top: 1px solid #ddd;
	}

.favor-list a{
	display: block;
    width: 100%;
    text-decoration: none;
}
.swiper-container, .w {
    height: calc(100vh - 120px);
}
.dlList{
    width: 100%;
    display: block;
    height: 2rem;
    background: #fff;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.dldetail{
   width: 94%;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
}
.liImg{
	width:7.5rem;
}
.listImg{
	width: 30%;
    height: 1.5rem;
    overflow: hidden;
    /* float: right; */
    /* margin-right: 0.24rem; */
    /* margin-top: 0.27rem;*/
}
.productImg{
    width:100%;
  	height:100%;
  	border-radius: 0.1rem;
    /* border: 0.04rem solid #E2E4E6; */
}
.listImg img{
	width:100%;
  	height:100%;
}
.productDes{
    width: 98%;
    margin-right:2%;
    height: 1rem;
    line-height: 0.4rem;
    font-size: 0.32rem;
    color: #000;
    float: left;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product{
	width: 70%;
    height: 1.5rem;
    line-height: 0.4rem;
    font-size: 0.32rem;
    color: #000;
    float: left;
    /* margin-left: 0.24rem; */
    /* margin-top: 0.35rem; */
    /* width: 4.8rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.proTime_p{
    width: 98%;
    margin-right:2%;
    height: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.proTime_d{
	width:33%;
    height: 0.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
}
.publisTime{
	width:1.5rem;
	height:0.5rem;
	line-height:0.5rem;
	overflow:hidden;
}
.proTime{
	width:33%;
    font-size: 0.2rem;
    color: #7d7d7d;
    float: left;
    /* margin-left: 0.24rem; */
    /* margin-top: -0.3rem; */
    line-height: 0.5rem;
}
.viewNum{
    position: absolute;
    right: 0.5rem;
    top:1.5rem;
    height: 0.4rem;
}
.eyes{
    width: 0.3rem;
    float: left;
    margin-top: 0.05rem;
}
.number{
    float: left;
    margin-left: 0.05rem;
    font-size:0.22rem;
    color: #3e8bc7; 
}
.vipPerson{
    width: 1.3rem;
	height: 0.3rem;
    border:1px solid #ff6600;
    border-radius: 0.1rem;
    float: left;
    margin-right: 0.0rem;
    margin-top: 0.0rem;
    font-size: 0.2rem;
    line-height: 0.23rem;
    text-align: center;
    color: #ff6600;
    padding: 0.03rem 0.06rem 0.03rem 0.06rem;
}
.tagImg{
	height: 0.3rem;
	margin-right: 0.03rem;
}
.topImg{
	height: 0.3rem;
	margin-right: 0.03rem;
}
 .noData{
     width: 7.5rem;
     margin-top:1rem;
     height: 2.5rem;
     float:left;
   }
.noListImg{
   width: 2.5rem!important;
   text-align: center;
   margin-left: 2.5rem;
   margin-top: 0.3rem;
}
.noListClip{
  font-size: 0.24rem;
  color: #333;
  text-align: center;
  line-height: 0.5rem;
}
