/* 
**头部操作栏 高度.88rem 
**背景色 #f7f7f7
**左右边缘缝隙，各2.7%；
*/


/* header */
.header{
  width: 100%;
  height: .88rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0 3%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: .34rem;
  color: #000;
  background-color: #fff;
}
.back{
  height: .44rem;
}
.img-serch{
  height: .44rem;
}





.body{
  width: 100%;
  min-height: 100vh;
  overflow-y: auto;
  padding-top: .89rem;
  padding-bottom: .22rem;
  background-color: #f7f7f7;
}
.body>img{
  width: 100%;
  height: 3.05rem;
}
.tab-screen-box{
  width: 100%;
  margin-bottom: .35rem;
  font-size: .28rem;
	color: #333;
	padding-left: 20%;
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #e8e8e8;
}

.tab-screen-box>.tab-screen{
	width: 18%;
	position: absolute;
	left: 2vw;
	bottom: 0;
	z-index: 99;
	vertical-align: middle;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	height: .9rem;
	padding-bottom: 0.03rem;
}
.tab-screen>img{
	margin-left: .1rem;
	height: .22rem;
	margin-bottom: -0.05rem;
}
.list-con{margin-top: 0.3rem; margin-bottom:1.12rem;}

/* ===== retrie分类下来 ===== */
.retrie {
  position: relative;
  z-index: 102;
  height: .9rem;
  /* height: 50px; */
  background-color: #fff;
  /* border-bottom: 1px solid #e8e8e8; */
}
.retrie dt { overflow: hidden }
.retrie dt a {
  /* position: relative; */
  float: left;
  width: 33%;
  /* height: 49px; */
  height: .89rem;
  line-height: .9rem;
  color: #333;
  /* font-size: 15px; */
  font-size: .28rem;
  text-align: center;
}
.retrie dt a i {
margin-left: .07rem
}
.retrie dt .up {
  color: #33A933;
  /* border-bottom: 2px solid #33A933; */
}

/* .retrie dt a:last-child:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 1px;
  height: 30px;
  background-color: #ebebeb;
  content: ' ';
} */
.retrie dd { position: relative; }
/* ===== slide-area ===== */
.slide {
  position: absolute;
  top: 1px;
  left: -20vw;
  z-index: 104;
  display: none; 
  width: 100vw;
  /* width: 100%; */
  overflow-y: auto;
  background-color: #fff;
}
.slide li {
  display: block;
  height: .9rem;
  border-bottom: 1px solid #eee;
}
.slide li a {
  display: block;
  padding: 0 30px;
  height: .9rem;
  background-color: transparent;
  line-height: .9rem;
}
.slide li a:hover,
.slide li a.selected {color: #33A933 }

.slide li a.select { background-color: #fff; }

.tuijian-con{
  width: 100%;
  padding: 0 2%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom:0.2rem;
}
.tuijian-con>li{
	width: 48%;
	padding: .17rem .17rem 0;
	height: 4.8rem;
	margin-bottom: .2rem;
	border-radius: .2rem;
	background: #FFF;
}
.tuijian-con>li>a>img:first-child{
	display: block;
	height: .45rem;
	width: auto;
	margin-bottom: .1rem;
}

.tuijian-imgbox{
	width: 100%;
	height: 2.55rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tuijian-imgbox>img{
	display: block;
	height: auto;
	max-height: 2.2rem;
	width: auto;
	max-width: 3rem;
	margin: 0 auto;
}
.tuijian-con>li>p{
	line-height: .4rem;
	width: 100%;
	font-size: .24rem;
}
.tuijian-con>li>p:nth-child(3){
	font-size: .24rem;
	color: #333333;
	font-weight: 500;
}
.tuijian-con>li>p:nth-child(4){
	font-size: .24rem;
	color: #808080;
	font-weight: normal;
}
.tuijian-tabs{
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.tuijian-tabs>p{
	display: block;
	width: 70%;
	padding-left: 45%;
	height: .34rem;
	background: url(../images/index/PICC.png)no-repeat left;
	background-size: 1.05rem .3rem;
}
.tuijian-tabs>p>span{
	display: block;
	width: 75%;
	color: #d1b43e;
	font-size: .24rem;
	text-align: center;
	line-height: .3rem;
	border-radius: .3rem;
	border: .01rem solid #d1b43e;
}
.tuijian-tabs>a>img{
	display: block;
	width: auto;
	height: .44rem;
}
.tuijian-tabs>img{
	display: block;
	width: auto;
	height: .44rem;
}





/* 遮罩层 */
.screen-mask{
	position: fixed;
	left: 100vw;
	bottom: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, .4);
	width: 100vw;
	height: 100vh;
	padding-left: 15%;
	transition: left 300ms;
	-webkit-transition: left 300ms;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease; /* Firefox 4 */
	-webkit-transition-timing-function: ease; /* Safari 和 Chrome */
	-o-transition-timing-function: ease; /* Opera */
}
.screen-mask>.screen-con{
	width: 100%;
	height: 100%;
	padding: .8rem 3% 1rem;
	background-color: #fff;
	font-size: .25rem;
	overflow-y: auto;
}
.screen-con>p{
	font-size: .32rem;
	color: #333;
	margin-bottom: .25rem;
}
.screen-con>ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-bottom: .38rem;
}
.screen-con>ul>li{
	width: 29%;
	height: .53rem;
	line-height: .34rem;
	padding: .08rem 0;
	text-align: center;
	border: 1px solid #808080;
	border-radius: 20px;
	margin-bottom: .2rem;
	margin-right: .35rem;
}
.screen-con>ul>.select{
	color: #33A933;
	border-color: #33A933;
}

.screen-con>ul>li:nth-child(3n){
	margin-right: 0;
}





.screen-con>.confirm-box{
	width: 85%;
	position: absolute;
	left: 15%;
	bottom: 0;
	height: 1rem;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	font-size: .28rem;
	border-top: 1px solid #ddd;
	background-color: #fff;
}
.confirm-box>button{
	width: 1.4rem;
	height: .6rem;
	border-radius: 10px;
}
.confirm-box>button:first-child{
	color: #ddd;
	text-align: center;
	border: 1px solid #ddd;
	margin-right: .3rem;
}
.confirm-box>button:last-child{
	background-color: #33A933;
	color: #fff;
}