[v-cloak] {
  display: none; }

.banner {
  position: relative;
  width: 100%;
  height: 540px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .banner .banner-swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .banner .banner-swiper .carousel-img {
      width: 100% !important;
      height: 100% !important; }
  .banner .searchbox {
    width: 660px;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    margin-top: -40px;
    z-index: 9; }
    .banner .searchbox .bigslogan {
      font-size: 60px;
      text-align: center; }
    .banner .searchbox .minslogan {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 45px; }
      .banner .searchbox .minslogan i {
        display: block;
        width: 30px;
        height: 30px;
        background: url(../img/recycle/minsloganicon.png) no-repeat;
        background-size: 90px 30px;
        margin-right: 5px; }
      .banner .searchbox .minslogan p {
        font-size: 22px;
        margin-right: 45px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .banner .searchbox .minslogan p:nth-child(2) i {
          background-position: -30px; }
        .banner .searchbox .minslogan p:last-child {
          margin-right: 0; }
          .banner .searchbox .minslogan p:last-child i {
            background-position: -60px; }
    .banner .searchbox .hotword {
      margin-top: 40px;
      font-size: 14px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .banner .searchbox .hotword a {
        color: #fff; }
        .banner .searchbox .hotword a:hover {
          text-decoration: underline; }
      .banner .searchbox .hotword .hot_l {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .banner .searchbox .hotword .hot_l p, .banner .searchbox .hotword .hot_l a {
          margin-right: 10px; }
    .banner .searchbox .search {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 60px;
      font-size: 20px;
      margin-top: 15px;
      position: relative; }
      .banner .searchbox .search input[type=text] {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border: 0;
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
        background: #fff;
        line-height: 30px;
        padding: 10px 20px;
        box-sizing: border-box; }
      .banner .searchbox .search .searchbtn {
        display: block;
        cursor: pointer;
        width: 60px;
        background: #4dbdc3 url(../img/recycle/search.png) no-repeat center center;
        background-size: 40px 40px; }
      .banner .searchbox .search .search-box::-webkit-scrollbar {
        display: none; }
      .banner .searchbox .search .search-box {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        font-size: 16px;
        display: none;
        width: 100%;
        height: 190px;
        overflow-y: auto;
        overflow-x: hidden; }
        .banner .searchbox .search .search-box li {
          margin-right: 15px;
          margin-top: 5px;
          cursor: pointer;
          width: 90%;
          height: 18px; }
        .banner .searchbox .search .search-box li.on {
          color: #4DBDC3; }
      .banner .searchbox .search .search-box:hover {
        display: block; }
      .banner .searchbox .search .search-box.on {
        display: block; }

.step {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  position: relative; }
  .step .stepicon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .step .stepicon li {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .step .stepicon li i {
        display: block;
        width: 40px;
        height: 40px;
        background: url(../img/recycle/searchbox_icon.png) no-repeat;
        background-size: 160px; }
      .step .stepicon li p {
        margin-left: 15px;
        font-size: 16px;
        color: #333;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .step .stepicon li:nth-child(2) i {
        background-position: -40px; }
      .step .stepicon li:nth-child(3) i {
        background-position: -80px; }
      .step .stepicon li:nth-child(4) i {
        background-position: -120px; }
  .step .stepdot {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    top: 55px;
    position: absolute;
    height: 30px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 120px;
    padding-right: 120px;
    box-sizing: border-box; }
    .step .stepdot li {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .step .stepdot li div {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #eee;
        position: relative; }
        .step .stepdot li div:before, .step .stepdot li div:after {
          content: "";
          display: block;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background: #eee;
          position: absolute; }
        .step .stepdot li div:before {
          left: -10px;
          top: 0; }
        .step .stepdot li div:after {
          right: -10px;
          top: 0; }

.hotwrp {
  background: #eee;
  padding: 45px 0 70px; }
  .hotwrp .hottitle {
    height: 50px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .hotwrp .hottitle > div {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .hotwrp .hottitle > div h2 {
        font-size: 22px;
        color: #333;
        margin-right: 40px;
        padding: 5px; }
      .hotwrp .hottitle > div span {
        font-size: 16px;
        line-height: 30px;
        cursor: pointer;
        padding: 0 5px;
        border-bottom: 1px solid #eee;
        margin-right: 40px; }
        .hotwrp .hottitle > div span:hover {
          color: #4dbdc3;
          border-color: #4dbdc3; }
      .hotwrp .hottitle > div .cur {
        color: #4dbdc3;
        border-color: #4dbdc3; }

.hotmodels {
  min-height: 400px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  align-items: flex-start;
  margin-top: 20px; }
  .hotmodels .moremodels {
    position: absolute;
    right: 0;
    top: -52px; }
  .hotmodels .moremodels a {
    color: #333;
    font-size: 16px; }
    .hotmodels .moremodels a:hover {
      color: #4dbdc3; }
  .hotmodels .mobile {
    padding: 20px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 281px;
    background: #fff;
    margin-right: 20px;
    margin-left: -1px; }
    .hotmodels .mobile li {
      width: 120px;
      height: 100px;
      border-top: 1px solid #eee;
      overflow: hidden;
      box-sizing: border-box; }
      .hotmodels .mobile li a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 240px;
        height: 100px;
        box-sizing: border-box; }
        .hotmodels .mobile li a img {
          width: 240px;
          height: 100px;
          background-size: 120px 100px; }
        .hotmodels .mobile li a:hover {
          margin-left: -120px; }
      .hotmodels .mobile li:nth-child(1), .hotmodels .mobile li:nth-child(2) {
        border-top: 0; }
      .hotmodels .mobile li:nth-child(2n) {
        border-left: 1px solid #eee; }
    .hotmodels .mobile .active a {
      margin-left: -120px; }
  .hotmodels .hotshow {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .hotmodels .hotshow li {
      height: 310px;
      width: 185px;
      margin-right: 20px;
      background: #fff;
      transition: all .5s ease; }
      .hotmodels .hotshow li:nth-child(4n) {
        margin-right: 0; }
      .hotmodels .hotshow li:nth-child(1), .hotmodels .hotshow li:nth-child(2), .hotmodels .hotshow li:nth-child(3), .hotmodels .hotshow li:nth-child(4) {
        margin-bottom: 20px; }
      .hotmodels .hotshow li a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%; }
        .hotmodels .hotshow li a img {
          background-size: 100% 100%;
          width: 150px;
          height: 150px;
          margin-bottom: 20px; }
        .hotmodels .hotshow li a .text {
          font-size: 14px;
          text-align: center; }
          .hotmodels .hotshow li a .text p {
            margin-bottom: 5px; }
            .hotmodels .hotshow li a .text p:nth-child(1) {
              color: #333; }
            .hotmodels .hotshow li a .text p:nth-child(2) {
              color: #a3a3a3; }
          .hotmodels .hotshow li a .text span {
            color: red; }
      .hotmodels .hotshow li:hover {
        margin-top: -10px;
        box-shadow: 0 15px 30px #ddd; }

.hotmodels.on {
  display: flex; }

.content_index > .slogan {
  position: relative;
  color: #fff;
  background: #182129 url(../img/recycle/sloganbg.jpg) no-repeat center center;
  background-size: 1920px 300px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .content_index > .slogan .textbox {
    height: 300px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .content_index > .slogan .textbox .sloganinfo {
      font-size: 22px;
      color: #fff;
      font-weight: 700;
      text-align: center; }
    .content_index > .slogan .textbox .iconbox {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 30px; }
      .content_index > .slogan .textbox .iconbox li {
        width: 120px; }
        .content_index > .slogan .textbox .iconbox li i {
          display: block;
          background: url(../img/recycle/slogan.png) no-repeat;
          width: 100px;
          height: 100px;
          background-size: 400px 100px;
          margin: 0 auto; }
        .content_index > .slogan .textbox .iconbox li p {
          font-size: 16px;
          margin-top: 10px;
          text-align: center; }
        .content_index > .slogan .textbox .iconbox li:nth-child(2) i {
          background-position: -100px; }
        .content_index > .slogan .textbox .iconbox li:nth-child(3) i {
          background-position: -200px; }
        .content_index > .slogan .textbox .iconbox li:nth-child(4) i {
          background-position: -300px; }

.moreinfo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px; }
  .moreinfo .eval {
    width: 420px;
    padding: 25px 20px 10px;
    box-sizing: border-box;
    border: 1px solid #ececec; }
    .moreinfo .eval h3 {
      font-size: 14px;
      padding-left: 10px;
      border-left: 3px solid #4dbdc3;
      color: #4dbdc3;
      line-height: 20px; }
    .moreinfo .eval ul {
      margin-top: 15px; }
      .moreinfo .eval ul li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        line-height: 30px;
        border-bottom: 1px dashed #ececec; }
        .moreinfo .eval ul li p {
          font-size: 14px;
          color: #c3c3c3; }
        .moreinfo .eval ul li span {
          font-size: 14px;
          color: #676767;
          margin-left: 15px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
    .moreinfo .eval .moreeval {
      font-size: 14px;
      line-height: 30px;
      color: #4dbdc3;
      text-align: right;
      display: block;
      margin-top: 20px; }
  .moreinfo .news {
    padding: 25px 20px 10px;
    box-sizing: border-box;
    border: 1px solid #ececec;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px; }

.power {
  padding: 40px 0;
  box-sizing: border-box;
  /* .eval {
     width: 100%;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     margin-top: 50px;
     li {
       margin-right: 20px;
       width: 204px;
       box-sizing: border-box;
       border: 2px solid #eee;
       min-height: 300px;
       padding: 25px 18px 20px;
       line-height: 1.5;
       font-size: 14px;
       color: #333;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       cursor: pointer;
       transition: all .5s ease;
       &:hover {
         border-color: #4dbdc3;
         margin-top: -10px;
         margin-bottom: 10px;
       }
       &:last-child {
         margin-right: 0;
       }
       .phonenum {
         text-align: center;
       }
       .evaltext {
         height: 84px;
         overflow-y: hidden;
       }
       img {
         width: 80px;
         height: 80px;
         background-size: 100% 100%;
         border-radius: 50%;
         display: block;
         margin: 10px auto;
       }
       span {
         font-size: 12px;
         color: #676767;
         text-align: center;
       }
     }
   }*/ }
  .power .content {
    margin-top: 50px;
    position: relative; }
  .power .commend-cont .item-box {
    width: 1100px;
    font-size: 14px; }
  .power .commend-cont .ul_li {
    list-style: none;
    float: left;
    width: 260px;
    margin-right: 20px;
    border: 1px solid #ddd;
    height: 300px;
    background-color: white;
    border-radius: 15px; }
  .power .swiper-slide .ul_li:nth-child(4) {
    margin-right: 0px !important; }
  .power .commend-cont .ul_li .patron-info {
    padding: 20px 15px 10px; }
  .power .commend-cont .ul_li .patron-info .patron-img {
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    vertical-align: middle; }
  .power .commend-cont .right-info {
    float: left;
    width: 164px; }
  .power .commend-cont .parinfo {
    width: 100%;
    padding-top: 5px;
    padding-left: 10px; }
  .power .commend-cont .parinfo .patron-name {
    display: inline-block;
    width: 70px;
    text-align: center; }
  .power .commend-cont .patron-star {
    padding-left: 10px;
    padding-top: 10px; }
  .power .commend-cont .patron-star span {
    text-align: center;
    width: 70px;
    display: inline-block; }
  .power .commend-cont .patron-star .share-rate {
    display: inline-block; }
  .power .commend-cont .patron-discuss {
    border-radius: 10px;
    margin: 0 15px;
    height: 160px;
    position: relative;
    overflow: hidden; }
  .power .commend-cont .patron-discuss a {
    text-align: left;
    text-indent: 2em;
    color: #6a6a6a;
    padding: 10px;
    float: left;
    width: 220px;
    padding-top: 15px;
    height: 112px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    font-size: 14px;
    line-height: 1.8; }
  .power .commend-cont .fix-brand {
    text-align: center;
    width: 100%;
    margin-top: 15px; }
  .power .commend-cont .fix-brand a {
    color: #4dbdc3; }
  .power .commend-cont .item-box .xinxima {
    width: 260px;
    height: 235px;
    margin: auto; }
  .power .commend-cont .item-box .xinxila {
    width: 260px;
    height: 42px;
    word-wrap: break-word;
    word-break: normal;
    margin-top: 30px; }
  .power .commend-cont .item-box .xinxiimgs {
    background: url(../img/index/icon_share.png) -7px -2px no-repeat;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
    margin-top: 7px;
    margin-left: 77px; }
  .power .commend-cont .item-box .xinxidivsz {
    width: 10px;
    height: 10px;
    background: url(../img/user/icon_share.png) -66px -5px no-repeat;
    position: absolute;
    left: 10px;
    top: 10px; }
  .power .commend-cont .item-box .xinxitestx {
    width: 220px;
    height: 88px;
    word-wrap: break-word;
    word-break: normal;
    float: left;
    text-indent: 1em;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-top: 20px; }
  .power .commend-cont .item-box .xinxitestx a {
    color: #6a6a6a; }
  .power .commend-cont .item-box .xinxitestx a:hover {
    color: #41b9bf; }
  .power .commend-cont .item-box .xinxifanwei {
    width: 10px;
    height: 10px;
    background: url(../img/user/icon_share.png) -94px -6px no-repeat;
    position: absolute;
    right: 10px;
    top: 135px; }
  .power .commend-cont .item-box .xinxiboms {
    width: 260px;
    height: 65px;
    border-top: 1px solid #ddd;
    margin: auto;
    text-align: center;
    margin-top: -20px;
    padding: 0 10px; }
  .power .commend-cont .item-box .xinxitime {
    display: block;
    margin-top: 10px; }
  .power .commend-cont .rate-1 {
    background: url(../img/user/star.png) no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    float: none;
    margin: 0;
    border: 0;
    background-size: 100% 100%; }
  .power .content .swiper-button-prev {
    background: url("../img/user/prev.png");
    width: 80px;
    height: 60px;
    z-index: 999;
    margin-top: -25px;
    margin-left: -75px;
    display: none; }
  .power .content .swiper-button-next {
    background: url("../img/user/next.png");
    width: 80px;
    height: 60px;
    z-index: 999;
    margin-top: -25px;
    margin-right: -75px;
    display: none; }

.informationbox {
  background: #eee; }
  .informationbox .information {
    padding: 40px 0;
    box-sizing: border-box; }
  .informationbox .infobox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px; }
    .informationbox .infobox > li {
      background: #fff; }
      .informationbox .infobox > li ul {
        padding: 28px 12px 8px;
        box-sizing: border-box;
        min-height: 340px; }
      .informationbox .infobox > li .infotitle {
        height: 90px;
        background: #4dbdc3;
        color: #fff;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 2px solid #eee; }
        .informationbox .infobox > li .infotitle p {
          display: block;
          font-size: 18px;
          text-align: center;
          padding-left: 10px;
          line-height: 24px;
          border-left: 2px solid #fff;
          box-sizing: border-box; }
    .informationbox .infobox .news {
      width: 400px;
      margin-right: 18px; }
      .informationbox .infobox .news ul li {
        margin-bottom: 20px; }
        .informationbox .infobox .news ul li a {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          height: 100%; }
          .informationbox .infobox .news ul li a img {
            display: block;
            width: 110px;
            height: 80px;
            background-size: 100% 100%;
            margin-right: 20px; }
          .informationbox .infobox .news ul li a .newsinfo {
            width: 200px;
            padding-top: 10px;
            box-sizing: border-box; }
            .informationbox .infobox .news ul li a .newsinfo p {
              display: block;
              text-overflow: ellipsis;
              white-space: nowrap;
              overflow: hidden; }
              .informationbox .infobox .news ul li a .newsinfo p:nth-child(1) {
                color: #333;
                font-size: 16px; }
              .informationbox .infobox .news ul li a .newsinfo p:nth-child(2) {
                font-size: 14px;
                color: #676767;
                margin-top: 20px;
                text-indent: 10px; }
          .informationbox .infobox .news ul li a:hover .newsinfo p:first-child {
            color: #4dbdc3; }
    .informationbox .infobox .new {
      width: 300px;
      margin-right: 20px; }
      .informationbox .infobox .new ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .informationbox .infobox .new ul li {
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          .informationbox .infobox .new ul li a {
            font-size: 16px;
            line-height: 1.5;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            color: #333;
            height: 100%; }
            .informationbox .infobox .new ul li a:hover {
              color: #4dbdc3; }
              .informationbox .infobox .new ul li a:hover span {
                color: #fff;
                background: #4dbdc3; }
            .informationbox .infobox .new ul li a p {
              text-overflow: ellipsis;
              white-space: nowrap;
              overflow: hidden;
              width: 210px; }
            .informationbox .infobox .new ul li a span {
              text-align: center;
              display: block;
              border-radius: 50%;
              width: 20px;
              height: 20px;
              line-height: 20px;
              background: #eee;
              margin-right: 10px; }
          .informationbox .infobox .new ul li:nth-child(1) a span, .informationbox .infobox .new ul li:nth-child(2) a span, .informationbox .infobox .new ul li:nth-child(3) a span {
            color: #fff;
            background: #4dbdc3; }
    .informationbox .infobox .activity {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .informationbox .infobox .activity .activityimg {
        padding: 25px 40px;
        box-sizing: border-box; }
        .informationbox .infobox .activity .activityimg .imgbox {
          width: 300px;
          height: 240px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          alifgn-items: center;
          overflow: hidden; }
        .informationbox .infobox .activity .activityimg .moreactivity {
          text-align: right;
          display: block;
          right: 0;
          position: relative;
          color: #333;
          margin-top: 20px;
          font-size: 14px; }
          .informationbox .infobox .activity .activityimg .moreactivity:hover {
            color: #4dbdc3; }

.showtitle {
  color: #333;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .showtitle span {
    font-size: 16px;
    margin-bottom: 20px; }
  .showtitle p {
    font-size: 22px;
    margin-bottom: 20px; }
  .showtitle i {
    display: block;
    width: 42px;
    height: 4px;
    background: #4dbdc3; }

.recycle_footer {
  margin-top: 0; }

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important; }

.swiper-pagination-bullet-active {
  background: #4dbdc3 !important; }

.img-cover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 999; }

/*# sourceMappingURL=recycle_index.css.map */
