﻿@charset "UTF-8";
.block {
  display: block;
}

.vam {
  vertical-align: middle;
}

.hide {
  display: none;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.w100 {
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-over {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.text-nowrap {
  white-space: nowrap;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.ofh {
  overflow: hidden;
}

.gray0 {
  color: #000;
}

.gray3 {
  color: #333;
}

.gray6 {
  color: #666;
}

.gray9 {
  color: #999;
}

.white {
  color: white;
}

.bg-white {
  background-color: white;
}

.radius50 {
  border-radius: 50%;
}

.fb {
  font-weight: bold;
}

.fn {
  font-weight: normal;
}

.ft16 {
  font-size: 16px;
}

.ft18 {
  font-size: 18px;
}

.ft20 {
  font-size: 20px;
}

.ft14 {
  font-size: 14px;
}

.ft12 {
  font-size: 12px;
}

.ft24 {
  font-size: 24px;
}

.ft26 {
  font-size: 26px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mr10 {
  margin-right: 10px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mr20 {
  margin-right: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt5 {
  margin-top: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb5 {
  margin-bottom: 5px;
}

.mg10 {
  margin: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pt5 {
  padding-top: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pd10 {
  padding: 10px;
}

.pl15 {
  padding-left: 15px;
}

.price {
  color: #f44848;
}

.price em {
  font-size: 18px;
  margin-left: 2px;
}

.textareabox {
  border: 1px solid #cbcbcb;
  width: 100%;
  padding: 5px;
}

.border-top:before {
  content: '';
  position: absolute;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  height: 0;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ebebeb;
  display: block;
  z-index: 15;
  transform-origin: 50%, 0;
  -webkit-transform-origin: 50%, 0;
  left: 0;
  top: 0;
}

.border-bottom:after {
  content: '';
  position: absolute;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  height: 0;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  display: block;
  z-index: 15;
  transform-origin: 50%, 0;
  -webkit-transform-origin: 50%, 0;
  left: 0;
  bottom: 0;
}

.border-left:before {
  content: '';
  position: absolute;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  height: 0;
  width: 100%;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ebebeb;
  display: block;
  z-index: 15;
  transform-origin: 50%, 0;
  -webkit-transform-origin: 50%, 0;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
}

.border-right:after {
  content: '';
  position: absolute;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  height: 0;
  width: 100%;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ebebeb;
  display: block;
  z-index: 15;
  transform-origin: 50%, 0;
  -webkit-transform-origin: 50%, 0;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
}

.item-side {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
}

/*定位*/
.position-a {
  position: absolute;
}

.position-r, .border-top, .border-bottom, .border-left, .border-right {
  position: relative;
}

.position-s {
  position: static;
}

.position-x-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.position-y-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/*通用浮动*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.appdown-wrap {
  /*position: relative;*/
}

.appdown-wrap .bg {
  background: #f7f7f7 url("../images/wqg/app_down_bg.jpg");
  background-size: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dcdcdc;
}

.appdown-wrap .logobox {
  padding: 1.5rem 0 1rem;
}

.appdown-wrap .app-name {
  font-size: 1.2rem;
  color: #e56767;
  line-height: 1.5rem;
  margin-bottom: .2rem;
}

.appdown-wrap .app-desc {
  color: #999999;
}

.appdown-wrap .textbox {
  text-align: center;
  line-height: .9rem;
  font-size: .7rem;
  margin-bottom: .5rem;
}

.appdown-wrap .btnbox .btn {
  background-color: #fff;
  border-radius: 2rem;
  width: 50%;
  color: #666666;
  text-align: center;
  padding: .2rem 0;
  font-size: 0.85rem;
  display: block;
  border: 1px solid #999999;
  margin: 0 auto;
}

.appdown-wrap .app-logo {
  display: block;
  margin: 0 auto;
  width: 4.8rem;
  box-shadow: 0 0 2rem #ff6471;
  border-radius: 1.6rem;
}

.appdown-wrap .appstore {
  padding: .8rem;
}

.appdown-wrap .appstore .hd {
  margin-bottom: .5rem;
}

.appdown-wrap .appstore .hd .tit {
  margin-left: .6rem;
  position: relative;
  font-size: 1rem;
}

.appdown-wrap .appstore .hd .tit:before {
  position: absolute;
  left: -.5rem;
  top: .4rem;
  display: block;
  content: '';
  width: .2rem;
  height: .7rem;
  background-color: #e56767;
}

.appdown-wrap .appstore .bd li {
  margin-bottom: .3rem;
}

.appdown-wrap .appstore .name {
  display: block;
  padding: 0.2rem 0rem;
  color: #999;
}

.appdown-wrap .appstore .btn {
  display: block;
  background-color: #fff;
  border-radius: .2rem;
  padding: 0.2rem 0.5rem;
  color: #999999;
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}

.screenshot-wrap .page {
  background: #fff;
}

.screenshot-wrap .bar.bar-nav {
  background: #303032;
}

.screenshot-wrap .thumbs-wrap {
  padding: .5rem;
}

.screenshot-wrap .thumbs-box {
  overflow: auto;
  background: #f3f3f5;
  padding: 0.5rem 0.75rem 0;
}

.screenshot-wrap .thumbs-box .thumb-list {
  width: 16.66666666%;
  padding: 0 1%;
  float: left;
  margin-bottom: .5rem;
}

.screenshot-wrap .thumbs-box .block-box {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}

.screenshot-wrap .thumbs-box .block-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.screenshot-wrap .comment-box {
  padding: .5rem 1%;
  font-size: .65rem;
  margin: 0 0.5rem 0.5rem;
}

.screenshot-wrap .comment-box .comment-list {
  background: #e7e7e7;
  padding: 0 0.5rem;
  line-height: 1.2rem;
}

.screenshot-wrap .comment-box .name, .screenshot-wrap .comment-box .txt {
  word-wrap: break-word;
  display: inline;
}

.screenshot-wrap .screenshot-barfooter {
  height: auto;
}

.screenshot-wrap .screenshot-barfooter .comment-infobox {
  min-height: 2.5rem;
  padding: 0.5rem 0.75rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.screenshot-wrap .screenshot-barfooter .comment-infobox .comment-info {
  width: 100%;
}

.screenshot-wrap .screenshot-barfooter .comment-infobox .comment-input {
  width: 100%;
  font-size: .7rem;
  padding: 0 0.25rem;
  resize: none;
  height: 1.4rem;
  display: block;
}

.screenshot-wrap .screenshot-barfooter .comment-infobox .btn {
  display: block;
  margin-left: .5rem;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
}

.screenshot-wrap .screenshot-barfooter .comment-infobox .icon-emmoji {
  color: #666;
  font-size: 1rem;
}

.screenshot-wrap .screenshot-barfooter .comment-infobox .icon-emmoji:before {
  content: "\e62d";
}

.screenshot-wrap .screenshot-barfooter .comment-infobox .send-btn {
  font-size: .7rem;
  color: #999;
  border: 1px solid #ebebeb;
  padding: 0 0.5rem;
  line-height: 1.2rem;
  border-radius: 3px;
}

.screenshot-wrap .screenshot-barfooter .comment-infobox .send-btn.active {
  background: #0077ed;
  color: #fff;
}

.screenshot-wrap .screenshot-barfooter .emotionbox {
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: 101;
  display: none;
}

.screenshot-wrap .screenshot-barfooter .emotionbox.active {
  display: block;
}

.screenshot-wrap .screenshot-barfooter .emotionbox .page_emotion {
  background-color: #f9f9f9;
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  overflow: hidden;
}

.screenshot-wrap .screenshot-barfooter .emotionbox .page_emotion.active {
  left: 0;
}

.screenshot-wrap .screenshot-barfooter .emotionbox .page_emotion dd {
  display: inline-block;
  float: left;
  width: 14.2%;
  height: 24px;
  margin: 5px 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.attention-list {
  background-color: #fff;
}

.attention-list .list {
  position: relative;
  padding: .5rem;
  border-bottom: 1px solid #dcdcdc;
  display: block;
  min-height: 4.2rem;
}

.attention-list .avatarbox {
  position: absolute;
  top: .7rem;
  left: .5rem;
  width: 2.5rem;
}

.attention-list .avatarbox img {
  border-radius: 50%;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}

.attention-list .infobox {
  margin: 0 3rem 0 3rem;
}

.attention-list .name {
  color: #333;
  line-height: 1rem;
}

.attention-list .name a {
  color: #333;
}

.attention-list .time {
  color: #999;
  font-size: .7rem;
}

.attention-list .txt {
  font-size: .7rem;
  color: #999;
  height: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.attention-list .btn {
  position: absolute;
  right: .5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: .2rem;
  padding: 0.2rem 0rem;
  background-color: #149f7c;
  color: #fff;
  font-size: .6rem;
  text-align: center;
  min-width: 3rem;
}

.attention-list .btn.not {
  background-color: #f44848;
}

.attention-list .info {
  font-size: .6rem;
  color: #666;
  margin-right: .2rem;
}

.attention-list .badge {
  position: absolute;
  right: -.2rem;
  top: 0;
  background-color: #f44848;
  color: #fff;
  padding: 0.1rem 0.3rem 0.15rem;
}

/*--无数据--*/
.no-date {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: .7rem;
  text-align: center;
  width: 10rem;
}

.no-date .icon-date {
  border-radius: 50%;
  background: #e1e1e1;
  width: 5rem;
  height: 5rem;
  display: inline-block;
  text-align: center;
  line-height: 5rem;
  margin-bottom: .3rem;
  margin-bottom: .3rem;
}

.no-date .icon-date:before {
  content: "\e6cd";
  color: #fff;
  font-size: 3rem;
}

.bar-header-secondary.merge .searchbar {
  background-color: #f44848;
}

.bar-header-secondary.merge button {
  color: #fff;
}

/*# sourceMappingURL=attentionList.css.map */