@charset "UTF-8";
a,
span {
  font-family: PingFangSC-Regular, 'Microsoft YaHei'; }

#nav {
  background-color: #fff; }
  #nav * {
    box-sizing: border-box; }
  #nav .inner {
    margin: 0 auto;
    width: 1200px; }
  #nav .topNav {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 0;
    overflow: hidden; }
    #nav .topNav > .inner {
      height: 35px; }
    #nav .topNav .leftentrance {
      float: left;
      height: 35px;
      line-height: 35px; }
      #nav .topNav .leftentrance > li {
        margin-right: 7px;
        display: inline-block; }
        #nav .topNav .leftentrance > li > a {
          position: relative;
          padding-left: 7px;
          font-size: 12px;
          color: #555; }
          #nav .topNav .leftentrance > li > a:hover {
            color: #3D88F1; }
          #nav .topNav .leftentrance > li > a::before {
            content: '';
            position: absolute;
            top: 2px;
            left: 0;
            width: 1px;
            height: 12px;
            background-color: #eee; }
        #nav .topNav .leftentrance > li:first-child > a::before {
          display: none; }
        #nav .topNav .leftentrance > li.active > a {
          color: #3D88F1; }
    #nav .topNav .bar_right {
      float: right;
      height: 35px;
      line-height: 35px; }
      #nav .topNav .bar_right > .topBar {
        margin-left: 20px;
        display: inline-block;
        font-size: 12px;
        color: #eee; }
        #nav .topNav .bar_right > .topBar > span {
          margin-right: 20px;
          color: #555; }
        #nav .topNav .bar_right > .topBar > a {
          color: #555; }
          #nav .topNav .bar_right > .topBar > a:hover {
            color: #3D88F1; }
  #nav .headerNav {
    height: 80px;
    line-height: 80px;
    background-color: #fff; }
    #nav .headerNav > .inner {
      height: 80px; }
    #nav .headerNav .e_logo {
      float: left;
      padding-top: 24px;
      margin-right: 10px;
      height: 80px; }
      #nav .headerNav .e_logo > a {
        display: inline-block;
        width: 99px;
        height: 32px; }
        #nav .headerNav .e_logo > a > img {
          width: auto;
          height: 32px; }
      #nav .headerNav .e_logo .line_logo {
        position: relative;
        display: inline-block;
        top: 3px;
        height: 32px; }
        #nav .headerNav .e_logo .line_logo > img {
          width: auto;
          height: 28px; }
    #nav .headerNav .e_position {
      float: left;
      height: 80px; }
      #nav .headerNav .e_position > span {
        line-height: 80px;
        font-size: 16px;
        color: #3D88F1;
        cursor: pointer; }
      #nav .headerNav .e_position > .position_detail {
        position: absolute;
        padding: 0 10px 20px 20px;
        width: 462px;
        height: auto;
        background: #FFF;
        box-shadow: 0 0 4px 0 rgba(182, 182, 182, 0.5);
        border: 1px solid #CAD1D8;
        border-radius: 2px;
        display: none;
        z-index: 99; }
        #nav .headerNav .e_position > .position_detail::before {
          content: '';
          position: absolute;
          border: 8px solid transparent;
          border-bottom: 8px solid #fff;
          top: -16px;
          left: 12px; }
        #nav .headerNav .e_position > .position_detail > div > .e_position_close {
          display: block;
          position: absolute;
          top: -16px;
          right: -16px;
          height: 32px;
          width: 32px;
          background: url("//img.58cdn.com.cn/crop/ecom/pc/restructrue_e58/img/cloase.png") no-repeat -5px -5px; }
        #nav .headerNav .e_position > .position_detail > div h4 {
          margin-top: 20px;
          height: 17px;
          line-height: 17px;
          font-size: 12px;
          color: #555; }
        #nav .headerNav .e_position > .position_detail > div ul {
          font-size: 0;
          line-height: 17px; }
          #nav .headerNav .e_position > .position_detail > div ul > li {
            display: inline-block;
            margin-top: 10px;
            width: 60px;
            height: 17px;
            line-height: 17px;
            font-size: 12px;
            color: #555;
            cursor: pointer; }
            #nav .headerNav .e_position > .position_detail > div ul > li.active, #nav .headerNav .e_position > .position_detail > div ul > li:hover {
              color: #62a5f4; }
        #nav .headerNav .e_position > .position_detail > div .sale_city {
          display: none; }
          #nav .headerNav .e_position > .position_detail > div .sale_city > h4 {
            cursor: pointer; }
            #nav .headerNav .e_position > .position_detail > div .sale_city > h4 .province_btn {
              margin-left: 10px;
              color: #62A5F4; }
    #nav .headerNav .rightentrance {
      float: right;
      height: 80px;
      line-height: 80px;
      overflow: hidden;
      font-size: 0; }
      #nav .headerNav .rightentrance > ul {
        display: inline-block;
        height: 80px; }
        #nav .headerNav .rightentrance > ul > li {
          margin-right: 30px;
          display: inline-block;
          height: 80px; }
          #nav .headerNav .rightentrance > ul > li > a {
            display: inline-block;
            width: 64px;
            text-align: justify;
            font-size: 16px;
            color: #999; }
            #nav .headerNav .rightentrance > ul > li > a:hover {
              color: #3D88F1; }
          #nav .headerNav .rightentrance > ul > li.active > a {
            color: #3D88F1; }
      #nav .headerNav .rightentrance .tel {
        margin-left: 10px;
        display: inline-block;
        font-size: 16px;
        color: #333333; }
        #nav .headerNav .rightentrance .tel > img {
          position: relative;
          top: -2px;
          margin-right: 4px;
          width: 16px;
          height: 16px;
          vertical-align: middle; }

.e-58-shenghuo {
  /* 双节活动banner begin */
  /* 双节活动banner end */
  /*生态宣传banner start*/
  /*生态宣传banner end*/
  /*4月活动弹窗*/ }
  .e-58-shenghuo .sub {
    font-size: 18px;
    color: #151515; }
  .e-58-shenghuo .new-banner {
    box-sizing: border-box; }
    .e-58-shenghuo .new-banner .container {
      padding-top: 100px; }
    .e-58-shenghuo .new-banner h1 {
      margin-bottom: 10px;
      visibility: hidden; }
    .e-58-shenghuo .new-banner h3 {
      margin-bottom: 89px;
      font-weight: normal;
      visibility: hidden; }
  .e-58-shenghuo .banner-activity,
  .e-58-shenghuo .banner-ecology {
    background: url("http://img.58cdn.com.cn/crop/biz/pc/new_e58/static/images/E58banner.jpg") center 0 no-repeat;
    background-size: auto 100%;
    cursor: pointer; }
    .e-58-shenghuo .banner-activity .container,
    .e-58-shenghuo .banner-ecology .container {
      background: none; }
    .e-58-shenghuo .banner-activity h1,
    .e-58-shenghuo .banner-activity h3,
    .e-58-shenghuo .banner-ecology h1,
    .e-58-shenghuo .banner-ecology h3 {
      visibility: hidden; }
  .e-58-shenghuo .banner-normal {
    background: url("//img.58cdn.com.cn/crop/biz/pc/new_e58/static/images/e58-shenghuo-banner-bg.png") repeat-x center; }
    .e-58-shenghuo .banner-normal .container {
      background: url("//img.58cdn.com.cn/crop/biz/pc/new_e58/static/images/e58-shenghuo-banner.png") no-repeat center; }
    .e-58-shenghuo .banner-normal h1,
    .e-58-shenghuo .banner-normal h3 {
      visibility: visible; }
  .e-58-shenghuo .banner-ecology {
    background: #eee url("//img.58cdn.com.cn/crop/biz/pc/new_e58/static/images/e58-shenghuo-banner-bg-ecology.jpg") center 0 no-repeat;
    background-size: auto 100%; }
  .e-58-shenghuo .section {
    padding-top: 58px; }
  .e-58-shenghuo .vip-authority {
    min-height: 540px; }
    .e-58-shenghuo .vip-authority h2 {
      margin-bottom: 40px; }
  .e-58-shenghuo .user-cases-section {
    box-sizing: border-box;
    padding-bottom: 45px;
    height: 543px;
    background: url("//img.58cdn.com.cn/crop/biz/pc/new_e58/static/images/e58-shenghuo-user-case-bg.png") no-repeat center;
    background-size: cover; }
    .e-58-shenghuo .user-cases-section h2 {
      color: #FFFFFF; }
  .e-58-shenghuo .vip-effect-section {
    background: #FEFEFE; }
    .e-58-shenghuo .vip-effect-section h2 {
      position: relative; }
      .e-58-shenghuo .vip-effect-section h2 .sub {
        position: absolute;
        right: 0;
        bottom: 0; }
    .e-58-shenghuo .vip-effect-section .vip-effect-data-image {
      margin-top: 38px;
      margin-bottom: 54px; }
  .e-58-shenghuo .vip-server-section {
    background: #F2F3F6;
    padding-bottom: 55px; }
    .e-58-shenghuo .vip-server-section h2 {
      margin-bottom: 45px; }
  .e-58-shenghuo .user-dropdown > .dropdown-menu {
    color: #333333;
    font-size: 12px; }
    .e-58-shenghuo .user-dropdown > .dropdown-menu > li:hover {
      background: #F6F6F6; }
  .e-58-shenghuo .package-list {
    background: url("//img.58cdn.com.cn/crop/biz/pc/new_e58/static/images/e58-shenghuo-package-bg.png") no-repeat center;
    overflow: hidden; }
    .e-58-shenghuo .package-list .package {
      box-sizing: border-box;
      position: relative;
      float: left;
      padding: 20px 36px;
      width: 50%;
      color: #FFFFFF; }
      .e-58-shenghuo .package-list .package .package-link {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block; }
      .e-58-shenghuo .package-list .package .package-title {
        font-size: 30px;
        line-height: 42px; }
      .e-58-shenghuo .package-list .package .package-detail {
        height: 57px;
        font-size: 16px;
        line-height: 22px; }
      .e-58-shenghuo .package-list .package .package-btn {
        display: inline-block;
        border-radius: 2px;
        border: 1px solid #FFFFFF;
        padding: 8px 24px;
        font-size: 18px;
        color: inherit; }
  .e-58-shenghuo .bottom-banner {
    position: fixed;
    bottom: 0;
    display: none;
    padding: 20px 0;
    width: 100%;
    background: #FFFFFF;
    font-size: 16px; }
    .e-58-shenghuo .bottom-banner .wizard-list .important img {
      vertical-align: middle;
      margin-right: 5px; }
    .e-58-shenghuo .bottom-banner .btn {
      display: inline-block;
      box-sizing: border-box;
      border-radius: 2px;
      border: 2px solid #62A5F4;
      margin-left: 15px;
      padding: 14px 18px;
      background: #62A5F4;
      color: #FFFFFF; }
      .e-58-shenghuo .bottom-banner .btn.btn-reverse {
        background: #FFFFFF;
        color: #62A5F4; }
  .e-58-shenghuo .activity-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99; }
    .e-58-shenghuo .activity-mask .active-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 520px;
      height: 360px; }
      .e-58-shenghuo .activity-mask .active-wrapper .close_btn {
        position: absolute;
        top: 10px;
        right: 12px;
        width: 30px;
        height: 30px;
        background: url("//img.58cdn.com.cn/crop/biz/pc/new_e58/static/images/close_btn_1212.png") no-repeat center center;
        z-index: 2;
        cursor: pointer; }
      .e-58-shenghuo .activity-mask .active-wrapper .activity-eleven {
        display: block;
        width: 100%;
        height: 100%;
        background: url("//img.58cdn.com.cn/crop/biz/pc/new_e58/static/images/activity_2018_0508.jpg") no-repeat center 0; }
