body{
	background: #fafafa;
}
/*  */
.logo img{
	width: 5.88rem;
	margin-top:0.5rem;
}

/*  */
.menu img{
	width: .56rem;
}
.menu a{
	color: #333;
}

/*  */
.list-btn{
	width: 1.12rem;
	height: .48rem;
	line-height: .48rem;
	text-align: center;
}
.list-img{
	width: 2.16rem;
	height: 3.6rem;
	flex-shrink: 0;
	position: relative;
}
.list-img::before{
	content: ''; 
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/huodong/bg.png) no-repeat;
	background-size: 100%;
}
.list-img img{
	width: 100%;
	height: 100%;
}
.list-txt{
	height: 1.4rem;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.account-top-m{background:#fff;}

.account-top-m .icon-left{font-size:0.3rem;}

.bar {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
  height: 0.7rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem; 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bar:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.bar-nav {
  top: 0;
  font-size: .6rem;
}
.title1 {
  position: absolute;
  display: block;
  width: 90%;
  padding: 0;
  margin: 0 0.1rem;
  font-size: 0.3rem;
  font-weight: 500;
  line-height: .6rem;
  color: #3d4145;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}
@media only screen and (min-width: 480px) {
  .bar:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@font-face {
  font-family: "iconfont-sm";
  src: url('/font_1433401008_2229297.woff') format('woff'), /* chromeˇ˘firefox */ url('/font_1433401008_2229297.ttf') format('truetype'), /* chromeˇ˘firefoxˇ˘operaˇ˘Safari, Android, iOS 4.2+*/ url('/font_1433401008_2229297.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
.icon {
  font-family: "iconfont-sm" !important;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  background-size: 100% auto;
  background-position: center;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-left:before {
  content: "\e614";
}

.bar-tab .tab-item .icon {
  top: 0.05rem;
  height: 1.2rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
.bar .button-nav  {
  margin-left: -0.25rem;
  height: 0.7rem;
  font-size: 0.7rem;
  margin-top: 0.1rem;
  line-height: 0.4rem;
}
.bar .button .icon {
  padding: 0; 
}
.bar .title1 .icon {
  padding: 0;
  top: 0.2rem;
  margin-left: -0.25rem;
}
.pull-left {
  float: left;
}
.button { 
  color: #0894ec;
  text-decoration: none;
  text-align: center;
  display: block;  
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: none; 
  margin: 0; 
  white-space: nowrap;
  position: relative;
  text-overflow: ellipsis;
  font-size: 0.7rem;
  font-family: inherit;
  cursor: pointer;
} 