body {
  background: #fafafa; }

.header .nav .left {
  height: 38px;
  margin-top: 3px; }
  .header .nav .left .logo {
    width: 124px;
    height: 100%;
    background-size: 100% 100%; }
  .header .nav .left .icon-coinMall_logo {
    vertical-align: 4px;
    margin-left: 2px; }

.filterSelect {
  width: 140px;
  border: 1px solid #dcdcdc;
  position: relative;
  cursor: pointer;
  float: left;
  margin-right: 10px; }
  .filterSelect:hover > ul {
    display: block; }
  .filterSelect:hover > div .icon-pulldown1-sel {
    display: inline-block; }
  .filterSelect:hover > div .icon-pulldown1 {
    display: none; }
  .filterSelect > div {
    position: relative; }
    .filterSelect > div span {
      display: block;
      height: 26px;
      line-height: 26px;
      max-width: 110px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #666;
      font-size: 14px;
      margin-left: 9px; }
    .filterSelect > div div {
      position: absolute;
      right: 5px;
      top: 11px; }
    .filterSelect > div .icon-pulldown1-sel {
      display: none; }
  .filterSelect > ul {
    display: none;
    position: absolute;
    left: -1px;
    top: 26px;
    width: 100%;
    background: #fff;
    border: 1px solid #dddddd;
    border-top: none;
    max-height: 200px;
    overflow: auto;
    z-index: 5; }
    .filterSelect > ul li {
      padding-left: 5px; }
      .filterSelect > ul li:hover {
        background: #ffd100; }
        .filterSelect > ul li:hover a {
          color: #333; }
      .filterSelect > ul li.active {
        background: #ffd100; }
        .filterSelect > ul li.active a {
          color: #333; }

.filterSelect180 {
  width: 180px; }

.filter .filterItem .item .filterSelect a {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.filter {
  margin-top: 20px;
  background: #fff;
  border: 1px solid #dddddd;
  padding: 17px 15px 24px 20px; }
  .filter .filterItem {
    line-height: 28px; }
    .filter .filterItem > span {
      float: left;
      width: 56px; }
    .filter .filterItem > div {
      float: left; }
    .filter .filterItem .item {
      width: 1106px; }
      .filter .filterItem .item a {
        color: #666;
        display: inline-block;
        margin-right: 21px;
        margin-bottom: 14px;
        padding: 0 5px;
        border-radius: 6px; }
        .filter .filterItem .item a:hover {
          color: #333;
          background: #ffd100; }
        .filter .filterItem .item a.active {
          color: #333;
          background: #ffd100; }
      .filter .filterItem .item a:last-child {
        margin-right: 0; }
  .filter .filterItem2 {
    margin-bottom: 14px; }
    .filter .filterItem2 .item {
      width: auto; }
    .filter .filterItem2 .ageRange {
      margin-left: 34px;
      color: #666; }
      .filter .filterItem2 .ageRange input {
        width: 60px;
        height: 28px;
        border: 1px solid #dddddd;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
        text-align: center; }
    .filter .filterItem2 .filterBtn {
      margin-left: 20px;
      width: 60px;
      height: 26px;
      color: #333;
      background: #ffd100;
      border: 1px solid #ffd100;
      outline: none;
      cursor: pointer;
      border-radius: 6px;
      font-size: 14px;
      line-height: 26px;
      text-align: center; }
  .filter .filterItem3 {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px dashed #dddddd; }
    .filter .filterItem3 .item {
      width: auto; }
      .filter .filterItem3 .item a {
        line-height: 26px;
        border: 1px solid #dcdcdc;
        padding: 0 6px 0 9px;
        margin-right: 10px;
        border-radius: 0; }
        .filter .filterItem3 .item a span {
          margin-left: 10px; }
        .filter .filterItem3 .item a .icon-delete-sel {
          display: none; }
        .filter .filterItem3 .item a:hover {
          border: 1px solid #ffd100; }
          .filter .filterItem3 .item a:hover .icon-delete-sel {
            display: inline-block; }
          .filter .filterItem3 .item a:hover .icon-delete {
            display: none; }
        .filter .filterItem3 .item a.active {
          border: 1px solid #ffd100; }
          .filter .filterItem3 .item a.active .icon-delete-sel {
            display: inline-block; }
          .filter .filterItem3 .item a.active .icon-delete {
            display: none; }
    .filter .filterItem3 .reset {
      width: 106px;
      height: 28px;
      color: #333;
      background: #ffd100;
      border: 1px solid #ffd100;
      outline: none;
      cursor: pointer;
      border-radius: 6px;
      font-size: 12px;
      line-height: 28px;
      text-align: center;
      margin-left: 10px; }
      .filter .filterItem3 .reset span {
        vertical-align: -1px;
        margin: 0 2px 0 8px; }
    .filter .filterItem3 .nearPosition {
      width: 82px;
      height: 28px;
      color: #333;
      background: #ffd100;
      border: 1px solid #ffd100;
      outline: none;
      cursor: pointer;
      border-radius: 6px;
      font-size: 12px;
      line-height: 28px;
      text-align: center;
      margin-left: 10px; }
      .filter .filterItem3 .nearPosition span {
        vertical-align: -3px;
        margin-right: 2px; }

.positionTypeSelect {
  position: relative;
  z-index: 30;
  float: left;
  margin-right: 10px;
  margin-top: -.5px; }
  .positionTypeSelect input {
    height: 26px;
    border: 1px solid #dddddd;
    text-indent: 10px;
    width: 140px;
    background: url(../../images/pulldown1.png) no-repeat right 5px top 10px;
    color: #333; }
  .positionTypeSelect .option {
    display: none;
    border: 1px solid #dddddd;
    padding: 14px;
    left: 0;
    top: 28px;
    width: 620px;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #666;
    max-height: 450px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }
    .positionTypeSelect .option > div {
      float: left;
      width: 33%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 5px; }
      .positionTypeSelect .option > div > div.active em {
        background: #ffd100;
        color: #333; }
    .positionTypeSelect .option > div.parent {
      width: 31%;
      max-height: 420px;
      overflow: auto; }
    .positionTypeSelect .option > div.child {
      width: 35%;
      max-height: 420px;
      overflow: auto; }
    .positionTypeSelect .option > div.grandchild {
      max-height: 420px;
      overflow: auto; }
    .positionTypeSelect .option em {
      display: inline-block;
      line-height: 2;
      cursor: pointer;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0 8px; }
      .positionTypeSelect .option em.active {
        background: #ffd100;
        color: #333; }
      .positionTypeSelect .option em:hover {
        background: #ffd100;
        color: #333; }

.filter .filterItem > span {
  width: 70px; }

.filter .filterItem .item {
  width: 1092px; }

.filter .filterItem3 .item {
  width: auto; }

.filter .filterItem4 {
  margin-bottom: 4px; }

.filter .filterItem3 {
  margin-top: 0; }

.filterParttime {
  margin-bottom: 14px; }
  .filterParttime .nav a {
    font-size: 16px;
    display: inline-block;
    margin-right: 40px;
    line-height: 50px;
    padding-bottom: 10px;
    font-weight: bold; }
    .filterParttime .nav a:hover {
      color: #ff6600; }
    .filterParttime .nav a.active {
      color: #ff6600; }
  .filterParttime .filterParttimeItem {
    display: none;
    position: relative;
    background: #f4f7fc;
    border: 1px solid #dddddd;
    padding: 10px 13px 5px; }
    .filterParttime .filterParttimeItem:first-child {
      display: block; }
    .filterParttime .filterParttimeItem:nth-child(2) .icon-jiao1 {
      left: 110px; }
    .filterParttime .filterParttimeItem:nth-child(3) .icon-jiao1 {
      left: 210px; }
    .filterParttime .filterParttimeItem:nth-child(4) .icon-jiao1 {
      left: 325px; }
    .filterParttime .filterParttimeItem .icon-jiao1 {
      position: absolute;
      left: 20px;
      top: -8px; }
    .filterParttime .filterParttimeItem a {
      display: inline-block;
      line-height: 28px;
      padding: 0 7px;
      border-radius: 6px;
      margin-right: 11px;
      margin-bottom: 5px; }
      .filterParttime .filterParttimeItem a.active {
        background: #ffd100; }
      .filterParttime .filterParttimeItem a:hover {
        background: #ffd100; }

.parttimePeriod {
  margin-bottom: 20px; }
  .parttimePeriod .parttimePeriodSelect {
    position: relative;
    z-index: 30;
    float: left;
    margin-right: 10px;
    margin-top: -.5px; }
    .parttimePeriod .parttimePeriodSelect input {
      cursor: pointer;
      height: 26px;
      border: 1px solid #dddddd;
      text-indent: 10px;
      width: 106px;
      background: url(../../images/pulldown1.png) no-repeat right 5px top 10px; }
    .parttimePeriod .parttimePeriodSelect .table {
      display: none;
      position: absolute;
      top: 27px;
      left: 0;
      vertical-align: top;
      width: 442px;
      border: 1px solid #e1e1e1;
      background: #fff;
      z-index: 5; }
      .parttimePeriod .parttimePeriodSelect .table td {
        width: 70px;
        text-align: center; }
      .parttimePeriod .parttimePeriodSelect .table td:first-child {
        width: 52px; }
      .parttimePeriod .parttimePeriodSelect .table .th {
        height: 38px;
        background: #f4f7fc; }
      .parttimePeriod .parttimePeriodSelect .table .td {
        height: 36px; }
        .parttimePeriod .parttimePeriodSelect .table .td td {
          border-top: 1px solid #e1e1e1;
          border-right: 1px solid #e1e1e1; }
      .parttimePeriod .parttimePeriodSelect .table .bottom {
        height: 42px; }
        .parttimePeriod .parttimePeriodSelect .table .bottom td {
          padding-left: 14px;
          text-align: left; }
        .parttimePeriod .parttimePeriodSelect .table .bottom .checkboxLable {
          margin-right: 16px; }
        .parttimePeriod .parttimePeriodSelect .table .bottom .sureBtn {
          cursor: pointer;
          margin: 0 20px;
          display: inline-block;
          width: 52px;
          height: 24px;
          color: #333;
          background: #ffd100;
          border: 1px solid #ffd100;
          outline: none;
          cursor: pointer;
          border-radius: 0;
          font-size: 14px;
          line-height: 24px;
          text-align: center; }
        .parttimePeriod .parttimePeriodSelect .table .bottom .cancelBtn {
          cursor: pointer;
          display: inline-block;
          text-decoration: underline; }
      .parttimePeriod .parttimePeriodSelect .table .checkboxLable {
        display: inline-block;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .parttimePeriod .parttimePeriodSelect .table .checkboxLable i {
          border: 1px solid #dddddd;
          display: inline-block;
          width: 16px;
          height: 16px;
          background: #fff;
          cursor: pointer;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          vertical-align: middle; }
        .parttimePeriod .parttimePeriodSelect .table .checkboxLable em {
          margin-left: 3px; }
        .parttimePeriod .parttimePeriodSelect .table .checkboxLable input:checked + i {
          border: 1px solid #ff6600;
          width: 16px;
          height: 16px;
          background: url(../../images/checked.png) no-repeat center center; }
        .parttimePeriod .parttimePeriodSelect .table .checkboxLable input {
          width: 16px;
          height: 16px;
          display: none; }

.lsj_content {
  padding: 12px 0 40px; }

.filter {
  padding-bottom: 6px; }

.filter .filterItem2 {
  margin-bottom: 0; }
  .filter .filterItem2 .item {
    width: auto; }
  .filter .filterItem2 .ageRange {
    margin-left: 34px;
    color: #666; }

.commonSection {
  margin-top: 24px; }
  .commonSection .list li {
    float: left;
    margin-right: 12px;
    margin-bottom: 16px;
    width: 230px;
    height: 288px;
    background: #fff;
    border: 1px solid #efefef;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 15px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .commonSection .list li:hover {
      -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
      transform: translateY(-8px);
      -webkit-box-shadow: 0 6px 8px rgba(126, 103, 0, 0.18);
      box-shadow: 0 6px 8px rgba(126, 103, 0, 0.18);
      -webkit-transition: all .3s;
      transition: all .3s; }
    .commonSection .list li:nth-child(5n) {
      margin-right: 0; }
    .commonSection .list li .pic {
      width: 198px;
      height: 138px;
      border: 1px solid transparent;
      overflow: hidden;
      margin: 0 auto; }
      .commonSection .list li .pic img {
        display: block;
        width: 100%;
        height: 100%; }
    .commonSection .list li .p1 {
      font-size: 18px;
      margin: 11px 0 6px; }
    .commonSection .list li .p2 {
      line-height: 26px; }
      .commonSection .list li .p2 .span1 {
        float: left;
        color: #666; }
        .commonSection .list li .p2 .span1 em {
          color: #ff6600;
          font-size: 18px;
          font-weight: bold;
          vertical-align: bottom; }
      .commonSection .list li .p2 .span2 {
        float: right;
        font-size: 12px;
        color: #aaa; }
        .commonSection .list li .p2 .span2 em {
          font-size: 14px;
          color: #ff6600;
          vertical-align: bottom; }
    .commonSection .list li .bottom {
      margin-top: 14px; }
      .commonSection .list li .bottom .collection {
        float: left;
        padding-top: 7px; }
        .commonSection .list li .bottom .collection > div {
          cursor: pointer; }
        .commonSection .list li .bottom .collection > div > div {
          vertical-align: -2px; }
        .commonSection .list li .bottom .collection .sel {
          display: none; }
        .commonSection .list li .bottom .collection.active .sel {
          display: block; }
        .commonSection .list li .bottom .collection.active .nor {
          display: none; }
      .commonSection .list li .bottom .btn {
        float: right;
        width: 92px;
        height: 32px;
        color: #333;
        background: #ffd100;
        border: 1px solid #ffd100;
        outline: none;
        cursor: pointer;
        border-radius: 4px;
        font-size: 16px;
        line-height: 32px;
        text-align: center; }

.paginationWrapper {
  margin: 20px auto 0; }
