.content_box[data-v-dbf18b34] {
  width: 100%;
  margin: 0 auto;
}
.theme_color[data-v-dbf18b34] {
  color: #FF6800 !important;
}
.pointer[data-v-dbf18b34] {
  cursor: pointer;
}
.row_flex[data-v-dbf18b34] {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.column_flex[data-v-dbf18b34] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ant-popover-inner-content[data-v-dbf18b34] {
  padding: 0 !important;
}
.one_level_title[data-v-dbf18b34] {
  width: 100%;
  height: 48px;
  background: #ffffff;
  margin: 10px 0;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  color: #FF6800;
  font-weight: bold;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.one_level_title[data-v-dbf18b34]::before {
  content: "";
  width: 4px;
  height: 22px;
  background: #FF6800;
  border-radius: 0 3px 3px 0;
  position: absolute;
  left: 8px;
  top: 13px;
}
.one_level_title .more[data-v-dbf18b34] {
  font-size: 10px;
  color: #FF6800;
  font-weight: normal;
  cursor: pointer;
}
.one_level_title.border[data-v-dbf18b34] {
  border-bottom: 1px solid #F0F0F0;
}
.two_level_title[data-v-dbf18b34] {
  width: 100%;
  height: 38px;
  background: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}
.two_level_title .more[data-v-dbf18b34] {
  transform: scale(0.83);
  color: #FF6800;
  font-weight: normal;
  cursor: pointer;
}
.two_level_title.border[data-v-dbf18b34] {
  border-bottom: 1px solid #F0F0F0;
}
.filter__row[data-v-dbf18b34] {
  display: flex;
}
.filter__row .filter__label[data-v-dbf18b34] {
  width: 80px;
  line-height: 30px;
  color: #999999;
  font-size: 12px;
}
.filter__row .filter__con[data-v-dbf18b34] {
  flex: 1;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
}
.filter__row .filter__con > li[data-v-dbf18b34] {
  float: left;
  margin-right: 30px;
  font-size: 12px;
  color: #333333;
  line-height: 30px;
  cursor: pointer;
}
.filter__row .filter__con > li.active[data-v-dbf18b34] {
  color: #FF6800;
}
.map_mark_icon[data-v-dbf18b34] {
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.map_mark_icon .mark_icon[data-v-dbf18b34] {
  display: inline-block;
  width: 38px;
  height: 51px;
  position: relative;
  font-size: 0;
}
.map_mark_icon .mark_icon .circle[data-v-dbf18b34] {
  border-radius: 50%;
}
.map_mark_icon .mark_icon .circle[data-v-dbf18b34]:nth-child(1) {
  width: 38px;
  height: 38px;
  background: #ff6800;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.map_mark_icon .mark_icon .circle[data-v-dbf18b34]:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #FFDD02;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 2;
}
.map_mark_icon .mark_icon .circle[data-v-dbf18b34]:nth-child(3) {
  width: 26px;
  height: 26px;
  background: #39A2FF;
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 3;
}
.map_mark_icon .mark_icon .circle[data-v-dbf18b34]:nth-child(4) {
  width: 20px;
  height: 20px;
  background: #7938FF;
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: 4;
}
.map_mark_icon .mark_icon .circle[data-v-dbf18b34]:nth-child(5) {
  width: 15px;
  height: 15px;
  background: #7938FF;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 5;
}
.map_mark_icon .mark_icon .triangle[data-v-dbf18b34] {
  width: 0;
  height: 0;
  border-top: 17px solid #ff6800;
  border-left: 13px transparent solid;
  border-right: 13px transparent solid;
  border-bottom: 17px transparent solid;
  position: absolute;
  left: 6px;
  bottom: -15px;
}
.map_mark_icon .mark_icon > .num[data-v-dbf18b34] {
  position: absolute;
  left: 50%;
  top: 5px;
  color: #ffffff;
  z-index: 10;
  font-size: 18px;
  margin-left: -4px;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #000000;
}
.map_mark_icon > .name[data-v-dbf18b34] {
  font-size: 12px;
  color: #751313;
  font-weight: bold;
  margin-bottom: 0;
  white-space: nowrap;
}
.wangEditor[data-v-dbf18b34] {
  font-size: 16px;
  color: #333333;
  word-wrap: break-word;
  /* table 样式 */
  /* blockquote 样式 */
  /* code 样式 */
  /* ul ol 样式 */
}
.wangEditor table[data-v-dbf18b34] {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.wangEditor table td[data-v-dbf18b34],
.wangEditor table th[data-v-dbf18b34] {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
  height: 30px;
}
.wangEditor table th[data-v-dbf18b34] {
  border-bottom: 2px solid #ccc;
  text-align: center;
  background-color: #f1f1f1;
}
.wangEditor blockquote[data-v-dbf18b34] {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}
.wangEditor code[data-v-dbf18b34] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 3px;
}
.wangEditor pre code[data-v-dbf18b34] {
  display: block;
}
.wangEditor ul[data-v-dbf18b34],
.wangEditor ol[data-v-dbf18b34] {
  margin: 10px 0 10px 20px;
}
.wangEditor img[data-v-dbf18b34] {
  max-width: 100%;
}
.default_page[data-v-dbf18b34] {
  height: 100%;
  min-height: 500px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.default_page img[data-v-dbf18b34] {
  width: 124px;
  margin-bottom: 25px;
}
.default_page p[data-v-dbf18b34] {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  text-align: center;
  margin: 0;
  font-weight: bold;
}
.breadcrumb_box .ant-breadcrumb-link[data-v-dbf18b34] {
  cursor: pointer;
}
.select-company-popover .ant-popover-arrow[data-v-dbf18b34] {
  display: none;
}
.select-company-popover .company[data-v-dbf18b34] {
  min-width: 100px;
  max-height: 200px;
  overflow: auto;
}
.select-company-popover .company .company-box[data-v-dbf18b34] {
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}
.select-company-popover .company .company-box[data-v-dbf18b34]:hover {
  background-color: #fff4e6;
}
.select-company-popover .blank-is-replaced[data-v-dbf18b34] {
  height: 32px;
}
.select-company-popover .log-out[data-v-dbf18b34] {
  width: 100%;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 5px;
}
.select-company-popover .log-out[data-v-dbf18b34]:hover {
  background-color: #fff4e6;
}
.member_forum .member_forum_filter[data-v-dbf18b34] {
  background: #F4F5F8;
  padding-top: 10px;
  display: flex;
  height: 50px;
  margin-bottom: 0;
}
.member_forum .member_forum_filter li[data-v-dbf18b34] {
  width: 120px;
  height: 100%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  border: 1px solid #eee;
  border-bottom: 0;
}
.member_forum .member_forum_filter .li_active[data-v-dbf18b34] {
  background-color: #FF6800;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.member_forum .member_forum_filter li[data-v-dbf18b34]:nth-child(1) {
  border-radius: 10px 0px 0px 0px;
}
.member_forum .member_forum_filter li[data-v-dbf18b34]:nth-child(1) {
  border-left: 0;
  border-right: 0;
}
.member_forum .member_forum_filter li[data-v-dbf18b34]:nth-child(2) {
  border-radius: 0px 10px 0px 0px;
}
.member_forum .member_forum_con[data-v-dbf18b34] {
  width: 100%;
  border-top: 1px solid #eee;
}
.member_forum .member_forum_con .member_forum_con_filter[data-v-dbf18b34] {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
}
.member_forum .member_forum_con .member_forum_con_filter li[data-v-dbf18b34] {
  width: 160px;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
.member_forum .member_forum_con .member_forum_con_filter li span[data-v-dbf18b34] {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  border-right: 1px solid #eee;
  font-size: 16px;
  color: #999999;
}
.member_forum .member_forum_con .member_forum_con_filter .span_active[data-v-dbf18b34] {
  box-sizing: border-box;
  border-bottom: 2px solid #FF6800;
}
.member_forum .member_forum_con .member_forum_con_filter .span_active span[data-v-dbf18b34] {
  color: #FF6800;
}
.member_forum .member_forum_con .member_forum_main[data-v-dbf18b34] {
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
}
.member_forum .member_forum_con .member_forum_main li[data-v-dbf18b34] {
  cursor: pointer;
  padding: 20px;
  background-color: #F8F8F8;
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
}
.member_forum .member_forum_con .member_forum_main li h4[data-v-dbf18b34] {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.member_forum .member_forum_con .member_forum_main li span[data-v-dbf18b34] {
  font-size: 12px;
  font-weight: 400;
  color: #bfbfbf;
}
.member_forum .member_forum_con .member_forum_main li p[data-v-dbf18b34] {
  width: 100%;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.member_forum .member_forum_con .member_forum_main li .member_forum_info[data-v-dbf18b34] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.member_forum .member_forum_con .member_forum_main li .member_forum_end_right[data-v-dbf18b34] {
  float: right;
  width: 105px;
  height: 32px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  /*display: none;*/
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #bfbfbf;
  cursor: pointer;
  margin-right: 5px;
  margin-top: -30px;
  display: flex;
  border: 1px solid #FF6800;
  color: #FF6800;
}
.member_forum .member_forum_con .member_forum_main li button[data-v-dbf18b34]:hover {
  background-color: rgba(255, 104, 0, 0.2);
}
.member_forum .member_forum_con .member_forum_main li .member_forum_bottom[data-v-dbf18b34] {
  display: flex;
}
.member_forum .member_forum_con .member_forum_main li .member_forum_bottom > div[data-v-dbf18b34] {
  display: flex;
  align-items: center;
}
.member_forum .member_forum_con .member_forum_main li .member_forum_bottom > div .member_replay[data-v-dbf18b34] {
  width: 13px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAYAAADkgu3FAAADyUlEQVRIS62WXWhcRRTH/2dul8Wwa0CLlUKoVboPgnlogpBN3ZuTrWlYA9pigoiKFmF9UKQvtQqK39W34pNBFKWCFD+KRBcbvTv3buoGS6pQ9WVFilYsScSK2QS28c6RueyGTUzsanaeDjPnnN/MnI8ZwhVGqVTqNsbsExGXiLpE5DprQkRzInKBiAKl1KlMJnPu31zRRota6xEiekpE+ho6RHRZROaISOrAeNPatIi8zMyfrOfzH6ByuXxNrVZ7C8Cd1kBEio7jnADwueu655udaK1vALCXiEYB3C4i1t/H8Xj8YDqd/r1ZdxXI87yblFIaQBcRnVFKPZbJZM5c6Xrt+tTUVE8Yhq+JSBrABWMMZ7PZH1dO3BAmJye3x2Kx0wB2AjiWTCYP9/b2LrcCaehorbcQ0UsichjA+eXl5T1DQ0O/RjFtUvoMwD4LYeZD/wWwVjcIgqPGmCMATjHz8ApIa303gPeJaNp13X4b7M2ArK3W2gfgAhhl5g+iE2mtTxNRmoh6XNf9ZrMQa18qlW4Ow/A7AGVm3kOe5+1QStlsmmHmW9sBaQrHFIB+Y8xO0lrfB+A4gGeZ+TmrND4+HkulUtusnEwmZxtJYYMN4Ho7Pz8/Pzc2NnbZyjMzM7GFhYVIv1KpzObz+SiJtNY2TkcB3E++7z9pCw3Ag8z8jlUIguAWY0xU6caYnmw2+3V9fpcxpmJlpVS/67plK3uet1spdbY+3+267rd10D0A3rOFb0FPi8jzjaC1E1QsFg8Q0YdE9Iy9ujyA1wEcYuZj9Z0kHMfpt3K1Wp3O5XJ/WnliYqKjs7PzNiuHYfgVM/9h5UKhcHUikYhaVRiGXzJzte7ncVsuAB6hUqm0OwxDe+yTzHygncng+/5HIrLfcZyeKL1936+ISFetVrtxeHj4YjtgWuutAH4hop8HBgZSjTp6AsArInJ8cHDwgXaAfN9/U0QOAjjCzK9GoEKhEO/o6DgnIikADzHz25uB+b4/KiIniOiHpaWl7lwuV1vpdZ7npZVSX4iIQ0T5/wvTWt9Vh4TGmL3ZbDYqgVXPRLFYvIOIThLRFhEZZGbbr1oaWuuEUuoFY4zNtL8cx9mfyWQ+bRivfY92EFGFiC4mk8ldrTwT9Z42BuBRANcC+EkpdW+jmNcFaa3fAPAwgO9FZN0Hj4js5q4CsI2IUiKyve5skYjGq9XqiyMjI5fWXsOqE2mt5wHYtGx1LNpGDWASwLvM/NtGhqtAQRDYX07UNNcO+xtpzCmlFmOx2GxfX9+lVt+uDX9BrR6pVb2/AUKcvamrrCFPAAAAAElFTkSuQmCC) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 20px;
  margin-right: 5px;
}
.member_forum .member_forum_con .member_forum_main li .member_forum_bottom > div .member_user[data-v-dbf18b34] {
  width: 13px;
  height: 13px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAD0klEQVRIS51WXWgcZRQ9d6a7ts0GK9L1v6L4h8EWSxQlJDN3smuK5KVIV2LtQ33woRZEaBEEX1WwxfpgX8Q++UMjVSELtTE7882AttqAKMY/UKkpRXcUlRijSWau3LIrybp/6fe0y9x7z3fvnHPuELo8k5OT12azWUdErgOwTETnlpaW/GKx+Ec3JahTUKVS2W7b9vMACiJirYwnokUAx5MkeXZ4ePhcu1ptgYwx+wAcEZGMFiGiL0XkWwDriGiriGypFf8dwBgzv98KrCVQGIaPpWn6miZalnUqTdMDzPzFykLGGBaRlwBsA/CPiAx7nvdhM7CmQGEY3pSm6VcALiOio47j7CciaVZgYmJiY29v73siUiSi2Wq1enupVFpojG0K5Pv+MSLaC+DjOI4HSqVS0m7+QRBsAvA1gKsAPMXMRzoCTU9PZ+bm5qoANhHRg67rnuxEGH0eBMHTAF4AcIaZ7+8IFIbhXWmafk5EC7lc7vL+/v6lboCiKLozSZIZpX4cx+sbp/C/0RljiiIyCeAHZr65G5BaRzkAc/o7SZKrC4XCz6uk0FgoCIL7AJwG8Aszb+4WKIqia5IkuaDxi4uLuZGRkfm2QFEUbU7T9CcVZzabvWVgYOC7bsCMMTtF5B0iuuC6rrrHqtOUdUEQaEfa2WFmPtAl0CkReUBEXvU87/GugIwxu0RkXEVoWZbnOM5H7cCMMXtF5Ji+HhHZ5nmekqJzR+o2QRAorUcAqL3sYeZyY7KIUBiG+0XkMAC1qUPMfLBrZ6ixSHVUEZHt+p+IfBF5m4i+SZIkY1nWVgCP1uxHQ07EcfxwK3G3NVVdDZlM5gyAG9qNjog+s22bBwcHf2sV14oMOSJ6BsCTIrKxIblO255V9CX6C8DLIvIcM//Z8R1FUXRvkiQnAFxfG9n3IvIWESmrPq0XCYJAL3O3iIwQ0ZiI1MV93rbth4aGhj5pqaNKpbLTtu03RGQDgPPaVbVafbOTqY6Pj9v5fP4R7UYvqPYFYLfruu/Wwf4bnTHmHhEJAWwgopPLy8t7CoXCr91oqB4zNTV1pW3brwPYAWCBiBzXdc9enEyNYetrNn8jgA/y+fxoX1+fruk1n5mZmWwcx2XdTwB0vd/BzH/XgVT9LwKIAdzGzKqdSz61/aQrX73yIDMfqgP9qBQWkSc8zzt6yQgrEn3f30dErwCYZeYtquyL+0f3yPz8fH50dLSlFtZygXK5fEVPT48u0HUqbvJ9v0RExwFUmLmwlmKdYo0x6iyeZVm71dP002mMiIzjOLOdktfyPAzDW0Vkhzr6v6lUsnxhTmTVAAAAAElFTkSuQmCC) no-repeat center center;
  background-size: 100% 100%;
  margin-right: 5px;
}
.member_forum .member_forum_con .member_forum_main li:hover h4[data-v-dbf18b34],
.member_forum .member_forum_con .member_forum_main li:hover p[data-v-dbf18b34],
.member_forum .member_forum_con .member_forum_main li:hover span[data-v-dbf18b34] {
  color: #FF6800;
}
.member_forum .member_forum_con .member_forum_main li:hover .member_forum_bottom > div .member_replay[data-v-dbf18b34] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAYAAADkgu3FAAADHklEQVRIS63WW4iVVRTA8d86M4MU1UNJhSBlpUSQDw4EOYYVRkFBKU1EN2oKzzmTEr6YCUVXrTcpcb6ZUAyLEC0JCrpRVuZQdAGrFyOkjESL7CbkZc6Os+ccnRmdZsrZ38MH61tr/ffaa+21vjDGSlUzcS3mSqbi7IbJPmE3PsBb0WPHv7mK0T6mihuwHJcP0TmEfUgN4KQh3/qxIgqvn8jncaB0rzO1WYcbGwbvCRu1eCdW2zXUSao4X5iHTsk1qPt7zWFdsdavQ3WHgdJCFyp5n3xEn2JxFPk95kpV7XhWMhu71VwVfb5rGh4FpS5TtNkmTJOskiyNPofHJAxRSFdqdbGnsFSyy2FzYp2f6irHQBVv5qQnq6LXkv8CGKmbKlZiWS6SwnVHQanbzWo2oV+hIwaTfVIrVW2VzFXSGWtszhGlim3ks22PwpcnRWgYp7JL8LWwPQpzIt3vPEfsEj6LwmUTAWn6SGUfoUOraZGq7pBswKNReCxHuFCbmnOyQcneZlHkZF/k3Cz/3b7YpH6vRtev5DytFO6sgx6SrBDujh4vZMNFLnWkcdNr2qPPF1leNl3Y2dhAR6yxvQGapeTzLG81M1b7qpGSW/GysDxSxcN4XNIZvTZPKKhsgfAKHqmDyiiEJdFjVQZ1O01NR97hn/rjJX80dn6qkiuy/G+fxHq/ZfntznB6o1WVfBxr/NU4gQdE9lmpF8MsAznsLVFYMKHFUPEq5mvR3izv+rlPVXNB9NkzEbC00GQlP+KHKMwYBJU9KDyNDVG4a0JAFWvRJVkWvZ4ZBC02ySE7hBm4JwrrTwaWqjrVbFTyba7C5xw81uu6zVbzrqRFKP9fWKq6KUPCgJJ5zSswfExUXS/Zkm8DV0dh63gjy5U64AnUK+2IMD96vNG0Hw4abEc7hT1qpo9nTOSeFm7BIpwlfC/c1ozkxKCK53Gf5JvG4Ds+oFB/TpFyi6rndEpWSg4o6cWT0WP/SMPhEVX8jMnjPS7hgORD4W0DXow+v4xmOxzUnUf4YNMcuQaGzKgWBxy011r7xzu7Rv0LGndU41T8B0M4F6TsYm6jAAAAAElFTkSuQmCC) no-repeat center center;
  background-size: 100% 100%;
}
.member_forum .member_forum_con .member_forum_main li:hover .member_forum_bottom > div .member_user[data-v-dbf18b34] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAADQ0lEQVRIS63Wb2jVdRTH8de5m7VMyBjrn2UU/ZGgSUJh9MC0TImeRFgsEzTi7l5dVDAJhJ5akFIR2+60ROgfNfrzIDALxR5UVg+i6K9QYYaUOVqUbbY/37i/ezdsbndX8vvw9zvnvL/f8z2fc76hzpU6XGTYEsyTMyI5aMze2OaPekLETEYpb5EGj0tuRW6S/T94VYPHosvBWrFqglK79cLTmFUN8rXkgNCIVszPvocBY9qi1zvTwaYFpYL78XzVcTc6o+TLEwOlvKVynsJCHMctUfLBVLApQekBl2n0Dc5Et5KOIE0VIOXNlvMWluOQfldHn8HJtlODinZI1gkfO+qm6DNaK/9prbmafIvzhUeiJ0v3f9ZJoJQ3S4MjkrnC7dFj10wFU/6f2j0qPIH9UXJjPaBr5XwhDBp1TmwzXCfoGuErjOjXNDkLJ5+o3XLhXcmP0evyeiDZidabY8yfmf2IC+I5v57oezKoaLHkIxyNkpa6QXkXyjmc2R8zJ15wrDboQS2G/ZKJc5Yr4lnf1wNLBXfiDeFw9Jg34x1laShkJ1qMrVHSWReoaLfkNmyPknx9oKJVktcyEeYsi24f1izvonWSHRjVYGF0ZUVRu7yzE5WbSiEr6xWSAWFNlLw92TmzK+qQbM3aVNgSPTZOtanpW1BFhHuwqOq4V9KnwXdGsqCtwn3V9lM2eV2/e6YTd+2mWh4NI/bjkhnu6XNhafT4fTq7qVtQWRPJJslDmD0p2ZWyTc6eFPRv4Rlhc3T7a8Y7SgU3ZGng4qrxD3hF2C18Nh4kE2hynWQF2pgQ98+4K0o+mVZHVS28hLNQdtik38szNtVVGjS7F5urGyx379VR8uY4bCJ1ab3rjXk/g4RdctZEl/56NDRukzZoNuZFyUoMylkS3T4t/89Aaa2mapu/FO/pd0f0KY/pU15plTM0Z1Ioz6eDhiyInYYqoHadwpP4zZCrYqeBUyac4JAeNteQA2iRbIxeWyqggp+yEk42RK/u/wOZSGPlvdFVnrpRMj9SXmX+lJt7OK+WFk5lA6noXMkRNGrUGqng7uzJxJ4oZU+q07ZSIessy4TVkW7WaIE2Ofui26HTRqnc/ZVY6bjt/wJ8LwXrvuc1KgAAAABJRU5ErkJggg==) no-repeat center center;
  background-size: 100% 100%;
}
.member_forum .park_politics___page[data-v-dbf18b34] {
  height: 72px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #fff;
  padding-right: 20px;
}
.member_forum .park_politics___page > span[data-v-dbf18b34] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin-right: 10px;
}
.member_forum .member_forum_replay[data-v-dbf18b34] {
  width: 100%;
  border-top: 1px solid #eee;
  padding: 20px;
}
.member_forum .member_forum_replay li[data-v-dbf18b34] {
  position: relative;
  width: 100%;
  min-height: 131px;
  padding: 20px;
  padding-bottom: 0;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.member_forum .member_forum_replay li .member_forum_replay_info[data-v-dbf18b34] {
  display: flex;
  justify-content: space-between;
}
.member_forum .member_forum_replay li .member_forum_replay_info div[data-v-dbf18b34] {
  font-size: 16px;
  color: #FF6800;
  line-height: 22px;
}
.member_forum .member_forum_replay li .member_forum_replay_info span[data-v-dbf18b34] {
  font-size: 14px;
  color: #666666;
}
.member_forum .member_forum_replay li p[data-v-dbf18b34] {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  white-space: wrap;
  word-break: break-all;
}
.member_forum .member_forum_replay li .replay_bottom[data-v-dbf18b34] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 40px;
  justify-content: space-between;
  border-top: 1px solid #eee;
}
.member_forum .member_forum_replay li .replay_bottom .replay_bottom_info[data-v-dbf18b34] {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.member_forum .member_forum_replay li .replay_bottom .replay_bottom_info span[data-v-dbf18b34] {
  flex: 10;
}
.member_forum .member_forum_replay li .replay_bottom .replay_bottom_info div[data-v-dbf18b34] {
  flex: 1;
  cursor: pointer;
}
.member_forum .member_forum_replay li .replay_bottom .replay_bottom_info div span[data-v-dbf18b34] {
  color: #FF6800;
  margin-left: 8px;
}
.member_forum .member_forum_replay li .replay_bottom img[data-v-dbf18b34] {
  width: 13px;
  height: 12px;
  cursor: pointer;
}
.member_forum .member_forum_replay li .replay_bottom .reply_input[data-v-dbf18b34] {
  width: 100%;
  margin-bottom: 20px;
}
.member_forum .member_forum_replay li .replay_bottom .reply_input .up_btn[data-v-dbf18b34] {
  width: 100px;
  float: right;
  margin-top: 10px;
}
.member_forum .bg_none[data-v-dbf18b34] {
  margin-top: 150px;
  margin-bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.member_forum .bg_none p[data-v-dbf18b34] {
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-top: 21px;
}

