@charset "utf-8";
html {
  color: #333;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font: 14px/1 'pingfang sc', stheiti, 'microsoft yahei', arial, sans-serif; }

body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, form, p, th, td, pre, input, textarea {
  margin: 0;
  padding: 0; }

input, textarea, pre {
  font-family: arial, 'pingfang sc', stheiti, 'microsoft yahei', sans-serif;
  outline: none; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }
  button::-webkit-input-placeholder, input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #a3a3a3; }

input {
  border: none; }

input::-ms-clear, input::-ms-reveal {
  display: none; }

textarea {
  vertical-align: top;
  overflow: auto;
  border: none;
  resize: none; }
  textarea::-webkit-input-placeholder {
    color: #a3a3a3; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic; }

ul, ol {
  list-style: none; }

a {
  color: #333;
  text-decoration: none; }

i, em {
  font-style: normal; }

.roll_new::-webkit-scrollbar-track {
  background-color: #f2f2f2; }

.roll_new::-webkit-scrollbar {
  width: 6px;
  background-color: #f2f2f2; }

.roll_new::-webkit-scrollbar-thumb {
  background-color: #a3a3a3; }

.roll_new::-webkit-resizer {
  width: 4px; }

.sprite-icon {
  background-image: ; }

.sprite-toplist {
  background-image: ; }

.section-tit-mall b:after {
  -webkit-transform: scalex(-1);
  transform: scalex(-1);
  /*ie*/
  -webkit-filter: fliph;
          filter: fliph;
  -webkit-transform: rotatey(180deg);
          transform: rotatey(180deg); }

.uc-searchbox .user-option:hover .arr-user,
.uc-searchbox .user-notice:hover .arr-user {
  zoom: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  filter: progid:dximagetransform.microsoft.basicimage(rotation=2); }

.section-toprgt-bar .btn-toprgt-more i, .toplist-header-tit .more-date i {
  zoom: 1;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  filter: progid:dximagetransform.microsoft.basicimage(rotation=3); }

/* clearfix */
.logo-box:before, #container:before, .content:before, .section:before, .ft-bar:before, .answer-top li:before, .top-info-box:before, .top-info-box a:before, .like-share .share .share-list:before, .link-list:before, .toplist-header-tit:before, .toplist-list-header:before, .toplist-list li:before, .toplist-list li .toplist-thumb:before, .prize-list:before, .beans-num:before, .logo-box:after, #container:after, .content:after, .section:after, .ft-bar:after, .answer-top li:after, .top-info-box:after, .top-info-box a:after, .like-share .share .share-list:after, .link-list:after, .toplist-header-tit:after, .toplist-list-header:after, .toplist-list li:after, .toplist-list li .toplist-thumb:after, .prize-list:after, .beans-num:after {
  display: table;
  content: ''; }

.logo-box:after, #container:after, .content:after, .section:after, .ft-bar:after, .answer-top li:after, .top-info-box:after, .top-info-box a:after, .like-share .share .share-list:after, .link-list:after, .toplist-header-tit:after, .toplist-list-header:after, .toplist-list li:after, .toplist-list li .toplist-thumb:after, .prize-list:after, .beans-num:after {
  clear: both; }

/* text-accessibility */
/* dotdotdot */
.popup-lst a, #divc li a, .user-option .user-name, .user-notice .popup-lst2 a, .replay-section .user-name, .ft-bar .user-name, .related-topic-tit, .toplist-header .toplist-three p, .toplist-list li .toplist-thumb a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.answer-top .answer-top-info p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.ipt-default textarea, .ipt-default input {
  color: #a3a3a3; }

/* 蓝色按钮 */
.btn-relation {
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background-color: #337eff; }
  .btn-relation:hover {
    background-color: #3076f0; }
  .dim.btn-relation {
    cursor: default;
    background-color: #77a8fc; }
  .ipt-default .btn-relation {
    cursor: default;
    background-color: #77a8fc; }

/* 白色按钮hover背景变蓝 */
/* 白色按钮hover边框变黑 */
/* 图片 */
/* 头像 */
/* 下拉框 */
.popup-lst {
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 8px;
  display: none;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08); }
  .popup-lst li {
    position: relative;
    margin: 0 10px;
    border-top: 1px solid #f2f2f2; }
    .popup-lst li:first-child {
      border-top: none; }
  .popup-lst a {
    line-height: 33px;
    display: block;
    height: 34px;
    margin: 0 -10px;
    padding: 0 18px;
    color: #333;
    white-space: nowrap; }
    .popup-lst a:hover {
      background-color: #f5f5f5; }
  .popup-lst .cur a {
    background-color: #f5f5f5; }
  .popup-lst .dim {
    line-height: 33px;
    display: block;
    height: 34px;
    margin: 0 -10px;
    padding: 0 18px;
    color: #a3a3a3; }

/* 用户提示下拉框 */
.popup-lst2 {
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 8px;
  display: none;
  width: 128px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08); }
  .popup-lst2 li {
    position: relative;
    margin: 0 10px;
    border-top: 1px solid #f2f2f2; }
    .popup-lst2 li:first-child {
      border-top: none; }
  .popup-lst2 a {
    line-height: 22px;
    display: block;
    margin: 0 -10px;
    padding: 10px 15px;
    color: #333; }
    .popup-lst2 a:hover {
      background-color: #f5f5f5; }
  .popup-lst2 .popup-lst-all {
    text-align: center;
    text-decoration: none;
    color: #1515bb; }

#header {
  min-width: 980px;
  position: relative; }

.logo-box {
  width: 1000px;
  margin: 0 auto;
  line-height: 34px; }
  .logo-box .menu-ask {
    float: right;
    font-size: 14px;
    color: #337eff; }
    .logo-box .menu-ask:hover {
      color: #145ad1; }

.logo {
  float: left;
  width: 130px;
  height: 34px;
  margin-right: 25px; }

.header {
  font-size: 12px;
  position: relative;
  height: 34px;
  margin: auto;
  padding: 20px 0;
  text-align: center; }

.mnavbox {
  font-size: 15px;
  line-height: 36px;
  height: 36px;
  color: #fff;
  background-color: #337eff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1); }
  .mnav {
    position: relative;
    width: 980px;
    margin: auto;
    padding: 0;
    list-style: none; }
    .mnav li {
      position: relative;
      float: left;
      text-align: center;
      width: 110px; }
      .mnav li:hover .mnav-menu {
        display: block; }
      .mnav li:first-child {
        width: 74px; }
    .mnav .cur {
      background-color: #316bd6; }
    .mnav .mnav-rgt {
      position: absolute;
      right: 0;
      top: 0; }
  .mnavbox a {
    display: block;
    text-decoration: none;
    color: #fff; }
    .mnavbox a:hover {
      color: #fff;
      background-color: #316bd6; }
  .mnavbox i {
    width: 10px;
    height: 6px;
    display: inline-block;
    vertical-align: 2px;
    margin-left: 4px;
    background-image: ;
    background-position: -67px -105px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 10px;
    height: 6px; }
  .mnavbox .mnav-menu {
    position: absolute;
    display: none;
    top: 41px;
    left: 0;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #d6d6d6;
    border-radius: 2px;
    width: 108px;
    z-index: 10; }
    .mnavbox .mnav-menu:before {
      position: absolute;
      left: 0;
      top: -6px;
      height: 5px;
      width: 100%;
      content: ''; }
    .mnavbox .mnav-menu li {
      width: 100%; }
      .mnavbox .mnav-menu li a {
        display: block;
        color: #333;
        height: 40px;
        line-height: 40px; }
        .mnavbox .mnav-menu li a:hover {
          background: #f5f5f5; }

/* 个人中心头部 */
.usercenter {
  background: #3b79f5 url(/uploads/image/swpaiusercenter/bg-uc.png) 50% 0 no-repeat; }
  .usercenter .login {
    top: 12px;
    right: 0; }
    .usercenter .login .user-name {
      color: #fff; }
    .usercenter .login .user-option:hover .user-name {
      color: #fff; }
      .usercenter .login .user-option:hover .user-name:hover {
        color: #fff; }
    .usercenter .login .btn-user-notice {
      color: #fff; }
    .usercenter .login .user-notice:hover .btn-user-notice {
      color: #fff; }
    .usercenter .login .btn-login {
      color: #fff; }

.uc-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  opacity: .11;
  background-color: #000;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1); }

.uc-searchbox {
  position: relative;
  z-index: 1;
  width: 980px;
  height: 38px;
  margin: 0 auto;
  padding-top: 8px; }
  .uc-btnask {
    font-size: 15px;
    line-height: 18px;
    float: left;
    height: 18px;
    margin: 6px 0 6px 20px;
    color: #fff; }
    .uc-btnask:hover {
      text-decoration: underline; }
  .uc-searchbox .arr-user {
    opacity: .4;
    background-image: ;
    background-position: -81px -114px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 8px;
    height: 5px; }
  .uc-searchbox .user-option:hover .arr-user,
  .uc-searchbox .user-notice:hover .arr-user {
    opacity: 1;
    background-image: ;
    background-position: -81px -114px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 8px;
    height: 5px; }

.uc-searchform {
  float: left; }

.uc-logo {
  float: left;
  width: 110px;
  height: 32px;
  margin: -1px 50px 0 0;
  background: url(/uploads/image/swpailogo/zx_wenwen_logo_ic-1x.png) 0 0 no-repeat;
  background-image: -webkit-image-set(url(/uploads/image/swpailogo/zx_wenwen_logo_ic-1x.png) 1x, url(/uploads/image/swpailogo/zx_wenwen_logo_ic-2x.png) 2x); }

.uc-querybox {
  float: left;
  width: 278px;
  height: 30px;
  border-radius: 2px 0 0 2px;
  background-color: #eaf3fc; }

.uc-query {
  font-size: 15px;
  line-height: 18px;
  width: 256px;
  margin: 0;
  padding: 6px 10px;
  color: #333;
  border: 0;
  border-radius: 2px;
  outline: none;
  background-color: #eaf3fc; }

.uc-sbtn1 {
  float: left; }
  .uc-sbtn1 input {
    font-size: 15px;
    width: 74px;
    height: 30px;
    line-height: 28px;
    cursor: pointer;
    color: #666;
    border: 1px solid #e0e0e0;
    border-radius: 0 2px 2px 0;
    outline: none;
    background-color: #fafafa;
    *border: none; }

.uc-searchbox .uc-sbtn1 input {
  border: 0;
  border-left: 1px solid #ebebeb; }
  .uc-searchbox .uc-sbtn1 input:hover {
    background-color: #f2f2f2; }

/* .uc-sugg {
    position: absolute;
    top: 44px;
    left: 160px;
    width: 350px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border-radius: 2px;
    z-index: 50;
    li {
        position: relative;
        margin: 0 12px;
        border-top: 1px solid #f2f2f2;
        &:first-child {
            border-top: none;
        }
    }
    a {
        display: block;
        line-height: 39px;
        height: 40px;
        margin: 0 -12px;
        padding: 0 12px;
        color: #333;
        @extend %dotdotdot;
        &:hover {
            background-color: #f5f5f5;
        }
    }
} */
/* smartbox */
#divc {
  font-size: 14px;
  position: absolute;
  z-index: 5;
  text-align: left;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08); }
  .uc-searchform #divc {
    top: 44px;
    margin-left: -330px; }

#divc b {
  font-weight: normal; }

#divc li {
  position: relative;
  margin: 0 10px;
  cursor: pointer;
  border-top: 1px solid #f2f2f2; }
  #divc li:first-child {
    border-top: none; }
  #divc li a {
    line-height: 39px;
    height: 40px;
    display: block;
    padding: 0 12px;
    margin: 0 -10px; }
    #divc li a:hover {
      background-color: #f5f5f5; }

.sb_mouseover a {
  background-color: #f5f5f5; }

.sb_mouseout a {
  background-color: #fff; }

.nav-beta {
  width: 23px;
  height: 13px;
  position: absolute;
  right: -20px;
  top: 1px; }

#footer {
  overflow: hidden;
  padding-top: 18px;
  background-color: #fff; }
  .ft-container {
    overflow: hidden;
    width: 980px;
    margin: 0 auto; }

.ft-box {
  overflow: hidden;
  margin-bottom: 16px; }
  .ft-lft {
    float: left; }
    .ft-lft .ft-sogou-logo {
      width: 102px;
      height: 28px;
      background: url(/uploads/image/swpailogo/logo_ic_s-1x.png) 0 0 no-repeat;
      background-image: -webkit-image-set(url(/uploads/image/swpailogo/logo_ic_s-1x.png) 1x, url(/uploads/image/swpailogo/logo_ic_s-2x.png) 2x); }
    .ft-lft .ft-lft-txt {
      line-height: 20px;
      margin-top: 7px;
      color: #a3a3a3; }
    .ft-lft .ft-lft-txt2 {
      line-height: 23px;
      height: 24px;
      margin-top: 12px;
      padding: 0 10px;
      color: #a3a3a3;
      border: 1px solid #f2f2f2;
      border-radius: 2px; }
      .ft-lft .ft-lft-txt2 em {
        font-weight: bold;
        margin-left: 4px;
        color: #333; }
  .ft-rgt {
    line-height: 20px;
    float: right;
    width: 380px;
    padding-top: 6px;
    text-align: right; }
    .ft-rgt .ft-rgt-section {
      float: left;
      width: 190px; }
      .ft-rgt .ft-rgt-section li {
        margin-bottom: 8px; }
    .ft-rgt .ft-rgt-tit {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 17px;
      letter-spacing: 0; }
    .ft-rgt .ft-rgt-tab {
      color: #a3a3a3; }
      .ft-rgt .ft-rgt-tab:hover {
        color: #337eff; }

.ft-box2 {
  font-size: 12px;
  line-height: 17px;
  overflow: hidden;
  padding: 13px 0;
  color: #a2a6a8;
  border-top: 1px solid #f2f2f2; }
  .ft-box2 .ft-box2-lft {
    float: left; }
  .ft-box2 .ft-link {
    float: right;
    white-space: nowrap; }
    .ft-box2 .ft-link a {
      color: #a2a6a8; }
      .ft-box2 .ft-link a:hover {
        color: #337eff; }

/* 登录 */
.login {
  line-height: 22px;
  position: absolute;
  z-index: 2;
  top: 4px;
  right: 20px; }
  .login a {
    text-decoration: none; }
  .login-line {
    vertical-align: top;
    display: inline-block;
    width: 1px;
    height: 9px;
    margin: 6px 12px 0;
    background-color: #e0e0e0; }
    .usercenter .login-line {
      background-color: rgba(255, 255, 255, 0.4); }
  .btn-login {
    font-size: 12px;
    color: #666;
    vertical-align: top; }
    .btn-login:hover {
      text-decoration: underline; }
  .arr-user {
    vertical-align: 2px;
    background-image: ;
    background-position: -81px -109px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 8px;
    height: 5px; }

.user-option {
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .btn-user-option {
    font-size: 12px;
    display: block; }
  .user-option .user-thumb {
    float: left;
    margin-right: 4px;
    position: relative;
    display: block;
    width: 22px;
    height: 22px; }
    .user-option .user-thumb:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      content: '';
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 100%; }
    .user-option .user-thumb img {
      border-radius: 100%; }
    .user-option .user-thumb:hover:before {
      background-color: rgba(0, 0, 0, 0.3); }
  .user-option .user-name-box {
    float: left;
    margin-right: 6px; }
  .user-option .user-name {
    float: left;
    max-width: 82px;
    color: #333; }
  .user-option:hover .user-name {
    text-decoration: none;
    color: #337eff; }
  .user-option:hover .arr-user {
    background-image: ;
    background-position: -81px -104px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 8px;
    height: 5px; }
  .user-option:hover .popup-lst {
    top: 30px;
    right: -1px;
    display: block; }
    .user-option:hover .popup-lst:before {
      position: absolute;
      top: -10px;
      left: 0;
      width: 100%;
      height: 10px;
      content: '';
      cursor: pointer; }

.user-notice {
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .user-notice:hover .btn-user-notice {
    color: #337eff; }
  .user-notice:hover .arr-user {
    background-image: ;
    background-position: -81px -104px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 8px;
    height: 5px; }
  .user-notice:hover .popup-lst2 {
    top: 30px;
    right: -1px;
    display: block; }
    .user-notice:hover .popup-lst2:before {
      position: absolute;
      top: -10px;
      left: 0;
      width: 100%;
      height: 10px;
      content: '';
      cursor: pointer; }
  .btn-user-notice {
    font-size: 12px; }
  .user-notice .popup-lst2 {
    width: auto;
    max-width: 242px; }
  .user-notice-num {
    font-size: 10px;
    line-height: 12px;
    position: relative;
    display: inline-block;
    height: 12px;
    margin-left: 6px;
    padding: 0 3px;
    vertical-align: 1px;
    color: #fff;
    border-radius: 2px;
    background-color: #ff6664; }
    .user-notice-num:before {
      position: absolute;
      top: 0;
      left: -3px;
      content: '';
      background-image: ;
      background-position: -82px -119px;
      background-repeat: no-repeat;
      overflow: hidden;
      display: inline-block;
      width: 6px;
      height: 6px; }
  .user-notice .arr-user {
    margin-left: 4px; }

.banner {
  width: 980px;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  height: 300px;
  color: #fff;
  border-radius: 2px;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.2); }

.banner-answer {
  background: url(/uploads/image/swpaimg/banner_answer.png) 0 0 no-repeat; }

.banner-toplist {
  background: url(/uploads/image/swpaimg/banner_toplist.png) 0 0 no-repeat; }

.banner-history {
  padding: 0;
  width: 980px;
  height: 142px;
  background: url(/uploads/image/swpaimg/banner_history.png) 0 0 no-repeat; }

#wrap {
  min-width: 980px; }

#container {
  /* overflow: hidden; */
  background-color: #f2f2f2; }

.content {
  width: 980px;
  margin: 0 auto;
  padding: 10px 0 20px; }

.section {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  padding: 18px 20px;
  border-radius: 2px;
  background-color: #fff;
  /* @extend %clearfix; */ }
  .section:hover .section-toprgt-bar .btn-report {
    display: inline-block; }
  .section-tit {
    font-size: 18px;
    line-height: 25px;
    color: #333; }
    .section-tit span {
      font-size: 14px;
      font-weight: normal;
      line-height: 20px;
      margin-left: 10px;
      vertical-align: bottom;
      color: #a3a3a3; }
  .section-tit-mall {
    text-align: center; }
    .section-tit-mall b {
      display: inline-block;
      position: relative; }
      .section-tit-mall b:before {
        position: absolute;
        z-index: 10;
        left: -30px;
        top: 4px;
        content: "";
        background-image: ;
        background-position: -108px -90px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: inline-block;
        width: 23px;
        height: 17px; }
      .section-tit-mall b:after {
        position: absolute;
        z-index: 10;
        right: -30px;
        top: 4px;
        content: "";
        background-image: ;
        background-position: -108px -90px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: inline-block;
        width: 23px;
        height: 17px; }

.detail-tit-box {
  margin-bottom: 20px; }
  .detail-tit {
    font-size: 18px;
    line-height: 25px;
    display: inline;
    margin-right: 6px;
    vertical-align: top;
    word-wrap: break-word; }

.replay-section .user-thumb {
  position: relative;
  display: block;
  width: 40px;
  height: 40px; }
  .replay-section .user-thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    content: '';
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%; }
  .replay-section .user-thumb img {
    border-radius: 100%; }
  .replay-section .user-thumb:hover:before {
    background-color: rgba(0, 0, 0, 0.3); }

.replay-section .user-name-box {
  overflow: hidden;
  margin: 1px 0 2px; }

.replay-section .user-name {
  line-height: 20px;
  float: left;
  max-width: 97px; }

.replay-section .user-txt {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 18px;
  color: #a3a3a3; }

/* ft-bar */
.ft-bar {
  line-height: 22px;
  position: relative;
  height: 30px; }
  .ft-bar .ft-prompt-txt {
    font-size: 12px;
    line-height: 16px;
    color: #a3a3a3; }
  .comment-seciton .ft-bar {
    margin-top: 10px; }
  .popup .ft-bar {
    line-height: 36px;
    height: 36px;
    padding-top: 18px; }
  .ask-wrap .ft-bar {
    line-height: 46px;
    height: 46px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0; }
  .popup-reward   .ft-bar {
    border-top: 1px solid #f0f0f0; }
  .ft-bar .user-thumb {
    position: relative;
    display: block;
    width: 22px;
    height: 22px; }
    .ft-bar .user-thumb:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      content: '';
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 100%; }
    .ft-bar .user-thumb img {
      border-radius: 100%; }
    .ft-bar .user-thumb:hover:before {
      background-color: rgba(0, 0, 0, 0.3); }
  .ft-bar .user-name-box {
    float: left;
    margin-right: 10px; }
  .ft-bar .user-thumb-box {
    position: relative;
    float: left;
    padding-right: 8px; }
  .ft-bar .user-name {
    font-size: 12px;
    float: left;
    max-width: 84px; }
  .ft-bar .user-txt {
    font-size: 12px;
    float: left;
    color: #a3a3a3; }
    .ft-bar .user-txt span {
      float: left; }
      .ft-bar .user-txt span   span:before {
        float: left;
        width: 1px;
        height: 12px;
        margin: 4px 8px 0;
        content: '';
        background-color: #e0e0e0; }

.answer-top {
  margin-top: 18px;
  position: relative; }
  .answer-top li {
    overflow: hidden;
    padding: 15px 0; }
    .answer-top li:first-child {
      padding-top: 20px; }
  .answer-top .answer-tit {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700; }
    .answer-top .answer-tit i {
      padding: 0 10px;
      position: relative; }
      .answer-top .answer-tit i:after {
        line-height: 22px;
        position: absolute;
        top: -4px;
        left: 0;
        content: '';
        text-align: center;
        color: #fff;
        width: 197px;
        height: 130px; }
    .answer-top .answer-tit .top1:after {
      background-image: ;
      background-position: -107px 0;
      background-repeat: no-repeat;
      overflow: hidden;
      display: inline-block;
      width: 20px;
      height: 25px; }
    .answer-top .answer-tit .top2:after {
      background-image: ;
      background-position: -107px -25px;
      background-repeat: no-repeat;
      overflow: hidden;
      display: inline-block;
      width: 20px;
      height: 25px; }
    .answer-top .answer-tit .top3:after {
      background-image: ;
      background-position: -107px -50px;
      background-repeat: no-repeat;
      overflow: hidden;
      display: inline-block;
      width: 20px;
      height: 25px; }
  .answer-top .answer-img {
    float: left;
    display: inline-block;
    width: 220px;
    height: 124px;
    border-radius: 2px; }
    .answer-top .answer-img img {
      width: 100%;
      height: 100%; }
  .answer-top .answer-top-info {
    margin: 8px 0 0 235px;
    line-height: 22px; }
    .top-info-box {
      height: 22px;
      padding-bottom: 15px; }
      .top-info-box a {
        float: left;
        color: #337eff; }
        .top-info-box a:hover {
          color: #145ad1; }
      .top-info-box .user-thumb {
        position: relative;
        display: block;
        width: 22px;
        height: 22px;
        float: left;
        padding-right: 8px; }
        .top-info-box .user-thumb:before {
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          content: '';
          border: 1px solid rgba(0, 0, 0, 0.1);
          border-radius: 100%; }
        .top-info-box .user-thumb img {
          border-radius: 100%; }
        .top-info-box .user-thumb:hover:before {
          background-color: rgba(0, 0, 0, 0.3); }
      .top-info-box span {
        float: left;
        font-size: 12px;
        padding-right: 8px; }
      .top-info-box .answer-top-num {
        float: left;
        font-size: 12px;
        color: #a3a3a3; }
    .answer-top .answer-top-info p {
      width: 100%;
      font-size: 14px;
      line-height: 22px; }
    .answer-top .answer-top-info .get-more {
      color: #337eff; }
      .answer-top .answer-top-info .get-more:hover {
        color: #145ad1; }
  .user-name {
    color: #337eff; }
    .user-name:hover {
      color: #145ad1; }

.top-des {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  text-align: center;
  background: #fff; }
  .top-des h2 {
    font-size: 18px;
    padding-bottom: 10px;
    color: #5f5f5f; }
  .top-des h3 {
    font-size: 14px;
    padding-bottom: 10px;
    margin-top: 20px; }
  .top-des p {
    width: 60%;
    margin: 0 auto;
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 22px; }
    .top-des p:last-child {
      padding-bottom: 0; }
  .btn-relation {
    display: block;
    margin: 0 auto;
    line-height: 35px;
    width: 300px;
    height: 36px; }

.top-des2 {
  border-top: none;
  padding-top: 0; }

.top-des-rule {
  width: 70%;
  margin: 0 auto;
  background: #f5f6f8;
  padding: 20px;
  line-height: 22px; }
  .top-des-rule p {
    width: 100%;
    padding-bottom: 10px;
    text-align: left; }

/* 历史榜单 */
.related-topic {
  margin: 8px -12px 0; }
  .related-topic li {
    line-height: 36px;
    height: 36px; }
  .related-topic-tab {
    display: block;
    overflow: hidden;
    padding: 0 12px;
    border-radius: 2px; }
    .related-topic-tab:hover {
      background-color: #f2f2f2;
      color: #337eff; }
  .related-topic-tit {
    float: left;
    max-width: 940px; }
  .related-topic-date {
    font-size: 13px;
    font-weight: 700;
    padding-right: 10px; }
  .related-topic .up-tag {
    font-size: 12px;
    margin-left: 8px; }

.section-toprgt-bar {
  position: absolute;
  top: 18px;
  right: 12px;
  padding-bottom: 4px; }
  .section-toprgt-bar .btn-toprgt-more {
    color: #337eff; }
    .section-toprgt-bar .btn-toprgt-more:hover {
      color: #145ad1; }
      .section-toprgt-bar .btn-toprgt-more:hover i {
        opacity: 1; }
    .section-toprgt-bar .btn-toprgt-more i {
      margin-left: 6px;
      vertical-align: 2px;
      opacity: .7;
      background-image: ;
      background-position: -67px -111px;
      background-repeat: no-repeat;
      overflow: hidden;
      display: inline-block;
      width: 10px;
      height: 6px; }

/* 分享  */
.section-share {
  overflow: inherit; }

.like-share {
  text-align: center; }
  .like-share li {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 100px;
    text-align: center;
    padding-top: 70px;
    margin-left: 40px; }
    .like-share li:first-child {
      margin-left: 0;
      opacity: .8; }
  .like-share .like {
    position: relative; }
    .like-share .like:after {
      display: block;
      position: absolute;
      top: 0;
      left: 20px;
      content: "";
      width: 60px;
      height: 60px;
      background-image: ;
      background-position: 0 -60px;
      background-repeat: no-repeat;
      overflow: hidden;
      display: inline-block;
      width: 60px;
      height: 60px; }
    .like-share .like em {
      display: none;
      position: absolute;
      z-index: 100;
      right: 42px;
      top: 26px;
      color: #ff5429;
      font-size: 12px; }
    .like-share .like .add-one {
      opacity: 0;
      animation: fadeoutup 1.5s;
      -moz-animation: fadeoutup 1.5s;
      -webkit-animation: fadeoutup 1.5s;
      -o-animation: fadeoutup 1.5s; }

@-webkit-keyframes fadeoutup {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

@keyframes fadeoutup {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }
  .like-share .share {
    position: relative; }
    .like-share .share:after {
      display: block;
      position: absolute;
      top: 0;
      left: 20px;
      content: "";
      width: 60px;
      height: 60px;
      background-image: ;
      background-position: 0 0;
      background-repeat: no-repeat;
      overflow: hidden;
      display: inline-block;
      width: 60px;
      height: 60px; }
    .like-share .share .share-list {
      display: none;
      position: absolute;
      z-index: 100;
      top: -100px;
      left: -60px;
      width: 180px;
      padding: 20px;
      background: #fff;
      border-radius: 2px;
      box-shadow: 2px 0 6px rgba(0, 0, 0, 0.2); }
      .like-share .share .share-list .share-btn {
        position: relative;
        float: left;
        width: 60px;
        padding-top: 36px; }
        .like-share .share .share-list .share-btn:after {
          display: block;
          position: absolute;
          top: 0;
          left: 16px;
          content: "";
          width: 28px;
          height: 28px; }
        .like-share .share .share-list .share-btn:hover {
          color: #337eff; }
      .like-share .share .share-list .share-btn-qzone:after {
        top: 0;
        left: 16px;
        background-image: ;
        background-position: -137px -102px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: inline-block;
        width: 28px;
        height: 28px; }
      .like-share .share .share-list .share-btn-weibo:after {
        top: 0;
        left: 16px;
        background-image: ;
        background-position: -165px -102px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: inline-block;
        width: 28px;
        height: 28px; }
      .like-share .share .share-list .share-btn-qq:after {
        top: 0;
        left: 16px;
        background-image: ;
        background-position: -193px -102px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: inline-block;
        width: 28px;
        height: 28px; }

.link-list {
  padding-top: 10px; }
  .link-list li {
    float: left;
    padding-left: 20px; }
    .link-list li:first-child {
      padding-left: 0; }
    .link-list li a {
      color: #337eff; }
      .link-list li a:hover {
        color: #145ad1; }

/* 历史榜单单页 */
.related-topic-history {
  margin-top: 18px;
  border-top: 1px solid #f5f5f5;
  max-height: 676px;
  overflow: auto; }
  .related-topic-history li {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #f5f5f5; }
    .related-topic-history li a:hover {
      color: #337eff; }

/* 分页 */
/* 月榜排行 */
.toplist-box {
  position: relative;
  display: inline-block;
  float: left;
  width: 450px;
  border-radius: 2px;
  border: 1px solid #f0f0f0; }

.toplist-box2 {
  margin-left: 36px; }
  .toplist-box2 .toplist-header {
    background-color: #397bee;
    background-image: -webkit-radial-gradient(50% -45%, circle, #53a7f5, #397bee);
    background-image: radial-gradient(circle at 50% -45%, #53a7f5, #397bee); }

.toplist-header {
  position: relative;
  float: left;
  width: 450px;
  height: 80px;
  padding-top: 60px;
  border-radius: 2px 2px 0 0;
  background-color: #f55727;
  background-image: -webkit-radial-gradient(50% 3%, circle, #f07a56, #f55727);
  background-image: radial-gradient(circle at 50% 3%, #f07a56, #f55727); }
  .toplist-header-tit {
    position: absolute;
    top: 20px;
    width: 420px;
    padding: 0 15px; }
    .toplist-header-tit h2 {
      float: left;
      color: #fff;
      font-size: 18px;
      line-height: 24px; }
    .toplist-header-tit .more-date {
      cursor: pointer;
      float: right;
      color: #fff; }
      .toplist-header-tit .more-date i {
        margin-left: 6px;
        vertical-align: 2px;
        opacity: .7;
        width: 10px;
        height: 6px;
        display: inline-block;
        vertical-align: 2px;
        margin-left: 4px;
        background-image: ;
        background-position: -67px -105px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: inline-block;
        width: 10px;
        height: 6px; }
      .toplist-header-tit .more-date:hover {
        opacity: .8; }
  .toplist-header .toplist-three {
    position: absolute;
    z-index: 99;
    width: 120px;
    height: 140px;
    padding: 10px 15px 30px;
    background: #fff;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.2); }
    .toplist-header .toplist-three .user-thumb {
      position: relative;
      width: 60px;
      height: 60px;
      margin: 18px auto 0;
      border-radius: 50%;
      position: relative;
      display: block;
      width: 60px;
      height: 60px; }
      .toplist-header .toplist-three .user-thumb:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 56px;
        height: 56px;
        content: '';
        border: 2px solid rgba(0, 0, 0, 0.1);
        border-radius: 100%; }
      .toplist-header .toplist-three .user-thumb img {
        border-radius: 100%; }
      .toplist-header .toplist-three .user-thumb:hover:before {
        background-color: rgba(0, 0, 0, 0.3); }
    .toplist-header .toplist-three p {
      width: 100%;
      font-size: 14px;
      text-align: center;
      padding: 15px 0; }
    .toplist-header .toplist-three h3 {
      font-size: 30px;
      text-align: center; }
  .toplist-header .first-card {
    top: 108px;
    left: 150px;
    z-index: 100;
    padding: 10px 15px 30px; }
    .toplist-header .first-card .user-thumb:before {
      border: 2px solid #fb712c; }
    .toplist-header .first-card .user-thumb:after {
      position: absolute;
      content: "";
      top: -10px;
      right: -4px;
      width: 20px;
      height: 20px;
      background-image: ;
      background-position: -85px 0;
      background-repeat: no-repeat;
      overflow: hidden;
      display: inline-block;
      width: 20px;
      height: 20px; }
    .toplist-header .first-card p {
      font-size: 16px; }
    .toplist-header .first-card h3 {
      color: #ff6314; }
  .toplist-header .second-card {
    top: 86px;
    left: 20px;
    padding: 15px 15px 25px; }
    .toplist-header .second-card .user-thumb {
      position: relative;
      display: block;
      width: 50px;
      height: 50px; }
      .toplist-header .second-card .user-thumb:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 46px;
        height: 46px;
        content: '';
        border: 2px solid rgba(0, 0, 0, 0.1);
        border-radius: 100%; }
      .toplist-header .second-card .user-thumb img {
        border-radius: 100%; }
      .toplist-header .second-card .user-thumb:hover:before {
        background-color: rgba(0, 0, 0, 0.3); }
      .toplist-header .second-card .user-thumb:before {
        border: 2px solid #fbae3b; }
      .toplist-header .second-card .user-thumb:after {
        position: absolute;
        content: "";
        top: -12px;
        right: -4px;
        width: 20px;
        height: 20px;
        background-image: ;
        background-position: -85px -20px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: inline-block;
        width: 20px;
        height: 20px; }
    .toplist-header .second-card h3 {
      font-size: 26px;
      color: #ffbd24; }
  .toplist-header .third-card {
    top: 86px;
    right: 20px;
    padding: 15px 15px 25px; }
    .toplist-header .third-card .user-thumb {
      position: relative;
      display: block;
      width: 50px;
      height: 50px; }
      .toplist-header .third-card .user-thumb:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 46px;
        height: 46px;
        content: '';
        border: 2px solid rgba(0, 0, 0, 0.1);
        border-radius: 100%; }
      .toplist-header .third-card .user-thumb img {
        border-radius: 100%; }
      .toplist-header .third-card .user-thumb:hover:before {
        background-color: rgba(0, 0, 0, 0.3); }
      .toplist-header .third-card .user-thumb:before {
        border: 2px solid #5592fd; }
      .toplist-header .third-card .user-thumb:after {
        position: absolute;
        content: "";
        top: -12px;
        right: -4px;
        width: 20px;
        height: 20px;
        background-image: ;
        background-position: -85px -40px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: inline-block;
        width: 20px;
        height: 20px; }
    .toplist-header .third-card h3 {
      font-size: 26px;
      color: #4c8dfc; }

.toplist-list-header {
  padding-left: 15px;
  margin-top: 330px; }
  .toplist-list-header span {
    float: left;
    text-align: left;
    font-size: 16px;
    font-weight: bold; }
    .toplist-list-header span:first-child {
      width: 60px; }
    .toplist-list-header span:nth-child(2) {
      width: 174px; }
    .toplist-list-header span:nth-child(3) {
      width: 100px;
      text-align: center; }
    .toplist-list-header span:last-child {
      width: 80px;
      padding-left: 0;
      text-align: center; }

.toplist-list {
  margin-top: 20px;
  height: 600px;
  overflow: auto;
  padding: 15px 0 15px 15px;
  border-top: 1px dashed #f0f0f0; }
  .toplist-list li {
    height: 60px;
    line-height: 60px; }
    .toplist-list li .medal {
      float: left;
      position: relative;
      width: 60px;
      height: 60px;
      text-indent: 10px; }
    .toplist-list li .medal1:before {
      position: absolute;
      content: "";
      left: 3px;
      top: 12.5px;
      background-image: ;
      background-position: -61px 0;
      background-repeat: no-repeat;
      overflow: hidden;
      display: inline-block;
      width: 23px;
      height: 35px; }
    .toplist-list li .medal2:before {
      position: absolute;
      content: "";
      left: 3px;
      top: 12.5px;
      background-image: ;
      background-position: -61px -35px;
      background-repeat: no-repeat;
      overflow: hidden;
      display: inline-block;
      width: 23px;
      height: 35px; }
    .toplist-list li .medal3:before {
      position: absolute;
      content: "";
      left: 3px;
      top: 12.5px;
      background-image: ;
      background-position: -61px -70px;
      background-repeat: no-repeat;
      overflow: hidden;
      display: inline-block;
      width: 23px;
      height: 35px; }
    .toplist-list li .toplist-thumb {
      float: left;
      width: 174px; }
      .toplist-list li .toplist-thumb .user-thumb {
        float: left;
        margin-top: 16px;
        position: relative;
        display: block;
        width: 28px;
        height: 28px; }
        .toplist-list li .toplist-thumb .user-thumb:before {
          position: absolute;
          top: 0;
          left: 0;
          width: 24px;
          height: 24px;
          content: '';
          border: 2px solid rgba(0, 0, 0, 0.1);
          border-radius: 100%; }
        .toplist-list li .toplist-thumb .user-thumb img {
          border-radius: 100%; }
        .toplist-list li .toplist-thumb .user-thumb:hover:before {
          background-color: rgba(0, 0, 0, 0.3); }
      .toplist-list li .toplist-thumb a {
        float: left;
        width: 140px;
        padding-left: 4px; }
    .toplist-list li .adoption_num {
      float: left;
      width: 100px;
      text-align: center; }
    .toplist-list li .bonus_num {
      float: left;
      text-align: center;
      width: 80px; }
    .toplist-list li .color_im {
      color: #ff5429; }

/************金豆商城************/
.section-mall {
  width: 100%;
  padding-bottom: 184px;
  background: url(/uploads/image/swpaiprize/mall_bottom_bg.png) no-repeat #fff center bottom; }

.prize-list {
  margin: 10px 0 30px; }
  .prize-list li {
    float: left;
    margin-top: 30px;
    margin-right: 16px;
    width: 222px; }
    .prize-list li:nth-child(4n) {
      margin-right: 0; }
    .prize-img {
      width: 220px;
      height: 132px;
      text-align: center;
      border: 1px solid #f0f0f0;
      overflow: hidden; }
      .prize-img:hover {
        border-color: #e6e6e6; }
        .prize-img:hover img {
          -webkit-transform: scale(1.3);
                  transform: scale(1.3); }
    .beans-num {
      margin-top: 15px;
      font-size: 14px;
      line-height: 16px; }
      .beans-num span {
        float: left;
        color: #a3a3a3; }
      .beans-num .sort-reward {
        line-height: 16px;
        float: left;
        width: 48px;
        margin-right: 5px;
        color: #fa9600; }
        .beans-num .sort-reward .ico-popup-reward {
          margin-right: 6px;
          background-image: ;
          background-position: -108px -75px;
          background-repeat: no-repeat;
          overflow: hidden;
          display: inline-block;
          width: 12px;
          height: 15px; }
    .prize-list li p {
      margin-top: 6px;
      line-height: 18px;
      height: 36px; }

.top-des-link {
  padding-top: 15px;
  text-align: center; }
  .top-des-link a {
    color: #337eff;
    padding: 0 15px; }
