/* mixin */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* base */
*,
::before,
::after {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  min-height: 100%;
}
body {
  font: 12px/1 'Microsoft Yahei', Arial, sans-serif;
  color: #303030;
  background-color: #fff;
}
body.active {
  overflow: hidden;
}
a {
  color: #303030;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-user-focus: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button,
input[type='button'],
input[type='submit'],
input[type='reset'] {
  cursor: pointer;
}
input,
textarea {
  outline: 0;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.pull-none {
  float: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.ls-n {
  padding: 0;
  margin: 0;
  list-style: none;
}
.o-h {
  overflow: hidden;
}
.animated {
  visibility: visible !important;
}
.tb {
  display: table;
  width: 100%;
  height: 100%;
}
.tb .tbc {
  display: table-cell;
  vertical-align: middle;
}
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.container {
  width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .container {
    width: initial;
    margin: initial;
  }
}
@media (max-width: 1025px) {
  .pcshow {
    display: none !important;
  }
}
.wapshow {
  display: none !important;
}
@media (max-width: 1025px) {
  .wapshow {
    display: initial !important;
  }
}
/* 头部 */
.header {
  position: relative;
  z-index: 9999;
  padding: 0 35px;
  -webkit-box-shadow: 0 2px 11px 0 #e5e5e5;
  -moz-box-shadow: 0 2px 11px 0 #e5e5e5;
  -ms-box-shadow: 0 2px 11px 0 #e5e5e5;
  box-shadow: 0 2px 11px 0 #e5e5e5;
}
.header .logo {
  margin: 23px 23px 0 0;
}
.header .nav ul li {
  float: left;
}
.header .nav ul li.active a {
  color: #2d5acd;
}
.header .nav ul li.active a span::after {
  bottom: 18px;
}
.header .nav ul li a {
  display: block;
  padding: 0 23px;
  color: #303030;
}
.header .nav ul li a:hover {
  color: #2d5acd;
}
.header .nav ul li a:hover span::after {
  bottom: 18px;
}
.header .nav ul li a span {
  position: relative;
  display: block;
  height: 72px;
  line-height: 72px;
  overflow: hidden;
  font-size: 16px;
}
.header .nav ul li a span::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  display: block;
  height: 2px;
  background-color: #1b58d4;
  content: '';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .search {
  margin-top: 20px;
  border: 1px solid #eaeeef;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f8f9fa;
}
.header .search input {
  float: left;
  height: 30px;
  padding: 0 0 0 17px;
  border: 0;
  font-size: 14px;
  background: transparent;
}
.header .search button {
  float: left;
  width: 50px;
  height: 30px;
  padding: 0;
  border: 0;
  background: url('../images/search1.png') no-repeat center;
}
.header .btn {
  height: 32px;
  line-height: 32px;
  padding: 0 13px;
  margin: 20px 18px 0 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #63af58;
}
.header .btn span {
  display: block;
  padding-left: 16px;
  font-size: 14px;
  color: #fff;
  background: url('../images/icon1.png') no-repeat left center;
}
.header .head-login {
  height: 72px;
  line-height: 72px;
  font-size: 14px;
  color: #303030;
}
.header .title {
  position: relative;
  height: 72px;
  line-height: 72px;
  padding-left: 19px;
  font-size: 18px;
  font-weight: bold;
}
.header .title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 25px;
  margin-top: -12px;
  background-color: #eaeaea;
  content: '';
}
.header .user {
  position: relative;
  margin: 20px 0 0 19px;
}
.header .user.active > img {
  -webkit-transform: scale(1.4) translateY(10px);
  -moz-transform: scale(1.4) translateY(10px);
  -ms-transform: scale(1.4) translateY(10px);
  transform: scale(1.4) translateY(10px);
  opacity: 0;
}
.header .user.active .user-box {
  visibility: visible;
  opacity: 1;
}
.header .user > .info> img {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .user > .info> .uinfo {
  font-style: normal;
}
.header .user.active > .info {
  filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity: 0;
  opacity: 0;
}

.header .user > img {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .user .user-box {
  position: absolute;
  top: 42px;
  left: 50%;
  z-index: 3;
  visibility: hidden;
  width: 254px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 11px 0 rgba(118, 128, 152, 0.2);
  -moz-box-shadow: 0 3px 11px 0 rgba(118, 128, 152, 0.2);
  -ms-box-shadow: 0 3px 11px 0 rgba(118, 128, 152, 0.2);
  box-shadow: 0 3px 11px 0 rgba(118, 128, 152, 0.2);
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .user .user-box > img {
  display: block;
  width: 60px;
  height: 60px;
  margin: -30px auto 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.header .user .user-box .hd {
  padding: 0 20px;
}
.header .user .user-box .hd h3 {
  margin: 14px 0 15px;
  font-size: 15px;
  text-align: center;
}
.header .user .user-box .hd .level .dj {
  font-size: 13px;
}
.header .user .user-box .hd .level .jd span {
  color: #848a91;
}
.header .user .user-box .hd .level .progress {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 7px;
}
.header .user .user-box .hd .level .progress::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  height: 4px;
  margin-top: -2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #f2f2f2;
  content: '';
}
.header .user .user-box .hd .level .progress .line {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  height: 4px;
  margin-top: -2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #2d5acd;
}
.header .user .user-box .hd .level .progress span {
  position: relative;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  padding: 0 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background-color: #2d5acd;
}
.header .user .user-box .hd .money {
  font-size: 0;
}
.header .user .user-box .hd .money a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-left: 28px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
}
.header .user .user-box .hd .money a:nth-child(1) {
  background-image: url('../images/icon75.png');
}
.header .user .user-box .hd .money a:nth-child(2) {
  background-image: url('../images/icon76.png');
}
.header .user .user-box .hd .money a:not(:last-child) {
  margin-right: 13px;
}
.header .user .user-box .fans {
  padding: 13px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #f2f2f2;
}
.header .user .user-box .fans .item {
  float: left;
  display: block;
  width: 33.33333333%;
  text-align: center;
}
.header .user .user-box .fans .item h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: normal;
}
.header .user .user-box .fans .item p {
  margin: 0;
  font-size: 14px;
  color: #a5a9ae;
}
.header .user .user-box .list li.border {
  border-top: 1px solid #f2f2f2;
}
.header .user .user-box .list li:nth-child(1) a {
  background-image: url('../images/icon77.png');
}
.header .user .user-box .list li:nth-child(2) a {
  background-image: url('../images/icon78.png');
}
.header .user .user-box .list li:nth-child(3) a {
  background-image: url('../images/icon79.png');
}
.header .user .user-box .list li:nth-child(4) a {
  background-image: url('../images/icon79.png');
}
.header .user .user-box .list li:nth-child(5) a {
  background-image: url('../images/icon80.png');
}
.header .user .user-box .list li:nth-child(6) a {
  background-image: url('../images/icon81.png');
}
.header .user .user-box .list li:nth-child(7) a {
  background-image: url('../images/icon82.png');
}
.header .user .user-box .list li a {
  display: block;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  padding-left: 43px;
  font-size: 14px;
  color: #585b5f;
  background-repeat: no-repeat;
  background-position: 21px center;
}
.header .bell {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 20px;
  background: url('../images/icon51.png') no-repeat center;
}
.header .bell span {
  position: absolute;
  top: -2px;
  right: -2px;
  display: block;
  height: 20px;
  line-height: 18px;
  overflow: hidden;
  padding: 0 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  background-color: #de534d;
}
.subnav {
  position: absolute;
  top: 72px;
  right: 0;
  left: 0;
  z-index: 8;
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 11px 0 rgba(95, 95, 95, 0.2);
  -moz-box-shadow: 0 6px 11px 0 rgba(95, 95, 95, 0.2);
  -ms-box-shadow: 0 6px 11px 0 rgba(95, 95, 95, 0.2);
  box-shadow: 0 6px 11px 0 rgba(95, 95, 95, 0.2);
}
.subnav .container {
  overflow: hidden;
  padding: 35px 34px 64px;
}
.subnav .container .list {
  margin-right: -70px;
}
.subnav .container .list dl {
  width: 190px;
  margin: 0 70px 0 0;
}
.subnav .container .list dl dt {
  padding-bottom: 16px;
  margin-bottom: 5px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  font-weight: bold;
}
.subnav .container .list dl dt:not(:first-child) {
  margin-top: 35px;
}
.subnav .container .list dl dd {
  line-height: 30px;
  margin: 0;
}
.subnav .container .list dl dd a span {
  margin-left: 9px;
  color: #e23228;
}
.main {
  padding: 40px 0 85px;
}
.main-left {
  overflow: hidden;
}
.main-right {
  width: 314px;
}
.main-icons {
  font-size: 0;
}
.main-icons.md a,
.main-icons.md span {
  padding-left: 28px;
}
.main-icons.md a.zan,
.main-icons.md span.zan {
  background-image: url('../images/icon34.png');
}
.main-icons.md a.fav,
.main-icons.md span.fav {
  background-image: url('../images/icon35.png');
}
.main-icons > a,
.main-icons > span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding-left: 18px;
  font-size: 13px;
  color: #a5a9ae;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left center;
}
.main-icons > a:not(:first-child),
.main-icons > span:not(:first-child) {
  margin-left: 24px;
}
.main-icons > a.n,
.main-icons > span.n {
  padding: 0;
}
.main-icons > a.fav,
.main-icons > span.fav {
  background-image: url('../images/icon6.png');
}
.main-icons > a.comment,
.main-icons > span.comment {
  background-image: url('../images/icon7.png');
}
.main-icons > a.read,
.main-icons > span.read {
  background-image: url('../images/icon8.png');
}
.main-icons > a.zan,
.main-icons > span.zan {
  background-image: url('../images/icon36.png');
}
.main-icons > a.post,
.main-icons > span.post {
  background-image: url('../images/icon85.png');
}
.main-icons > a.score,
.main-icons > span.score {
  font-weight: bold;
  color: #4a4a4a;
  background-image: url('../images/icon12.png');
}
.main-icons > a.ot,
.main-icons > span.ot {
  padding-left: 19px;
}
.main-icons > a.ot1,
.main-icons > span.ot1 {
  background-image: url('../images/icon9.png');
}
.main-icons > a.ot2,
.main-icons > span.ot2 {
  background-image: url('../images/icon10.png');
}
.main-icons > a.ot3,
.main-icons > span.ot3 {
  background-image: url('../images/icon11.png');
}
.main-icons > a.time,
.main-icons > span.time {
  background-image: url('../images/icon115.png');
}
.side-hd {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.side-hd h3 {
  float: left;
  padding-left: 28px;
  margin: 0;
  font-size: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
.side-hd h3.qz {
  background-image: url('../images/icon19.png');
}
.side-hd h3.tjdk {
  background-image: url('../images/icon20.png');
}
.side-hd h3.rmzx {
  background-image: url('../images/icon22.png');
}
.side-hd .more {
  padding-right: 14px;
  font-size: 14px;
  color: #585b5f;
  background: url('../images/icon87.png') no-repeat right center;
}
.side-hd .right-btn {
  color: #a5a9ae;
}
.ad-box {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.ad-box:first-child {
  margin-bottom: 13px;
}
.ad-box a {
  position: relative;
  display: block;
}
.ad-box a img {
  display: block;
  width: 100%;
}
.ad-box a h3 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  padding: 0 15px;
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.side-box1 {
  padding-bottom: 35px;
  margin-top: 39px;
  border-bottom: 1px solid #f2f2f2;
}
.side-box1 .side-hd {
  margin-bottom: 25px;
}
.side-box1 .bd ul li {
  margin-bottom: 8px;
}
.side-box1 .bd ul li .more {
  height: 26px;
  line-height: 24px;
  overflow: hidden;
  padding: 0 12px;
  margin-top: 6px;
  border: 1px solid #63af58;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #63af58;
}
.side-box1 .bd ul li .item {
  position: relative;
  display: block;
  height: 39px;
  line-height: 39px;
  overflow: hidden;
  padding-left: 47px;
  font-size: 16px;
}
.side-box1 .bd ul li .item img {
  position: absolute;
  top: 0;
  left: 0;
}
.list-b {
  color: #a5a9ae;
}
.list-b .name {
  color: #848a91;
}
.list-b .name img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
.list-b time {
  padding-left: 11px;
  margin-left: 11px;
  border-left: 1px solid #dddfe1;
}
.footer {
  border-top: 1px solid #f2f2f2;
}
.footer .bd {
  padding: 42px 0;
}
.footer .bd h3 {
  margin: 0;
  font-size: 0;
  font-weight: normal;
}
.footer .bd h3 a,
.footer .bd h3 span {
  display: inline-block;
}
.footer .bd h3 a {
  font-size: 15px;
}
.footer .bd h3 span {
  width: 1px;
  height: 12px;
  margin: 0 15px;
  background-color: #cfcfcf;
}
.footer .bd p {
  margin: 25px 0 0;
  font-size: 14px;
  color: #848a91;
}
.footer .bd p a {
  color: #848a91;
}
.footer .ft {
  padding: 22px 0;
  background-color: #666d7c;
}
.footer .ft p {
  margin: 0;
  font-size: 13px;
  color: #b4b8be;
}
.footer .ft p img {
  margin-right: 9px;
  vertical-align: middle;
}
