/* common top nav */
.container {
  width: 1300px !important;
  padding: 0; }

html, body {
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  background-image: url(../img/bgImg.png);
  background-repeat: repeat-x; }

.ng-main {
  margin-top: 112px; }

/* go back */
.go-back {
  cursor: pointer;
  width: 52px;
  height: 52px;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  bottom: 170px;
  right: 50px;
  background-image: url(../img/back-top.png);
  background-size: cover;
  opacity: .1;
  display: none; }
  .go-back:hover {
    background-image: url(../img/back-topH.png);
    opacity: .8; }

/* nav */
.navbar {
  width: 100%;
  height: 90px;
  min-width: 1300px;
  min-height: 90px;
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid transparent;
  -ms-box-shadow: 0 1px 4px 0 #ececec;
  -webkit-box-shadow: 0 1px 4px 0 #ececec;
  -moz-box-shadow: 0 1px 4px 0 #ececec;
  box-shadow: 0 1px 4px 0 #ececec;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998; }

.navbar-nav {
  height: 90px; }
  .navbar-nav li {
    width: 102px;
    height: 90px;
    text-align: center;
    line-height: 90px; }
    .navbar-nav li a {
      color: #333;
      padding: 26px;
      margin-top: 9px;
      font-size: 16px; }
      .navbar-nav li a:hover, .navbar-nav li a:visited, .navbar-nav li a:focus, .navbar-nav li a:active {
        background: none; }
    .navbar-nav li .editor {
      display: inline-block;
      cursor: pointer;
      width: 44px;
      height: 44px;
      border: 1px solid #57ad68;
      border-radius: 50%;
      vertical-align: middle;
      overflow: hidden;
      margin-right: 50px; }
      .navbar-nav li .editor .edit-con {
        display: inline-block;
        width: 38px;
        height: 38px;
        margin-left: 2px;
        margin-top: 2px;
        border-radius: 50%;
        text-align: center;
        background: -webkit-linear-gradient(left, rgba(101, 181, 117, 0.9), #55b668); }
        .navbar-nav li .editor .edit-con .edit {
          width: 19px;
          height: 20px;
          margin-bottom: 56px;
          margin-left: 2px; }
    .navbar-nav li.esp {
      margin-left: 390px; }
      .navbar-nav li.esp > div {
        width: 230px; }
      .navbar-nav li.esp a {
        padding: 17px !important;
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        line-height: 0;
        width: 126px;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        border: 1px solid rgba(120, 188, 133, 0.5);
        -ms-border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        color: #57ad68;
        cursor: pointer; }
        .navbar-nav li.esp a:hover {
          border: none;
          color: #fff;
          background-color: #57ad68;
          -ms-transition: all 300ms linear;
          -webkit-transition: all 300ms linear;
          -moz-transition: all 300ms linear;
          transition: all 300ms linear; }
    .navbar-nav li.active {
      font-weight: bold;
      border-bottom: 3px solid #000000; }

.navbar-header {
  height: 90px; }
  .navbar-header a {
    height: 90px;
    padding-left: 0;
    padding-right: 98px;
    margin: 0 !important; }
    .navbar-header a img {
      margin-top: 11px; }

/* common footer nav */
.footer {
  clear: both;
  height: 117px;
  min-width: 1300px;
  width: 100%;
  background-color: #1a1818;
  color: #666;
  font-size: 12px; }

.foot {
  width: 1300px;
  margin: auto; }
  .foot .foot-logo {
    width: 100px;
    margin-top: 35px; }

.foot-link {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  margin-top: 42px;
  margin-left: 15px; }
  .foot-link ul {
    height: 25px;
    padding-left: 0;
    margin-bottom: 0; }
    .foot-link ul li {
      list-style: none;
      float: left;
      line-height: 25px;
      margin-right: 20px;
      text-align: left; }
  .foot-link p {
    margin: 0 !important; }

.foot-icon {
  float: right;
  margin-top: 40px; }
  .foot-icon li {
    list-style: none;
    float: left;
    width: 44px;
    height: 44px;
    margin-right: 18px; }
  .foot-icon .footi1 {
    background: url(../img/foot-appH.png) no-repeat;
    background-size: 100%; }
  .foot-icon .footi2 {
    background: url(../img/foot-sinaH.png) no-repeat;
    background-size: 100%; }
  .foot-icon .footi3 {
    background: url(../img/foot-wechatH.png) no-repeat;
    background-size: 100%; }

/* common pianke banner */
.pianke-banner {
  width: 1077px;
  height: 400px;
  margin: 50px auto 70px; }
  .pianke-banner .banner-btn {
    display: inline-block;
    width: 24px;
    height: 100%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center; }
  .pianke-banner .btn-left {
    background-image: url(../img/left-btn.png);
    float: left; }
  .pianke-banner .btn-right {
    background-image: url(../img/right-btn.png);
    float: right; }
  .pianke-banner .banner-box {
    position: relative;
    margin-left: 59px; }
    .pianke-banner .banner-box ul li {
      position: absolute;
      left: 0;
      top: 0;
      list-style: none; }
      .pianke-banner .banner-box ul li img {
        width: 100%;
        height: 100%; }

/* home newest */
.newest-all, .home-read-all, .home-ting-all, .hot-pianker-all, .home-more-all, .read {
  width: 100%;
  min-width: 1300px; }

.newest, .ting {
  width: 960px;
  height: auto;
  margin: 50px auto 70px; }
  .newest div, .ting div {
    position: relative;
    padding: 0;
    overflow: hidden; }
    .newest div img, .ting div img {
      width: 100%;
      transition: all 0.5s; }
    .newest div a:hover img, .ting div a:hover img {
      -ms-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
      -ms-transition: transform 400ms linear;
      -webkit-transition: transform 400ms linear;
      -moz-transition: transform 400ms linear;
      transition: transform 400ms linear; }
    .newest div a:hover p, .ting div a:hover p {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }

.read-status, .radio-status {
  transition: all 0.5s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0; }
  .read-status i, .radio-status i {
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 20px;
    left: 20px; }
  .read-status span, .radio-status span {
    line-height: 100px;
    margin-left: 20px;
    color: #fff;
    font-size: 14px; }

.radio-status, .ting-true {
  height: 100%; }
  .radio-status i, .ting-true i {
    position: relative;
    left: 0;
    top: 25px;
    margin: auto; }
  .radio-status em, .ting-true em {
    display: block;
    width: 82px;
    height: 82px;
    margin: 30% auto 0;
    background: url(../img/play-icon.png) no-repeat;
    background-size: 100%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .radio-status span, .ting-true span {
    display: block;
    text-align: center; }
  .radio-status:hover em, .ting-true:hover em {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6; }

/* home read */
.home-read, .home-ting, .home-hot {
  width: 960px;
  margin: 0 auto 50px; }

.home-title {
  font-size: 15px;
  margin-bottom: 40px; }
  .home-title i {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    vertical-align: middle;
    background: #333333; }

.home-read-item {
  padding: 0; }
  .home-read-item li {
    list-style: none;
    width: 100%;
    height: 216px;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.read-content, .card-read {
  position: relative;
  height: 216px;
  width: 640px;
  float: left;
  padding-left: 20px;
  font-weight: 200;
  /*.read-mess{
    position: relative;
    .more-btn{
      position: absolute;
      right: 10px;
    }
  }*/ }
  .read-content .read-title a, .card-read .read-title a {
    color: #333;
    font-size: 24px;
    text-decoration: none;
    line-height: 35px; }
    .read-content .read-title a:hover, .card-read .read-title a:hover {
      color: #57ad68; }
  .read-content .read-author a, .card-read .read-author a {
    color: #333;
    text-decoration: none; }
    .read-content .read-author a:hover, .card-read .read-author a:hover {
      color: #57ad68; }
  .read-content .read-mess, .card-read .read-mess {
    width: 98%; }
    .read-content .read-mess span, .card-read .read-mess span {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      margin-bottom: 7px; }
    .read-content .read-mess i, .card-read .read-mess i {
      display: block;
      width: 30px;
      height: 1px;
      background: #333;
      margin: 10px 0; }
  .read-content a, .card-read a {
    text-decoration: none;
    color: #78bc85;
    font-weight: 200; }
    .read-content a:hover, .card-read a:hover {
      color: #57ad68; }
    .read-content a img, .card-read a img {
      vertical-align: baseline;
      width: 5px;
      margin-left: 3px; }
  .read-content .read-data, .card-read .read-data {
    color: #999;
    position: absolute;
    bottom: 15px;
    left: 13px; }
    .read-content .read-data em, .card-read .read-data em {
      font-style: normal;
      vertical-align: middle;
      margin: 0 7px; }

.read-thumb {
  position: relative;
  width: 300px;
  height: 216px;
  overflow: hidden;
  float: right; }
  .read-thumb img {
    width: 100%;
    position: absolute;
    top: -44px; }

/* home ting */
.ting {
  margin: 0; }
  .ting .ting-box {
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    margin: 0 10px;
    width: 300px;
    height: 430px;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    font-weight: 200; }
  .ting em {
    margin: 37% auto 0; }

.ting-content {
  height: 120px;
  width: 100%; }
  .ting-content h3, .ting-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 5%;
    margin-right: 5%; }
  .ting-content .read-data {
    position: relative;
    margin: 20px auto;
    width: 94%; }
  .ting-content .read-data {
    bottom: 0;
    left: 0; }

/* home hot pianker */
.hot-pianker-data {
  width: 230px;
  height: 235px;
  margin-left: 13px;
  background: url(../img/user-bg.png) no-repeat;
  background-size: cover; }
  .hot-pianker-data .data-left {
    width: 80px;
    display: inline-block;
    text-align: center;
    margin: 40px 0 0 10px; }
    .hot-pianker-data .data-left a img {
      width: 80px;
      height: 80px;
      -ms-border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .hot-pianker-data .data-left img {
      width: 52px;
      margin-top: 10px; }
  .hot-pianker-data .data-rigth {
    float: right;
    width: 95px;
    margin-top: 80px; }
    .hot-pianker-data .data-rigth span {
      color: #999;
      font-size: 12px;
      font-weight: lighter;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
    .hot-pianker-data .data-rigth a {
      color: #333;
      text-decoration: none; }
      .hot-pianker-data .data-rigth a:hover {
        color: #57ad68; }
      .hot-pianker-data .data-rigth a p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .hot-pianker-data .data-rigth i {
      display: block;
      margin-bottom: 5px;
      width: 15px;
      height: 1px;
      background: #333; }

/* home more data */
.home-more-btn {
  width: 190px;
  height: 45px;
  margin: 84px auto 94px;
  text-align: center;
  color: #fff;
  line-height: 45px; }
  .home-more-btn .more-border {
    padding: 4px;
    -ms-border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid rgba(120, 188, 133, 0.6); }
    .home-more-btn .more-border .more-content {
      margin: 0;
      font-size: 16px;
      -ms-box-shadow: 0 1px 3px 0 #fff,0 2px 3px 0 #78bc85;
      -webkit-box-shadow: 0 1px 3px 0 #fff, 0 2px 3px 0 #78bc85;
      -moz-box-shadow: 0 1px 3px 0 #fff,0 2px 3px 0 #78bc85;
      box-shadow: 0 1px 3px 0 #fff, 0 2px 3px 0 #78bc85;
      cursor: pointer;
      background-color: #78bc85;
      -ms-border-radius: 25px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      font-weight: 100; }
      .home-more-btn .more-border .more-content:hover {
        background: #57ad68; }

.home-data {
  width: 1200px;
  background: url(../img/line-bg.png) no-repeat;
  background-size: 100%;
  margin: 80px auto; }
  .home-data .home-title {
    text-align: center;
    position: relative;
    bottom: 10px; }

.home-once li {
  overflow: hidden;
  list-style: none;
  width: 270px;
  background-color: #fff;
  font-size: 12px;
  border: 1px solid #e8e8e8;
  float: left;
  margin: 6px; }
  .home-once li:hover {
    -ms-box-shadow: 0 6px 20px 0 #e8e8e8;
    -webkit-box-shadow: 0 6px 20px 0 #e8e8e8;
    -moz-box-shadow: 0 6px 20px 0 #e8e8e8;
    box-shadow: 0 6px 20px 0 #e8e8e8; }
  .home-once li img {
    width: 100%;
    height: 290px; }
  .home-once li .card-item .card-ting-title, .home-once li .card-item .user-sign, .home-once li .card-item .card-user-info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px; }
    .home-once li .card-item .card-ting-title a, .home-once li .card-item .user-sign a, .home-once li .card-item .card-user-info a {
      color: #333;
      font-size: 18px;
      text-decoration: none;
      margin-left: 10px;
      font-weight: 300; }
      .home-once li .card-item .card-ting-title a:hover, .home-once li .card-item .user-sign a:hover, .home-once li .card-item .card-user-info a:hover {
        color: #57ad68; }
  .home-once li .card-item .user-sign, .home-once li .card-item .card-user-info {
    margin: 10px 0 30px;
    display: inline-block; }
    .home-once li .card-item .user-sign a, .home-once li .card-item .card-user-info a {
      font-size: 12px; }
  .home-once li .card-item .card-others .card-type {
    border: 1px solid rgba(204, 204, 204, 0.5);
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 6px;
    margin-left: 10px; }
    .home-once li .card-item .card-others .card-type a {
      color: #666;
      font-size: 12px;
      text-decoration: none;
      font-weight: 300; }
    .home-once li .card-item .card-others .card-type:hover {
      border-color: #57ad68; }
      .home-once li .card-item .card-others .card-type:hover a {
        color: #57ad68; }
  .home-once li .card-item .card-others .card-data {
    color: #ccc;
    float: right;
    margin-right: 10px; }
  .home-once li .card-item .card-user {
    margin-top: 10px;
    background: #fafafa;
    padding: 8px 0; }
    .home-once li .card-item .card-user a img {
      border: 1px solid #e8e8e8;
      width: 30px;
      height: 30px;
      -ms-border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      vertical-align: middle;
      margin-right: 10px; }
    .home-once li .card-item .card-user .card-likes {
      display: inline-block;
      cursor: pointer;
      width: 20px;
      height: 20px;
      background: url(../img/like.png) no-repeat;
      background-position: 0 center;
      background-size: 100%;
      float: right;
      margin-right: 10px;
      margin-top: 7px; }
      .home-once li .card-item .card-user .card-likes:hover {
        background: url(../img/likeH.png) no-repeat;
        background-size: 100%;
        background-position: 0 center; }
  .home-once li .card-item .card-user-info {
    margin: 0; }
  .home-once li .card-item .card-ting-title {
    margin-top: 20px; }
  .home-once li .card-item .card-read {
    width: auto;
    height: auto;
    margin-bottom: 15px; }
    .home-once li .card-item .card-read img {
      vertical-align: baseline;
      width: 5px;
      height: 10px;
      margin-left: 3px; }
    .home-once li .card-item .card-read span {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden; }
  .home-once li .card-pic {
    display: inline-block;
    width: 290px;
    height: 290px;
    position: relative; }
    .home-once li .card-pic .ting-true {
      transition: all 0.5s;
      width: 100%;
      height: 290px;
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: 0;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0; }
    .home-once li .card-pic:hover .ting-true {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }

.home-data-bottom {
  clear: both;
  height: 50px; }

.mark-line {
  color: #333;
  font-size: 17px;
  margin-bottom: 40px; }
  .mark-line > span {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    background: #000;
    margin-right: 5px; }

.read .classification {
  width: 960px;
  min-width: 960px;
  margin: auto; }
  .read .classification ul {
    height: 253px;
    padding: 0;
    margin-bottom: 70px; }
    .read .classification ul li {
      float: left;
      width: 191px;
      height: 84px;
      overflow: hidden;
      position: relative;
      margin-right: 1px;
      margin-bottom: 1px; }
      .read .classification ul li img {
        width: 191px;
        transition: all 1s; }
      .read .classification ul li em {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        background: #000;
        opacity: .2; }
      .read .classification ul li div {
        text-align: center;
        width: 191px;
        height: 84px;
        position: absolute;
        top: 0; }
        .read .classification ul li div h4 {
          color: #fff;
          font-size: 16px;
          margin-top: 25px;
          margin-bottom: 5px; }
        .read .classification ul li div span {
          display: inline-block;
          font-size: 12px;
          color: #fff;
          text-align: center; }
      .read .classification ul li a:hover img {
        transform: scale(1.1); }
.read .hot-article {
  width: 960px;
  min-width: 960px;
  margin: auto; }
  .read .hot-article ul {
    width: 100%;
    padding: 0; }
    .read .hot-article ul li {
      list-style: none;
      height: 221px;
      padding: 20px 20px 0 20px;
      border: 1px solid #e8e8e8;
      margin-bottom: 10px; }
      .read .hot-article ul li h2 {
        font-size: 24px;
        line-height: 2px; }
        .read .hot-article ul li h2 a {
          color: #333;
          text-decoration: none; }
          .read .hot-article ul li h2 a:hover {
            color: #57ad68; }
      .read .hot-article ul li > a {
        font-size: 12px;
        color: #333;
        text-decoration: none;
        display: inline-block;
        margin: 10px 0; }
        .read .hot-article ul li > a:hover {
          color: #57ad68; }
      .read .hot-article ul li em {
        background: #333;
        width: 30px;
        height: 1px;
        display: block;
        margin-bottom: 10px; }
      .read .hot-article ul li p {
        font-size: 13px;
        color: #333;
        line-height: 20px;
        margin-bottom: 25px; }
        .read .hot-article ul li p a {
          color: #57ad68;
          text-decoration: none;
          font-size: 13px; }
          .read .hot-article ul li p a img {
            width: 5px;
            margin-left: 3px;
            margin-top: -3px; }
      .read .hot-article ul li span {
        font-size: 12px;
        color: #999; }
.read > ul {
  width: 960px;
  min-width: 960px;
  margin: auto;
  padding: 0; }
  .read > ul li {
    height: 200px;
    overflow: hidden; }
    .read > ul li a {
      width: 100%;
      height: 200px; }
      .read > ul li a img {
        transition: all 1s; }
      .read > ul li a:hover img {
        transform: scale(1.1); }
    .read > ul li:nth-child(1) {
      margin: 60px 0; }
    .read > ul li:nth-child(3) {
      margin: 100px 0; }

.radio > p {
  width: 960px;
  min-width: 960px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 34px; }
  .radio > p a {
    font-size: 16px;
    color: #999;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    margin-right: 30px;
    padding-bottom: 10px; }
    .radio > p a.active {
      color: #333;
      border-bottom: 2px solid #333; }
    .radio > p a:hover {
      color: #333;
      border-bottom: 2px solid #333; }
.radio .radio-select .classify {
  width: 960px;
  min-width: 960px;
  margin: auto;
  border: 1px dashed #333;
  border-left: none;
  border-right: none;
  height: 139px;
  margin-bottom: 70px; }
  .radio .radio-select .classify ul {
    padding: 0; }
    .radio .radio-select .classify ul li {
      list-style: none;
      float: left;
      height: 54px;
      width: 150px;
      background: #fff;
      line-height: 54px;
      text-align: center;
      margin: 40px 5px auto;
      border: 1px solid #e8e8e8; }
      .radio .radio-select .classify ul li a {
        font-size: 17px;
        color: #666;
        text-decoration: none; }
        .radio .radio-select .classify ul li a i {
          display: inline-block;
          vertical-align: sub;
          margin-right: 14px; }
      .radio .radio-select .classify ul li:hover {
        border-color: transparent;
        -ms-box-shadow: 0 6px 20px 0 #e8e8e8;
        -webkit-box-shadow: 0 6px 20px 0 #e8e8e8;
        -moz-box-shadow: 0 6px 20px 0 #e8e8e8;
        box-shadow: 0 6px 20px 0 #e8e8e8; }
      .radio .radio-select .classify ul li:nth-child(1) a i {
        width: 25px;
        height: 22px;
        background: url("../img/radio-type-love.png") no-repeat;
        background-size: 100%; }
      .radio .radio-select .classify ul li:nth-child(2) a i {
        width: 18px;
        height: 23px;
        background: url("../img/radio-type-trip.png") no-repeat;
        background-size: 100%; }
      .radio .radio-select .classify ul li:nth-child(3) a i {
        width: 27px;
        height: 23px;
        background: url("../img/radio-type-story.png") no-repeat;
        background-size: 100%; }
      .radio .radio-select .classify ul li:nth-child(4) a i {
        width: 24px;
        height: 24px;
        background: url("../img/radio-type-music.png") no-repeat;
        background-size: 100%; }
      .radio .radio-select .classify ul li:nth-child(5) a i {
        width: 24px;
        height: 24px;
        background: url("../img/radio-type-movie.png") no-repeat;
        background-size: 100%; }
      .radio .radio-select .classify ul li:nth-child(6) a i {
        width: 25px;
        height: 24px;
        background: url("../img/radio-type-poetry.png") no-repeat;
        background-size: 100%; }
.radio .radio-select .recommendation, .radio .radio-select .top-ting, .radio .radio-select .new-voice, .radio .radio-select .hot-radio {
  width: 960px;
  min-width: 960px;
  margin: auto; }
.radio .radio-select .hot-radio ul {
  width: 1020px;
  padding: 0;
  margin-left: -10px; }
  .radio .radio-select .hot-radio ul li {
    float: left;
    list-style: none;
    width: 300px;
    height: 500px;
    text-align: -webkit-match-parent; }
    .radio .radio-select .hot-radio ul li:nth-child(2) {
      margin: 0 40px; }
    .radio .radio-select .hot-radio ul li img {
      vertical-align: middle; }
    .radio .radio-select .hot-radio ul li .first-img {
      display: block;
      transform: rotate(270deg);
      width: 80%;
      height: 240px;
      margin-left: 30px;
      margin-top: 70px;
      -ms-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
      border-radius: 7px; }
    .radio .radio-select .hot-radio ul li .sec-img {
      display: block;
      width: 90%;
      height: 270px;
      transform: rotate(90deg);
      margin-left: 15px;
      margin-top: -277px;
      -ms-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.2);
      border-radius: 7px; }
    .radio .radio-select .hot-radio ul li .third-img {
      display: block;
      width: 300px;
      height: 300px;
      transform: rotate(0deg);
      margin-top: -307px;
      -ms-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
      border-radius: 7px; }
    .radio .radio-select .hot-radio ul li .hot-top {
      display: inline-block;
      position: relative;
      height: 300px; }
      .radio .radio-select .hot-radio ul li .hot-top:hover a {
        opacity: 1; }
      .radio .radio-select .hot-radio ul li .hot-top:hover em {
        opacity: .3; }
      .radio .radio-select .hot-radio ul li .hot-top > a, .radio .radio-select .hot-radio ul li .hot-top em {
        display: block;
        position: absolute;
        width: 300px;
        height: 300px;
        top: -4px;
        left: 0;
        z-index: 44;
        border-radius: 7px;
        opacity: 0;
        transition: all 1s; }
      .radio .radio-select .hot-radio ul li .hot-top > a {
        text-align: center;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        width: 170px;
        height: 100px;
        margin-top: 100px;
        margin-left: 66px; }
      .radio .radio-select .hot-radio ul li .hot-top em {
        z-index: 33;
        background: #000; }
    .radio .radio-select .hot-radio ul li .hot-bottom {
      text-align: center; }
      .radio .radio-select .hot-radio ul li .hot-bottom h1 {
        margin-top: 40px;
        margin-bottom: 5px !important; }
        .radio .radio-select .hot-radio ul li .hot-bottom h1 a {
          font-size: 30px;
          color: #333;
          text-decoration: none; }
        .radio .radio-select .hot-radio ul li .hot-bottom h1:hover a {
          color: #57ad68; }
      .radio .radio-select .hot-radio ul li .hot-bottom > a {
        color: #333;
        font-size: 12px;
        text-decoration: none; }
        .radio .radio-select .hot-radio ul li .hot-bottom > a:hover {
          color: #57ad68; }
      .radio .radio-select .hot-radio ul li .hot-bottom p {
        font-size: 12px;
        margin-top: 6px; }
.radio .radio-select .radio-list {
  padding: 0; }
  .radio .radio-select .radio-list li {
    list-style: none;
    width: 300px;
    height: 420px;
    margin-bottom: 70px;
    float: left;
    border: 1px solid #e8e8e8; }
    .radio .radio-select .radio-list li:nth-child(2) {
      margin: 0 30px; }
    .radio .radio-select .radio-list li .list-top {
      height: 300px;
      width: 300px;
      position: relative;
      overflow: hidden; }
      .radio .radio-select .radio-list li .list-top a {
        height: 300px;
        width: 300px;
        display: inline-block; }
        .radio .radio-select .radio-list li .list-top a img {
          width: 300px;
          height: 300px;
          transition: all 1s; }
        .radio .radio-select .radio-list li .list-top a em {
          display: inline-block;
          position: absolute;
          height: 300px;
          width: 300px;
          top: 0;
          background: #000;
          opacity: 0;
          z-index: 3;
          transition: all 1s; }
        .radio .radio-select .radio-list li .list-top a i {
          display: inline-block;
          opacity: 0;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          z-index: 99;
          transition: all 1s;
          background: url("../img/play-icon.png") no-repeat center; }
      .radio .radio-select .radio-list li .list-top:hover img {
        transform: scale(1.1); }
      .radio .radio-select .radio-list li .list-top:hover em {
        opacity: .3; }
      .radio .radio-select .radio-list li .list-top:hover i {
        opacity: 1; }
    .radio .radio-select .radio-list li .list-bottom {
      padding: 25px 20px 13px 20px; }
      .radio .radio-select .radio-list li .list-bottom h2 {
        margin-top: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 5px; }
        .radio .radio-select .radio-list li .list-bottom h2 a {
          font-size: 24px;
          color: #333;
          text-decoration: none; }
          .radio .radio-select .radio-list li .list-bottom h2 a:hover {
            color: #57ad68; }
      .radio .radio-select .radio-list li .list-bottom a {
        color: #333;
        font-size: 12px;
        text-decoration: none;
        padding: 10px 0 13px; }
        .radio .radio-select .radio-list li .list-bottom a:hover {
          color: #57ad68; }
      .radio .radio-select .radio-list li .list-bottom p {
        margin-top: 7px;
        font-size: 12px;
        color: #333; }
.radio .radio-all {
  display: none;
  width: 960px;
  min-width: 960px;
  margin: auto;
  position: relative; }
  .radio .radio-all .radio-nav {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -53px; }
    .radio .radio-all .radio-nav label {
      color: #666;
      font-size: 12px; }
    .radio .radio-all .radio-nav ul {
      display: inline-block;
      vertical-align: top;
      padding: 0; }
      .radio .radio-all .radio-nav ul li {
        float: left;
        list-style: none; }
        .radio .radio-all .radio-nav ul li a {
          padding: 0 10px;
          color: #999;
          font-size: 12px; }
          .radio .radio-all .radio-nav ul li a:hover {
            color: #57ad68; }
  .radio .radio-all .all-content ul {
    width: 1020px;
    padding: 0;
    margin-left: -10px; }
    .radio .radio-all .all-content ul li {
      float: left;
      list-style: none;
      width: 300px;
      height: 500px;
      text-align: -webkit-match-parent; }
      .radio .radio-all .all-content ul li:nth-child(2), .radio .radio-all .all-content ul li:nth-child(5), .radio .radio-all .all-content ul li:nth-child(8), .radio .radio-all .all-content ul li:nth-child(11), .radio .radio-all .all-content ul li:nth-child(14), .radio .radio-all .all-content ul li:nth-child(17), .radio .radio-all .all-content ul li:nth-child(20), .radio .radio-all .all-content ul li:nth-child(23), .radio .radio-all .all-content ul li:nth-child(26), .radio .radio-all .all-content ul li:nth-child(29), .radio .radio-all .all-content ul li:nth-child(32), .radio .radio-all .all-content ul li:nth-child(35) {
        margin: 0 40px; }
      .radio .radio-all .all-content ul li img {
        vertical-align: middle; }
      .radio .radio-all .all-content ul li .first-img {
        display: block;
        transform: rotate(270deg);
        width: 80%;
        height: 240px;
        margin-left: 30px;
        margin-top: 70px;
        -ms-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
        border-radius: 7px; }
      .radio .radio-all .all-content ul li .sec-img {
        display: block;
        width: 90%;
        height: 270px;
        transform: rotate(90deg);
        margin-left: 15px;
        margin-top: -277px;
        -ms-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.2);
        border-radius: 7px; }
      .radio .radio-all .all-content ul li .third-img {
        display: block;
        width: 300px;
        height: 300px;
        transform: rotate(0deg);
        margin-top: -307px;
        -ms-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
        border-radius: 7px; }
      .radio .radio-all .all-content ul li .all-top {
        display: inline-block;
        position: relative;
        height: 300px; }
        .radio .radio-all .all-content ul li .all-top:hover a {
          opacity: 1; }
        .radio .radio-all .all-content ul li .all-top:hover em {
          opacity: .3; }
        .radio .radio-all .all-content ul li .all-top > a, .radio .radio-all .all-content ul li .all-top em {
          display: block;
          position: absolute;
          width: 300px;
          height: 300px;
          top: -4px;
          left: 0;
          z-index: 44;
          border-radius: 7px;
          opacity: 0;
          transition: all 1s; }
        .radio .radio-all .all-content ul li .all-top > a {
          text-align: center;
          color: #fff;
          font-size: 16px;
          text-decoration: none;
          width: 170px;
          height: 100px;
          margin-top: 100px;
          margin-left: 66px; }
        .radio .radio-all .all-content ul li .all-top em {
          z-index: 33;
          background: #000; }
      .radio .radio-all .all-content ul li .all-bottom {
        text-align: center; }
        .radio .radio-all .all-content ul li .all-bottom h1 {
          margin-top: 40px;
          margin-bottom: 5px !important; }
          .radio .radio-all .all-content ul li .all-bottom h1 a {
            font-size: 30px;
            color: #333;
            text-decoration: none; }
          .radio .radio-all .all-content ul li .all-bottom h1:hover a {
            color: #57ad68; }
        .radio .radio-all .all-content ul li .all-bottom > a {
          color: #333;
          font-size: 12px;
          text-decoration: none; }
          .radio .radio-all .all-content ul li .all-bottom > a:hover {
            color: #57ad68; }
        .radio .radio-all .all-content ul li .all-bottom p {
          font-size: 12px;
          margin-top: 6px; }

.client {
  margin-top: -20px; }
  .client .ios-btn, .client .android-btn, .client .client-ma {
    display: inline-block;
    vertical-align: bottom; }
  .client .ios-btn, .client .android-btn {
    display: inline-block;
    border-radius: 30px;
    background: #58c36d;
    color: #fff !important;
    text-decoration: none;
    font-size: 15px;
    height: 46px;
    width: 144px;
    margin-top: 10px; }
    .client .ios-btn:hover, .client .android-btn:hover {
      opacity: .9; }
  .client .ios-btn {
    padding: 10px 20px; }
    .client .ios-btn i {
      width: 20px !important;
      height: 25px !important;
      display: inline-block;
      vertical-align: sub;
      background: url("../img/client-ios.png");
      background-size: 100%;
      margin-right: 10px; }
  .client .android-btn {
    padding: 10px 10px;
    margin-left: 10px;
    margin-right: 10px; }
    .client .android-btn i {
      width: 22px !important;
      height: 25px !important;
      display: inline-block;
      vertical-align: sub;
      background: url("../img/client-andorid.png");
      background-size: 100%;
      margin-right: 10px; }
  .client .client-ma {
    width: 47px;
    height: 46px;
    position: relative;
    background: url("../img/client-code.png");
    background-size: cover; }
    .client .client-ma img {
      width: 137px;
      height: 137px;
      position: absolute;
      bottom: 0;
      left: 54px;
      display: none; }
    .client .client-ma:hover img {
      display: block; }
  .client .client-top {
    height: 410px;
    background: url("../img/client-bg.png") no-repeat;
    background-size: cover; }
    .client .client-top > div {
      width: 1030px;
      min-width: 1030px;
      margin: auto;
      padding-top: 110px; }
      .client .client-top > div h1 {
        font-size: 50px;
        font-weight: bold;
        color: #333333;
        margin-top: 10px !important;
        margin-bottom: 5px; }
      .client .client-top > div p {
        color: #31343d;
        font-size: 14px;
        font-weight: 400;
        opacity: .45; }
  .client .client-intro {
    margin-top: 90px; }
    .client .client-intro .line-bg {
      background: url("../img/clitent-title-bg.png") no-repeat top left;
      background-size: 87px;
      padding-top: 10px;
      padding-left: 57px; }
      .client .client-intro .line-bg h2 {
        font-size: 80px; }
        .client .client-intro .line-bg h2 span {
          font-size: 30px;
          font-weight: bold; }
      .client .client-intro .line-bg p {
        font-size: 16px;
        color: #9b9b9b;
        font-weight: lighter;
        margin-bottom: 0;
        margin-left: 90px; }
    .client .client-intro .white-black {
      width: 441px;
      margin: auto;
      height: 180px; }
    .client .client-intro .client-one {
      width: 841px;
      height: 672px;
      margin: 75px auto 140px;
      display: block; }
    .client .client-intro .live, .client .client-intro .community, .client .client-intro .life-hall {
      width: 841px;
      margin: auto;
      height: 583px; }
      .client .client-intro .live img, .client .client-intro .community img, .client .client-intro .life-hall img {
        width: 360px;
        display: inline-block; }
      .client .client-intro .live div, .client .client-intro .community div, .client .client-intro .life-hall div {
        display: inline-block;
        width: 395px;
        height: 180px; }
    .client .client-intro .live div, .client .client-intro .life-hall div {
      margin-left: 82px; }
    .client .client-intro .community {
      margin-top: 130px;
      margin-bottom: 130px; }
      .client .client-intro .community div {
        margin-right: 82px; }
    .client .client-intro .life-hall div h3 {
      font-size: 30px;
      font-weight: bold;
      color: #333;
      margin-top: 10px !important; }
    .client .client-intro .life-hall div p {
      margin-left: 0 !important;
      margin-top: 20px !important; }
    .client .client-intro .client-bottom {
      background: url(../img/client-bottom-bg.png) no-repeat center top;
      padding-top: 138px;
      margin-top: 100px; }
      .client .client-intro .client-bottom p {
        font-size: 14px;
        font-weight: 200;
        text-align: center; }
      .client .client-intro .client-bottom > div {
        width: 363px;
        margin: auto;
        margin-top: 38px;
        margin-bottom: 130px; }

.login {
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: scroll;
  position: fixed;
  z-index: 9999;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9); }
  .login i {
    cursor: pointer;
    background-image: url(../img/close-login.png);
    background-size: 20px;
    height: 20px;
    width: 20px;
    float: right;
    background-repeat: no-repeat;
    margin-right: 25px;
    margin-top: 25px;
    opacity: 1; }
  .login .login-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -345px;
    margin-left: -250px;
    width: 500px;
    height: 690px;
    background: url(../img/login-bg.png) no-repeat;
    background-size: cover; }
    .login .login-content .login-title {
      text-align: center;
      padding-top: 146px;
      color: #231916;
      font-weight: 200;
      font-size: 16px; }
    .login .login-content .con-top > p {
      text-align: center;
      margin-top: 70px;
      /*.register{
        margin-left:70px !important;
      }*/ }
      .login .login-content .con-top > p a {
        display: inline-block;
        font-size: 16px;
        color: #999;
        border-bottom: 2px solid transparent;
        text-decoration: none;
        padding-bottom: 10px;
        margin: 0 35px; }
        .login .login-content .con-top > p a.active {
          color: #333;
          border-bottom: 2px solid #333; }
    .login .login-content .con-top .register-con {
      display: none; }
      .login .login-content .con-top .register-con > div {
        background: url(../img/wechat-bg.png) no-repeat center;
        background-size: 134px;
        width: 134px;
        height: 212px;
        margin: auto;
        margin-top: 30px; }
        .login .login-content .con-top .register-con > div img {
          width: 92px;
          margin-top: 71px;
          margin-left: 23px; }
    .login .login-content .con-top form {
      text-align: center; }
      .login .login-content .con-top form input {
        box-sizing: border-box;
        width: 270px;
        height: 33px;
        outline: none;
        font-weight: 300;
        font-size: 16px;
        border: 1px solid transparent;
        color: #333;
        border-bottom-color: #e8e8e8;
        margin-top: 25px;
        display: inline-block; }
      .login .login-content .con-top form input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #ccc;
        padding-left: 12px; }
      .login .login-content .con-top form input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #ccc;
        padding-left: 12px; }
      .login .login-content .con-top form input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #ccc;
        padding-left: 12px; }
      .login .login-content .con-top form input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #ccc;
        padding-left: 12px; }
      .login .login-content .con-top form .forget {
        display: block;
        width: 270px;
        margin: 10px auto 38px;
        text-align: right;
        font-size: 12px;
        color: #ccc;
        text-decoration: none; }
        .login .login-content .con-top form .forget:hover {
          color: #57ad68; }
      .login .login-content .con-top form .login-btn {
        display: inline-block;
        width: 172px;
        font-size: 16px;
        line-height: 44px;
        text-decoration: none;
        color: #57ad68;
        border: 1px solid #57ad68;
        border-radius: 25px;
        background: #fff;
        transition: all 1s; }
        .login .login-content .con-top form .login-btn:hover {
          color: #fff;
          border: 1px solid #57ad68;
          background: #57ad68; }
    .login .login-content .login-others {
      width: 400px;
      height: 103px;
      border-top: 1px solid #f2f2f2;
      margin: 30px auto 0; }
      .login .login-content .login-others > p {
        color: #ccc;
        font-size: 12px;
        text-align: center;
        margin: 15px auto 20px; }
      .login .login-content .login-others ul {
        padding-left: 90px; }
        .login .login-content .login-others ul li {
          float: left;
          list-style: none;
          width: 44px; }
          .login .login-content .login-others ul li a {
            width: 44px;
            height: 44px;
            display: inline-block; }
          .login .login-content .login-others ul li:nth-child(1) a {
            background: url(../img/foot-sinaH.png);
            background-size: cover; }
          .login .login-content .login-others ul li:nth-child(1):hover a {
            background: url(../img/share-sina.png);
            background-size: cover; }
          .login .login-content .login-others ul li:nth-child(2) {
            margin: 0 12px; }
            .login .login-content .login-others ul li:nth-child(2) a {
              background: url(../img/foot-wechatH.png);
              background-size: cover; }
            .login .login-content .login-others ul li:nth-child(2):hover a {
              background: url(../img/share-wechat.png);
              background-size: cover; }
          .login .login-content .login-others ul li:nth-child(3) {
            margin-right: 12px; }
            .login .login-content .login-others ul li:nth-child(3) a {
              background: url(../img/qq.png);
              background-size: cover; }
            .login .login-content .login-others ul li:nth-child(3):hover a {
              background: url(../img/share-qq.png);
              background-size: cover; }
          .login .login-content .login-others ul li:nth-child(4) a {
            background: url(../img/dou.png);
            background-size: cover; }
          .login .login-content .login-others ul li:nth-child(4):hover a {
            background: url(../img/share-dou.png);
            background-size: cover; }

.debris .timeline {
  width: 1200px;
  min-width: 1200px;
  margin: 61px auto 65px; }
  .debris .timeline .now-date {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    height: 220px;
    background: url(../img/date-bg.png) no-repeat center;
    background-size: 172px;
    position: relative; }
    .debris .timeline .now-date span:nth-child(1) {
      display: inline-block;
      width: 123px;
      height: 132px;
      font-size: 100px !important;
      font-weight: bold;
      top: -33px;
      right: 75px;
      position: absolute;
      font-family: "PingFang SC";
      color: #333; }
    .debris .timeline .now-date span:nth-child(2) {
      font-size: 20px;
      position: absolute;
      top: 119px;
      right: 75px; }
  .debris .timeline .publish-content {
    display: inline-block;
    width: 930px;
    height: 220px;
    background: #fff;
    padding: 25px 42px 19px;
    float: right; }
    .debris .timeline .publish-content textarea {
      width: 846px;
      height: 123px;
      resize: none;
      font-size: 15px;
      font-weight: 300;
      overflow: auto;
      border: 1px solid #e8e8e8;
      padding: 16px 16px 5px;
      border-radius: 4px; }
    .debris .timeline .publish-content textarea[placeholder] {
      color: #ccc; }
    .debris .timeline .publish-content > div .timeline-type {
      display: inline-block;
      width: 82px;
      height: 26px;
      border: 1.5px solid #78bc85;
      margin: 4px 32px 4px 0;
      border-radius: 6px;
      line-height: 20px;
      padding: 2px 2px;
      box-sizing: border-box;
      font-size: 12px; }
      .debris .timeline .publish-content > div .timeline-type span {
        display: inline-block;
        width: 50%;
        height: 100%;
        text-align: center;
        font-size: 12px;
        color: #333; }
        .debris .timeline .publish-content > div .timeline-type span.active {
          background: #57ad68;
          color: #fff;
          padding: 2px 2px;
          border-radius: 4px; }

/*# sourceMappingURL=main.css.map */
