#wzt_luantan_index_box {
  width: 1440px;
  display: flex;
  gap: 24px;
  margin: 0 auto;
  margin-bottom: 50px;
  justify-content: center;
}
#wzt_luantan_index_box .fb_left {
  width: 904px;
  /* 分页器容器 */
}
#wzt_luantan_index_box .fb_left .fbl_title {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f8f8f8;
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 28px;
}
#wzt_luantan_index_box .fb_left .fbl_title .fblt_left {
  display: flex;
  align-items: center;
  gap: 42px;
  overflow-x: auto;
  width: 90%;
  height: 100%;
}
#wzt_luantan_index_box .fb_left .fbl_title .fblt_left .fbltl_item {
  cursor: pointer;
  white-space: nowrap;
}
#wzt_luantan_index_box .fb_left .fbl_title .fblt_left .fbltl_item .text {
  color: #777;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
}
#wzt_luantan_index_box .fb_left .fbl_title .fblt_left .fbltl_item .text:hover {
  color: #2281ff;
}
#wzt_luantan_index_box .fb_left .fbl_title .fblt_left .fbltl_item .border {
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
}
#wzt_luantan_index_box .fb_left .fbl_title .fblt_left .fbltl_item_act {
  cursor: pointer;
}
#wzt_luantan_index_box .fb_left .fbl_title .fblt_left .fbltl_item_act .text {
  color: #2281ff;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
}
#wzt_luantan_index_box .fb_left .fbl_title .fblt_left .fbltl_item_act .border {
  width: 30px;
  height: 2px;
  background: #2281ff;
  margin: 0 auto;
}
#wzt_luantan_index_box .fb_left .fbl_title .fblt_left:focus-visible {
  outline: none;
}
#wzt_luantan_index_box .fb_left .fbl_title .fblt_left::-webkit-scrollbar {
  width: 7px;
}
#wzt_luantan_index_box .fb_left .fbl_title .fblt_left::-webkit-scrollbar:horizontal {
  height: 5px;
}
#wzt_luantan_index_box .fb_left .fbl_title .fblt_left::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #3095f9;
}
#wzt_luantan_index_box .fb_left .fbl_title .fblt_left::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
#wzt_luantan_index_box .fb_left .fbl_title .fblt_right button {
  width: 80px;
  height: 34px;
  border-radius: 2px;
  background: #2281ff;
  color: #fff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  padding: 0px;
}
#wzt_luantan_index_box .fb_left .fbl_content {
  display: none;
  width: 100%;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item {
  width: 100%;
  height: 84px;
  border-bottom: 1px solid #f8f8f8;
  box-sizing: border-box;
  padding: 15px 28px;
  cursor: pointer;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_top {
  display: flex;
  align-items: center;
  gap: 8px;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_top .title {
  max-width: 780px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-family: Alibaba PuHuiTi 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_top .title:hover {
  color: #2281ff;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_top .zhiding {
  text-align: center;
  width: 32px;
  height: 17px;
  border-radius: 2px;
  background: #ff6422;
  color: #fff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_top .jing {
  text-align: center;
  width: 20px;
  height: 17px;
  border-radius: 2px;
  background: #f22;
  color: #fff;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_bom {
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_bom .tzb_left {
  display: flex;
  align-items: center;
  gap: 24px;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_bom .tzb_left .fb_box {
  display: flex;
  align-items: center;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_bom .tzb_left .fb_box .avatar {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_bom .tzb_left .fb_box .avatar img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_bom .tzb_left .fb_box .nick {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 12px;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_bom .tzb_left .fb_box .time {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_bom .tzb_left .hf_box {
  display: flex;
  align-items: center;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_bom .tzb_left .hf_box .avatar {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_bom .tzb_left .hf_box .avatar img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_bom .tzb_left .hf_box .nick {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 12px;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_bom .tzb_left .hf_box .time {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_bom .tzb_right {
  display: flex;
  align-items: center;
  gap: 24px;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_bom .tzb_right .view {
  display: flex;
  align-items: center;
  gap: 5px;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_bom .tzb_right .view img {
  width: 18px;
  height: auto;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_bom .tzb_right .view .num {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 40px;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_bom .tzb_right .pinglun {
  display: flex;
  align-items: center;
  gap: 5px;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_bom .tzb_right .pinglun img {
  width: 18px;
  height: auto;
}
#wzt_luantan_index_box .fb_left .fbl_content .tz_item .tz_bom .tzb_right .pinglun .num {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 40px;
}
#wzt_luantan_index_box .fb_left .fenyeqi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  font-family: "Inter", system-ui, sans-serif;
  /* 分页器列表 */
  /* 分页项 */
  /* 分页链接 */
  /* 省略号样式 */
}
#wzt_luantan_index_box .fb_left .fenyeqi ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}
#wzt_luantan_index_box .fb_left .fenyeqi li {
  margin: 0;
}
#wzt_luantan_index_box .fb_left .fenyeqi a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 6px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background-color: #fff;
  color: #606266;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
  /* 当前页样式 */
  /* 当前激活页样式 */
  /* 禁用状态 */
}
#wzt_luantan_index_box .fb_left .fenyeqi a:hover,
#wzt_luantan_index_box .fb_left .fenyeqi a.active {
  border-color: #409eff;
  color: #409eff;
}
#wzt_luantan_index_box .fb_left .fenyeqi a.active {
  background-color: #409eff;
  color: #fff;
}
#wzt_luantan_index_box .fb_left .fenyeqi a.disabled {
  cursor: not-allowed;
  color: #c0c4cc;
  border-color: rgba(192, 196, 204, 0.3);
}
#wzt_luantan_index_box .fb_left .fenyeqi .ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  color: #606266;
  font-size: 14px;
}
#wzt_luantan_index_box .fb_left .mb_fbl_content {
  display: none;
}
#wzt_luantan_index_box .fb_left .fbl_search {
  display: none;
}
#wzt_luantan_index_box .fblc_null {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  color: #666;
}
#wzt_luantan_index_box .fblc_null img {
  width: 150px;
  height: auto;
}
#wzt_luantan_index_box .fblc_null span {
  color: #909399;
  font-size: 14px;
}
#wzt_luantan_index_box .fb_right {
  width: 272px;
  margin-top: 16px;
}
#wzt_luantan_index_box .fb_right .fbr_userInfo {
  width: 100%;
  margin-bottom: 20px;
  padding: 13px 16px 0;
  border-radius: 12px;
  background-color: #f5f6fa;
}
#wzt_luantan_index_box .fb_right .fbr_userInfo .fbr_u_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid #00000014;
  padding-bottom: 5px;
}
#wzt_luantan_index_box .fb_right .fbr_userInfo .fbr_u_top .fbr_u_t_left {
  display: flex;
  align-items: center;
  gap: 8px;
}
#wzt_luantan_index_box .fb_right .fbr_userInfo .fbr_u_top .fbr_u_t_left .fbr_u_t_l_avatar img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
#wzt_luantan_index_box .fb_right .fbr_userInfo .fbr_u_top .fbr_u_t_left .fbr_u_t_l_info {
  line-height: 1.2;
}
#wzt_luantan_index_box .fb_right .fbr_userInfo .fbr_u_top .fbr_u_t_left .fbr_u_t_l_info .fbr_u_t_l_i_nick {
  color: #333;
  font-size: 16px;
  max-width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#wzt_luantan_index_box .fb_right .fbr_userInfo .fbr_u_top .fbr_u_t_left .fbr_u_t_l_info .fbr_u_t_l_i_id {
  color: #777;
  font-size: 12px;
}
#wzt_luantan_index_box .fb_right .fbr_userInfo .fbr_u_top .fbr_u_t_right {
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#wzt_luantan_index_box .fb_right .fbr_userInfo .fbr_u_top .fbr_u_t_right .fbr_u_t_r_num {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
#wzt_luantan_index_box .fb_right .fbr_userInfo .fbr_u_top .fbr_u_t_right .fbr_u_t_r_text {
  color: #777;
  font-size: 10px;
}
#wzt_luantan_index_box .fb_right .fbr_userInfo .fbr_u_bom {
  height: 40px;
}
#wzt_luantan_index_box .fb_right .fbr_userInfo .fbr_u_bom .fbr_u_true {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#wzt_luantan_index_box .fb_right .fbr_userInfo .fbr_u_bom .fbr_u_true > div {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}
#wzt_luantan_index_box .fb_right .fbr_userInfo .fbr_u_bom .fbr_u_true .fbr_u_b_t_left {
  border-right: 0.5px solid #00000014;
}
#wzt_luantan_index_box .fb_right .fbr_userInfo .fbr_u_bom .fbr_u_false {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}
#wzt_luantan_index_box .fb_right .fbr_userInfo .fbr_u_bom span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #777;
}
#wzt_luantan_index_box .fb_right .fbr_userInfo .fbr_u_bom img {
  width: 16px;
  height: auto;
}
#wzt_luantan_index_box .fb_right .fbr_search {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  height: 40px;
}
#wzt_luantan_index_box .fb_right .fbr_search .el-input__inner {
  border-radius: 4px 0 0 4px;
  border-right: 0;
  width: 200px;
  height: 36px;
  background-color: #fff;
  color: #303133;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  outline: none;
}
#wzt_luantan_index_box .fb_right .fbr_search .el-input__inner ::placeholder {
  color: #909399;
}
#wzt_luantan_index_box .fb_right .fbr_search .el-input__inner :hover {
  border-color: #c0c4cc;
}
#wzt_luantan_index_box .fb_right .fbr_search .el-input__inner :focus {
  border-color: #409eff;
  box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
}
#wzt_luantan_index_box .fb_right .fbr_search .el-button {
  height: 100%;
  border-radius: 0 4px 4px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 36px;
  padding: 0 15px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
#wzt_luantan_index_box .fb_right .fbr_search img {
  position: absolute;
  top: 48%;
  left: 10px;
  transform: translateY(-50%);
  width: 14px;
  height: auto;
}
#wzt_luantan_index_box .fb_right .fbr_hot {
  width: 100%;
  height: 406px;
  margin-bottom: 20px;
  padding: 11.5px 16px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #f8f8f8;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_tit {
  width: 224px;
  color: #333;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  padding-bottom: 11.5px;
  border-bottom: 1px solid #f8f8f8;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list {
  width: 240px;
  height: 336px;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item {
  width: 240px;
  margin-top: 12px;
  cursor: pointer;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item .hi_top {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item .hi_top:hover .xuhao {
  color: #2281ff;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item .hi_top:hover .title {
  color: #2281ff;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item .hi_top .xuhao {
  color: #ff1414;
  font-family: Alibaba PuHuiTi 2;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item .hi_top .two {
  color: #ff3d22;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item .hi_top .three {
  color: #ff5a14;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item .hi_top .four {
  color: #ff9314;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item .hi_top .five {
  color: #ffaf14;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item .hi_top .title {
  color: #333;
  font-family: Alibaba PuHuiTi 2;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 222px;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item .hi_bom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item .hi_bom .hb_left {
  display: flex;
  align-items: center;
  gap: 12px;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item .hi_bom .hb_left .view {
  display: flex;
  align-items: center;
  gap: 5px;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item .hi_bom .hb_left .view img {
  width: 16px;
  height: auto;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item .hi_bom .hb_left .view .num {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item .hi_bom .hb_left .pinglun {
  display: flex;
  align-items: center;
  gap: 5px;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item .hi_bom .hb_left .pinglun img {
  width: 16px;
  height: auto;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item .hi_bom .hb_left .pinglun .num {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item .hi_bom .time {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#wzt_luantan_index_box .fb_right .fbr_hot .h_list .h_item .hi_border {
  width: 224px;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
  background: #f8f8f8;
}
#wzt_luantan_index_box .fb_right .fbr_new {
  width: 100%;
  height: 406px;
  margin-bottom: 20px;
  padding: 11.5px 16px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #f8f8f8;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_tit {
  width: 224px;
  color: #333;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  padding-bottom: 11.5px;
  border-bottom: 1px solid #f8f8f8;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list {
  width: 240px;
  height: 336px;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item {
  width: 240px;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item .ni_top {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item .ni_top:hover .xuhao {
  color: #2281ff;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item .ni_top:hover .title {
  color: #2281ff;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item .ni_top .xuhao {
  color: #ff1414;
  font-family: Alibaba PuHuiTi 2;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item .ni_top .two {
  color: #ff3d22;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item .ni_top .three {
  color: #ff5a14;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item .ni_top .four {
  color: #ff9314;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item .ni_top .five {
  color: #ffaf14;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item .ni_top .title {
  color: #333;
  font-family: Alibaba PuHuiTi 2;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 222px;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item .ni_bom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item .ni_bom .nb_left {
  display: flex;
  align-items: center;
  gap: 12px;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item .ni_bom .nb_left .view {
  display: flex;
  align-items: center;
  gap: 5px;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item .ni_bom .nb_left .view img {
  width: 16px;
  height: auto;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item .ni_bom .nb_left .view .num {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item .ni_bom .nb_left .pinglun {
  display: flex;
  align-items: center;
  gap: 5px;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item .ni_bom .nb_left .pinglun img {
  width: 16px;
  height: auto;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item .ni_bom .nb_left .pinglun .num {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item .ni_bom .time {
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#wzt_luantan_index_box .fb_right .fbr_new .n_list .n_item .ni_border {
  width: 224px;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
  background: #f8f8f8;
}
#wzt_luantan_index_box .fb_right .fbr_other {
  width: 100%;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #f8f8f8;
  padding: 11.5px 16px 20px;
  box-sizing: border-box;
}
#wzt_luantan_index_box .fb_right .fbr_other .o_tit {
  width: 224px;
  color: #333;
  text-align: center;
  font-family: Alibaba PuHuiTi 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  padding-bottom: 11.5px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f8f8f8;
}
#wzt_luantan_index_box .fb_right .fbr_other .o_type {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#wzt_luantan_index_box .fb_right .fbr_other .o_type .ot_item {
  display: flex;
  width: 106px;
  padding: 8px 16px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 2px;
  background: #f8f8f8;
  color: #777;
  font-family: Alibaba PuHuiTi 2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
#wzt_luantan_index_box .fb_right .fbr_other .o_type .ot_item:hover {
  background: rgba(34, 129, 255, 0.12);
  color: #2281ff;
}
#wzt_luantan_index_box .fb_right .fbr_other .o_type .ot_item_act {
  background: rgba(34, 129, 255, 0.12);
  color: #2281ff;
}
#wzt_luantan_index_box .fbDialogBox {
  opacity: 0;
  z-index: -999;
  position: absolute;
  width: 100%;
  max-width: 800px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
#wzt_luantan_index_box .fbDialogBox .dialog-header {
  padding: 20px 24px;
  background: #409eff;
  color: white;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wzt_luantan_index_box .fbDialogBox .dialog-header .close-btn {
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.2s;
}
#wzt_luantan_index_box .fbDialogBox .dialog-header .close-btn:hover {
  transform: scale(1.2);
}
#wzt_luantan_index_box .fbDialogBox .dialog-body {
  padding: 24px;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item {
  margin-bottom: 24px;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .bold_text {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .title_input,
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .content_input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #dcdfe6;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.3s;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .title_input:focus,
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .content_input:focus {
  outline: none;
  border-color: #409eff;
  box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .content_input {
  min-height: 150px;
  resize: vertical;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .form-example {
  color: #909399;
  font-size: 14px;
  margin-top: 6px;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .imgBox {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .imgBox .uploaded-img {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
  transition: transform 0.3s;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .imgBox .uploaded-img:hover {
  transform: translateY(-3px);
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .imgBox .uploaded-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .imgBox .uploaded-img .remove-img {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .imgBox .uploaded-img .remove-img:hover {
  background: rgba(0, 0, 0, 0.7);
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .imgBox .addImg-btn {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #dcdfe6;
  border-radius: 6px;
  background-color: #f5f7fa;
  cursor: pointer;
  transition: all 0.3s;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .imgBox .addImg-btn:hover {
  border-color: #409eff;
  color: #409eff;
  transform: scale(1.05);
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .imgBox .addImg-btn img {
  width: 32px;
  height: 32px;
  opacity: 0.7;
  transition: opacity 0.3s;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .imgBox .addImg-btn:hover img {
  opacity: 1;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .typeTab {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .typeTab .typeTab_item {
  padding: 8px 16px;
  background: #f5f7fa;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .typeTab .typeTab_item:hover {
  background: #e4e7ed;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .typeTab .typeTab_item.typeTab_item_act {
  background: #409eff;
  color: white;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .back_post {
  display: flex;
  align-items: center;
  margin-top: 8px;
  cursor: pointer;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .back_post .switch_block {
  width: 50px;
  height: 26px;
  background: #409eff;
  border-radius: 13px;
  position: relative;
  transition: background-color 0.3s;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .back_post .switch_block .s_b_cicle {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  transition: transform 0.3s;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .back_post .switch_block.block_close {
  background: #dcdfe6;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .back_post .switch_block.block_close .s_b_cicle {
  transform: translateX(24px);
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .back_post span {
  margin-left: 10px;
  color: #606266;
  font-size: 14px;
}
#wzt_luantan_index_box .fbDialogBox .dialog-body .form-item .tips {
  color: #909399;
  font-size: 13px;
  margin-top: 6px;
}
#wzt_luantan_index_box .fbDialogBox .dialog-footer {
  padding: 16px 24px;
  background: #f8f9fa;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  border-top: 1px solid #e4e7ed;
}
#wzt_luantan_index_box .fbDialogBox .dialog-footer .btn {
  padding: 10px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}
#wzt_luantan_index_box .fbDialogBox .dialog-footer .btn-cancel {
  background: white;
  border: 1px solid #dcdfe6;
  color: #606266;
}
#wzt_luantan_index_box .fbDialogBox .dialog-footer .btn-cancel:hover {
  color: #409eff;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}
#wzt_luantan_index_box .fbDialogBox .dialog-footer .btn-primary {
  background: #409eff;
  color: white;
  border: 1px solid #409eff;
}
#wzt_luantan_index_box .fbDialogBox .dialog-footer .btn-primary:hover {
  background: #66b1ff;
  border-color: #66b1ff;
}
#wzt_luantan_index_box .preview-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#wzt_luantan_index_box .preview-dialog.active {
  display: flex;
}
#wzt_luantan_index_box .preview-dialog .preview-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#wzt_luantan_index_box .preview-dialog .preview-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
  transition: color 0.3s;
}
#wzt_luantan_index_box .preview-dialog .preview-close:hover {
  color: #f56c6c;
}
@media (max-width: 768px) {
  #wzt_luantan_index_box .dialog-body {
    padding: 16px !important;
  }
  #wzt_luantan_index_box .dialog-footer {
    padding: 12px 16px !important;
  }
  #wzt_luantan_index_box .imgBox,
  #wzt_luantan_index_box .typeTab {
    gap: 8px !important;
  }
  #wzt_luantan_index_box .addImg-btn,
  #wzt_luantan_index_box .uploaded-img {
    width: 80px !important;
    height: 80px !important;
  }
}
#wzt_luantan_index_box .mb_fbBtn {
  display: none;
}
#wzt_luantan_index_box .el-textarea__inner {
  resize: none;
}
#wzt_luantan_index_box .login_Dialog .el-dialog {
  width: 450px;
  border-radius: 10px;
  padding-top: 30px;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .el-dialog__header {
  height: auto;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_top {
  margin-bottom: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 108px;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_top .l_t_item {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_top .l_t_item_act {
  position: relative;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_top .l_t_item_act:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7px;
  width: 32px;
  border-bottom: 3px solid #606266;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .new_l_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 3px;
  padding-bottom: 25px;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .new_l_tip {
  display: block;
  color: red;
  line-height: 1.5;
  padding-bottom: 25px;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .new_l_top {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 108px;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .new_l_top .l_t_item {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  color: #ffffff;
  padding: 7px 10px;
  border-radius: 5px;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .new_l_top .new_l_top_login {
  background-color: #409eff;
  box-shadow: 0 4px 6px rgba(64, 158, 255, 0.3);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  animation: newLogin 2s infinite ease-in-out;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .new_l_top .new_l_top_login:hover {
  opacity: 0.8;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(64, 158, 255, 0.5);
}
@keyframes newLogin {
  0% {
    box-shadow: 0 4px 6px rgba(64, 158, 255, 0.3);
  }
  50% {
    box-shadow: 0 8px 16px rgba(64, 158, 255, 0.6);
  }
  100% {
    box-shadow: 0 4px 6px rgba(64, 158, 255, 0.3);
  }
}
#wzt_luantan_index_box .login_Dialog .el-dialog .new_l_top .new_l_top_register {
  background-color: #67c23a;
  box-shadow: 0 4px 6px rgba(133, 206, 97, 0.3);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  animation: newRegister 2s infinite ease-in-out;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .new_l_top .new_l_top_register:hover {
  opacity: 0.8;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(133, 206, 97, 0.5);
}
@keyframes newRegister {
  0% {
    box-shadow: 0 4px 6px rgba(133, 206, 97, 0.3);
  }
  50% {
    box-shadow: 0 8px 16px rgba(133, 206, 97, 0.6);
  }
  100% {
    box-shadow: 0 4px 6px rgba(133, 206, 97, 0.3);
  }
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con {
  display: flex;
  justify-content: center;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .el-input {
  width: 100%;
  height: 48px;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .el-input .el-input__wrapper {
  border-radius: 12px;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_input {
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_yanzheng {
  width: 100%;
  display: flex;
  justify-content: center;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_yanzheng .el-input {
  flex: 1;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_yanzheng .el-input .el-input__wrapper {
  border-radius: 12px 0 0 12px;
  border-right: none;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_yanzheng .captcha {
  width: 25%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  border-radius: 0 12px 12px 0;
  border-left: none;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_err {
  width: 100%;
  height: 25px;
  margin-top: 8px;
  margin-bottom: 70px;
  display: flex;
  position: relative;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_err .errMsg {
  position: absolute;
  left: 0;
  color: red;
  font-size: 12px;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_err .errMsg img {
  width: 12px;
  height: auto;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_err .forget_pwd {
  position: absolute;
  right: 0;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5;
  color: #777777;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_login,
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_regist {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_login .l_c_l_btn,
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_regist .l_c_l_btn {
  width: 100%;
  margin-bottom: 50px;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_login .l_c_l_btn button,
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_regist .l_c_l_btn button {
  width: 100%;
  height: 48px;
  border-radius: 12px;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_regist .l_c_r_err {
  margin-bottom: 34px;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_regist .l_c_r_bom {
  width: 100%;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_regist .l_c_r_bom .l_c_r_b_text {
  text-align: center;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_regist .l_c_r_bom .l_c_r_b_text a {
  color: #666;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_regist .l_c_r_bom .l_c_r_b_text a:hover {
  color: #000;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_regist .l_c_r_bom .l_c_l_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_regist .l_c_getEmailCode .el-input .el-input__wrapper {
  border-radius: 12px 0 0 12px;
}
#wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_regist .l_c_getEmailCode .l_c_g_btn {
  width: 35%;
  color: #fff;
  background-color: #2281ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 12px 12px 0;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #wzt_luantan_index_box .login_Dialog .el-dialog {
    width: 345px;
  }
  #wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_login .l_c_l_btn,
  #wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_regist .l_c_l_btn {
    margin-bottom: 20px;
  }
  #wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_regist .l_c_r_err {
    margin-bottom: 10px;
  }
  #wzt_luantan_index_box .login_Dialog .el-dialog .l_con .l_c_regist .l_c_getEmailCode .l_c_g_btn {
    width: 40%;
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #wzt_luantan_index_box {
    width: 100%;
    margin-top: 15px;
    flex-wrap: wrap;
  }
  #wzt_luantan_index_box .fb_left {
    width: 345px;
    order: 2;
  }
  #wzt_luantan_index_box .fb_left .fbl_title {
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  #wzt_luantan_index_box .fb_left .fbl_title .fblt_left {
    gap: 25px;
    width: 100%;
  }
  #wzt_luantan_index_box .fb_left .fbl_title .fblt_left .fbltl_item .text {
    font-size: 14px;
  }
  #wzt_luantan_index_box .fb_left .fbl_title .fblt_left .fbltl_item_act .bordr {
    width: 20px;
  }
  #wzt_luantan_index_box .fb_left .fbl_title .fblt_right {
    display: none;
  }
  #wzt_luantan_index_box .fb_left .fbl_content {
    display: none !important;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content {
    display: none;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item {
    margin-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f8f8f8;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_top .left {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_top .left .avatar {
    width: 38px;
    height: 38px;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_top .left .avatar img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_top .left .data .nick {
    color: #333;
    font-family: Alibaba PuHuiTi 2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_top .left .data .fb_time {
    color: #777;
    text-align: center;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_top .right {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_top .right .zhiding {
    width: 32px;
    height: 17px;
    border-radius: 2px;
    background: #ff6422;
    color: #fff;
    text-align: center;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_top .right .jing {
    width: 20px;
    height: 17px;
    border-radius: 2px;
    background: #f22;
    color: #fff;
    text-align: center;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_con {
    margin-bottom: 12px;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_con .title {
    color: #333;
    text-align: justify;
    font-family: Alibaba PuHuiTi 2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_con .imgs img {
    width: 345px;
    height: 195px;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_tag {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_tag .tag {
    color: #2281ff;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 4px 8px;
    background: rgba(34, 129, 255, 0.12);
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_bom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_bom .left {
    color: #777;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_bom .right {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_bom .right .view,
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_bom .right .pinglun {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #777;
    font-family: Alibaba PuHuiTi 2;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_bom .right .view img,
  #wzt_luantan_index_box .fb_left .mb_fbl_content .mb_fblc_item .mfblc_bom .right .pinglun img {
    width: 16px;
    height: auto;
  }
  #wzt_luantan_index_box .fb_left .fbl_search {
    display: flex;
    margin-bottom: 8px;
  }
  #wzt_luantan_index_box .fb_left .fbl_search .el-input__inner {
    border-radius: 4px 0 0 4px;
    border-right: 0;
  }
  #wzt_luantan_index_box .fb_left .fbl_search .el-button {
    border-radius: 0 4px 4px 0;
  }
  #wzt_luantan_index_box .fb_right {
    width: 90%;
    order: 1;
  }
  #wzt_luantan_index_box .fb_right .fbr_hot,
  #wzt_luantan_index_box .fb_right .fbr_new,
  #wzt_luantan_index_box .fb_right .fbr_other {
    display: none;
  }
  #wzt_luantan_index_box .mb_fbBtn {
    display: flex;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
  #wzt_luantan_index_box .mb_fbBtn img {
    width: 16px;
    margin-right: 8px;
    height: auto;
  }
  #wzt_luantan_index_box .mb_fbBtn button {
    height: 40px;
    padding: 12px 15px;
    background-color: #2281ff;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0px 0px 32px 0px rgba(34, 129, 255, 0.24);
  }
  #wzt_luantan_index_box .fbDialogBox .el-dialog {
    height: auto;
    width: 345px;
    padding: 0;
  }
  #wzt_luantan_index_box .fbDialogBox .el-dialog .el-dialog__body {
    padding: 12px;
  }
  #wzt_luantan_index_box .fbDialogBox .el-dialog .el-dialog__body .el-form .el-form-item {
    margin-bottom: 16px;
  }
  #wzt_luantan_index_box .fbDialogBox .el-dialog .el-dialog__body .el-form .el-form-item .bold_text {
    font-size: 16px;
  }
  #wzt_luantan_index_box .fbDialogBox .el-dialog .el-dialog__body .el-form .el-form-item .title_input input {
    font-size: 14px;
  }
  #wzt_luantan_index_box .fbDialogBox .el-dialog .el-dialog__body .el-form .el-form-item .content_input textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .myMessage {
    min-width: 130px !important;
  }
}
body {
  background-color: #fff !important;
}
/*添加css样式*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.ImgYuLanDialog .el-dialog__header {
  height: auto;
}
/* 隐藏message图标 */
.forum-message .el-message__icon {
  display: none;
}
