@charset "UTF-8";

/*wf add*/
.mui-content {
  background-color: #fff;
}
/*end*/

.mui-bar {
  background-color: #fff;
  z-index: 9999;
}

.mui-bar-nav ~ .mui-content {
  padding-top: 1.2rem;
  background-color: #fff;
  padding-bottom: 1.466667rem;
}

.mui-table-view-cell > a:not(.mui-btn) {
  margin: 0;
  padding: 0;
  white-space: normal;
}

.mui-table-view-cell:after {
  height: 0;
}

.mui-table-view:after {
  background-color: #fff;
}

.mui-bar-tab .mui-tab-item .mui-icon {
  width: 0.533333rem;
  height: 0.533333rem;
  margin: 0 auto;
}

.mui-pull-caption {
  font-size: 0.32rem;
}

.mui-input-group:before,
.mui-input-group .mui-input-row:after,
.mui-input-group:after {
  height: 0;
}

.mui-toast-container {
  line-height: 0.4rem;
  bottom: 50vh;
}

.mui-toast-message {
  padding: 0.666667rem 0.666667rem;
  font-size: 0.32rem;
}

.clear {
  clear: both;
  overflow: hidden;
}

.hidden {
  display: none;
}

.clearfix:after {
  content: ".";
  /*加一段内容*/
  display: block;
  /*让生成的元素以块级元素显示，占满剩余空间*/
  height: 0;
  /*避免生成的内容破坏原有布局高度*/
  clear: both;
  /*清除浮动*/
  visibility: hidden;
  /*让生成的内容不可见*/
}

.public-header {
  height: 1.2rem;
}

.public-header .header-logo img {
  width: 1.333333rem;
  padding-top: 0.266667rem;
}

.public-header .user-icon {
  position: relative;
  display: block;
  margin-left: 0.266667rem;
  margin-top: 0.2rem;
  z-index: 30;
}

.public-header .user-icon .partner-icon {
  display: none;
  position: absolute;
  width: 0.373333rem;
  height: 0.373333rem;
  bottom: 0.066667rem;
  right: -0.133333rem;
  border: 0;
}

.public-header .user-icon img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 0.04rem solid #818181;
}

.public-header .user-icon .login-icon {
  border: 0;
}

.public-header .user-icon .mui-badge {
  position: absolute;
  top: -0.133333rem;
  right: -0.266667rem;
  font-size: 0.266667rem;
  border-right: 50%;
}

.public-header .bars-icon {
  margin-right: 0.266667rem;
  padding-top: 0.066667rem;
}

.public-header .bars-icon span {
  font-size: 0.533333rem;
  color: #272636;
  font-weight: bold;
}

.public-footer {
  /* height: @nav-height; */
  height: 1.466667rem!important;
}

.public-footer .footer-icons img {
  width: 0.533333rem;
  height: 0.533333rem;
}

.public-footer .footer-first-icons img {
  float: left;
}

.public-footer .add-icon {
  width: 0.933333rem;
}

.mui-bar-tab .mui-tab-item.active .mui-icon ~ .mui-tab-label {
  color: #1f94d1;
}

.mui-bar-tab .mui-tab-item .mui-icon ~ .mui-tab-label {
  font-size: 0.266667rem;
  color: #b2b2b2;
  display: block;
  width: 100%;
  text-align: center;
}

.mui-bar-tab .mui-tab-item {
  height: auto;
}

/* bbs通用nav */

.bbs-index-nav {
  color: #999;
  height: 1.066667rem;
  line-height: 1.066667rem;
  font-size: 0.4rem;
  background-color: #F2F2F2;
}

.bbs-index-nav i,
.bbs-index-nav em,
.bbs-index-nav .plate-filter {
  vertical-align: middle;
}

.bbs-index-nav em {
  font-weight: normal;
}

.bbs-index-nav .plate-filter {
  color: #000;
  margin-left: 0.266667rem;
}

.bbs-index-nav .nav-right {
  float: right;
}

.bbs-index-nav .nav-right i,
.bbs-index-nav .nav-right span {
  float: left;
  text-underline: none;
  background-color: #E3E3E3;
  color: #333;
  font-style: normal;
  padding: 0 0.533333rem;
}

.bbs-index-nav .nav-right span {
  background-color: #1f94d1;
  color: #fff;
  margin: 0;
}

/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// 
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  display: none;
  background: #fff;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  width: 90%;
  min-height: 300px;
}
*/

/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */

/* 下三角 */

.triangle-down {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid transparent;
  border-top: 0.266667rem solid #666;
}

/* footer-nav 弹出菜单
.public-popover.mui-popover{
	width:100%;
	height:420px;
	.mui-popover-arrow{
		display:none;
	}

	.popover-item{
		margin-top:100px;
		width:25%;
		text-align:center;
		float: left;
		img{
			width: 107px;
			height: 107px;
		}
		p{
			text-align:center;
			font-size: 24px;
			margin-top: 20px;
			color:#958C83;
		}
	}
}*/

.cd-bouncy-nav-modal {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 35, 37, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
  -moz-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
  transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
}

.cd-bouncy-nav-modal.fade-in {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.1s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.1s 0s, visibility 0s 0s;
  transition: opacity 0.1s 0s, visibility 0s 0s;
}

.cd-bouncy-nav-modal.fade-in .cd-close {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0.3s 0s;
}

.cd-bouncy-nav-modal .popover-item p {
  text-align: center;
  font-size: 0.32rem;
  margin-top: 0.266667rem;
  color: #fff;
}

.cd-bouncy-nav-modal .popover-item img {
  width: 1.333333rem;
  height: 1.333333rem;
}

.cd-bouncy-nav-modal .cd-close {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 2rem;
  height: 0.586667rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 200;
}

.cd-bouncy-nav-modal .cd-bouncy-nav {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 1.2rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cd-bouncy-nav-modal .cd-bouncy-nav li {
  width: 33%;
  float: left;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(100vh);
  -moz-transform: translateY(100vh);
  -ms-transform: translateY(100vh);
  -o-transform: translateY(100vh);
  transform: translateY(100vh);
  text-align: center;
}

.is-visible .cd-bouncy-nav li {
  /* used to assign a tranlsateY value when the animation is over */
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.fade-in .cd-bouncy-nav li {
  -webkit-animation: cd-move-in 0.4s;
  -moz-animation: cd-move-in 0.4s;
  animation: cd-move-in 0.4s;
}

.fade-out .cd-bouncy-nav li {
  -webkit-animation: cd-move-out 0.4s;
  -moz-animation: cd-move-out 0.4s;
  animation: cd-move-out 0.4s;
}

.fade-in .cd-bouncy-nav li,
.fade-out .cd-bouncy-nav li {
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fade-in .cd-bouncy-nav li:nth-of-type(2),
.fade-out .cd-bouncy-nav li:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.fade-in .cd-bouncy-nav li:nth-of-type(3),
.fade-out .cd-bouncy-nav li:nth-of-type(3) {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.fade-in .cd-bouncy-nav li:nth-of-type(4),
.fade-out .cd-bouncy-nav li:nth-of-type(4) {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.fade-in .cd-bouncy-nav li:nth-of-type(5),
.fade-out .cd-bouncy-nav li:nth-of-type(5) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.fade-in .cd-bouncy-nav li:nth-of-type(6),
.fade-out .cd-bouncy-nav li:nth-of-type(6) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.cd-bouncy-nav a {
  display: inline-block;
  min-width: 1.066667rem;
  position: relative;
  padding: 1.2rem 0.266667rem 0;
  margin-bottom: 0.4rem;
  color: #ffffff;
}

.cd-bouncy-nav li:nth-of-type(2) a::before {
  background-position: -1.066667rem 0;
}

.cd-bouncy-nav li:nth-of-type(3) a::before {
  background-position: -2.133333rem 0;
}

.cd-bouncy-nav li:nth-of-type(4) a::before {
  background-position: -3.2rem 0;
}

.cd-bouncy-nav li:nth-of-type(5) a::before {
  background-position: -4.266667rem 0;
}

.cd-bouncy-nav li:nth-of-type(6) a::before {
  background-position: -5.333333rem 0;
}

@-webkit-keyframes cd-move-in {
  0% {
    -webkit-transform: translateY(100vh);
  }

  65% {
    -webkit-transform: translateY(-1.5vh);
  }

  100% {
    -webkit-transform: translateY(0vh);
  }
}

@-moz-keyframes cd-move-in {
  0% {
    -moz-transform: translateY(100vh);
  }

  65% {
    -moz-transform: translateY(-1.5vh);
  }

  100% {
    -moz-transform: translateY(0vh);
  }
}

@keyframes cd-move-in {
  0% {
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    -o-transform: translateY(100vh);
    transform: translateY(100vh);
  }

  65% {
    -webkit-transform: translateY(-1.5vh);
    -moz-transform: translateY(-1.5vh);
    -ms-transform: translateY(-1.5vh);
    -o-transform: translateY(-1.5vh);
    transform: translateY(-1.5vh);
  }

  100% {
    -webkit-transform: translateY(0vh);
    -moz-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    -o-transform: translateY(0vh);
    transform: translateY(0vh);
  }
}

@-webkit-keyframes cd-move-out {
  0% {
    -webkit-transform: translateY(0vh);
  }

  100% {
    -webkit-transform: translateY(100vh);
  }
}

@-moz-keyframes cd-move-out {
  0% {
    -moz-transform: translateY(0vh);
  }

  100% {
    -moz-transform: translateY(100vh);
  }
}

@keyframes cd-move-out {
  0% {
    -webkit-transform: translateY(0vh);
    -moz-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    -o-transform: translateY(0vh);
    transform: translateY(0vh);
  }

  100% {
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    -o-transform: translateY(100vh);
    transform: translateY(100vh);
  }
}

.classification-choice {
  background-color: #fbfbfb;
}

.classification-choice .classification-nav {
  color: #333;
  padding: 0.533333rem 0.266667rem;
  font-size: 0.32rem;
  line-height: 0.533333rem;
}

.classification-choice .classification-nav em {
  font-weight: normal;
  color: #999;
  display: inline-block;
}

.classification-choice .classification-nav .classification-spread {
  float: right;
  color: #287dc9;
  font-size: 0.32rem;
}

.classification-choice .classification-nav .classification-spread img {
  vertical-align: middle;
  height: 0.32rem;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /*  transition: all 500ms ease-in-out; */
}

.classification-choice .classification-list {
  padding-bottom: 0.333333rem;
}

.classification-choice .classification-list li {
  display: inline-block;
  margin: 0.2rem;
}

/* 右边导航列表公共样式 */

.home_menu {
  width: 100%;
  position: fixed;
  top: 1.2rem;
  z-index: 999999;
  background: #f6f6f6;
  display: none;
}

.home_menu .menu-list {
  width: 100%;
  overflow: hidden;
  opacity: 0;
}

.home_menu .menu-list .menu-ltem-one {
  padding: 0 0.533333rem;
  height: 1.2rem;
  border-bottom: 0.013333rem solid #ccc;
}

.home_menu .menu-list .menu-ltem-one a.menu-home-href {
  display: inline-block;
  width: 80%;
  float: left;
  height: 1.2rem;
  line-height: 1.2rem;
  color: #000;
  font-size: 0.32rem;
}

.home_menu .menu-list .menu-ltem-one span.menu-img-down {
  float: right;
  display: inline-block;
  height: 1.2rem;
  width: 20%;
}

.home_menu .menu-list .menu-ltem-one span.menu-img-down img {
  width: 0.266667rem;
  text-align: center;
  margin-top: 0.4rem;
  float: right;
}

.home_menu .menu-list .menu-ltem-one span.menu-img-down img.icon-transform {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.home_menu .menu-list .menu-ltem-two {
  width: 100%;
  display: none;
}

.home_menu .menu-list .menu-ltem-two a.menu-list-herf {
  display: block;
  height: 1.2rem;
  line-height: 1.2rem;
  color: #666;
  font-size: 0.32rem;
  border-bottom: 0.013333rem solid #ccc;
  padding: 0 1.066667rem;
}

.home_menu .menu-list.on {
  opacity: 1;
}

.mui-bar-tab {
  height: auto;
  padding: 0.133333rem 0;
}

.mui-tab-label {
  line-height: initial;
}

/* 置顶 */
.index-bbs-topbtn {
  position: fixed;
  bottom: 4rem;
  right: 0.32rem;
  display: none;
}

.index-bbs-topbtn img {
  width: 0.933333rem;
  box-shadow: 0 0 0.066667rem rgba(0, 0, 0, 0.6), 0 0 0.2rem transparent;
}

.second-nav {
  height: 1.466667rem;
  -webkit-box-shadow: 0 0 0 #ccc;
  box-shadow: 0 0 0 #ccc;
  border-bottom: 0.013333rem solid #ccc;
}

.second-nav .mui-title,
.second-nav .mui-icon {
  padding-top: 0.16rem;
  font-size: 0.4rem;
  color: #000;
}

.second-nav .mui-icon {
  padding-top: 0.466667rem;
  font-size: 0.533333rem;
}

/* 众包添加 */

.crowdsourcing-no-data {
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 0.266667rem;
  color: #999;
  font-size: 0.346667rem;
}

.crowdsourcing-no-data .crowdsourcing-no-data-line {
  display: inline-block;
  width: 2rem;
  height: 1px;
  background-color: #ddd;
  margin: 0 0.266667rem;
}

.crowdsourcing-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  height: 1.333333rem;
  line-height: 1.333333rem;
  box-shadow: 0 0 0 #ccc;
  border-bottom: 0.013333rem solid #ccc;
}

.crowdsourcing-bar .mui-title,
.crowdsourcing-bar .mui-icon {
  font-size: 0.4rem;
  color: #000;
}

.crowdsourcing-bar .mui-icon {
  font-size: 0.533333rem;
}

.public-footer .footer-user-icons img {
	border-radius: 50%;
	width: 0.6rem;
    height: 0.6rem;
}

.public-footer .footer-user-icons .mui-badge {
  position: absolute;
  top: -0.1rem;
  font-size: 0.166667rem;
  margin-left: -5px;
  padding: 0px 6px;
}

[v-cloak] {
  display: none !important;
}

/* 挂码样式 */
.hang-code {
  position: fixed;
  bottom: 2.5rem;
  right: 0.28rem;
  display: block;
  z-index: 99;
  background-color: #fff;
  border-radius: 50%;
   font-size: 0;
  line-height: normal;
}

.hang-code img {
  width: 1.1rem;
  height: 1.1rem;
}
