.sq-sort-filter .item, .tup-info .user-name, .sq-topic-list .sqt-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sq-sort-filter, .classify-list ul, .tup-operate, .gb-advs, .sq-topic-graphic .data, .sq-topic-graphic .photo dl {
  *zoom: 1;
}
.sq-sort-filter:after, .classify-list ul:after, .tup-operate:after, .gb-advs:after, .sq-topic-graphic .data:after, .sq-topic-graphic .photo dl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.top-msg-popup .list u, .top-msg-title s {
  position: absolute;
  min-width: 8px;
  height: 14px;
  padding: 0 3px;
  text-align: center;
  text-decoration: none;
  line-height: 14px;
  font-size: 12px;
  font-family: Arial;
  color: #fff;
  border-radius: 7px;
  background: #FF4B30;
}

.sq-topic-container .contents-empty,
.sq-style-container .contents-empty {
  position: relative;
  top: 0;
  left: 0;
  margin: 20px auto;
}

.sqt-title, .sqt-sort, .sqt-author, .sqt-reply {
  position: absolute;
}

.sqt-info {
  width: 114px;
}

.sq-topic-listop {
  position: relative;
  height: 30px;
  border-bottom: 1px solid #efefef;
  background: white;
}
.sq-topic-listop span {
  line-height: 30px;
  color: #999;
}
.sq-topic-listop .sqt-title {
  left: 20px;
}
.sq-topic-listop .sqt-sort {
  left: 120px;
}
.sq-topic-listop .sqt-author {
  right: 134px;
}
.sq-topic-listop .sqt-reply {
  right: 10px;
}

.sq-topic-list {
  padding: 0 10px 0 20px;
}
.sq-topic-list > a {
  display: block;
  position: relative;
  z-index: 0;
  height: 44px;
  color: #333;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
}
.sq-topic-list > a:last-child {
  border-bottom: 0;
}
.sq-topic-list > a:hover {
  text-decoration: none;
  background: #f9f9f9;
}
.sq-topic-list > a:hover:before {
  background: #f9f9f9;
}
.sq-topic-list > a:before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  left: -20px;
}
.sq-topic-list > a.topic-new {
  background: #fdfaf6;
}
.sq-topic-list > a.topic-top .its-top {
  display: none;
}
.sq-topic-list > a.topic-top:before {
  bottom: -1px;
  border-bottom: 1px solid #ffeed9;
  background: #fff9f2;
}
.sq-topic-list > a.topic-vote {
  color: #2777F8;
}
.sq-topic-list > a.topic-reward {
  color: #e74c3c;
}
.sq-topic-list > a.topic-locked {
  color: #999;
}
.sq-topic-list > a.topic-visited {
  color: #bdbdbd;
}
.sq-topic-list .sqt-title {
  top: 12px;
  right: 258px;
  left: 0;
  line-height: 20px;
  font-size: 16px;
}
.sq-topic-list .sqt-title .icon-topic-news {
  float: left;
  margin: 5px 5px 0 0;
}
.sq-topic-list .sqt-title .icon-topic-sign {
  float: left;
  margin: 0 10px 0 0;
}
.sq-topic-list .sqt-info {
  top: 4px;
}
.sq-topic-list .sqt-info em, .sq-topic-list .sqt-info u {
  display: block;
  height: 18px;
  line-height: 18px;
  word-break: break-all;
  overflow: hidden;
  font-size: 12px;
}
.sq-topic-list .sqt-author {
  right: 124px;
}
.sq-topic-list .sqt-author em {
  color: #2777F8;
}
.sq-topic-list .sqt-reply {
  right: 0;
}

.sq-topic-graphic li {
  position: relative;
  margin: 0 10px 0 20px;
  border-top: 1px solid #efefef;
}
.sq-topic-graphic li:first-child {
  border-top: 0;
}
.sq-topic-graphic li a {
  display: block;
  position: relative;
  margin: 0 -10px 0 -20px;
  padding: 12px 10px 10px 20px;
  color: #1A2734;
  line-height: 24px;
}
.sq-topic-graphic li a:hover {
  color: #2777F8;
  text-decoration: none;
}
.sq-topic-graphic li.topic-notice a {
  width: 340px;
  height: 34px;
  margin: 5px auto;
  padding: 0;
  border-radius: 5px;
  background: #fff7df;
  color: #c48b3a;
  line-height: 34px;
  text-align: center;
}
.sq-topic-graphic li.topic-notice a:hover {
  background: #fff4d5;
  text-decoration: none;
}
.sq-topic-graphic li.topic-thumb a {
  min-height: 128px;
  padding-left: 205px;
}
.sq-topic-graphic li.topic-thumb .title {
  min-height: 95px;
}
.sq-topic-graphic li.topic-thumb .photo {
  position: absolute;
  top: 15px;
  left: 20px;
  margin: 0;
}
.sq-topic-graphic li.topic-thumb .photo dl {
  width: 170px;
}
.sq-topic-graphic li.topic-thumb .photo dd {
  margin: 0;
}
.sq-topic-graphic li.topic-adv {
  border-bottom: 0;
}
.sq-topic-graphic li.topic-new a {
  background: #fdfaf6;
}
.sq-topic-graphic li.topic-top a {
  background: #fff9f2;
}
.sq-topic-graphic li.topic-top .its-top {
  display: none;
}
.sq-topic-graphic li.topic-vote a {
  color: #2777F8;
}
.sq-topic-graphic li.topic-reward a {
  color: #e74c3c;
}
.sq-topic-graphic li.topic-locked a {
  color: #999;
}
.sq-topic-graphic li.topic-visited a {
  color: #bdbdbd;
}
.sq-topic-graphic .list-divide {
  min-height: 20px;
  padding: 5px 20px;
  border: 0 none;
  background: #efefef;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.sq-topic-graphic .operate {
  display: none;
  position: absolute;
  top: 9px;
  left: -40px;
  z-index: 1;
}
.sq-topic-graphic .operate a {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.sq-topic-graphic .operate a s {
  display: none;
}
.sq-topic-graphic .title {
  margin-bottom: 5px;
  font-size: 18px;
  word-wrap: break-word;
}
.sq-topic-graphic .title .icon-topic-news {
  margin: 7px 5px 6px 0;
}
.sq-topic-graphic .title .icon-topic-sign {
  margin: 2px 10px 0 0;
}
.sq-topic-graphic .photo {
  position: relative;
  height: 120px;
  overflow: hidden;
  margin: 10px 0;
}
.sq-topic-graphic .photo dd {
  position: relative;
  float: left;
  width: 170px;
  height: 120px;
  margin-right: 13px;
  overflow: hidden;
  background: url(../images/loader.gif) center center no-repeat;
}
.sq-topic-graphic .photo dd img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.sq-topic-graphic .photo dd.dd-video:after {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 28px;
  height: 28px;
  overflow: hidden;
  background-image: url(../images/icon_video_sign.png);
  background-image: -webkit-image-set(url(../images/icon_video_sign.png) 1x, url(../images/icon_video_sign@2x.png) 2x);
  background-repeat: no-repeat;
  content: "";
}
.sq-topic-graphic .photo dd.dd-video:hover:after {
  background-position: 0 -28px;
}
.sq-topic-graphic .data {
  position: relative;
  min-height: 24px;
  color: #c6c6c6;
  line-height: 24px;
}
.sq-topic-graphic .data .item {
  float: left;
  margin-right: 15px;
}
.sq-topic-graphic .data .side {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.sq-topic-graphic .data .violation {
  color: #FF4823;
}

.sq-topic-fav.sq-topic-graphic ul {
  padding-left: 34px;
}
.sq-topic-fav .operate {
  display: block;
}

.gb-advs {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.gb-advs a, .gb-advs img, .gb-advs iframe {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: top;
  overflow: hidden;
}
.gb-advs .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  line-height: 30;
  overflow: hidden;
  cursor: pointer;
  background-image: url(../images/icon_close_round.png);
  background-image: -webkit-image-set(url(../images/icon_close_round.png) 1x, url(../images/icon_close_round@2x.png) 2x);
  background-repeat: no-repeat;
}
.gb-advs .close:hover {
  background-position: -30px 0;
}

.list-gotop {
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 10;
}
.list-gotop a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 3px;
  background: #f8f8f8;
}
.list-gotop a:hover {
  background: #f5f5f5;
}
.list-gotop a s {
  display: none;
}
.list-gotop a i {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon_gotop.png);
  background-image: -webkit-image-set(url(../images/icon_gotop.png) 1x, url(../images/icon_gotop@2x.png) 2x);
  background-repeat: no-repeat;
}

.top-msg-popup .list u, .top-msg-title s {
  position: absolute;
  min-width: 8px;
  height: 14px;
  padding: 0 3px;
  text-align: center;
  text-decoration: none;
  line-height: 14px;
  font-size: 11px;
  font-family: Arial;
  color: white;
  border-radius: 7px;
  background: #f0561d;
  -webkit-text-size-adjust: none;
}

.top-msg-title span, .top-user-title s, .top-search-box button i, .top-search-box .clean s {
  background-image: url(../images/icon_top_user_behavior.png);
  background-image: -webkit-image-set(url(../images/icon_top_user_behavior.png) 1x, url(../images/icon_top_user_behavior@2x.png) 2x);
  background-repeat: no-repeat;
}

.top-user-behavior {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1001;
  height: 40px;
}

.top-search-box {
  position: relative;
  float: right;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  background: #f5f5f5;
}
.top-search-box button, .top-search-box .clean {
  position: absolute;
  top: 5px;
  width: 30px;
  height: 30px;
  font-size: 0;
  color: transparent;
}
.top-search-box button i, .top-search-box .clean s {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 16px;
  height: 16px;
}
.top-search-box button {
  left: 5px;
  border: 0 none;
  background: none;
  -webkit-appearance: none;
}
.top-search-box button i {
  background-position: -36px 0;
}
.top-search-box button:hover i {
  background-position: -36px -20px;
}
.top-search-box .clean {
  right: 5px;
}
.top-search-box .clean s {
  background-position: -52px 0;
}
.top-search-box .clean:hover s {
  background-position: -52px -20px;
}
.top-search-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 24px;
  padding: 8px 36px;
  font-size: 16px;
  border: 0 none;
  border-radius: 20px;
  background: none;
  -webkit-appearance: none;
}

.top-search-menu {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 10001;
  overflow: hidden;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.top-search-menu a {
  display: block;
  height: 20px;
  padding: 9px 12px;
  line-height: 20px;
  font-size: 14px;
}
.top-search-menu a s {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(../images/icon_top_search_menu.png);
  background-image: -webkit-image-set(url(../images/icon_top_search_menu.png) 1x, url(../images/icon_top_search_menu@2x.png) 2x);
  background-repeat: no-repeat;
}
.top-search-menu a:hover, .top-search-menu a.hover {
  text-decoration: none;
  background: #f9f9f9;
}
.top-search-menu a + a {
  border-top: 1px solid #f2f2f2;
}

.itsm-root {
  background-position: 0 0;
}

.itsm-folder {
  background-position: -20px 0;
}

.top-user-info {
  float: right;
  height: 40px;
  margin-right: 20px;
}

.top-user-title {
  padding: 8px 0;
}
.top-user-title a {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.top-user-title a:hover {
  color: #333;
}
.top-user-title a:hover s {
  background-position: -18px -20px;
}
.top-user-title span {
  float: left;
  overflow: hidden;
  max-width: 112px;
  height: 24px;
  word-break: break-all;
}
.top-user-title s {
  float: left;
  width: 18px;
  height: 9px;
  margin: 7px 0 0 8px;
  background-position: -18px 0;
}

.tup-info, .top-user-panel s.arrow {
  background-image: url(../images/top_user_panel_blur.png?v=none);
  background-repeat: no-repeat;
}

.top-user-panel {
  position: absolute;
  top: 40px;
  right: 155px;
  width: 600px;
  border-radius: 3px;
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.top-user-panel s.arrow {
  position: absolute;
  top: -8px;
  right: 64px;
  width: 20px;
  height: 10px;
  background-position: -516px 0;
  pointer-events: none;
}

.top-user-panel i.arrow, .tup-inof-blur {
  display: none;
}

.tup-box {
  position: relative;
}

.tup-info {
  position: relative;
  overflow: hidden;
  height: 140px;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px 3px 0 0;
  background-color: #9f9f9f;
  background-position: 0 -10px;
}
.tup-info .user-head {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 76px;
  height: 76px;
  border: 2px solid white;
  border-radius: 5px;
  background: white;
}
.tup-info .user-head img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.tup-info .user-name {
  position: absolute;
  top: 28px;
  right: 140px;
  left: 120px;
  line-height: 38px;
  font-size: 28px;
  -webkit-transform: translate3d(0, 0, 0);
}
.tup-info .user-name a {
  color: #fff;
}
.tup-info .user-identity {
  position: absolute;
  top: 70px;
  left: 120px;
  line-height: 20px;
  font-size: 16px;
  -webkit-transform: translate3d(0, 0, 0);
}
.tup-info .user-identity span, .tup-info .user-identity a {
  float: left;
  margin-right: 5px;
}

.tup-logout {
  position: absolute;
  top: 48px;
  right: 20px;
}
.tup-logout a {
  float: left;
  height: 24px;
  padding: 0 10px;
  line-height: 24px;
  font-size: 14px;
  color: white;
  border-radius: 12px;
  -webkit-user-drag: none;
  background-image: url(about:blank);
  background-color: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33000000", endColorstr="#33000000");
}
html:root .tup-logout a {
  -webkit-filter: none;
  filter: none;
}
.tup-logout a:hover {
  text-decoration: none;
  background-image: url(about:blank);
  background-color: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#66000000", endColorstr="#66000000");
}
html:root .tup-logout a:hover {
  -webkit-filter: none;
  filter: none;
}
.tup-logout a i {
  float: left;
  width: 16px;
  height: 16px;
  margin: 4px 4px 0 -5px;
  background: url(../images/icon_logout_16.png?v=none);
  background-image: -webkit-image-set(url(../images/icon_logout_16.png?v=none) 1x, url(../images/icon_logout_16@2x.png?v=none) 2x);
}

.tup-space {
  position: absolute;
  top: 120px;
  width: 100%;
  height: 20px;
  background-image: url(about:blank);
  background-color: rgba(255, 255, 255, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4DFFFFFF", endColorstr="#4DFFFFFF");
}
html:root .tup-space {
  -webkit-filter: none;
  filter: none;
}
.tup-space i {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  background-image: url(about:blank);
  background-color: rgba(255, 255, 255, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4DFFFFFF", endColorstr="#4DFFFFFF");
}
html:root .tup-space i {
  -webkit-filter: none;
  filter: none;
}
.tup-space em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: subpixel-antialiased;
}

.tup-operate {
  position: relative;
  z-index: 1;
  overflow: hidden;
  overflow: hidden;
  border-radius: 0 0 3px 3px;
  background: white;
}
.tup-operate a {
  position: relative;
  z-index: 1;
  float: left;
  width: 150px;
  height: 120px;
  margin: 0 -1px -1px 0;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  -webkit-user-drag: none;
}
.tup-operate a:hover {
  z-index: 0;
  background: #fafafa;
}
.tup-operate i {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 54px;
  height: 54px;
  margin-left: -27px;
  background-image: url(../images/icon_top_user_panel.png);
  background-image: -webkit-image-set(url(../images/icon_top_user_panel.png) 1x, url(../images/icon_top_user_panel@2x.png) 2x);
  background-repeat: no-repeat;
}
.tup-operate span {
  position: absolute;
  top: 80px;
  right: 10px;
  left: 10px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #999;
}
.tup-operate s {
  position: absolute;
  top: 20px;
  left: 50%;
  min-width: 8px;
  height: 14px;
  margin-left: 11px;
  padding: 0 3px;
  text-align: center;
  text-decoration: none;
  line-height: 14px;
  font-size: 12px;
  font-family: Arial;
  color: white;
  border: 1px solid white;
  border-radius: 8px;
  background: #fd9209;
}
.tup-operate em {
  position: absolute;
  top: 36px;
  right: 10px;
  left: 10px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-size: 24px;
  font-family: Arial;
}

.tuop-space-card em {
  color: #28cdfc;
}

.tuop-vip-card em {
  color: #ff9100;
}

.tuop-user-coin em {
  color: #f5ab00;
}

.tuop-community-code em {
  color: #8fcc3a;
}

.tuop-resume i {
  background-position: 0px 0;
}

.tuop-card i {
  background-position: -54px 0;
}

.tuop-friend i {
  background-position: -108px 0;
}

.tuop-signature i {
  background-position: -162px 0;
}

.tuop-info i {
  background-position: -216px 0;
}

.tuop-privacy i {
  background-position: -270px 0;
}

.tuop-vip i {
  background-position: -324px 0;
}

.tuop-device i {
  background-position: -378px 0;
}

@supports ((-webkit-filter: blur(10px)) or (filter: blur(10px))) {
  .top-user-panel i.arrow, .tup-inof-blur {
    position: absolute;
    display: block;
    overflow: hidden;
    background: #9f9f9f;
    pointer-events: none;
  }
  .top-user-panel i.arrow img, .tup-inof-blur img {
    position: absolute;
    width: 680px;
    height: 680px;
    opacity: 0.7;
    -webkit-filter: blur(40px);
    filter: blur(40px);
  }

  .top-user-panel s.arrow {
    display: none;
  }
  .top-user-panel i.arrow {
    top: -7px;
    right: 66px;
    z-index: 11;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
  }
  .top-user-panel i.arrow img {
    -webkit-transform: rotate(-45deg) translate(-226px, -401px);
  }

  .tup-inof-blur {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: rotate(0deg);
  }
  .tup-inof-blur img {
    top: -270px;
    left: -40px;
  }
}
.top-message {
  position: relative;
  float: right;
  height: 40px;
  margin-right: 10px;
}

.top-msg-title {
  padding: 5px 0;
}
.top-msg-title a {
  position: relative;
  display: block;
  *zoom: 1;
  height: 20px;
  padding: 5px;
  cursor: pointer;
}
.top-msg-title a:hover span {
  background-position: 0 -20px;
}
.top-msg-title span {
  display: block;
  overflow: hidden;
  width: 18px;
  height: 20px;
  font-size: 0;
  color: transparent;
  background-position: 0 0;
}
.top-msg-title s {
  top: 0;
  left: 15px;
}

.top-msg-popup {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 140px;
  margin-left: -71px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background: white;
}
.top-msg-popup .arrow {
  position: absolute;
  top: -15px;
  left: 50%;
  overflow: hidden;
  width: 0;
  height: 0;
  margin-left: -7px;
  border: 7px solid transparent;
}
.top-msg-popup s.arrow {
  border-bottom-color: #d7d7d7;
}
.top-msg-popup i.arrow {
  top: -14px;
  border-bottom-color: white;
}
.top-msg-popup .list {
  *zoom: 1;
  overflow: hidden;
}
.top-msg-popup .list a {
  display: block;
  height: 42px;
  padding: 10px 0 10px 10px;
  line-height: 42px;
  font-size: 16px;
  color: #1A2734;
}
.top-msg-popup .list a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.top-msg-popup .list a:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.top-msg-popup .list a:hover {
  text-decoration: none;
  background: #f5f5f5;
}
.top-msg-popup .list a + a {
  border-top: 1px solid #eee;
}
.top-msg-popup .list i {
  position: relative;
  float: left;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border-radius: 3px;
  background: #2777F8;
}
.top-msg-popup .list s {
  position: absolute;
  top: 9px;
  left: 9px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_message_popup.png);
  background-image: -webkit-image-set(url(../images/icon_message_popup.png) 1x, url(../images/icon_message_popup@2x.png) 2x);
}
.top-msg-popup .list u {
  top: -4px;
  right: -4px;
}

.tmsg-wol {
  background-position: 0 0;
}

.tmsg-com {
  background-position: -24px 0;
}

.tmsg-sys {
  background-position: -48px 0;
}

.tmsg-topic {
  background-position: -72px 0;
}

.tmsg-star {
  background-position: -96px 0;
}

.tmsg-resume {
  background-position: -120px 0;
}

html:root .top-msg-popup {
  margin-left: -70px;
  border: 0 none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
html:root .top-msg-popup s.arrow {
  top: -14px;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
html:root .top-msg-popup i.arrow {
  top: -13px;
}

.class-top-music {
  float: right;
  padding: 8px 10px;
}
.class-top-music a {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.class-top-music a:hover {
  background-position: 0 -24px;
}

.sq-class-side .btn-sq-manage s, .sq-class-side .btn-topic-new s,
.sq-class-side .btn-sq-join s, .classify-list a s {
  background-image: url(../images/icon_class_panel.png);
  background-image: -webkit-image-set(url(../images/icon_class_panel.png) 1x, url(../images/icon_class_panel@2x.png) 2x);
  background-repeat: no-repeat;
}

.sq-class-holder {
  height: 50px;
}

.sq-class-panel {
  position: relative;
  height: 50px;
  background: #f9f9f9;
}
.sq-class-panel:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #efefef;
}

.classify-list {
  height: 50px;
  margin-right: 125px;
  overflow: hidden;
}
.classify-list li {
  position: relative;
  float: left;
}
.classify-list li.selected a {
  color: #2777F8;
}
.classify-list li.selected a u {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 2px;
  background: #2777F8;
}
.classify-list a {
  float: left;
  position: relative;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  color: #1A2734;
  font-size: 18px;
  cursor: pointer;
}
.classify-list a:hover {
  text-decoration: none;
  color: #2777F8;
}
.classify-list a:hover s {
  background-position: -34px -18px;
}
.classify-list a span {
  float: left;
}
.classify-list a s {
  float: left;
  width: 9px;
  height: 5px;
  margin: 22px 0 0 10px;
  background-position: -34px 0;
}
.classify-list .hd-violation-hint {
  position: absolute;
  bottom: -1px;
  left: 50%;
  font-size: 12px !important;
  line-height: 17px !important;
  transform: translateX(-50%);
  white-space: nowrap;
}
.classify-list .hd-violation-hint a {
  padding: 0;
  float: none;
  height: auto !important;
  font-size: 12px !important;
  line-height: 17px !important;
}

.sq-class-side {
  position: absolute;
  top: 10px;
  right: 10px;
}
.sq-class-side a {
  float: left;
  cursor: pointer;
}
.sq-class-side .btn-topic-new,
.sq-class-side .btn-sq-join {
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: white;
  border-radius: 3px;
  background: #2777F8;
  cursor: pointer;
}
.sq-class-side .btn-topic-new:hover,
.sq-class-side .btn-sq-join:hover {
  text-decoration: none;
  background: #0964f7;
}
.sq-class-side .btn-topic-new s,
.sq-class-side .btn-sq-join s {
  float: left;
  width: 16px;
  height: 16px;
  margin: 7px 5px 0 0;
  background-position: 0 0;
}
.sq-class-side .btn-sq-manage {
  position: relative;
  width: 28px;
  height: 30px;
  margin: 0 -5px 0 5px;
}
.sq-class-side .btn-sq-manage s {
  position: absolute;
  top: 6px;
  left: 5px;
  overflow: hidden;
  width: 18px;
  height: 18px;
  font-size: 0;
  color: transparent;
  background-position: -16px 0;
}
.sq-class-side .btn-sq-manage:hover s {
  background-position: -16px -18px;
}

.class-popup-option {
  position: absolute;
  z-index: 102;
  width: 420px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
html:root .class-popup-option {
  border: 0 none;
}
.class-popup-option .option-cell {
  max-height: 420px;
  max-height: calc(100vh - 280px);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.class-popup-option .cell {
  margin: 0 9px;
  padding: 9px 0;
  overflow: hidden;
  border-top: 1px solid #efefef;
}
.class-popup-option .cell:first-child {
  border-top: 0;
}
.class-popup-option .cell li {
  float: left;
  width: 33.2%;
  width: calc(100% / 3 - 2px);
  margin: 1px;
}
.class-popup-option .cell li.selected a {
  background: #2777F8;
  color: #fff;
}
.class-popup-option .cell a {
  display: block;
  height: 30px;
  overflow: hidden;
  padding: 5px;
  line-height: 30px;
  color: #1A2734;
  font-size: 18px;
  border-radius: 5px;
  text-align: center;
}
.class-popup-option .cell a .icon-handle {
  display: none;
}
.class-popup-option .cell a:hover {
  text-decoration: none;
  background: #f5f5f5;
}
.class-popup-option .bottom-tab {
  height: 38px;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  background: #f5f5f5;
}
.class-popup-option .bottom-tab a {
  float: left;
  width: 178px;
  height: 16px;
  padding: 10px;
  border: 1px solid #d8d8d8;
  background: white;
  color: #666;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
}
.class-popup-option .bottom-tab a:hover {
  text-decoration: none;
  background: #fafafa;
}
.class-popup-option .bottom-tab a.current {
  color: white;
  border-color: #2777F8;
  background: #2777F8;
}
.class-popup-option .bottom-tab a:first-child {
  width: 179px;
  border-right: 0 none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.class-popup-option .bottom-tab a:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.sq-sort-filter {
  position: relative;
  line-height: 30px;
  border-bottom: 1px solid #efefef;
  background: #fff;
}
.sq-sort-filter .item {
  position: relative;
  float: left;
  max-width: 200px;
  margin: 5px;
  padding: 0 30px 0 10px;
  border-radius: 2px;
  background: #efefef;
}
.sq-sort-filter .item b {
  color: #999;
  font-weight: normal;
}
.sq-sort-filter .item .remove {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3px;
  width: 24px;
  height: 24px;
}
.sq-sort-filter .item .remove s {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  line-height: 20;
  overflow: hidden;
  background-image: url(../images/icon_close_16.png);
  background-image: -webkit-image-set(url(../images/icon_close_16.png) 1x, url(../images/icon_close_16@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sq-sort-filter .item .remove:hover s {
  background-position: 0 -16px;
}

.sq-announce {
  position: relative;
  height: 39px;
  overflow: hidden;
  padding: 0 30px 0 20px;
  background: #fff7df;
  color: #c48b3a;
  font-size: 14px;
  line-height: 39px;
  word-wrap: break-word;
}
.sq-announce .btn-handle {
  position: absolute;
  top: 8px;
  right: 8px;
}
.sq-announce .btn-handle s {
  display: none;
}
.sq-announce .icon-handle {
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24;
  overflow: hidden;
  background-image: url(../images/icon_handle.png);
  background-image: -webkit-image-set(url(../images/icon_handle.png) 1x, url(../images/icon_handle@2x.png) 2x);
  background-repeat: no-repeat;
}
.sq-announce .idl-clean {
  background-position: -24px 0;
}

.icon-topic-news, .icon-topic-sign {
  display: inline-block;
  line-height: 20;
  vertical-align: top;
  overflow: hidden;
}

.icon-topic-news {
  width: 28px;
  height: 11px;
  background: url(../images/icon_new.gif);
}

.icon-topic-sign {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_topic_sign.png);
  background-image: -webkit-image-set(url(../images/icon_topic_sign.png) 1x, url(../images/icon_topic_sign@2x.png) 2x);
  background-repeat: no-repeat;
}

.its-top {
  background-position: 0 0px;
}

.its-perfect {
  background-position: 0 -20px;
}

.its-locked {
  background-position: 0 -40px;
}

.its-reward {
  background-position: 0 -60px;
}

.its-rewarded {
  background-position: 0 -80px;
}

.its-activity {
  background-position: 0 -100px;
}

.its-vote {
  background-position: 0 -120px;
}

.its-new {
  background-position: 0 -140px;
}

.lot-header .logo {
  display: flex;
  align-items: center;
  max-width: 330px;
}
.lot-header .logo span {
  margin-right: 4px;
}
.lot-header .logo .hd-violation-hint {
  flex-shrink: 0;
  float: left;
  line-height: 40px;
}
.lot-header .logo .hd-violation-hint span {
  margin-right: 0;
  max-width: none !important;
}
.lot-header .logo .hd-violation-hint a {
  font-weight: normal;
}
.lot-header .logo .face-violation-hint {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding-top: 19px;
  width: 40px;
  height: 40px;
  line-height: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  clip: rect(23px 40px 40px 0);
}
.lot-header .logo .face-violation-hint span {
  float: none !important;
  margin-right: 0;
  font-size: 12px;
  line-height: 20px !important;
  color: #FF4823;
}
.lot-header .sq-header .avatar .face-violation-hint {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding-top: 69px;
  width: 90px;
  height: 90px;
  line-height: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  clip: rect(68px 90px 90px 0);
}
.lot-header .sq-header .avatar .face-violation-hint span {
  float: none !important;
  margin-right: 0;
  font-size: 12px;
  line-height: 20px !important;
  color: #FF4823 !important;
}
.lot-header .sq-header .name {
  height: auto !important;
  overflow: initial;
}
.lot-header .sq-header .name strong, .lot-header .sq-header .name a {
  max-width: 260px !important;
}
.lot-header .sq-header .name strong {
  margin-right: 4px;
  height: 46px;
  overflow: hidden;
}
.lot-header .sq-header .name .hd-violation-hint {
  display: block;
  margin-top: -5px;
  line-height: 17px;
  font-size: 12px;
  font-weight: normal;
}
.lot-header .sq-header .name .hd-violation-hint a {
  font-size: 12px;
  font-weight: normal;
}
.lot-header .banner-logo .avatar .face-violation-hint {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding-top: 85px;
  width: 106px;
  height: 106px;
  line-height: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  clip: rect(85px 106px 106px 0);
}
.lot-header .banner-logo .avatar .face-violation-hint span {
  float: none !important;
  margin-right: 0;
  font-size: 12px;
  line-height: 20px !important;
  color: #FF4823 !important;
}
.lot-header .banner-logo .name strong {
  margin-right: 4px;
}
.lot-header .banner-logo .name .hd-violation-hint {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-shadow: none;
  font-weight: normal;
}
.lot-header .banner-logo .name .hd-violation-hint a {
  font-weight: normal;
}

.banner {
  position: relative;
}
.banner .top-banner {
  position: relative;
  height: 100px;
  overflow: hidden;
}
.banner .top-banner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .top-banner img {
  display: block;
  width: 100%;
}
.banner .banner-nav {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  font-size: 0;
  text-align: center;
}
.banner .banner-nav i {
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 0 5px;
  border-radius: 50%;
  background: #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  vertical-align: top;
  cursor: pointer;
}
.banner .banner-nav i.current {
  background: #2777F8;
}
.banner .banner-thumb {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  text-align: center;
}
.banner .banner-thumb i {
  display: inline-block;
  width: 86px;
  height: 46px;
  margin: 0 5px;
  border: 2px solid #fff;
  vertical-align: top;
  overflow: hidden;
}
.banner .banner-thumb i.current {
  margin-top: -7px;
}
.banner .banner-thumb img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .banner-violation {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.banner .banner-violation .hd-violation-hint {
  font-size: 16px;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}

.banner-single {
  height: auto !important;
}
.banner-single .top-banner {
  height: auto !important;
}
.banner-single .top-banner a {
  position: static !important;
  height: auto !important;
}
.banner-single .banner-nav,
.banner-single .banner-thumb {
  display: none;
}

.banner-hidden {
  height: 0;
}

.hint-new {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #f45400;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 8;
}

.copyright {
  word-wrap: break-word;
}
.copyright .hd-violation-hint {
  text-align: center;
}

.popup-video-player {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #333;
  background: rgba(0, 0, 0, 0.8);
}
.popup-video-player .player-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 960px;
  height: 640px;
  margin: -320px 0 0 -480px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}
.popup-video-player .player-header {
  position: relative;
  height: 100px;
  overflow: hidden;
}
.popup-video-player .player-header .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.popup-video-player .player-header .btn-close:hover i {
  background-position-y: -32px;
}
.popup-video-player .player-header .btn-close i {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-image: url(../images/icon_close_32.png);
  background-image: -webkit-image-set(url(../images/icon_close_32.png) 1x, url(../images/icon_close_32@2x.png) 2x);
  background-repeat: no-repeat;
}
.popup-video-player .player-header .btn-close s {
  display: none;
}
.popup-video-player .player-header .title {
  height: 32px;
  overflow: hidden;
  padding: 0 40px;
  margin: 20px 0 10px 0;
  font-size: 28px;
  text-align: center;
  line-height: 32px;
  word-wrap: break-word;
  word-break: break-all;
}
.popup-video-player .player-header .btn-row {
  text-align: center;
  font-size: 0;
}
.popup-video-player .player-header .btn-row a {
  display: inline-block;
  margin: 0 10px;
  color: #999;
  font-size: 14px;
  vertical-align: top;
  line-height: 20px;
}
.popup-video-player .player-header .btn-row a:hover {
  color: #666;
}
.popup-video-player .player-header .btn-row a:hover i {
  background-position-y: -16px;
}
.popup-video-player .player-header .btn-row i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 2px 2px 2px 0;
  background-image: url(../images/icon_video_opt.png);
  background-image: -webkit-image-set(url(../images/icon_video_opt.png) 1x, url(../images/icon_video_opt@2x.png) 2x);
  background-repeat: no-repeat;
  vertical-align: top;
}
.popup-video-player .player-header .btn-row .icon-download {
  background-position: 0 0;
}
.popup-video-player .player-header .btn-row .icon-copy {
  background-position: -16px 0;
}
.popup-video-player .player-stage {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: hidden;
  background: #f0f0f0;
}
.popup-video-player .player-stage iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-height: 640px) {
  .popup-video-player .player-container {
    width: 888px;
    height: 600px;
    margin: -300px 0 0 -444px;
  }
  .popup-video-player .player-stage {
    height: 500px;
  }
}
.panel-fetch-menu {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10;
  width: 50px;
  padding: 10px 0;
  margin-left: -565px;
  overflow: hidden;
}
.panel-fetch-menu a {
  display: block;
  margin: 5px 0;
  padding: 5px 0;
  color: #666;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.panel-fetch-menu a:hover s {
  opacity: 0.8;
}
.panel-fetch-menu span {
  display: block;
}
.panel-fetch-menu s {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 3px;
  background-image: url(../images/icon_fetch_menu.svg);
  opacity: 0.5;
}
.panel-fetch-menu s.pfm-more {
  background-position: 0 0;
}
.panel-fetch-menu s.pfm-client {
  background-position: -20px 0;
}