#root {
  margin: 0 auto;
  padding:0;
  position: relative;
  overflow-y: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 100%;
}
#root .bottomNotice {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 2.13333333rem;
  transform: translateX(-50%);
  background: #fff;
  z-index: 1;
}
#root #bottomNotice {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 2.13333333rem;
  transform: translateX(-50%);
  font-size: 0.85333333rem;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
#root #bottomNotice .left {
  float: left;
}
#root #bottomNotice .left .info {
  float: left;
}
#root #bottomNotice .left .info .img-wrap {
  display: inline-block;
  padding: 0.21333333rem;
  vertical-align: top;
}
#root #bottomNotice .left .info .img-wrap img {
  width: 1.70666667rem;
  height: 1.70666667rem;
}
#root #bottomNotice .left .info .info-right {
  display: inline-block;
  padding: 0.21333333rem 0;
}
#root #bottomNotice .left .info .info-right .name {
  font-size: 0.59733333rem;
  color: #fff;
}
#root #bottomNotice .left .info .info-right .intro {
  font-size: 0.512rem;
  color: #999;
}
#root #bottomNotice .left .desc {
  float: left;
  color: #fff;
  font-size: 0.64rem;
  line-height: 2.13333333rem;
}
#root #bottomNotice .right {
  float: right;
  padding: 0.32rem 0;
  margin-right: 0.42666667rem;
}
#root #bottomNotice .right .van-button--square {
  border-radius: 0.21333333rem;
}
#root #bottomNotice .close {
  margin-top: 0.42666667rem;
  margin-right: 0.21333333rem;
  width: 1.23733333rem;
  float: right;
}
#root #navbar {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 46px;
}
#root .article {
  margin: 15px;
}
#root .article strong span {
  font-weight: bold;
}
#root .article video {
  width: 100% !important;
  height: unset !important;
}
#root .article .title {
  font-weight: bold;
  font-size:.85rem;
}
#root .article #ffxiangImgCache {
  width: 100%;
}
#root .article .infobox {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  margin-top: 0.64rem;
}
#root .article .infobox .infobox-left {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-align-items: center;
}
#root .article .infobox .infobox-left .avater {
  height: 2.13333333rem;
  width: 2.13333333rem;
  border-radius: 50%;
}
#root .article .infobox .infobox-left .info {
  margin-left: 10px;
}
#root .article .infobox .infobox-left .info .name {
  color: #000;
  font-size: 0.68266667rem;
}
#root .article .infobox .infobox-left .info .time {
  font-size: 0.512rem;
  margin-top: 5px;
  color: #999;
}
#root .article .infobox .infobox-right .btn {
  border-radius: 5px;
  height: 1.536rem;
  line-height: 1.536rem;
}
#root .article .content {
  padding: 20px 0;
  line-height: 1.5;
  font-size: 17px !important;
}
#root .article .content::after {
  content: '';
  display: block;
  clear: both;
}
#root .article .content img {
  max-width: 100%;
  margin: 0.4rem 0;
}
#root .article .content p {
  color: #212121;
  font-size: 17px !important;
  text-align: justify;
}
#root .article .content p img {
  margin: 0.4rem auto;
}
#root .article .like {
  width: 30%;
  padding: 8px 20px;
  margin: 35px auto 0;
  border: #d8d8d8 solid 1px;
  border-radius: 999px;
  text-align: center;
}
#root .article .like.active {
  border: #FF821E solid 1px;
}
#root .article .like.active em {
  color: #FF821E;
}
#root .article .like .icon-like {
  vertical-align: top;
}
#root #comment .no_commentBox img {
  margin: 0 auto;
  text-align: center;
  width: 96%;
}
#root #comment .no_commentBox p {
  text-align: center;
  color: #68a4f0;
  font-size: 0.65rem;
  padding: 1rem 0;
}
#root #comment .commentBox {
  width: 96%;
  margin: 0 auto;
}
#root #comment .commentBox .comment-list {
  margin-top: 30px;
}
#root #comment .commentBox .comment-list .comment-item {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  padding: 10px 0;
}
#root #comment .commentBox .comment-list .comment-item .comment-left {
  flex: 1;
}
#root #comment .commentBox .comment-list .comment-item .comment-left img {
  width: 1.70666667rem;
  height: 1.70666667rem;
  border-radius: 50%;
  margin: 0.3rem auto 0;
}
#root #comment .commentBox .comment-list .comment-item .comment-right {
  flex: 6;
  padding-left: 10px;
}
#root #comment .commentBox .comment-list .comment-item .comment-right .top {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
}
#root #comment .commentBox .comment-list .comment-item .comment-right .top .name {
  color: #406599;
  font-size: 0.7rem;
}
#root #comment .commentBox .comment-list .comment-item .comment-right .top .comment-like.active i {
  color: #FCACAC;
}
#root #comment .commentBox .comment-list .comment-item .comment-right .top .comment-like.active span {
  color: #FCACAC;
}
#root #comment .commentBox .comment-list .comment-item .comment-right .top .comment-like .icon-like {
  vertical-align: sub;
}
#root #comment .commentBox .comment-list .comment-item .comment-right .top .comment-like span {
  font-size: 14px;
  color: #333;
}
#root #comment .commentBox .comment-list .comment-item .comment-right .comment-content {
  margin-top: 5px;
  font-size: 0.7rem;
  color: #333;
}
#root #comment .commentBox .comment-list .comment-item .comment-right .comment-content span {
  display: inline-block;
  margin: 0 1px;
  vertical-align: top;
}
#root #comment .commentBox .comment-list .comment-item .comment-right .reply-ul {
  background: #eee;
  padding: 2px 0 6px;
}
#root #comment .commentBox .comment-list .comment-item .comment-right .reply-ul span {
  display: inline-block;
  vertical-align: top;
}
#root #comment .commentBox .comment-list .comment-item .comment-right .reply-ul .reply-li {
  padding: 4px 10px 0;
  line-height: 1.5;
}
#root #comment .commentBox .comment-list .comment-item .comment-right .reply-ul .reply-li a {
  color: #0000cc;
}
#root #comment .commentBox .comment-list .comment-item .comment-right .btm {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  padding: 0.5rem 0;
}
#root #comment .commentBox .comment-list .comment-item .comment-right .btm .reply-time {
  color: #919191;
}
#root #comment .commentBox .comment-list .comment-item .comment-right .btm .reply-time::after {
  content: '· 回复';
  margin-left: 3px;
}
#root #comment .commentBox .comment-list .comment-item .comment-right .btm .reply-icon {
  margin-right: 5px;
}
#root #toolbar {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 50px;
  padding: 10px 0;
  background: #fff;
  transform: translateX(-50%);
  border-top: 1px solid rgba(245, 245, 245, 0.8);
}
#root #toolbar .inputbox {
  flex: 3;
  height: 30px;
}
#root #toolbar .inputbox .input {
  width: 85%;
  margin: 0 auto;
  height: 30px;
  border-radius: 999px;
  background: #F6F6F6;
}
#root #toolbar .inputbox .input .input-icon {
  display: inline-block;
  margin-left: 10px;
  vertical-align: sub;
}
#root #toolbar .inputbox .input input {
  width: 75%;
  font-size: 12px;
  color: #333;
  background: #F6F6F6;
  line-height: 30px;
  margin-left: 5px;
}
#root #toolbar .inputbox .input .CommentInput {
  width: 75%;
  font-size: 12px;
  color: #333;
  background: #F6F6F6;
  line-height: 30px;
  margin-left: 5px;
  display: inline-block;
}
#root #toolbar .btnbox {
  flex: 1.2;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -ms-justify-content: space-around;
  align-items: center;
  -ms-align-items: center;
}
#root #toolbar .btnbox .btn {
  margin-top: 2px;
  width: 25%;
  text-align: center;
}
#root #toolbar .btnbox .btn i.active {
  color: tomato !important;
}
#root #toolbar .submit-btn {
  flex: 0.7;
  color: #fff;
  height: 30px;
}
#root #toolbar .submit-btn .submit {
  width: 85%;
  height: 100%;
  padding: 0 5px;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  font-size: 0.64rem;
}
#root .aui-col-xs-4 {
  width: 33.3333%;
  float: left;
  box-sizing: border-box;
  padding: 2px;
}
#root .aui-col-xs-6 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 2px 4px;
}
#iconbtn {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-align-items: center;
  flex: 0.4;
}
.emoji-wrap {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.emoji-wrap .emojibox {
  height: 200px;
  overflow-y: auto;
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.emoji-wrap .emojibox::after {
  content: '';
  display: block;
  clear: both;
}
.emoji-wrap .emojibox .emoji {
  width: 14.28%;
  float: left;
  padding: 0.42666667rem 0;
}
.emoji-wrap .emojibox .emoji img {
  display: block;
  margin: 0 auto;
}
/*说吧投票相关*/
.tpcontent {
  background: #fff;
  padding: 0;
  font-size: 16px;
  color: #333;
}
.tpinfo:active,
.tpinfo *:active {
  background: #f8f8f8 !important;
}
.tpcontent h5 {
  font-size: 15px;
  color: #333;
  text-align: justify;
}
.tpinfo {
  padding: 10px;
  background: #f8f8f8;
}
.sbtpxt {
  background: #ffffff;
}
.optionselect {
  width: 100%;
  border: 1px solid #bebebe;
  background: #fff;
  margin-top: 10px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  border-radius: 8px;
}
.inoptionselect {
  width: 100%;
  padding: 8px 35px;
  line-height: 1.5;
  text-align: center;
  color: #4f7dae;
}
.optionselect.ytp {
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.optionselect span {
  display: none;
}
.optionselect.ytp span {
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 12px;
  color: #000;
  -ms-align-items: center;
  align-items: center;
  min-width: 60px;
}
.optionselect.ytp.active {
  border: 1px solid #4f7dae;
}
.optionselect.ytp.active .inoptionselect {
  color: #4f7dae;
}
.optionselect.ytp .inoptionselect {
  color: #333;
  padding: 8px 15px;
  text-align: left;
}
.optionselect.ytp.active span {
  color: #4f7dae;
}
.optionselect.dxselect {
  background: #f8f8f8;
}
.tpnews {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.ltpnews,
.rtpnews {
  color: #999;
  font-size: 12px;
}

.con-title{font-size:.85rem; line-height: 2; position: relative;}
.con-title h2{font-size:.85rem; width:calc(100% - 3em);}
.con-title span{display: block; position: absolute; width: 3em; right: 0; top: 0;}
.con-title a{ width: 50px; margin: auto; display: block; height:50px; background: url(guide.png); background-size: 100% 100%;}
.bt{font-size:.68rem; line-height:1.5; margin:.5em; }
.bt span{display:inline-block; font-size: 1em; font-weight: 500; width: 5em; text-align: center; margin-right: 1em; background:#0570DB; border-radius: 4px; color: #fff;}
.ydmj span{background: #1989FA;}
.tdyt span{background: #00B17A;}
.rjl span{background: #07C160;}
