html {
  margin-top: 0 !important; 
}
.menu-main-title a {
  color: #FFF;
  display: block;
}

.icon-loading {
  display: inline-block;
  animation: .6s linear infinite Rate;
}

.yf-feed-more {
  display: none;
}

.yf-search-container .yf-feed-more {
  padding-bottom: 1rem;
}

.yf-feed-more .icon-loading {
  display: none;
}

.is-loading .icon-loading {
  display: inline-block;
}

.yf-feed-more > span {
  margin-left: .1rem !important;
}

@keyframes Rate {
  0% {
      transform: rotate(0deg)
  }
  100% {
      transform: rotate(360deg)
  }
}

.yf-group-titie a {
  color: #4A4A4A;
}

.search-result-empty {
  text-align: center;
  display: none;
  margin-top: 2rem;
}

.search-result-empty img {
  width: 20%;
  margin-bottom: 0.4rem;
}

.detail-content img {
  max-width: 100%;
}

.detail-content figure {
  text-align: center;
  color: #9B9B9B;
  margin-bottom: 20px;
  overflow: hidden;
}

.detail-content figure img {
  vertical-align : bottom;
}

.wp-caption-text {
  display: inline-flex;
  align-items: center;
  margin: 16px auto 0 auto;
}

.wp-caption-text::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	margin-right: 5px;
	border-color: transparent transparent #9B9B9B transparent;
}

.detail-platform-list a {
  font-size: 0.6666rem;
  color: #D8D8D8;
  width: 20px;
  line-height: 20px !important;
  text-align: center;
  height: 40px !important;
  display: inline-block;
  margin: 0;
  font-size: 25px !important;
  cursor: pointer;
  padding: 0 !important;
}

.bdshare-button-style0-16:after {
  display: none !important;
}

.detail-social-wrapper-disabled {
  background: #D8D8D8 !important;
}

.comment-tips {
  display: inline-block;
  font-size: 14px;
  margin-top: 5px;
  color: #6abe83;
}

.reply-form {
  height: auto !important;
  margin-top: 10px;
}

.reply-form textarea {
  height: 50px !important;
}

.detail-content table {
	font-size: 16px;
	color: #4A4A4A;
  border: 1px solid #DDD;
  width: 100%;
  margin-bottom: 30px;
}

.detail-content .editor-table2 {
  padding: 14px 12px;
}

.detail-content .editor-table1 td:first-child {
	width: 100px;
	padding: 14px 20px;
}

.detail-content .editor-table1 td:last-child {
	padding: 14px 30px;
}

.detail-content .editor-table1 td {
	border: 1px solid #DCE1E6;
}

.detail-content .video {
  margin-bottom: 30px;
}

.service-flow-item:last-child .icon-flow-right {
  display: none;
}

.editor-table2 {
  width: 100%;
  height: 7.8933rem;
  padding: 0.48rem 0.2666rem;
  box-shadow: 0px 1px 4px 1px rgba(216,216,216,1);
  margin-bottom: 0.5333rem;
}

.detail-content tr > td:first-child {
  white-space: normal !important;
}

.project-item {
  margin-bottom: 30px;
}

.help-center-content {
  display: none;
}

.footer-share a {
  color: #D8D8D8;
  margin-right: 0.18rem;
}

.yf-user-modify {
  display: none;
}

.change-avatar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 10000;
}

.success-tips {
  display: none;
  position: absolute;
  top: 10%;
  width: 100px;
  left: 50%;
  padding: 5px;
  border-radius: 3px;
  color: #FFF;
  transform: translateX(-50%);
  background: rgba(16, 35, 58, .9);
  text-align: center;
  z-index: 11000;
}

.user-empty {
  padding: 30px;
  text-align: center
}

.spinner {
  width: 50px;
  height: 50px;
  margin: 30px auto;
  background-color: #333;
  display: none;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.detail-comment-item img {
  width: 50px;
  height: 50px;
}

.user-logout {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 0.4266rem;
  text-align: center;
  padding: 10px;
}

.user-logout a {
  color: #4A4A4A;
}

.upload-loading {
  width: 100%;
  height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 6;
	background: #FFFFFF;
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-message-empty-box {
  margin-top: 2rem;
  display: none;
}

.user-message-empty {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-message-empty img {
  width: 1rem;
  margin-right: 0.1rem;
}

.unread-message .message-text {
	font-weight: bold;
}

.detail-container .bdsharebuttonbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bdshare-button-style0-16 a {
  background-image: none !important;
}

.bdsharebuttonbox a {
  color: #D8D8D8;
}

.footer-detail .bdsharebuttonbox a {
  width: 16px !important;
  vertical-align: middle;
}

#bdshare_weixin_qrcode_dialog {
  height: 300px !important;
}

.auth-back {
  display: none;
}

.project-desc {
  margin-bottom: 0.28571rem;
}

/* 覆盖百度分享样式 */
.bdsharebuttonbox {
  width: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-share .iconfont {
  text-decoration: none;
  color: #D8D8D8;
  font-size: 0.4266rem;
  line-height: 0.4266rem;
  margin: 0;
  margin-right: 0.32rem;
  padding: 0;
  float: none;
}

.bdshare-button-style0-16:after {
  display: none;
}

.detail-check-item {
  margin-bottom: 0.5333rem;
}

.detail-container .p1 {
  margin-bottom: 0rem;
}

.yf-search-container {
  -webkit-overflow-scrolling: touch;
}

.group-title, .agency-title {
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
  color: #4A4A4A;
  font-size: 0.4266rem;
  line-height: 0.6933rem;
}
