/* all */
body {
  padding-top: 47px;
  background-color: #f8f8f8;
}
body.active {
  padding-bottom: 55px;
}
ul,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* text */
a {
  color: #586c94;
}
.font-16 {
  font-size: 16px;
}
.font-14 {
  font-size: 14px;
}
.font-12 {
  font-size: 12px;
}
.text-999 {
  color: #999;
}
.text-666 {
  color: #666;
}
.text-ccc {
  color: #ccc;
}
.text-red {
  color: red;
}
.text-center {
  text-align: center;
}

/* icon */
.icon-v {
  color: #ffca3f;
}
.icon-v.i-ve {
  color: #99cfff;
}
.icon-qq {
  color: #f46753;
}
.icon-wechat {
  color: #5ac64f;
}
.icon-weibo {
  color: #ff7171;
}
.icon-google {
  color: #7ba2e8;
}
.icon-facebook {
  color: #3f78cc;
}
.icon-twitter {
  color: #fbb611;
}
.icon-right {
  color: #ccc;
}

/*header*/
.stui-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  height: 48px;
  line-height: 48px;
}
.stui-header:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.stui-header span {
  display: block;
}
.stui-header span a {
  font-size: 17px;
  font-weight: 400;
  color: #333;
}
.stui-header span a .iconfont {
  font-size: 19px;
  font-weight: 400;
  color: #333;
}
.stui-header__left {
  width: 75px;
  padding-left: 15px;
  float: left;
}
.stui-header__left.logo {
  width: 135px;
}
.stui-header__center {
  position: absolute;
  top: 0;
  left: 75px;
  right: 75px;
  text-align: center;
  font-weight: 400;
}
.stui-header__center a {
  display: inline-block;
  padding: 0 5px;
  position: relative;
  color: #333;
}
.stui-header__center a.active:before {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -25%;
  bottom: 0;
  width: 50%;
  height: 1px;
  border-bottom: 4px solid #1aad19;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.stui-header__right {
  float: right;
  width: 75px;
  text-align: right;
  padding-right: 15px;
}
.stui-header__right a {
  margin-left: 5px;
}
.stui-header__logo {
  display: block;
  margin-top: 5px;
  width: 120px;
  height: 38px;
  background: url(../images/logo.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.stui-header__alert {
  display: none;
  position: fixed;
  z-index: 999;
  top: 48px;
  left: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #f5f5f5;
}

/* search */
.weui-search-bar {
  background-color: #f8f8f8;
}
.stui-header-search {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: #f8f8f8;
}
.stui-header-search:before {
  display: none;
}

/* cells */
.weui-cells {
  margin-top: 10px;
}
.weui-cell__bd .iconfont {
  font-size: 17px;
  vertical-align: middle;
}
.weui-cell.active:before {
  display: none;
}

/* panel */
.weui-panel:after,
.weui-panel:before,
.weui-cells:after,
.weui-cells:before {
  display: none;
}
.weui-panel__hd {
  font-size: 17px;
  font-weight: 400;
  color: #333;
}

/* media */
.weui-media-box_appmsg.comment {
  align-items: inherit;
}
.weui-media-box.active:first-child:before {
  display: block;
}
.weui-media-box__hd.avatar {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.weui-media-box__hd.avatar img,
.weui-media-box__hd.min img {
  border-radius: 50%;
}
.weui-media-box__hd.min {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.weui-media-box__hd.news {
  width: 120px;
  height: 90px;
  line-height: 90px;
}
.weui-media-box__hd.news img {
  vertical-align: middle;
}
.weui-media-box__hd.topics img {
  border-radius: 5px;
}
.weui-media-box__title {
  white-space: inherit;
}
.weui-media-box__title a.title {
  color: #333;
}
.weui-media-box__title a.name {
  color: #333;
}
.weui-media-box__title a.news {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.weui-media-box__title .icon-trophy {
  font-size: 20px;
  color: red;
}
.weui-media-box__title.active a {
  color: #666;
}
.weui-media-box__desc a.text {
  color: #999;
}
.weui-media-box__desc .img {
  vertical-align: -6px;
  border-radius: 50%;
}
.weui-media-box__desc .iconfont {
  font-size: 14px;
  vertical-align: -1px;
}
.weui-media-box__desc .time {
  margin-top: 5px;
}

/* tabbar */
.weui-tabbar {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
}
.weui-tabbar__item {
  padding: 7px 0 0;
}

/* grids */
.weui-grids.type .weui-grid {
  width: 20%;
  padding: 10px;
}
.weui-grids.type:after,
.weui-grids.type:before,
.weui-grids.type .weui-grid:after,
.weui-grids.type .weui-grid:before {
  display: none;
}
.weui-grids.type .weui-grid .weui-grid__icon .icon {
  font-size: 28px;
  line-height: 28px;
  color: #333;
}
.weui-grids.type .weui-grid .weui-grid__label {
  font-size: 13px;
  color: #333;
}

/* swiped */
.weui-swiped-btn {
  position: relative;
  padding: 0;
  width: 68px;
  text-align: center;
}
.weui-swiped-btn span {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 25px;
}
.weui-swiped-btn.active span {
  margin-top: -25px;
  height: 50px;
  width: 36px;
  left: 50%;
  margin-left: -18px;
}

/* tab */
.stui-info__tab {
  position: relative;
  text-align: center;
  background-color: #fff;
}
.stui-info__tab:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.stui-info__tab a {
  display: inline-block;
  padding: 10px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.stui-info__tab a.active:before {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -25%;
  bottom: 0;
  width: 50%;
  height: 1px;
  border-bottom: 4px solid #ccc000;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.stui-info__tab.active {
  text-align: right;
}

/* type */
.stui-type__tag {
  display: table;
  width: 100%;
  padding: 15px 5px 5px 15px;
}
.stui-type__tag li {
  float: left;
  width: 25%;
  padding-right: 10px;
  padding-bottom: 10px;
}
.stui-type__tag li a {
  display: block;
  padding: 5px;
  text-align: center;
  background-color: #f5f5f5;
  font-size: 12px;
  color: #666;
  border-radius: 4px;
}
.stui-type__tag li.active a {
  background-color: #1aad19;
  color: #fff;
}

/* dropdown */
.stui-pop-dropdown {
  position: absolute;
  z-index: 99;
  top: 100%;
  right: 0;
  padding: 10px 0;
  width: 90px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.stui-pop-dropdown li a {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  color: #333;
}
.stui-pop-dropdown li:first-child a {
  padding-top: 0;
}
.stui-pop-dropdown li a.active {
  color: #999;
}
.stui-dropdown-list {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  right: 120px;
  margin-top: -1px;
  max-height: 210px;
  overflow: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.stui-dropdown-list li a {
  display: block;
  position: relative;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stui-dropdown-list li a:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.stui-dropdown-list li a img {
  vertical-align: -5px;
  border-radius: 50%;
}

/* articles */
.weui-article {
  background-color: #fff;
}
.weui-article.active {
  position: relative;
  padding: 15px 15px 15px 50px;
}
.weui-article.active h3 {
  font-size: 18px;
  font-weight: 400;
}
.weui-article.active .iconfont {
  position: absolute;
  left: 15px;
  top: 20px;
  font-size: 24px;
  line-height: 24px;
  color: #ccc;
}
.weui-article li {
  margin-left: 2em;
}
/* question */
.stui-question__alert {
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
}
.stui-question__bottom {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  padding: 10px 15px;
  background-color: #fff;
}
.stui-question__bottom:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.stui-question__bottom .reply {
  display: block;
  position: absolute;
  top: 10px;
  left: 15px;
  right: 160px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  background-color: #f5f5f5;
  border-radius: 18px;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.stui-question__bottom .reply img {
  vertical-align: -5px;
  border-radius: 50%;
}
.stui-question__bottom .reply.active {
  color: #ccc;
}
.stui-question__bottom .operate {
  float: right;
  width: 160px;
  text-align: right;
}
.stui-question__bottom .operate a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 35px;
  line-height: 35px;
  color: #333;
}
.stui-question__bottom .operate a .iconfont {
  font-size: 20px;
  vertical-align: middle;
}
.stui-question__bottom .operate a .count {
  position: absolute;
  top: 2px;
  right: -5px;
  min-width: 15px;
  padding: 0 2px;
  text-align: center;
  height: 12px;
  line-height: 12px;
  font-size: 10px;
  border-radius: 2px;
  background-color: #c7c7cc;
  color: #fff;
}
.stui-question__bottom .operate a .count.active {
  background-color: red;
}

/* invite */
.stui-invite__seacrh {
  position: relative;
  padding: 15px 30px;
  margin-bottom: 15px;
  background-color: #fff;
}
.stui-invite__seacrh .weui-input {
  padding: 10px 15px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  font-size: 14px;
}
.stui-invite__seacrh .dropdown-list {
  left: 30px;
  right: 30px;
  margin-top: -16px;
}
.stui-invite__list {
  min-height: 180px;
  margin-bottom: 10px;
  text-align: center;
}
.stui-invite__list a {
  display: inline-block;
  margin: 0 5px;
  width: 48px;
  height: 48px;
}
.stui-invite__list a img {
  max-width: 100%;
  border-radius: 50%;
}

/* reply */
.stui-reply__form {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 85px 10px 15px;
  background-color: #f7f7fa;
}
.stui-reply__form:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #c0bfc4;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.stui-reply__form .submit {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 60px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  background-color: #1aad19;
  color: #fff;
}
.stui-reply__form .weui-input {
  padding: 10px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 14px;
}
.stui-reply__form.active {
  position: relative;
  padding: 0 70px 0 0;
  background: #fff;
}
.stui-reply__form.active:before {
  display: none;
}
.stui-reply__form.active .submit {
  top: 0;
  right: 0;
}

/* common */
.stui-common__operate {
  position: relative;
}
.stui-common__operate > a {
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
  color: #999;
}
.stui-common__operate > a > .iconfont {
  vertical-align: 1px;
}
.stui-common__operate > a.active .iconfont {
  color: #ccc;
}

/* topic */
.stui-tag-bar {
  padding: 15px 15px 5px 15px;
}
.stui-topic__tag {
  display: inline-block;
  padding: 0 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid #eee;
  background-color: #fff;
}
.stui-topic__tag .text {
  font-size: 13px;
  color: #333;
}
.stui-topic__tag.tips {
  position: relative;
  margin-right: 10px;
}
.stui-topic__tag.tips:before {
  content: "";
  position: absolute;
  top: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  left: auto;
  right: -5px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  border-width: 1px;
  border-color: #e5e5e5 #e5e5e5 transparent transparent;
}
.stui-topic__tag .close {
  display: inline-block;
  margin-right: -5px;
  width: 20px;
  text-align: center;
}
.stui-topic__tag .close .iconfont {
  font-size: 12px;
}
.stui-topic__add {
  display: inline-block;
  padding: 0 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  border-radius: 4px;
  background-color: #ccc;
  color: #fff;
  vertical-align: 1px;
}
.stui-topic__add .iconfont {
  font-size: 12px;
}
.stui-topic__editor {
  margin-bottom: 15px;
}
.stui-topic__editor .form-group {
  position: relative;
  padding-right: 120px;
}
.stui-topic__editor .form-group .weui-input {
  padding: 10px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
}
.stui-topic__editor .form-group .btn {
  display: block;
  width: 50px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 13px;
}
.stui-topic__editor .form-group .btn.add {
  right: 60px;
  background-color: #1aad19;
  border-color: #1aad19;
  color: #fff;
}
.stui-topic__editor .form-group .btn.disabled {
  right: 60px;
  background-color: #ec8b89;
  border-color: #ec8b89;
  color: rgba(255, 255, 255, 0.6);
}
.stui-topic__editor.active .form-group {
  padding-right: 60px;
}
.stui-topic__editor.active .form-group .weui-input {
}

/* inbox */
.stui-inbox__read {
  margin-bottom: 20px;
}
.stui-inbox__read li {
  position: relative;
  padding: 20px 15px 0;
}
.stui-inbox__read li .img {
  position: absolute;
  top: 20px;
  left: 15px;
}
.stui-inbox__read li .content {
  padding-left: 45px;
  padding-right: 45px;
  text-align: left;
}
.stui-inbox__read li .content .text {
  position: relative;
  display: inline-block;
  text-align: left;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 5px 10px;
  line-height: 25px;
  border-radius: 4px;
}
.stui-inbox__read li .content .text:before {
  content: "";
  position: absolute;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  left: -4px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  border-width: 1px;
  border-color: transparent transparent #e5e5e5 #e5e5e5;
}
.stui-inbox__read li .time {
  margin-top: 10px;
  text-align: center;
}
.stui-inbox__read li .time span {
  display: inline-block;
  padding: 2px 15px;
  font-size: 12px;
  background-color: #eee;
  color: #999;
  border-radius: 4px;
}
.stui-inbox__read li.active .img {
  left: auto;
  right: 15px;
}
.stui-inbox__read li.active .content {
  text-align: right;
}
.stui-inbox__read li.active .content .text {
  background-color: #b2e281;
  border: 1px solid #ccc;
}
.stui-inbox__read li.active .content .text:before {
  left: auto;
  right: -4px;
  background-color: #b2e281;
  border-color: #ccc #ccc transparent transparent;
}

/* upload */
.weui-uploader__file {
  width: 77px;
  height: 77px;
}
.weui-uploader__file-content {
  font-size: 13px;
}
.stui-upload__info .delete-file {
  display: block;
  position: absolute;
  z-index: 101;
  bottom: 2px;
  right: 5px;
}
.stui-upload__info .delete-file .icon {
  font-size: 13px;
  color: red;
}
.stui-upload__info .insert-file {
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stui-upload__info .file {
  text-align: center;
}
.stui-upload__info .icon-file {
  margin-top: 5px;
  color: #fff;
}

/* file */
.stui-file-down li a {
  display: block;
  margin-top: 10px;
  padding: 6px 15px;
  border-radius: 21px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

/* login */
.stui-login {
  padding: 30px;
}
.stui-login__head {
  margin-bottom: 15px;
  text-align: center;
}
.stui-login__head h1 {
  font-size: 18px;
  font-weight: 400;
  color: #999;
}
.stui-login__form li {
  padding: 10px 0 5px;
}
.stui-login__form li .weui-input {
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #eee;
  background-color: #fff;
}
.stui-login__form li.other-signup .iconfont {
  display: inline-block;
  margin: 0 5px;
  font-size: 35px;
  line-height: 35px;
}
.stui-login__form li.meta a {
  font-size: 14px;
  color: #999;
}

/* popup */
.weui-popup__container {
  z-index: 1001;
}
.weui-popup__modal {
  background-color: #fff;
}
.stui-close-popup {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
}

/* share */
.mobile-share {
  position: fixed;
  z-index: 1001;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fade-in;
  animation-duration: 0.5s;
  -webkit-animation: fade-in 0.5s;
}
.share-weixin {
  background: url(../images/share_weixin.png) rgba(0, 0, 0, 0.8) no-repeat;
  background-position: right top 10px;
  background-size: 80%;
}
.share-other {
  background: url(../images/share_other.png) rgba(0, 0, 0, 0.8) no-repeat;
  background-position: center bottom 10px;
  background-size: 80%;
}

/* loadmore */
.weui-loadmore_line .weui-loadmore__tips {
  background-color: #f8f8f8;
}
.weui-loadmore__tips .weui-loading {
  display: none;
}
.weui-loadmore__tips.loading .weui-loading {
  display: inline-block;
}
.weui-loadmore__tips.loading span {
  display: none;
}
.weui-loadmore__tips.disabled {
  color: #ccc;
}

.other-signup .weui-loadmore_line .weui-loadmore__tips {
  top: 0;
  padding: 0;
  background: #ebf5fc;
}
.other-signup .weui-loadmore_line {
  margin-bottom: 20px !important;
}

/* empty */
.stui-tips__empty {
  padding: 100px;
  text-align: center;
}
.stui-tips__empty .iconfont {
  font-size: 50px;
  color: #ccc;
}
.stui-tips__empty .text {
  color: #ccc;
}

/* pages */
.page-control {
  display: table;
  width: 100%;
  padding: 20px 0 0;
  text-align: center;
}
.pagination {
  display: inline-block;
  border-radius: 4px;
}
.pagination.pull-right {
  float: none;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  background-color: #fff;
  font-size: 14px;
  color: #999;
  border-color: #eee;
  position: relative;
  float: left;
  padding: 4px 15px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  border: 1px solid #ddd;
  background-color: #fff;
}
.pagination li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination li.active a {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #1aad19;
  border-color: #1aad19;
}

/* more */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.img-responsive {
  max-width: 100%;
}
.split-line {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  width: 1px;
  height: 12px;
  vertical-align: -2px;
  background-color: #e5e5e5;
}
.badge {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: red;
  border-radius: 50%;
}
.margin-0 {
  margin: 0 !important;
}
.padding-0 {
  padding: 0 !important;
}
.hide {
  display: none !important;
}
.has-focus.active {
  color: #ccc;
}
.weui-btn_default {
  background-color: #fff;
}
.weui-badge {
  padding: 0.15em 0.5em;
}
.swiper-slide {
  height: 10px;
}
.swiper-slide-active {
  height: auto;
}
/* 广告样式 */
.poster {
  border-top: 5px solid #f7f7f7;
  border-bottom: 5px solid #f7f7f7;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #ffffff;
}
.poster .answerer {
  display: flex;
  position: relative;
  height: 44px;
}

.poster .answerer .headPortrait {
  width: 44px;
  height: 44px;
  background: #0088cc;
  border-radius: 50%;
  opacity: 1;
  overflow: hidden;
}

.poster .answerer .answerer-msg {
  margin-left: 12px;
  padding-top: 3px;
}
.poster .answerer .answerer-msg .answerer-name {
  height: 19px;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}
.poster .answerer .answerer-msg .answerer-time {
  height: 14px;
  font-size: 12px;
  line-height: 22px;
  color: #999999;
}

.poster .answerer .guanggao-child {
  font-size: 12px;
  color: #999999;
  position: absolute;
  right: 0px;
  top: 4.5px;
}

.poster .answer-content {
  margin-top: 16px;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

.poster .imgs {
  margin-top: 16px;
  height: 74px;
}

.poster .imgs .img {
  width: 74px;
  height: 74px;
  background: #f5f5f5;
  border-radius: 8px;
}

.poster .question-info {
  margin-top: 16px;
  height: 17px;
  font-size: 13px;
  line-height: 17px;
  color: #999999;
}

.poster .question-info .qinzi {
  color: #0088cc;
}
/* 广告样式 */

.ajay-scrollpopup-new {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ajay-scrollpopup-new .scrollpopup_view {
  position: relative;
  width: 80%;
  animation: down 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-animation: down 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.ajay-scrollpopup-new .close {
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  right: 0;
  top: -1.3rem;
  background: url("../images/close.png")
    no-repeat center / cover;
}
.ajay-scrollpopup-new .scrollpopup {
  width: 100%;
  height: calc(100vw * 0.75 * 5 / 4);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.popupBox_top_type1 {
  position: relative;
  width: calc(100%);
  height: calc(7.95rem);
  background: url("../images/popup_3.png") no-repeat center / cover;
  border-radius: calc(.8rem) calc(.8rem) 0rem 0rem;
  z-index: 1;
  -webkit-border-radius: calc(.8rem) calc(.8rem) 0rem 0rem;
  -moz-border-radius: calc(.8rem) calc(.8rem) 0rem 0rem;
  -ms-border-radius: calc(.8rem) calc(.8rem) 0rem 0rem;
  -o-border-radius: calc(.8rem) calc(.8rem) 0rem 0rem;
}

.popupBox_top_type2 {
  position: relative;
  width: calc(100%);
  height: calc(7.95rem);
  background: url("../images/popup_4.png") no-repeat center / cover;
  border-radius: calc(.8rem) calc(.8rem) 0rem 0rem;
  z-index: 1;
}

.popupBox_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: calc(100%);
  height: calc(12.5rem);
  border-radius: 0rem 0rem calc(.8rem) calc(.8rem);
  background-color: #fff;
  padding-top: calc(1.35rem);
  margin-top: calc(-1.55rem);
  -webkit-border-radius: 0rem 0rem calc(.8rem) calc(.8rem);
  -moz-border-radius: 0rem 0rem calc(.8rem) calc(.8rem);
  -ms-border-radius: 0rem 0rem calc(.8rem) calc(.8rem);
  -o-border-radius: 0rem 0rem calc(.8rem) calc(.8rem);
}

.text1 {
  font-size: calc(.7rem);
  font-weight: bold;
  line-height: calc(.95rem);
  color: #828282;
}

.phonecode {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(12.8rem);
  height: calc(3rem);
  background: #f9f9f9;
  border-radius: calc(.8rem);
  font-size: calc(1.2rem);
  font-weight: bold;
  color: #888;
  margin-top: calc(1.2rem);
  -webkit-border-radius: calc(.8rem);
  -moz-border-radius: calc(.8rem);
  -ms-border-radius: calc(.8rem);
  -o-border-radius: calc(.8rem);
}

.copybtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(12.8rem);
  height: calc(3rem);
  background: #49c0a2;
  box-shadow: 0rem calc(.15rem) calc(.5rem) calc(.05rem)  rgba(124, 206, 185, 0.8);
  border-radius: calc(.8rem);
  letter-spacing: calc(.05rem);
  margin-top: calc(1.2rem);
  font-size: calc(.9rem);
  font-weight: bold;
  color: #ffffff;
  border: none;
}


@keyframes down {
  0% {
    opacity: 0;
    transform: translateY(-10rem);
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
}
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
