﻿.lanren{
    width:100%;
    background: #0e1420;
}
.subtitle {
    font-size: 14px;
    text-align: center;
}

.dragscroll {
    overflow: auto;
}

.vertical.dragscroll {
    width: 100%;
    max-height: 300px;
	position:relative;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.dragscroll h3{
	font-size:20px;
	text-align:center;
	padding-bottom:20px;
}
.dragscroll .p_content2{ line-height:18px;padding-bottom:20px;}

.free.dragscroll {
    float: right;
    width: 400px;
    height: 400px;
}

.horizontal.dragscroll {
    margin-top : 10px;
    width: 700px;
    margin-left: auto;
    background-color: #000000;
    margin-right: auto;
}

.free, .horizontal {
    cursor : -webkit-grab;
    cursor : -moz-grab;
    cursor : -o-grab;
    cursor : grab;
}


.free:active, .horizontal:active {
    cursor : -webkit-grabbing;
    cursor : -moz-grabbing;
    cursor : -o-grabbing;
    cursor : grabbing;
}

/* ===== retrie分类下来 ===== */
.retrie {
  position: relative;
  z-index: 102;
  height: 50px;
  margin:0;
}
.retrie dt { overflow: hidden }
.retrie dt a {
  position: relative;
  float: left;
  width: 32%;
  height: 49px;
  line-height: 53px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.retrie dt a span {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: #999 solid;
  border-width: 1px 1px 0 0;
  content: ' ';
  -webkit-transform: rotate(135deg);
}
.retrie dt #wage:after{
    margin-left: 22px;
}
.retrie dt .up {
  color: #007ccf;
  border-bottom: 2px solid #007ccf;
}
.retrie dt .up span {
  top: 0;
  border: #007ccf solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(-45deg);
}

.retrie dd { position: relative; }
/* ===== slide-area ===== */
.slide {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 104;
  display: none; 
  width: 100%;
}
.slide li {
  display: block;
  height: 50px;
  border-bottom: 1px solid #eee;
}
.slide li a {
  display: block;
  padding: 0 30px;
  height: 50px;
  background-color: #0e1420;
  line-height: 50px;
  font-size: 1rem;
  color: #fff
}
.slide li a:hover,
.slide li a.selected { background-color: #222; }

.slide li a.select { background-color: #0e1420; }
.job-module{
  position: fixed;
  top:48px;
  left: 0;
  width:100%;
  z-index: 1;
  background: #0e1420;
}
