

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section { display: block; }
dl,
dt,
dd,
ul,
ol,
li,
em,
i{
  margin:0;
  padding:0;
  list-style: none;
  font-style: normal;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
h1,
h2,
h3,
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}



/* ===== retrie分类下来 ===== */
.retrie {
  position: relative;
  z-index: 9999;
  height: 15px;

  margin-bottom:30px;
}
.retrie dt { overflow: hidden; padding-top:8px; }
.retrie dt a {
  position: relative;
  float: right;
  height: 25px;
  line-height: 25px;
  color: #333;
  padding-right:5px;
}
.retrie dt a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: 30px;
  width: 8px;
  height: 8px;
/*  border: #666 solid;
  border-width: 1px 1px 0 0;
  content: ' ';
  -webkit-transform: rotate(135deg);*/
}
.retrie dt .up {
  color: #007ccf;
}
.retrie dt .up:after {
  margin-top: 0;
  border: #007ccf solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(-45deg);
}
.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: 0px;
  right: 0;
  z-index: 104;
  display: none; 
  width: 50%;
  overflow-y: auto;
  border:1px solid #eee;
  background:#fff;
  z-index:999999;
}
.slide li {
  display: block;
  height: 50px;
  border-bottom: 1px solid #eee;
}
.slide li a {
  display: block;
  padding: 0 30px;
  height: 50px;
  background-color: transparent;
  line-height: 50px;
}


.slide li a.select { background-color: #fff; }
