/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
i {
  font-style: normal;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
html,
body {
  height: 100%;
  background: #f3f3f3;
  overflow: hidden;
}
/*nav*/
nav {
  width: 100%;
  background: #ffffff;
  height: 0.88rem;
  padding: 0 4%;
  line-height: 0.9rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 0.16rem 0.1rem -0.08rem #f3f3f3;
}
nav a {
  display: block;
  width: 0.18rem;
  height: 0.31rem;
}
nav a img {
  display: block;
  width: 100%;
}
nav p {
  display: block;
  margin: 0 auto;
  font-size: 0.36rem;
  color: #000000;
}
/*内容区*/
.tealist {
  height: calc(100vh - 3.4rem);
}
.tealist .ke_con {
    overflow-x: hidden !important;
  height: calc(100vh - 3.4rem);
  overflow: scroll;
  background-color: #f3f3f3;
}
.tealist .ke_con dl dd {
  position: relative;
  width: 2.1rem;
  height: 0.9rem;
}
.tealist .ke_con dl dd div:first-child {
  display: none;
  width: 0.04rem;
  height: 0.36rem;
  background-color: #ff8901;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tealist .ke_con dl dd div:last-child {
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.92rem;
  color: #000000;
}
.tealist .ke_con dl .show {
  background: #ffffff;
}
.tealist .ke_con dl .show div:first-child {
  display: block;
}
.tealist .tea_con {
  overflow: auto;
  padding-left: 0.3rem;
  background: #ffffff;
}
.tealist .tea_con .sz_con {
  display: none;
  overflow-x: hidden !important;
  height: calc(100vh - 3.4rem);
  overflow: scroll;
  padding-top: 0.15rem;
}
.tealist .tea_con .sz_con a{
  display: block;
}
.tealist .tea_con ul li {
  border-bottom: solid 1px #eeeeee;
  padding: 0.2rem 0;
}
.tealist .tea_con ul li .sz_lt {
  width: 1.4rem;
  height: 1.55rem;
  overflow: hidden;
  background: #eeeeee;
}
.tealist .tea_con ul li .sz_lt img {
  width: 100%;
}
.tealist .tea_con ul li .sz_rt {
  margin-left: 0.26rem;
  /* width: 2.9rem; */
}
.tealist .tea_con ul li .sz_rt .p1 {
  margin-top: 0.16rem;
  font-size: 0.28rem;
  color: #000000;
}
.tealist .tea_con ul li .sz_rt .p2 {
  font-size: 0.24rem;
  color: #999999;
  margin: 0.24rem 0;
}
.tealist .tea_con ul li .sz_rt .p3 {
  max-width: 3.4rem;
  font-size: 0.24rem;
  color: #666666;
  display: flex;
  align-items: center;
}
.tealist .tea_con ul li .sz_rt .p3 span {
  line-height: 0.34rem;
  display: block;
  width: 2.7rem;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.tealist .tea_con ul li .sz_rt .p3 span:first-child {
  width: 0.63rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.36rem;
  background-color: #fef7f3;
  border-radius: 0.05rem;
  border: solid 1px #fcede5;
  font-size: 0.2rem;
  color: #ee7c30;
}
