#powerUniversity a:hover {
  color: #1cb29d; }
.all-wrap .pagination {
  display: block;
  padding-left: 0;
  margin: 44px 0 46px;
  text-align: center;
  font-size: 14px;
}
.all-wrap .pagination a {
  display: inline-block;
  border: 1px solid #e3e3e3;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  font-size: 14px;
  margin: 0 6px;
  vertical-align: baseline;
  background: transparent;
  color: #999;
  border-radius: 6px;
  cursor:pointer;
  font-weight: 500;
}
#powerUniversity .pagination a:hover {
  border-color: #20B09F;
  color: #fff;
  background: #20B09F;
}
.all-wrap .pagination select {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  border: 1px solid #e3e3e3;
  margin: 0 10px;
  width: 60px;
  border-radius: 6px;
}
#powerUniversity .ajax-load-more {
  height: 1.067rem;
}
#powerUniversity .ajax-load-more .ajax-loading {
  width: 50%;
  height: .533rem;
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-size: .32rem;
  left: 50%;
  margin-left: -26%;
  text-align: center;
}
#powerUniversity .ajax-load-more .ajax-loading-img {
  width: .533rem;
  transform: scale(3);
  position: absolute;
  z-index: -1;
  top: .013rem;
}
#powerUniversity .ajax-load-more .ajax-loading span {
  padding-left: .6rem;
  color: #999;
}
#powerUniversity .ajax-load-more .ajax-nomore,
#powerUniversity .ajax-load-more .ajax-more {
  text-align: center;
  font-size: .32rem;
  line-height: 1.067rem;
  color: #999;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-100px);
    transform: translateX(-50%) translateY(-100px); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-100px);
    transform: translateX(-50%) translateY(-100px); } }

@-webkit-keyframes fadeInUpBig-m {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-1.333rem);
    transform: translateX(-50%) translateY(-1.333rem); } }

@keyframes fadeInUpBig-m {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-1.333rem);
    transform: translateX(-50%) translateY(-1.333rem); } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-100px);
    transform: translateX(-50%) translateY(-100px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-80px);
    transform: translateX(-50%) translateY(-80px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-100px);
    transform: translateX(-50%) translateY(-100px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-80px);
    transform: translateX(-50%) translateY(-80px); } }

@-webkit-keyframes fadeOutDown-m {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-1.333rem);
    transform: translateX(-50%) translateY(-1.333rem); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-1.067rem);
    transform: translateX(-50%) translateY(-1.067rem); } }

@keyframes fadeOutDown-m {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-1.333rem);
    transform: translateX(-50%) translateY(-1.333rem); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-1.067rem);
    transform: translateX(-50%) translateY(-1.067rem); } }

#powerUniversity .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.all-wrap .center-box {
  width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto; }

.all-wrap .linkList {
  width: 350px;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .all-wrap .linkList h2 {
    height: 65px;
    line-height: 1;
    border-bottom: 1px solid #ebebeb;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 35px; }
  .all-wrap .linkList a {
    margin-bottom: 22px; }
  .all-wrap .linkList .linkSwiper {
    width: 290px;
    height: 290px;
    margin-top: 38px;
    position: relative;
    overflow: hidden;
    border-radius: 6px; }
    .all-wrap .linkList .linkSwiper .swiper-wrapper {
      width: 100%;
      height: 100%; }
      .all-wrap .linkList .linkSwiper .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 6px;
        overflow: hidden; }
      .all-wrap .linkList .linkSwiper .swiper-wrapper img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        border-radius: 6px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    .all-wrap .linkList .linkSwiper .pagination {
      position: absolute;
      z-index: 20;
      bottom: 20px;
      width: 290px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 15px;
      text-align: center;
      display: flex;
      margin: 0; }
      .all-wrap .linkList .linkSwiper .pagination .swiper-pagination-switch {
        width: 20px;
        height: 4px;
        border-radius: 2px;
        background: rgba(255, 255, 255, 0.6);
        margin-right: 5px;
        cursor: pointer;
        -webkit-transition: width 0.3s;
        transition: width 0.3s; }
      .all-wrap .linkList .linkSwiper .pagination .swiper-active-switch {
        background: #fff; }

.all-wrap .btna {
  width: auto;
  min-width: 168px;
  height: 44px;
  line-height: 44px;
  background: #1cb29d;
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  border-radius: 6px; }

.all-wrap .powerUniversity-toobar-pc {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2%;
  min-width: 1200px;
  height: 50px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0 0 2px 1px #eee;
  box-shadow: 0 0 2px 1px #eee; }
  .all-wrap .powerUniversity-toobar-pc .left_bar {
    width: 536px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    line-height: 50px;
    margin-right: 60px; }
    .all-wrap .powerUniversity-toobar-pc .left_bar a {
      display: inline-block;
      padding: 0 17px;
      color: #333; }
    .all-wrap .powerUniversity-toobar-pc .left_bar .active,
    .all-wrap .powerUniversity-toobar-pc .left_bar a:hover {
      color: #1cb29d; }
  .all-wrap .powerUniversity-toobar-pc .right_bar {
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end; }
    .all-wrap .powerUniversity-toobar-pc .right_bar .search_inp {
      border: none;
      outline: none;
      height: 50px;
      font-size: 12px;
      width: 220px;
      color: #565656;
      background: #f5f5f5;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 35px 0 20px; }
    .all-wrap .powerUniversity-toobar-pc .right_bar .iconsousuo{
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        cursor: pointer;
        color: #cdcdcd;
    }
    .all-wrap .powerUniversity-toobar-pc .right_bar .search_inp:focus+.iconsousuo{
      color: #333; }
    .all-wrap .powerUniversity-toobar-pc .right_bar .telBox {
      margin-left: 20px;
      line-height: 50px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .all-wrap .powerUniversity-toobar-pc .right_bar .telBox .iconshouyedibudianhua {
        font-size: 14px;
        color: #333;
        vertical-align: middle; }
      .all-wrap .powerUniversity-toobar-pc .right_bar .telBox span {
        font-size: 14px;
        font-weight: 400;
        color: #333333; }

.all-wrap .recommended-item {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.all-wrap .recommended-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bfbfbf;
  top: 9px;
  left: 0; }

.all-wrap .recommended-item:hover::before {
  background: #1cb29d; }

.all-wrap .articleCard {
  width: 285px;
  border: 1px solid #ebebeb;
  border-radius: 7px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .all-wrap .articleCard .imgBox {
    height: 160px;
    position: relative;
    background: #f7f8f9;
    margin-bottom: 16px; }
    .all-wrap .articleCard .imgBox img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
  .all-wrap .articleCard .videoMarsk {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10; }
    .all-wrap .articleCard .videoMarsk .iconfont {
      color: #ffff;
      font-size: 40px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 40px;
      height: 40px; }
  .all-wrap .articleCard .content-box {
    width: 245px;
    min-height: 85px;
    margin: auto;
    border-bottom: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
  .all-wrap .articleCard .articleCard-title {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 550;
    margin-bottom: 10px;
    color: #333; }
  .all-wrap .content-box:hover .articleCard-title{
    color: #1cb29d; }
  .all-wrap .articleCard .articleCard-desc {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 20px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 40px;
    overflow: hidden; }
  .all-wrap .articleCard .articleCard-date {
    font-size: 14px;
    color: #888888;
    position: absolute;
    left: 0;
    bottom: 12px; }
  .all-wrap .articleCard .bottomBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .all-wrap .articleCard .bottomBox > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 30px;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 8px; }
      .all-wrap .articleCard .bottomBox > div i {
        color: #888888;
        margin-right: 6px; }
      .all-wrap .articleCard .bottomBox > div span {
        font-size: 14px;
        color: #888888;
        display: inline-block;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all; }
    .all-wrap .articleCard .bottomBox .watch {
      cursor: default;
      border-right: 1px solid #ebebeb; }
    .all-wrap .applaud {
      cursor: pointer;
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      height: 100%; }
    .all-wrap .applaud:hover {
      color: #1cb29d; }
      .all-wrap .applaud:hover > span,
      .all-wrap .applaud:hover i {
        color: #1cb29d !important; }
    .all-wrap .add {
      padding: 0 12px;
      height: 40px;
      font-size: 16px;
      color: #fff;
      background: #1cb29d;
      position: absolute;
      left: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      opacity: 0;
      display: block;
      pointer-events: none;
      border-radius: 4px;
      white-space: nowrap;
      line-height: 40px; }

.all-wrap .articleListItem {
  width: 874px;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 205px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .all-wrap .articleListItem .imgBox {
    width: 240px;
    margin-left: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 135px;
    position: relative;
    border-radius: 6px;
    overflow: hidden; }
    .all-wrap .articleListItem .imgBox img {
      max-width: 100%;
      margin-right: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    .all-wrap .articleListItem .imgBox .videoMarsk {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 10; }
      .all-wrap .articleListItem .imgBox .videoMarsk .iconfont {
        color: #ffff;
        font-size: 40px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 40px;
        height: 40px; }
  .all-wrap .articleListItem .left {
    min-height: 150px;
    width: 100%;
    min-width: 579px; }
  .all-wrap .articleListItem .title {
    font-size: 20px;
    font-weight: 550;
    color: #333333;
    line-height: 24px;
    max-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: auto;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px; }
  .all-wrap .articleListItem .content {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 24px;
    max-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 44px; }
  .all-wrap .articleListItem .subtip {
    position: absolute;
    bottom: 40px;
    width: 100%;
    color: #888;
    font-size: 14px; }
    .all-wrap .articleListItem .subtip span {
      margin-right: 30px;
      vertical-align: middle; }
    .all-wrap .articleListItem .subtip .num {
      width: 95px;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-break: break-all; }
      .all-wrap .articleListItem .subtip .num i {
        vertical-align: middle; }
  .all-wrap .articleListItem .applaud {
    display: inline-block;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%; }
    .all-wrap .articleListItem .applaud .num {
      width: auto;
      margin-right: 0; }
    .all-wrap .articleListItem .applaud i {
      vertical-align: middle; }
  .all-wrap .articleListItem .applaud:hover {
    color: #1cb29d; }
    .all-wrap .articleListItem .applaud:hover > span,
    .all-wrap .articleListItem .applaud:hover i {
      color: #1cb29d; }
  .all-wrap .articleListItem .add {
    padding: 0 12px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #1cb29d;
    position: absolute;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    display: block;
    pointer-events: none;
    border-radius: 4px;
    white-space: nowrap;
    line-height: 40px; }

.all-wrap .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

.all-wrap .fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

.m-wrap .powerUniversity-toobar-m {
  height: 1.92rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  border-bottom: 1px solid #ebebeb;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.4rem; }
  .m-wrap .powerUniversity-toobar-m img {
    width: 2.173rem;
    margin-bottom: 0.15rem;
    height: 0.4rem;}
  .m-wrap .powerUniversity-toobar-m .inputBox {
    width: 6.533rem;
    height: 0.853rem;
    position: relative; }
    .m-wrap .powerUniversity-toobar-m .inputBox input {
      width: 6.533rem;
      height: 0.853rem;
      padding: 0.267rem 0.4rem;
      padding-right: 0.8rem;
      border-radius: 0.427rem;
      background: #f5f5f5;
      border: 0;
      outline: 0;
      font-size: 0.347rem;
      position: absolute;
      font-weight: 400;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .m-wrap .powerUniversity-toobar-m .inputBox input:focus {
      background: #fff;
      -webkit-box-shadow: 0 0 0.08rem 0.013rem #ececec inset;
      box-shadow: 0 0 0.08rem 0.013rem #ececec inset; }
    .m-wrap .powerUniversity-toobar-m .inputBox .iconfont {
      font-size: 0.427rem;
      position: absolute;
      top: 50%;
      margin-top: -0.213rem;
      right: 0.347rem;
      color: #c1c1c1; }

.m-wrap .leftBorder {
  height: 0.4rem;
  line-height: 0.4rem;
  border-left: 0.053rem solid #1cb29d;
  font-size: 0.427rem;
  font-weight: 500;
  color: #333333;
  text-indent: 0.5em;
  margin-bottom: 0.4rem; }

.m-wrap .articleListItem {
  width: 100%;
  padding: 0.533rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 2.8rem;
  position: relative;
  border-bottom: 0.013rem solid #ebebeb;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .m-wrap .articleListItem .imgBox {
    width: 2.867rem;
    margin-left: 0.533rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1.6rem;
    position: relative;
    border-radius: 0.08rem;
    overflow: hidden; }
    .m-wrap .articleListItem .imgBox img {
      max-width: 100%;
      margin-right: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    .m-wrap .articleListItem .imgBox .videoMarsk {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 10; }
      .m-wrap .articleListItem .imgBox .videoMarsk .iconfont {
        color: #ffff;
        font-size: 0.533rem;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 0.533rem;
        height: 0.533rem; }
  .m-wrap .articleListItem .left {
    min-height: 2.267rem;
    min-width: 5.733rem; }
  .m-wrap .articleListItem .title {
    font-size: 0.347rem;
    font-weight: 550;
    color: #333333;
    line-height: 0.427rem;
    max-height: 0.853rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0.133rem; }
  .m-wrap .articleListItem .crumbs {
    width: 100%;
    margin-bottom: .133rem;
    line-height: .32rem;}
    .m-wrap .articleListItem .crumbs a, .m-wrap .articleListItem .crumbs h3 {
      display: inline;
      vertical-align: middle;
      font-size: .24rem;
      color: #999999; }
    .m-wrap .articleListItem .crumbs span {
      color: #999999;
      font-size: .267rem;
      vertical-align: middle; }
  .m-wrap .articleListItem .content {
    font-size: 0.293rem;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 0.453rem;
    max-height: 0.907rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: .533rem; }
  .m-wrap .articleListItem .subtip {
    position: absolute;
    bottom: 0.533rem;
    width: 100%;
    font-size: 0.24rem; }
    .m-wrap .articleListItem .subtip .iconfont{
        font-size: 0.266rem;
    }
    .m-wrap .articleListItem .subtip span {
      margin-right: 0.4rem;
      vertical-align: middle;
      color: #999999; }
    .m-wrap .articleListItem .subtip .num {
      width: 1.667rem;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-break: break-all;
      color: #999999; }
      .m-wrap .articleListItem .subtip .num i {
        vertical-align: middle;
        color: #999999; }
  .m-wrap .applaud {
    display: inline-block;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%; }
    .m-wrap .applaud .num {
      width: auto;
      margin-right: 0; }
    .m-wrap .applaud i {
      vertical-align: middle; }
  .m-wrap .applaud:hover {
    color: #1cb29d; }
    .m-wrap .applaud:hover > span,
    .m-wrap .applaud:hover i {
      color: #1cb29d; }
  .m-wrap .applaud .add {
    padding: 0 0.32rem;
    height: .8rem;
    font-size: 0.36rem;
    color: #fff;
    background: #1cb29d;
    position: absolute;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    display: block;
    pointer-events: none;
    border-radius: 0.053rem;
    white-space: nowrap;
    line-height: 0.85rem; }

.m-wrap .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig-m;
  animation-name: fadeInUpBig-m; }

.m-wrap .fadeOutDown {
  -webkit-animation-name: fadeOutDown-m;
  animation-name: fadeOutDown-m; }
