@font-face {
  font-family: 'iconfont';
  /* project id 428262 */
  src: url('//at.alicdn.com/t/font_428262_jdy80292hp8pvi.eot');
  src: url('//at.alicdn.com/t/font_428262_jdy80292hp8pvi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_428262_jdy80292hp8pvi.woff') format('woff'), url('//at.alicdn.com/t/font_428262_jdy80292hp8pvi.ttf') format('truetype'), url('//at.alicdn.com/t/font_428262_jdy80292hp8pvi.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-forum:before {
  content: "\e600";
}
.icon-user:before {
  content: "\e63d";
}
.icon-rank:before {
  content: "\e61c";
}
.icon-article:before {
  content: "\e60b";
}
.icon-comment:before {
  content: "\e610";
}
.icon-read:before {
  content: "\e664";
}
.icon-angle-right:before {
  content: "\e63c";
}
.icon-like:before {
  content: "\e705";
}
.icon-good:before {
  content: "\e61e";
}
.icon-bad:before {
  content: "\e601";
}
.icon-comment1:before {
  content: "\e606";
}
.icon-comment2:before {
  content: "\e632";
}
.icon-delete:before {
  content: "\e62c";
}
.icon-star:before {
  content: "\e6b9";
}
.icon-edit:before {
  content: "\e60d";
}
.icon-ban:before {
  content: "\e602";
}
.icon-close:before {
  content: "\e625";
}
.icon-snext:before {
  content: "\e663";
}
.icon-sprev:before {
  content: "\e638";
}
.icon-weixin:before {
  content: "\e603";
}
.icon-weibo:before {
  content: "\e67b";
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  color: #333;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #333;
}
.bgcolor {
  background-color: #f5f5f5;
}
/* sui alter */
.bar:after {
  display: none;
}
.bar-nav ~ .content {
  bottom: 2.5rem;
}
.bar-tab .tab-item .iconfont ~ .tab-label {
  display: block;
  font-size: 0.55rem;
  position: relative;
  top: 0.15rem;
}
.bar-tab .tab-item .iconfont {
  font-size: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  padding-bottom: 0;
  padding-top: 0;
  top: 0.05rem;
  position: relative;
  z-index: 20;
}
.bar-tab .tab-item.active,
.bar-tab .tab-item:active {
  color: #ec6e00;
}
.bar-tab .tab-item .tab-icon {
  width: 26px;
  height: 26px;
  display: block;
  margin: 0.15rem auto 0;
  background-size: 26px;
}
.bar-tab .tab-item .tab-label {
  font-size: 0.55rem;
  display: inline-block;
  position: relative;
  top: -5px;
}
.bar-tab .tab-item:first-child .tab-icon {
  background-image: url(../images/baric-home.png);
}
.bar-tab .tab-item:nth-child(2) .tab-icon {
  background-image: url(../images/baric-rank.png);
}
.bar-tab .tab-item:nth-child(3) .tab-icon {
  background-image: url(../images/baric-news.png);
}
.bar-tab .tab-item:nth-child(4) .tab-icon {
  background-image: url(../images/baric-forum.png);
}
.bar-tab .tab-item:nth-child(5) .tab-icon {
  background-image: url(../images/baric-user.png);
}
.bar-tab .tab-item.active:first-child .tab-icon {
  background-image: url(../images/baric-home-active.png);
}
.bar-tab .tab-item.active:nth-child(2) .tab-icon {
  background-image: url(../images/baric-rank-active.png);
}
.bar-tab .tab-item.active:nth-child(3) .tab-icon {
  background-image: url(../images/baric-news-active.png);
}
.bar-tab .tab-item.active:nth-child(4) .tab-icon {
  background-image: url(../images/baric-forum-active.png);
}
.bar-tab .tab-item.active:nth-child(5) .tab-icon {
  background-image: url(../images/baric-user-active.png);
}
/* alter */
.swiper-container {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0 !important;
}
header {
  background-color: #000 !important;
  color: #fff;
}
header .icon {
  color: #fff;
}
header .title {
  color: #fff;
}
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner img {
  width: 100%;
  height: auto;
}
.search-bar {
  background: transparent;
  position: fixed;
  top: 2.2rem;
  right: 0;
  left: 0;
  z-index: 999;
  padding: 8px 10px;
  transition: all 0.5s ease;
}
.search-bar .searchbar {
  background: transparent;
}
.search-bar .searchbar .searchbar-cancel {
  color: #fff;
}
.search-bar .search-input .icon-search {
  color: #999;
}
.search-bar .search-input input {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.7rem;
  border: none;
  transition: all 0.5s;
}
.search-bar .search-input input::-webkit-input-placeholder {
  color: #999 !important;
}
.search-bar .search-input input::-moz-placeholder {
  color: #999 !important;
}
.search-bar.norstatus {
  background-color: #fff !important;
  border-bottom: 1px solid #eee;
}
.search-bar.norstatus .search-input input {
  background-color: #f3f7fa;
  border: none;
}
.search-bar.norstatus .search-input input::input-placeholder {
  color: #eee !important;
}
.index-sort-list {
  background-color: #fff;
  padding: 5px 0;
}
.index-sort-list img {
  width: 42px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.index-sort-list span {
  font-size: 14px;
}
.index-sort-list .sort-item {
  text-align: center;
  padding: 5px 0;
}
.index-sort-list .tips {
  font-size: 14px;
  color: #999;
  margin: 20px 0;
  text-align: center;
}
.advertise-wrap {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 10px 0 10px 10px;
  background: #fff;
  height: 110px;
  margin-top: 10px;
}
.advertise-wrap .ad-item {
  height: 100%;
  display: inline-block;
  font-size: 0;
}
.advertise-wrap .ad-item:not(:last-child) {
  margin-right: 10px;
}
.advertise-wrap .ad-item img {
  height: 100%;
  width: auto;
}
.index-ad-wrap {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 15px 0 15px 10px;
  background: #fff;
  height: 140px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.index-ad-wrap .ad-item {
  height: 100%;
  display: inline-block;
  font-size: 0;
}
.index-ad-wrap .ad-item:not(:last-child) {
  margin-right: 10px;
}
.index-ad-wrap .ad-item img {
  height: 100%;
  width: auto;
}
.app-wrap-head {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 15px 0 8px;
  margin: 0 15px;
}
.app-wrap-head .tit {
  float: left;
  font-size: 16px;
}
.app-wrap-head .more {
  float: right;
  font-size: 14px;
  display: block;
  color: #666;
}
.app-wrap-head .more .icon {
  font-size: 11px;
  padding-left: 3px;
}
.newest-app-wrap {
  background: #fff;
  margin-top: 10px;
}
.newest-app-wrap .newest-app-list {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 8px 5px;
}
.newest-app-wrap .newest-app-list .app-item {
  width: 80px;
  padding: 5px;
  margin: 0 3px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
}
.newest-app-wrap .newest-app-list .app-item img {
  width: 100%;
}
.newest-app-wrap .newest-app-list .app-item .app-name {
  font-size: 15px;
  margin: 0;
  line-height: 32px;
}
.hot-app-wrap {
  background: #fff;
  margin-top: 10px;
}
.miniapp-list {
  padding: 0 15px;
}
.miniapp-list .miniapp-item {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.miniapp-list .miniapp-item .rank-num {
  line-height: 80px;
  padding: 0 12px 0 2px;
  float: left;
}
.miniapp-list .miniapp-item .pic-box {
  width: 80px;
  height: 80px;
  padding: 5px;
  float: left;
}
.miniapp-list .miniapp-item .pic-box img {
  width: 100%;
  border-radius: 3px;
}
.miniapp-list .miniapp-item .item-info {
  float: left;
  padding-left: 10px;
}
.miniapp-list .miniapp-item .item-info .item-name {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.miniapp-list .miniapp-item .item-info .item-tab {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.miniapp-list .miniapp-item .item-info .heat-txt {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.miniapp-list .miniapp-item .taste-btn {
  width: 90px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #007aff;
  border-radius: 3px;
  background: #fff;
  color: #007aff;
  text-align: center;
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.miniapp-list .miniapp-item + .miniapp-item {
  border-top: 1px solid #eee;
}
.btn-box {
  padding: 30px 0;
  text-align: center;
}
.btn-box .load-more-btn {
  width: 300px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  border-radius: 16px;
  background: #f3f3f3;
  border: none;
  color: #999;
}
.article-list {
  background: #fff;
  margin: 0;
}
.article-list .article-item {
  margin: 0 15px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.article-list .article-item .article-pic {
  width: 100px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  float: left;
}
.article-list .article-item .article-pic img {
  width: 100%;
  height: 100%;
}
.article-list .article-item .article-con {
  float: left;
  width: calc(100% - 110px);
  height: 80px;
  margin-left: 10px;
  position: relative;
}
.article-list .article-item .article-con .art-tit {
  font-size: 15px;
  margin: 0;
}
.article-list .article-item .article-con .art-info {
  font-size: 14px;
  color: #999;
  position: absolute;
  bottom: 0;
}
.article-list .article-item .article-con .art-info span {
  margin-right: 10px;
  font-size: 14px;
}
.article-list .article-item .article-con .art-info .read:before {
  content: "\e664";
  padding-right: 4px;
}
.article-list .article-item .article-con .art-info .comment:before {
  content: "\e610";
  padding-right: 4px;
}
.fast-link {
  background: #fff;
  padding: 15px;
}
.fast-link .fast-title {
  font-size: 16px;
  color: #333;
  margin: 0 0 20px;
}
.fast-link .fast-link-list {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.fast-link .fast-link-list li {
  width: 33.33%;
  float: left;
  text-align: center;
}
.fast-link .fast-link-list li img {
  width: 80px;
  height: 80px;
}
.fast-link .fast-link-list li p {
  font-size: 14px;
  color: #333;
}
.index-foot {
  background: #fff;
  padding: 30px 0;
  text-align: center;
}
.index-foot .foot-txt {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  margin: 0;
}
.rank-app-wrap {
  background: #fff;
}
.rank-app-wrap .rank-tab {
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
  overflow-x: scroll;
  white-space: nowrap;
  margin: 0;
}
.rank-app-wrap .rank-tab li {
  padding: 0 12px;
  display: inline-block;
}
.rank-app-wrap .rank-tab li a {
  color: #666;
  position: relative;
  line-height: 46px;
  font-size: 14px;
  display: inline-block;
}
.rank-app-wrap .rank-tab .current a {
  color: #333;
}
.rank-app-wrap .rank-tab .current a:after {
  content: ' ';
  width: 100%;
  height: 3px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.article-wrap {
  background: #fff;
}
.article-wrap .article-tab {
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
  margin: 0;
  overflow: hidden;
  padding: 0 30px;
}
.article-wrap .article-tab li {
  width: 50%;
  float: left;
  text-align: center;
}
.article-wrap .article-tab li a {
  color: #666;
  position: relative;
  line-height: 46px;
  font-size: 14px;
  display: inline-block;
}
.article-wrap .article-tab .current a {
  color: #333;
}
.article-wrap .article-tab .current a:after {
  content: ' ';
  width: 100%;
  height: 3px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* 论坛模块样式 */
.forum-top-wrap {
  width: 100%;
  padding: 30px 15px;
  background: url(../images/forum_img_bg_02.png) no-repeat;
  background-size: cover;
}
.forum-top-wrap .user-info-con {
  color: #fff;
}
.forum-top-wrap .user-head {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  float: left;
}
.forum-top-wrap .user-head img {
  width: 100%;
  height: 100%;
}
.forum-top-wrap .forum-info {
  float: left;
  margin-left: .8rem;
}
.forum-top-wrap .forum-info .user-name {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0 20px;
}
.forum-top-wrap .forum-info .info-detail {
  font-size: 14px;
}
.forum-top-wrap .forum-info .info-detail span {
  margin-right: 15px;
}
.forum-wrap {
  background: #fff;
}
.forum-wrap .forum-tab {
  border-bottom: 1px solid #eee;
  margin: 0;
  overflow-x: scroll;
  white-space: nowrap;
}
.forum-wrap .forum-tab li {
  display: inline-block;
  padding: 0 6px;
  text-align: center;
}
.forum-wrap .forum-tab li a {
  color: #333;
  position: relative;
  line-height: 46px;
  font-size: 14px;
  display: inline-block;
}
.forum-wrap .forum-tab .current a {
  color: #26b77b;
}
.forum-wrap .forum-tab .current a:after {
  content: ' ';
  width: 100%;
  height: 3px;
  background-color: #26b77b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.forum-wrap .forum-item {
  padding: 12px;
  border-bottom: 1px solid #eee;
}
.forum-wrap .forum-item .forum-item-top {
  height: 34px;
  line-height: 34px;
}
.forum-wrap .forum-item .forum-item-top .user-pic {
  width: 34px;
  height: 34px;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}
.forum-wrap .forum-item .forum-item-top .user-name {
  font-size: 15px;
  color: #333;
  float: left;
}
.forum-wrap .forum-item .forum-item-top .user-identity {
  font-size: 14px;
  color: #26b77b;
  float: left;
  padding-left: 10px;
}
.forum-wrap .forum-item .forum-item-top .forum-type {
  float: right;
  font-style: normal;
  font-size: 14px;
}
.forum-wrap .forum-item .forum-item-middle {
  padding: 10px 0;
  font-size: 15px;
  color: #333;
}
.forum-wrap .forum-item .forum-item-bottom {
  font-size: 14px;
  color: #999;
  display: flex;
}
.forum-wrap .forum-item .forum-item-bottom .forum-date {
  margin: 0;
}
.forum-wrap .forum-item .forum-item-bottom span {
  padding-left: 15px;
}
.post-box {
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 0px 2px 2px rgba(38, 183, 123, 0.5);
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  background-color: #26b77b;
  background-image: url(../images/forum_icon_publish.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
}
.post-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.forum-publish-wrap {
  background: #fff;
  padding: 15px;
  margin: 0;
}
.forum-publish-wrap .forum-title {
  font-size: 16px;
  color: #333;
  margin: 0;
}
.forum-publish-wrap .forum-item {
  margin: 30px 0 0;
}
.forum-publish-wrap .forum-item dt {
  font-size: 14px;
}
.forum-publish-wrap .forum-item dd {
  margin: 0;
  font-size: 14px;
}
.forum-publish-wrap .forum-item input,
.forum-publish-wrap .forum-item select,
.forum-publish-wrap .forum-item textarea {
  font-size: 14px;
}
.forum-publish-wrap .forum-item small {
  margin-left: 4px;
  color: #999;
}
.forum-publish-wrap .forum-item .content-txt {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-top: 6px;
}
.forum-publish-wrap .forum-item .content-input {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.forum-publish-wrap .forum-item .forum-sort {
  color: #26b77b;
}
.forum-publish-wrap .bottom-btn {
  text-align: center;
  padding: 20px 0;
}
.forum-publish-wrap .bottom-btn .btns {
  display: inline-block;
  width: 120px;
  line-height: 40px;
  color: #fff;
  border-radius: 3px;
  margin: 0 10px;
}
.forum-publish-wrap .bottom-btn .submitbtn {
  background: #26b77b;
}
.forum-publish-wrap .bottom-btn .savebtn {
  background: #999;
}
.forum-info-box {
  background: #fff;
  padding: 15px;
}
.forum-info-box .info-head {
  border-bottom: 1px solid #eee;
}
.forum-info-box .info-head .forum-title {
  font-size: 17px;
  color: #333;
  margin: 10px 0;
  font-weight: normal;
}
.forum-info-box .info-head .forum-date {
  color: #999;
  font-size: 14px;
  margin-bottom: 5px;
}
.forum-info-box .user-info {
  height: 34px;
  line-height: 34px;
}
.forum-info-box .user-info .user-pic {
  width: 34px;
  height: 34px;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}
.forum-info-box .user-info .user-name {
  font-size: 15px;
  color: #333;
  float: left;
}
.forum-info-box .user-info .user-identity {
  font-size: 14px;
  color: #26b77b;
  float: left;
  padding-left: 10px;
}
.forum-info-box .user-info .forum-type {
  float: right;
  font-style: normal;
  color: #999;
  font-size: 14px;
}
.forum-info-box .forum-con {
  font-size: 15px;
}
.forum-info-box .index-ad-wrap {
  border-top: 0;
  margin: 20px 0;
}
.forum-option {
  text-align: right;
  border-bottom: 1px solid #eee;
}
.forum-option a {
  color: #999;
  font-size: 14px;
  line-height: 40px;
  margin-left: 12px;
}
.forum-option a i {
  padding-right: 4px;
}
.forum-option .com-btn {
  color: #999;
  font-size: 14px;
  line-height: 40px;
  margin-left: 12px;
}
.forum-option .com-btn i {
  padding-right: 4px;
}
.forum-option .color-red {
  color: red;
}
.comment-list {
  font-size: 14px;
  padding: 10px 0;
}
.comment-list .comment-head {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
.comment-list .comment-user {
  height: 34px;
  line-height: 34px;
}
.comment-list .comment-user .user-pic {
  width: 34px;
  height: 34px;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}
.comment-list .comment-user .user-name {
  font-size: 15px;
  color: #333;
  float: left;
}
.comment-list .comment-user .user-identity {
  font-size: 14px;
  color: #26b77b;
  float: left;
  padding-left: 10px;
}
.comment-list .comment-con {
  font-size: 14px;
  color: #333;
  padding: 10px 0;
}
.app-sort-tab {
  background: #fff;
  padding: 0 15px;
  font-size: 14px;
  line-height: 40px;
  margin-top: 10px;
}
.app-sort-tab span {
  padding-left: 34px;
}
.app-sort-tab .sort-tab-txt {
  background: url(../images/list_icon_news.png) no-repeat left center;
  background-size: 24px;
}
.app-sort-tab .new-tab-txt {
  background: url(../images/list_icon_feature.png) no-repeat left center;
  background-size: 24px;
}
.app-sort-tab .hot-tab-txt {
  background: url(../images/list_icon_hot.png) no-repeat left center;
  background-size: 24px;
}
.app-sort-tab .more-tab-txt {
  background: url(../images/list_icon_more.png) no-repeat left center;
  background-size: 24px;
}
.app-info-box {
  background: #fff;
}
.app-info-box .app-info-head {
  position: relative;
  overflow: hidden;
  padding: 10px 15px;
}
.app-info-box .app-info-head .rank-num {
  line-height: 80px;
  padding: 0 12px 0 2px;
  float: left;
}
.app-info-box .app-info-head .pic-box {
  width: 80px;
  height: 80px;
  padding: 5px;
  float: left;
}
.app-info-box .app-info-head .pic-box img {
  width: 100%;
  border-radius: 3px;
}
.app-info-box .app-info-head .item-info {
  float: left;
  padding-left: 10px;
}
.app-info-box .app-info-head .item-info .item-name {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.app-info-box .app-info-head .item-info .item-tab {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.app-info-box .app-info-head .item-info .heat-txt {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.app-info-box .app-info-head .taste-btn {
  width: 90px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #007aff;
  border-radius: 3px;
  background: #fff;
  color: #007aff;
  text-align: center;
  position: absolute;
  font-size: 14px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.app-info-box .app-tag-list {
  margin: 0;
  padding: 0 15px;
}
.app-info-box .app-tag-list li {
  display: inline-block;
  margin: 5px;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 14px;
  color: #666;
  background-color: #f1f1f1;
}
.app-info-box .app-info-wrap {
  padding: 10px 15px;
}
.app-info-box .app-info-wrap .wrap-title {
  border-left: 3px solid #68cc4a;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  padding-left: 8px;
}
.app-info-box .app-info-wrap .app-introduce {
  font-size: 14px;
  color: #666;
  text-align: justify;
}
.app-info-box .app-info-wrap .app-use-txt {
  font-size: 14px;
  color: #666;
}
.app-info-box .app-info-wrap .app-use-txt:before {
  content: "*";
  left: 0;
  padding-right: 5px;
}
.app-info-box .app-info-wrap .app-code-box {
  text-align: center;
}
.app-info-box .app-info-wrap .app-code-box img {
  display: inline-block;
  width: 200px;
}
.app-info-box .app-info-wrap .score-wrap .score-num {
  font-size: 40px;
  color: #3d464d;
  font-weight: bold;
}
.app-info-box .app-info-wrap .score-wrap .eval-txt {
  font-size: 15px;
  padding-left: 6px;
}
.app-info-box .app-screenshot {
  width: 100%;
  margin: 0;
  overflow-x: scroll;
  white-space: nowrap;
}
.app-info-box .app-screenshot li {
  display: inline-block;
  height: 240px;
  margin-right: 4px;
}
.app-info-box .app-screenshot li img {
  height: 100%;
  width: auto;
}
.appcomm-list {
  margin: 0;
}
.appcomm-list .appcomm-item {
  position: relative;
  padding-bottom: 10px;
  margin-top: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #eee;
}
.appcomm-list .appcomm-item .user-head {
  position: absolute;
  width: 40px;
  top: 0;
  left: 0;
}
.appcomm-list .appcomm-item .user-head .headpic {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.appcomm-list .appcomm-item .comm-main {
  margin-left: 55px;
  font-size: 14px;
}
.appcomm-list .appcomm-item .comm-main .comm-header {
  margin-bottom: 8px;
  overflow: hidden;
}
.appcomm-list .appcomm-item .comm-main .comm-header .user-name {
  color: #7d8994;
}
.appcomm-list .appcomm-item .comm-main .comm-header .comm-time {
  color: #999;
  float: right;
}
.appcomm-list .appcomm-item .comm-main .comm-con {
  color: #3d464d;
}
.appcomm-list .appcomm-tit {
  font-size: 15px;
  color: #333;
  margin: 0 0 10px;
  line-height: 30px;
  border-bottom: 1px solid #eee;
}
.appcomm-list .none-tips {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  color: #999;
}
.bar-comment span {
  color: #333;
  font-size: 14px;
  padding: 0 10px;
  display: inline-block;
}
.bar-comment i {
  color: #7D8994;
  line-height: 2.5rem;
  font-size: 1.2rem;
  padding-right: 5px;
  vertical-align: middle;
}
.bar-comment .color-red {
  color: red;
}
.article-info-box {
  background: #fff;
  padding: 15px;
}
.article-info-box .article-head {
  border-bottom: 1px solid #eee;
}
.article-info-box .article-head .article-title {
  font-size: 16px;
  color: #333;
  margin: 10px 0;
  font-weight: normal;
}
.article-info-box .article-head .article-date {
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
}
.article-info-box .user-info {
  height: 36px;
  line-height: 36px;
}
.article-info-box .user-info .user-pic {
  width: 36px;
  height: 36px;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}
.article-info-box .user-info .user-name {
  font-size: 15px;
  color: #333;
  float: left;
}
.article-info-box .user-info .read-amount {
  float: right;
  color: #666;
  font-size: 14px;
}
.article-info-box .user-info .read-amount i {
  font-size: 22px;
  vertical-align: middle;
  padding-right: 6px;
}
.article-info-box .article-content {
  padding: 10px 0;
}
.article-info-box .article-content p {
  margin: 0 0 8px;
  font-size: 14px;
  color: #444;
}
/* 用户中心样式 */
.user-top-wrap {
  width: 100%;
  padding: 22px 0;
  background: url(../images/user_img_bg.png) no-repeat;
  background-size: cover;
  position: relative;
}
.user-top-wrap .user-head-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.user-top-wrap .user-head-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.user-top-wrap .user-name {
  margin: 6px auto 12px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.user-top-wrap .user-mesg-info {
  text-align: center;
  margin: 0;
}
.user-top-wrap .user-mesg-info li {
  min-width: 70px;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 14px;
}
.user-top-wrap .user-mesg-info li .info-txt {
  margin: 0;
}
.user-top-wrap .user-mesg-info li + li:after {
  content: '';
  width: 1px;
  height: 24px;
  background: #fff;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.user-top-wrap .edit-box {
  position: absolute;
  top: 10px;
  right: 15px;
}
.user-top-wrap .edit-box span {
  color: #fff;
}
.user-list-wrap {
  background: #fff;
  margin-top: 10px;
}
.user-list-wrap .user-list {
  margin: 0;
  width: 100%;
  border-top: 1px solid #e1e1e1;
}
.user-list-wrap .user-list li {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  height: 50px;
  padding: 0 20px;
  position: relative;
  background: url(../images/angle-right.png) no-repeat right 15px center;
  background-size: 18px;
  line-height: 50px;
}
.user-list-wrap .user-list li a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #333;
}
.user-list-wrap .user-list li .item-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
}
.user-list-wrap .user-list li .user-ic1 {
  background-image: url(../images/user_icon_publish.png);
}
.user-list-wrap .user-list li .user-ic2 {
  background-image: url(../images/user_icon_applet.png);
}
.user-list-wrap .user-list li .user-ic3 {
  background-image: url(../images/user_icon_post.png);
}
.user-list-wrap .user-list li .user-ic4 {
  background-image: url(../images/user_icon_collection.png);
}
.user-list-wrap .user-list li .user-ic5 {
  background-image: url(../images/user_icon_mag.png);
}
.user-list-wrap .user-list li .item-content {
  line-height: 50px;
  padding-left: 60px;
}
.app-publish-wrap {
  margin: 0;
}
.app-publish-wrap .app-tab-wrap {
  display: block;
}
.app-publish-wrap .app-tab-box {
  width: 100%;
}
.app-publish-wrap .app-tab-box ul {
  margin: 0;
  padding: 0 0 0 1rem;
  font-size: 0;
}
.app-publish-wrap .app-tab-box ul li {
  display: inline-block;
  width: 54px;
  line-height: 32px;
  margin: 6px 4px 0;
  font-size: 14px;
  color: #666;
  border-radius: 16px;
  border: 1px solid #666;
  text-align: center;
}
.choice-img-block {
  margin-top: 10px;
  background: #fff;
}
.choice-img-block .choice-img-wrap {
  margin: 0 0 0 .75rem;
  padding: 10px 0 5px;
}
.choice-img-block .choice-img-wrap .choice-img-title {
  font-weight: normal;
}
.choice-img-block .choice-img-wrap .choice-img-title .tips {
  color: red;
  font-size: 12px;
  padding-left: 1rem;
}
.choice-img-block .choice-img-wrap .choice-img-content {
  margin: 0;
  padding: 5px 20px;
}
.choice-img-block .choice-img-wrap .upload-btn {
  width: 80px;
  height: 80px;
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  outline: none;
  position: relative;
}
.choice-img-block .choice-img-wrap .upload-btn:after {
  content: '+';
  font-size: 70px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.uploader-box .uploader-btn {
  width: 90px;
  height: 90px;
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  outline: none;
  position: relative;
  display: inline-block;
}
.uploader-box .uploader-btn .webuploader-pick {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.uploader-box .uploader-btn:after {
  content: '+';
  font-size: 70px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.uploader-box .uploader-thlist {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.uploader-box .uploader-thlist:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}
.uploader-box .uploader-thlist li {
  width: 90px;
  height: 90px;
  background: url(images/bg.png) no-repeat;
  text-align: center;
  margin: 0 8px 20px 0;
  position: relative;
  display: inline;
  float: left;
  overflow: hidden;
  font-size: 12px;
}
.uploader-box .uploader-thlist li p {
  margin: 0;
}
.uploader-box .uploader-thlist li p.log {
  position: relative;
  top: -45px;
}
.uploader-box .uploader-thlist li p.ftitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 5px;
  text-indent: 5px;
  text-align: left;
}
.uploader-box .uploader-thlist li p.progress {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 8px;
  overflow: hidden;
  z-index: 50;
  margin: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: 0 0 0;
}
.uploader-box .uploader-thlist li p.progress span {
  display: none;
  overflow: hidden;
  width: 0;
  height: 100%;
  background: #1483d8 url(images/progress.png) repeat-x;
  -webit-transition: width 200ms linear;
  -moz-transition: width 200ms linear;
  -o-transition: width 200ms linear;
  -ms-transition: width 200ms linear;
  transition: width 200ms linear;
  -webkit-animation: progressmove 2s linear infinite;
  -moz-animation: progressmove 2s linear infinite;
  -o-animation: progressmove 2s linear infinite;
  -ms-animation: progressmove 2s linear infinite;
  animation: progressmove 2s linear infinite;
  -webkit-transform: translateZ(0);
}
.uploader-box .uploader-thlist li p.imgWrap {
  position: relative;
  z-index: 2;
  line-height: 100px;
  vertical-align: middle;
  overflow: hidden;
  width: 90px;
  height: 90px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webit-transition: 200ms ease-out;
  -moz-transition: 200ms ease-out;
  -o-transition: 200ms ease-out;
  -ms-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
.uploader-box .uploader-thlist li img {
  width: 100%;
}
.uploader-box .uploader-thlist li p.error {
  background: #f43838;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 28px;
  line-height: 28px;
  width: 100%;
  z-index: 100;
}
.uploader-box .uploader-thlist li .success {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  z-index: 200;
  background: url(images/success.png) no-repeat right bottom;
}
.uploader-box .uploader-thlist li .file-panel {
  position: absolute;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 300;
}
.uploader-box .uploader-thlist li .file-panel span {
  width: 24px;
  height: 24px;
  display: inline;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/file-panel-icons.png) no-repeat;
  margin: 5px 1px 1px;
  cursor: pointer;
}
.uploader-box .uploader-thlist li .file-panel .rotateLeft {
  background-position: 0 -24px;
}
.uploader-box .uploader-thlist li .file-panel .rotateLeft:hover {
  background-position: 0 0;
}
.uploader-box .uploader-thlist li .file-panel .rotateRight {
  background-position: -24px -24px;
}
.uploader-box .uploader-thlist li .file-panel .rotateRight:hover {
  background-position: -24px 0;
}
.uploader-box .uploader-thlist li .file-panel .cancel {
  background-position: -48px -24px;
}
.uploader-box .uploader-thlist li .file-panel .cancel:hover {
  background-position: -48px 0;
}
.ap-publish-submit {
  background: #fff;
  padding: 36px 0;
  width: 100%;
  text-align: center;
}
.ap-publish-submit .sub-btn {
  width: 80%;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  background: #26b77b;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
.myapp-head {
  background: #fff;
  padding: 0 15px;
  margin: 10px 0;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
}
.myapp-head .head-tit {
  font-size: 15px;
  color: #333;
}
.myapp-head .del-btn {
  color: #999;
  position: relative;
  float: right;
}
.myapp-head .del-btn:after {
  content: '';
  width: 1px;
  height: 25px;
  background: #ddd;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.myapp-box {
  background: #fff;
}
.myapp-box .myapp-list {
  margin: 0;
}
.myapp-box .myapp-list li {
  text-align: center;
  padding: 10px;
}
.myapp-box .myapp-list li + li {
  border-top: 1px solid #eee;
}
.myapp-box .app-item-con {
  width: 25%;
  float: left;
  text-align: center;
  padding: 8px 5px;
  position: relative;
}
.myapp-box .app-item-con .app-pic {
  width: 80%;
  border-radius: 4px;
  min-width: 60px;
}
.myapp-box .app-item-con .app-name {
  margin: 0;
  font-size: 14px;
}
.myapp-box .app-item-con .icon-ban {
  position: absolute;
  top: 0;
  right: 0;
  color: red;
  font-size: 20px;
}
.myforum-head {
  padding: 10px 15px;
  overflow: hidden;
  background: #fff;
  margin: 10px 0 0;
}
.myforum-head li {
  width: 50%;
  float: left;
  text-align: center;
  font-size: 15px;
}
.myforum-head li + li {
  border-left: 1px solid #eee;
}
.myforum-head .current a {
  color: #26b77b;
}
.mycollect-tab li {
  width: 33.33%;
}
.myforum-list {
  margin: 10px 0 0;
}
.myforum-list .myforum-item {
  padding: 10px 15px;
  background: #fff;
  margin-bottom: 10px;
}
.myforum-list .myforum-item .item-top {
  display: flex;
  justify-content: flex-end;
  color: #999;
  font-size: 14px;
  margin-bottom: 5px;
}
.myforum-list .myforum-item .item-top .date {
  margin-right: 5px;
  line-height: 20px;
}
.myforum-list .myforum-item .item-top .iconfont {
  color: #999;
  padding: 0 5px;
  line-height: 20px;
}
.myforum-list .myforum-item .user-info {
  height: 34px;
  line-height: 34px;
}
.myforum-list .myforum-item .user-info .user-pic {
  width: 34px;
  height: 34px;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}
.myforum-list .myforum-item .user-info .user-name {
  font-size: 15px;
  color: #333;
  float: left;
}
.myforum-list .myforum-item .user-info .forum-type {
  float: right;
  font-style: normal;
  color: #999;
  font-size: 14px;
}
.myforum-list .myforum-item .forum-item-middle {
  padding: 10px 0;
  font-size: 15px;
  color: #333;
}
.myforum-list .myforum-item .forum-item-bottom {
  font-size: 14px;
  color: #999;
  display: flex;
}
.myforum-list .myforum-item .forum-item-bottom .forum-date {
  margin: 0;
}
.myforum-list .myforum-item .forum-item-bottom span {
  padding-left: 15px;
}
.myforum-list .myforum-item .forum-item-bottom .status {
  color: red;
}
/*我的收藏样式*/
.mycollect-list {
  margin: 10px 0 0;
}
.mycollect-list li {
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #fff;
}
.mycollect-list .item-top {
  display: flex;
  justify-content: space-between;
}
.mycollect-list .item-top .left-part {
  line-height: 34px;
}
.mycollect-list .item-top .left-part img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}
.mycollect-list .item-top .right-part {
  color: #999;
  font-size: 14px;
  line-height: 34px;
}
.mycollect-list .item-top .right-part .iconfont {
  padding-left: 5px;
  color: #999;
}
.mycollect-list .miniapp-item {
  position: relative;
  overflow: hidden;
  padding: 8px 0 0;
}
.mycollect-list .miniapp-item .pic-box {
  width: 80px;
  height: 80px;
  padding: 5px;
  float: left;
}
.mycollect-list .miniapp-item .pic-box img {
  width: 100%;
  border-radius: 3px;
}
.mycollect-list .miniapp-item .item-info {
  float: left;
  padding-left: 10px;
}
.mycollect-list .miniapp-item .item-info .item-name {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.mycollect-list .miniapp-item .item-info .item-tab {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.mycollect-list .miniapp-item .item-info .heat-txt {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.mycollect-list .miniapp-item .taste-btn {
  width: 90px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #007aff;
  border-radius: 3px;
  background: #fff;
  color: #007aff;
  text-align: center;
  position: absolute;
  font-size: 14px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.mycollect-list .article-item {
  padding: 8px 0 0;
  overflow: hidden;
}
.mycollect-list .article-item .article-pic {
  width: 100px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  float: left;
}
.mycollect-list .article-item .article-pic img {
  width: 100%;
  height: 100%;
}
.mycollect-list .article-item .article-con {
  float: left;
  width: calc(100% - 110px);
  height: 80px;
  margin-left: 10px;
  position: relative;
}
.mycollect-list .article-item .article-con .art-tit {
  font-size: 15px;
  margin: 0;
}
.mycollect-list .article-item .article-con .art-info {
  font-size: 14px;
  color: #999;
  position: absolute;
  bottom: 0;
}
.mycollect-list .article-item .article-con .art-info span {
  margin-right: 10px;
  font-size: 14px;
}
.mycollect-list .article-item .article-con .art-info .read:before {
  content: "\e664";
  padding-right: 4px;
}
.mycollect-list .article-item .article-con .art-info .comment:before {
  content: "\e610";
  padding-right: 4px;
}
/*用户中心公告资讯*/
.user-notice-head {
  padding: 8px 15px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.user-notice-head .tit-txt {
  font-size: 15px;
}
.user-notice-head .iconfont {
  color: #999;
}
.user-notice-list {
  margin-top: 10px;
  background: #fff;
}
.user-notice-list .notice-item {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}
.user-notice-list .notice-item a {
  display: block;
}
.user-notice-list .notice-item .notice-top {
  height: 34px;
  line-height: 34px;
}
.user-notice-list .notice-item .notice-top img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  vertical-align: middle;
}
.user-notice-list .notice-item .notice-top .user-name {
  font-size: 14px;
  margin-left: 10px;
}
.user-notice-list .notice-item .notice-title {
  font-size: 15px;
  color: #333;
  margin: 12px 0;
}
.user-notice-list .notice-item .notice-bottom {
  font-size: 14px;
  color: #999;
}
.user-notice-list .notice-item .notice-bottom span {
  margin-right: 10px;
}
.user-notice-list .notice-item .notice-bottom .unread {
  color: red;
}
.setting-wrap {
  margin-top: 10px;
}
.setting-wrap .setting-item {
  border-bottom: 1px solid #f1f1f1;
  padding: 15px 25px 15px 15px;
  background: url(../images/angle-right.png) #fff no-repeat right 10px center;
  background-size: 15px 15px;
}
.setting-wrap .setting-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.setting-wrap .setting-item .item-label {
  font-size: 15px;
  color: #333;
}
.setting-wrap .setting-item .item-content {
  font-size: 14px;
  color: #999;
}
.setting-wrap .setting-item .item-content .user-haed {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.setting-wrap .sign-out {
  display: block;
  padding: 12px 15px;
  color: #26b77b;
  text-align: center;
  background: #fff;
  font-size: 15px;
}
/*用户设置*/
.setting-list {
  margin: 0;
}
.setting-list .setting-tips {
  font-size: 14px;
  color: #999;
  padding: 8px 15px;
  margin: 0;
}
.setting-list .sub-btn {
  width: calc(100% - 30px);
  background: #26b77b;
  color: #fff;
  border: none;
  border-radius: 3px;
  margin: 15px;
  line-height: 40px;
  letter-spacing: 4px;
  display: block;
  font-size: 16px;
}
.setting-list .item-title.label {
  width: 25%;
}
.setting-list .getcode-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  background: #26b77b;
  color: #fff;
  border-radius: 4px;
  border: none;
  line-height: 32px;
  padding: 0 8px;
}
.setting-list .getcode-btn[disabled] {
  background: #d2d2d2;
}
.login-regist-box {
  margin: 10px 0;
}
.login-regist-box .item-title.label {
  width: 90px;
}
.login-regist-box .item-content {
  position: relative;
}
.login-regist-box .item-content .getcode-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  background: #26b77b;
  color: #fff;
  border-radius: 4px;
  border: none;
  line-height: 32px;
  padding: 0 8px;
}
.login-regist-box .item-content .getcode-btn[disabled] {
  background: #d2d2d2;
}
.protocol-wrap {
  margin: 15px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.protocol-wrap .checkbox {
  margin: 0;
}
.protocol-wrap .find-pwd {
  color: #26b77b;
}
.protocol-wrap a {
  color: #999;
}
.login-regist-bottom {
  margin: 20px 15px;
}
.login-regist-bottom .login-regist-btn {
  display: inline-block;
  line-height: 42px;
  width: 100%;
  background: #26b77b;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  font-size: 15px;
  border-radius: 4px;
  border: none;
}
.login-regist-bottom .tips-txt {
  text-align: center;
  color: #999;
  font-size: 14px;
}
.login-regist-bottom .tips-txt a {
  padding: 0 10px;
  color: #26b77b;
}
.login-regist-bottom .checkbox-wrap {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}
.login-regist-bottom .checkbox-wrap a {
  padding: 0 10px;
  color: #26b77b;
}
.third-part-login {
  margin: 50px 0;
  text-align: center;
}
.third-part-login .third-type-item {
  display: inline-block;
  width: 120px;
  text-align: center;
  position: relative;
}
.third-part-login .third-type-item i {
  font-size: 24px;
  vertical-align: middle;
  color: #777;
}
.third-part-login .third-type-item span {
  font-size: 15px;
  color: #777;
}
.third-part-login .third-type-item + .third-type-item:before {
  content: '|';
  color: #aaa;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}
/* 弹出层样式 */
.mask-app {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.prog-panel {
  padding: 10px 15px;
  position: fixed;
  z-index: 11;
  bottom: 50px;
  left: 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
.prog-panel p {
  margin: 5px auto;
  font-size: 14px;
  color: #555;
}
.prog-panel .code {
  width: 100px;
  height: auto;
}
.prog-panel .suc {
  color: red;
}
.prog-panel .propic {
  width: 54px;
}
/* 搜索栏样式 */
.popup-search .content-block {
  margin: 0;
  padding: 0;
}
.popup-search .search-wrap {
  padding: 15px;
}
.popup-search .search-input-wrap {
  padding: 0 15px;
  border-bottom: 1px solid #ececec;
}
.popup-search .search-input-wrap .cancel-btn {
  font-size: 14px;
  line-height: 28px;
  color: #555;
  cursor: pointer;
}
.popup-search .search-input-wrap .search-input input {
  border: none;
  background-color: #eaeef1;
}
.popup-search .search-title {
  font-size: 14px;
  color: #555;
}
.popup-search .search-sort-list li {
  display: inline-block;
  margin: 3px 10px;
}
.popup-search .search-sort-list li a {
  padding: 3px 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 5px;
}
.popup-search .search-hot-app {
  text-align: center;
}
.popup-search .search-hot-app a {
  line-height: 30px;
  font-size: 14px;
  color: #3c8bee;
}
/* 小程序评论 */
.app-comment-view {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8;
  display: none;
}
.comment-dialog {
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  background-color: #fff;
  position: fixed;
  top: 35%;
  left: 0;
  border: 1px solid #eee;
  z-index: 9;
  display: none;
}
.comment-dialog .comm-textarea {
  padding: 5px;
  height: 70px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  outline: medium none;
  resize: none;
  width: 100%;
  font-size: 14px;
}
.comment-dialog .user-footer {
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 14px;
}
.comment-dialog .user-footer .ushead {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.comment-dialog .user-footer .user-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #666;
}
.comment-dialog .user-footer .subcomm-btn {
  float: right;
  margin-top: 10px;
  font-size: 14px;
  background: #26b77b;
  border: none;
  color: #fff;
}
.comment-dialog .star-box {
  padding: 5px 0 8px;
  margin-bottom: 5px;
  border-bottom: 1px solid #f1f1f1;
  text-align: right;
}
.comment-dialog .star-box span {
  font-size: 14px;
}
.comment-dialog .star-box .star-item {
  color: #aaa;
  cursor: pointer;
}
.comment-dialog .star-box .star-item:before {
  content: "\e6b9";
}
.sclist-popup {
  background-color: rgba(0, 0, 0, 0.5);
}
.sclist-popup .scswiper {
  width: 100%;
  text-align: center;
}
.sclist-popup .scswiper img {
  max-width: 85%;
  max-height: 100%;
  display: inline-block;
}
.sclist-popup .scswiper .swiper-button-next {
  color: #ddd;
}
.sclist-popup .scswiper .swiper-prev {
  color: #aaa;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 30px;
  z-index: 99;
}
.sclist-popup .scswiper .swiper-next {
  color: #aaa;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 30px;
  z-index: 99;
}
.sclist-popup .close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99;
  font-size: 36px;
  color: #fff;
}
/* editor */
/* webloader */
