// z-930 图片预览大小
.el-image-viewer__wrapper {
  img {
    width: unset;
  }
}

// 顶级大盒子
#wzt_luantan_detail_box {
  width: 1440px;
  display: flex;
  gap: 30px;
  margin: 0 auto;
  // margin-top: 107px;
  padding-top: 20px;
  margin-bottom: 50px;
  justify-content: center;
  // 左边
  .fb_left {
    width: 840px;

    // 帖子主体
    .tz_content {
      // 帖子顶部
      .tzc_top {
        display: flex;
        justify-content: space-between;
        align-items: center;

        padding-bottom: 12px;
        border-bottom: 1px solid #f8f8f8;

        .tzct_left {
          display: flex;
          align-items: center;
          gap: 8px;

          .tz_avatar {
            width: 42px;
            height: 42px;

            img {
              width: 42px;
              height: 42px;
              border-radius: 50%;
            }
          }

          .tz_data {
            .nick {
              color: #333;
              font-size: 16px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              max-width: 160px;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              margin-bottom: 8px;
            }

            .tzd_bom {
              display: flex;
              align-items: center;
              gap: 12px;

              .time {
                display: flex;
                align-items: center;
                gap: 4px;

                img {
                  vertical-align: middle;
                  width: 16px;
                }

                span {
                  color: #777;
                  
                  font-size: 12px;
                  font-style: normal;
                  font-weight: 400;
                  line-height: normal;
                }
              }

              .view {
                display: flex;
                align-items: center;
                gap: 4px;

                img {
                  vertical-align: middle;
                  width: 16px;
                }

                span {
                  color: #777;
                  
                  font-size: 12px;
                  font-style: normal;
                  font-weight: 400;
                  line-height: normal;
                }
              }
            }
          }
        }

        .tzct_right {
          display: flex;
          align-items: center;
          gap: 14px;

          .tag {
            display: flex;
            align-items: center;
            gap: 8px;

            .zhiding {
              padding: 0px 4px;
              border-radius: 2px;
              background: #ff6422;

              color: #fff;
              
              font-size: 12px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
            }

            .jing {
              padding: 0px 4px;
              border-radius: 2px;
              background: #f22;

              color: #fff;
              
              font-size: 12px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
            }
          }
          .service {
            .dropdown {
              position: relative;
              display: inline-block;
              cursor: pointer;
              padding: 8px 15px;
              background: #2281ff;
              border-radius: 3px;
              color: #ffffff;
            }
            .menu-detail {
              display: none; /* 默认隐藏 */
              font-size: 15px;
              position: absolute;
              background: #fff;
              min-width: 170px;
              box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
              border-radius: 6px;
              z-index: 1000;
              padding: 5px 0;
              margin-top: 5px;
              div {
                padding: 12px 22px;
                cursor: pointer;
                white-space: nowrap;
                color: #000000;
                &:hover {
                  background: #e8f1ff;
                }
              }
            }
          }
        }
      }

      // 帖子内容
      .tzc_con {
        margin-top: 12px;

        .title {
          color: #333;
          
          font-size: 24px;
          font-style: normal;
          font-weight: 400;
          line-height: 130%;

          margin-bottom: 12px;
        }

        .content {
          color: #333;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 26px;

          // white-space: pre-line !important;
          // word-break: break-all !important;
        }

        .imgs {
          // div {
          //   width: auto !important;
          //   height: auto !important;
          // }
          img {
            width: 700px;
            // height: 394px;
            max-height: 400px;
            margin-top: 12px;
            object-fit: contain;
          }
        }
      }

      // 帖子底部
      .tzc_bom {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 15px;

        .tag_item {
          padding: 4px 8px;
          background: rgba(34, 129, 255, 0.12);
          color: #2281ff;
          
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          border-radius: 3px;
        }
      }
    }

    // 帖子评论
    .tz_pl_box {
      margin-top: 20px;
      margin-bottom: 50px;

      .tools {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 16px;
        border-bottom: 1px solid #f8f8f8;

        .t_left {
          display: flex;
          align-items: center;
          .title {
            color: #333;
            
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
          }

          .border {
            margin-left: 8px;
            margin-right: 8px;

            width: 1px;
            height: 12px;
            background: #777;
          }

          .num {
            color: #777;
            
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
          }
        }

        .t_right {
          padding: 4px 8px;
          border-radius: 2px;
          background: #2281ff;
          display: flex;
          align-items: center;
          gap: 4px;
          border-radius: 3px;
          cursor: pointer;
          img {
            width: 18px;
          }

          span {
            color: #fff;
            
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
          }
        }
      }

      // 评论输入框
      .pinglun_box {
        display: none;
        border-radius: 4px;
        border: 1px solid #f8f8f8;

        .pinglun_input {
          margin-bottom: 16px;

          textarea {
            width: 100%;
            height: 162px;
            padding: 10px 12px;
            box-sizing: border-box;
            border-radius: 4px 4px 0px 0px;
            background: #f6f9fc;

            color: #000;
             
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            border: none;
            resize: vertical;
            box-shadow: none;
          }
        }

        .pinglun_c_bom {
          display: flex;
          align-items: end;
          justify-content: space-between;
          margin-left: 16px;
          margin-right: 16px;
          margin-bottom: 16px;

          // 图片列表
          .imgBox {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 8px;

            .uploaded-img {
              position: relative;
              width: 80px;
              height: 80px;
              border-radius: 6px;
              overflow: hidden;
              box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
              transition: transform 0.3s;

              &:hover {
                transform: translateY(-3px);
              }

              img {
                width: 100%;
                height: 100%;
                object-fit: cover;
              }

              .remove-img {
                position: absolute;
                top: 4px;
                right: 4px;
                width: 20px;
                height: 20px;
                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: 0.3s;

                &:hover {
                  background: rgba(0, 0, 0, 0.7);
                }
              }
            }

            .addImg {
              width: 80px;
              height: 80px;
              display: flex;
              justify-content: center;
              align-items: center;
              border: #e2e2e2 1px solid;
              border-radius: 6px;
              transition: 0.2s;
              cursor: pointer;
              img {
                width: 60px;
              }
              &:hover {
                border: #84a7ff 1px solid;
              }
            }
          }

          .submit {
            width: 80px;
            height: 34px;
            border-radius: 2px;
            background: #2281ff;
            cursor: pointer;

            display: flex;
            align-items: center;
            justify-content: center;

            color: #fff;
            
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
          }
        }
      }

      // 评论列表
      .pinglunlist {
        .pinglun_item {
          display: flex;
          gap: 8px;
          margin-top: 24px;
          padding-bottom: 24px;
          border-bottom: 1px solid #f8f8f8;

          .pi_avatar {
            img {
              width: 42px;
              height: 42px;
              border-radius: 50%;
            }
          }

          .pi_data {
            flex: 1;

            .pid_top {
              display: flex;
              align-items: center;
              justify-content: space-between;

              .nick {
                color: #777;
                
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                max-width: 160px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
              }

              .pi_action {
                display: flex;
                align-items: center;
                gap: 24px;

                .delete {
                  cursor: pointer;
                  display: flex;
                  gap: 4px;

                  span {
                    min-width: 26px;
                    color: #f22;
                    
                    font-size: 13px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                  }
                }

                .open {
                  cursor: pointer;
                  display: flex;
                  gap: 4px;

                  svg {
                    margin-top: 3px;
                  }

                  span {
                    min-width: 26px;
                    color: #2281ff;
                    
                    font-size: 13px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                  }
                }

                img {
                  width: 18px;
                }

                .dianzan,
                .cai {
                  cursor: pointer;
                  display: flex;
                  align-items: center;
                  gap: 4px;
                  color: #333;

                  svg {
                  }

                  span {
                    
                    font-size: 13px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                  }
                }

                .active {
                  svg path {
                    stroke: #2281ff;
                  }

                  span {
                    color: #2281ff;
                  }
                }
              }
            }

            .pid_con {
              margin-top: 8px;
              margin-bottom: 12px;

              .text {
                margin-bottom: 10px;
                color: #333;
                
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 24px;


                white-space: pre-line !important;
                word-break: break-all !important;
              }

              .imgs {
                display: flex;
                align-items: center;
                gap: 10px;
                img {
                  width: 72px;
                  height: 72px;
                  border-radius: 3px;
                  object-fit: cover;
                }
              }
            }

            .pid_bom {
              color: #777;
              
              font-size: 12px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
            }

            // 回复输入框
            .pid_edit {
              display: none;
              margin-top: 12px;
              border-radius: 4px;
              border: 1px solid #f8f8f8;

              .pinglun_input {
                margin-bottom: 16px;

                textarea {
                  width: 100%;
                  height: 162px;
                  padding: 10px 12px;
                  box-sizing: border-box;
                  border-radius: 4px 4px 0px 0px;
                  background: #f6f9fc;

                  color: #000;
                   
                  font-size: 16px;
                  font-style: normal;
                  font-weight: 400;
                  line-height: normal;
                  border: none;
                  resize: vertical;
                  box-shadow: none;
                }
              }

              .pinglun_c_bom {
                display: flex;
                align-items: end;
                justify-content: space-between;
                margin-left: 16px;
                margin-right: 16px;
                margin-bottom: 16px;

                // 图片列表
                .imgBox {
                  display: flex;
                  flex-wrap: wrap;
                  gap: 8px;
                  margin-top: 8px;

                  .uploaded-img {
                    position: relative;
                    width: 60px;
                    height: 60px;
                    border-radius: 4px;
                    overflow: hidden;
                    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
                    transition: transform 0.3s;

                    &:hover {
                      transform: translateY(-2px);
                    }

                    img {
                      width: 100%;
                      height: 100%;
                      object-fit: cover;
                    }

                    .remove-img {
                      position: absolute;
                      top: 4px;
                      right: 4px;
                      width: 20px;
                      height: 20px;
                      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: 0.3s;

                      &:hover {
                        background: rgba(0, 0, 0, 0.7);
                      }
                    }
                  }

                  .addImg {
                    width: 60px;
                    height: 60px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border: #e2e2e2 1px solid;
                    border-radius: 6px;
                    transition: 0.2s;
                    cursor: pointer;
                    img {
                      width: 40px;
                      height: a;
                    }
                    &:hover {
                      border: #84a7ff 1px solid;
                    }
                  }
                }

                .submit {
                  width: 80px;
                  height: 34px;
                  border-radius: 2px;
                  background: #2281ff;
                  cursor: pointer;

                  display: flex;
                  align-items: center;
                  justify-content: center;

                  color: #fff;
                  
                  font-size: 14px;
                  font-style: normal;
                  font-weight: 400;
                  line-height: normal;
                }
              }
            }

            // 评论的评论
            .pid_list {
              .pid_item {
                border-radius: 8px;
                background: #f6f9fc;
                padding: 16px 12px;

                .pidi_top {
                  display: flex;
                  align-items: center;
                  justify-content: space-between;
                  margin-bottom: 10px;

                  .people {
                    display: flex;
                    align-items: center;
                    gap: 2px;

                    .hfr {
                      display: flex;
                      align-items: center;
                      gap: 5px;

                      .avatar {
                        width: 16px;
                        height: 16px;

                        img {
                          width: 16px;
                          height: 16px;
                          border-radius: 50%;
                        }
                      }

                      .nick {
                        color: #333;
                        
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                        max-width: 160px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                      }
                    }

                    .right_icon {
                    }

                    .bhfr {
                      display: flex;
                      align-items: center;
                      gap: 5px;

                      .avatar {
                        width: 16px;
                        height: 16px;

                        img {
                          width: 16px;
                          height: 16px;
                          border-radius: 50%;
                        }
                      }

                      .nick {
                        color: #333;
                        
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                        max-width: 160px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                      }
                    }
                  }

                  .time {
                    color: #777;
                    text-align: right;
                    
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                  }
                }

                .pidi_con {
                  .text {
                    margin-bottom: 10px;
                    color: #333;
                    
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 24px;

                    white-space: pre-line !important;
                    word-break: break-all !important;
                  }

                  .imgs {
                    display: flex;
                    align-items: center;
                    gap: 10px;

                    img {
                      width: 60px;
                      height: 60px;
                      border-radius: 3px;
                      object-fit: cover;
                    }
                  }
                }

                .pidi_bom {
                  display: flex;
                  align-items: center;
                  justify-content: flex-end;
                  gap: 24px;

                  .mb_time {
                    display: none;
                  }

                  .delete {
                    cursor: pointer;

                    img {
                      width: 18px;
                    }

                    span {
                      color: #f22;
                    }
                  }

                  .pinglun {
                    cursor: pointer;

                    img {
                      width: 18px;
                    }

                    span {
                      color: #2281ff;
                    }
                  }

                  div {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 4px;

                    cursor: pointer;

                    span {
                      color: #777;
                      
                      font-size: 13px;
                      font-style: normal;
                      font-weight: 400;
                      line-height: normal;
                    }
                  }

                  .active {
                    svg path {
                      stroke: #2281ff;
                    }

                    span {
                      color: #2281ff;
                    }
                  }
                }

                .pidi_pinglun {
                  display: none;
                  margin-top: 12px;
                  border-radius: 4px;
                  border: 1px solid #ffffff;
                  background-color: #ffffff;

                  .pinglun_input {
                    margin-bottom: 16px;

                    textarea {
                      width: 100%;
                      height: 162px;
                      padding: 10px 12px;
                      box-sizing: border-box;
                      border-radius: 4px 4px 0px 0px;
                      background: #ffffff;

                      color: #000;
                       
                      font-size: 16px;
                      font-style: normal;
                      font-weight: 400;
                      line-height: normal;
                      resize: vertical;
                      box-shadow: none;
                    }
                  }

                  .pinglun_c_bom {
                    display: flex;
                    align-items: end;
                    justify-content: space-between;
                    margin-left: 16px;
                    margin-right: 16px;
                    margin-bottom: 16px;

                    // 图片列表
                    .imgBox {
                      display: flex;
                      flex-wrap: wrap;
                      gap: 8px;
                      margin-top: 8px;

                      .uploaded-img {
                        position: relative;
                        width: 60px;
                        height: 60px;
                        border-radius: 4px;
                        overflow: hidden;
                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
                        transition: transform 0.3s;

                        &:hover {
                          transform: translateY(-2px);
                        }

                        img {
                          width: 100%;
                          height: 100%;
                          object-fit: cover;
                        }

                        .remove-img {
                          position: absolute;
                          top: 4px;
                          right: 4px;
                          width: 20px;
                          height: 20px;
                          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: 0.3s;

                          &:hover {
                            background: rgba(0, 0, 0, 0.7);
                          }
                        }
                      }

                      .addImg {
                        width: 60px;
                        height: 60px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        border: #e2e2e2 1px solid;
                        border-radius: 6px;
                        transition: 0.2s;
                        cursor: pointer;
                        img {
                          width: 40px;
                          height: a;
                        }
                        &:hover {
                          border: #84a7ff 1px solid;
                        }
                      }
                    }

                    .submit {
                      width: 80px;
                      height: 34px;
                      border-radius: 2px;
                      background: #2281ff;
                      cursor: pointer;

                      display: flex;
                      align-items: center;
                      justify-content: center;

                      color: #fff;
                      
                      font-size: 14px;
                      font-style: normal;
                      font-weight: 400;
                      line-height: normal;
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }

  // 右边
  .fb_right {
    width: 272px;
    // margin-top: 16px;
    // 个人信息栏
    .fbr_userInfo {
      // width: 100%;
      margin-bottom: 20px;
      padding: 13px 16px 0;
      border-radius: 12px;
      background-color: #f5f6fa;
      .fbr_u_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 0.5px solid #00000014;
        padding-bottom: 5px;
        .fbr_u_t_left {
          display: flex;
          align-items: center;
          gap: 8px;
          .fbr_u_t_l_avatar {
            img {
              width: 36px;
              height: 36px;
              border-radius: 50%;
            }
          }
          .fbr_u_t_l_info {
            line-height: 1.2;
            display: flex;
            gap: 5px;
            flex-direction: column;
            .fbr_u_t_l_i_nick {
              color: #333;
              font-size: 16px;
              max-width: 160px;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
            }
            .fbr_u_t_l_i_id {
              color: #777;
              font-size: 12px;
            }
          }
        }
        .fbr_u_t_right {
          line-height: 1.5;
          display: flex;
          flex-direction: column;
          align-items: center;
          .fbr_u_t_r_num {
            font-size: 18px;
            font-weight: 500;
            text-align: center;
            color: #000000;
          }
          .fbr_u_t_r_text {
            color: #777;
            font-size: 10px;
          }
        }
      }
      .fbr_u_bom {
        height: 40px;
        .fbr_u_true {
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          > div {
            height: 100%;
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            cursor: pointer;
          }
          .fbr_u_b_t_left {
            border-right: 0.5px solid #00000014;
            a {
              display: flex;
              align-items: center;
              gap: 8px;
            }
          }
          .fbr_u_b_t_right {
            a {
              display: flex;
              align-items: center;
              gap: 8px;
            }
          }
        }

        .fbr_u_false {
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 8px;
          cursor: pointer;
        }

        span {
          font-size: 14px;
          font-weight: 400;
          line-height: 1.5;
          color: #777;
        }
        img {
          width: 16px;
          height: auto;
        }
      }
    }
    // 搜索
    .fbr_search {
      position: relative;
      display: flex;
      margin-bottom: 20px;
      height: 40px;

      form {
        flex: 1;
        display: flex;
      }

      .el-input__inner {
        border-radius: 4px 0 0 4px;
        border-right: 0;
        // width: 75%;
        flex: 1;
        height: 36px;
        background-color: #fff;
        color: #303133;
        font-size: 14px;
        transition: all 0.2s ease-in-out;
        box-sizing: border-box;
        outline: none;
        ::placeholder {
          color: #909399;
        }
        :hover {
          border-color: #c0c4cc;
        }
        :focus {
          border-color: #409eff;
          box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
        }
      }
      .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;
      }

      img {
        position: absolute;
        top: 48%;
        left: 10px;
        transform: translateY(-50%);
        width: 14px;
        height: auto;
      }
    }
    // 热门
    .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;
      // 热门标题
      .h_tit {
        width: 224px;
        color: #333;
        text-align: center;
        
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        text-align: left;

        padding-bottom: 11.5px;

        border-bottom: 1px solid #f8f8f8;
      }
      // 热门帖子列表
      .h_list {
        width: 240px;
        height: 336px;
        .h_item {
          width: 240px;
          // height: 46px;
          margin-top: 12px;
          cursor: pointer;
          // 头部
          .hi_top {
            display: flex;
            align-items: center;
            gap: 4px;
            margin-bottom: 8px;
            &:hover {
              .xuhao {
                color: #2281ff;
              }
              .title {
                color: #2281ff;
              }
            }
            .xuhao {
              color: #ff1414;
              
              font-size: 15px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
            }
            .two {
              color: #ff3d22;
            }
            .three {
              color: #ff5a14;
            }
            .four {
              color: #ff9314;
            }
            .five {
              color: #ffaf14;
            }
            .title {
              color: #333;
              
              font-size: 15px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;

              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              max-width: 222px;
            }
          }
          // 底部
          .hi_bom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            .hb_left {
              display: flex;
              align-items: center;
              gap: 12px;
              .view {
                display: flex;
                align-items: center;
                gap: 5px;
                img {
                  width: 16px;
                  height: auto;
                }
                .num {
                  color: #777;
                  
                  font-size: 12px;
                  font-style: normal;
                  font-weight: 400;
                  line-height: normal;
                }
              }
              .pinglun {
                display: flex;
                align-items: center;
                gap: 5px;
                img {
                  width: 16px;
                  height: auto;
                }
                .num {
                  color: #777;
                  
                  font-size: 12px;
                  font-style: normal;
                  font-weight: 400;
                  line-height: normal;
                }
              }
            }
            .time {
              color: #777;
              
              font-size: 12px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
            }
          }
          .hi_border {
            width: 224px;
            height: 1px;
            margin-top: 12px;
            margin-bottom: 12px;
            background: #f8f8f8;
          }
        }
      }
    }
    // 最新
    .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;
      // 最新标题
      .n_tit {
        width: 224px;
        color: #333;
        text-align: center;
        
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        text-align: left;

        padding-bottom: 11.5px;

        border-bottom: 1px solid #f8f8f8;
      }
      // 最新帖子列表
      .n_list {
        width: 240px;
        height: 336px;
        .n_item {
          width: 240px;
          // height: 46px;
          margin-top: 12px;
          margin-bottom: 12px;
          cursor: pointer;
          // 头部
          .ni_top {
            display: flex;
            align-items: center;
            gap: 4px;
            margin-bottom: 8px;
            &:hover {
              .xuhao {
                color: #2281ff;
              }
              .title {
                color: #2281ff;
              }
            }
            .xuhao {
              color: #ff1414;
              
              font-size: 15px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
            }
            .two {
              color: #ff3d22;
            }
            .three {
              color: #ff5a14;
            }
            .four {
              color: #ff9314;
            }
            .five {
              color: #ffaf14;
            }
            .title {
              color: #333;
              
              font-size: 15px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;

              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              max-width: 222px;
            }
          }
          // 底部
          .ni_bom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            .nb_left {
              display: flex;
              align-items: center;
              gap: 12px;
              .view {
                display: flex;
                align-items: center;
                gap: 5px;
                img {
                  width: 16px;
                  height: auto;
                }
                .num {
                  color: #777;
                  
                  font-size: 12px;
                  font-style: normal;
                  font-weight: 400;
                  line-height: normal;
                }
              }
              .pinglun {
                display: flex;
                align-items: center;
                gap: 5px;
                img {
                  width: 16px;
                  height: auto;
                }
                .num {
                  color: #777;
                  
                  font-size: 12px;
                  font-style: normal;
                  font-weight: 400;
                  line-height: normal;
                }
              }
            }
            .time {
              color: #777;
              
              font-size: 12px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
            }
          }
          .ni_border {
            width: 224px;
            height: 1px;
            margin-top: 12px;
            margin-bottom: 12px;
            background: #f8f8f8;
          }
        }
      }
    }
    // 其他
    .fbr_other {
      width: 100%;
      // height: 172px;
      flex-shrink: 0;

      border-radius: 8px;
      border: 1px solid #f8f8f8;

      padding: 11.5px 16px 20px;
      box-sizing: border-box;
      .o_tit {
        width: 224px;
        color: #333;
        text-align: center;
        
        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;
      }
      .o_type {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        .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-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          cursor: pointer;
          &:hover {
            background: rgba(34, 129, 255, 0.12);
            color: #2281ff;
          }
        }
        .ot_item_act {
          background: rgba(34, 129, 255, 0.12);
          color: #2281ff;
        }
      }
    }
  }

  .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;

    &.active {
      display: flex;
    }

    .preview-img {
      max-width: 90%;
      max-height: 90%;
      border-radius: 6px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    }

    .preview-close {
      position: absolute;
      top: 20px;
      right: 20px;
      color: white;
      font-size: 30px;
      cursor: pointer;
      transition: color 0.3s;

      &:hover {
        color: #f56c6c;
      }
    }
  }

  // 文章删除、评论删除弹窗
  .deDialogBox {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    width: 100%;
    height: 100%;
    .contenter {
      position: relative;
      display: inline-block;
      transform: translateX(calc(50vw - 50%)) translateY(20vw);
      background-color: #fff;
      padding: 20px 25px;
      border-radius: 10px;
      .title {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px;

        img {
          width: 18px;
        }

        span {
          color: #333;
          
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
        }
      }
      .dialog-footer {
        display: flex;
        justify-content: flex-end;
        gap: 12px;
        button {
          width: 72px;
          height: 28px;
          padding: 0;
          border: none;
          background: #eee;
          color: #333;
        }
        button:nth-child(2) {
          background: #ff3838;
          margin-left: 0;
          color: #eee;
        }
      }
    }
  }
}

// el-input文本域去掉右下角的图标
.el-textarea__inner {
  resize: none;
}

// 登录弹窗
.login_Dialog {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  width: 100%;
  height: 100%;
  .el-dialog {
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    transform: translateX(calc(50vw - 50%)) translateY(15vw);
    // width: 480px;
    width: 450px;
    // border-radius: 28px;
    border-radius: 10px;
    // padding-top: 40px;
    padding-top: 30px;

    .el-dialog__header {
      height: auto;
    }

    .l_top {
      margin-bottom: 42px;

      display: flex;
      align-items: center;
      justify-content: center;
      gap: 108px;
      .l_t_item {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.5;

        cursor: pointer;
      }
      .l_t_item_act {
        position: relative;
        &:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 7px;
          width: 32px;
          border-bottom: 3px solid #606266;
        }
      }
    }
    .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;
    }
    .new_l_tip {
      display: block;
      color: red;
      line-height: 1.5;
      padding-bottom: 25px;
    }
    // 更改后的登录注册弹窗样式
    .new_l_top {
      margin-bottom: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 108px;
      .l_t_item {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
        cursor: pointer;
        color: #ffffff;
        padding: 7px 10px;
        border-radius: 5px;
      }
      .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;
      }
      .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);
        }
      }
      .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;
      }
      .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);
        }
      }
    }
    .l_con {
      display: flex;
      justify-content: center;
      .el-input {
        width: 100%;
        height: 48px;

        .el-input__wrapper {
          border-radius: 12px;
        }
      }
      .l_c_input {
        width: 100%;
        margin-bottom: 12px;
        display: flex;
        justify-content: center;
      }
      .l_c_yanzheng {
        width: 100%;
        display: flex;
        justify-content: center;
        display: flex;
        justify-content: center;

        .el-input {
          flex: 1;

          .el-input__wrapper {
            border-radius: 12px 0 0 12px;
            border-right: none;
          }
        }

        .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;
        }
      }
      .l_c_err {
        width: 100%;
        height: 25px;

        margin-top: 8px;
        margin-bottom: 70px;

        display: flex;
        position: relative;

        .errMsg {
          position: absolute;
          left: 0;

          color: red;
          font-size: 12px;

          img {
            width: 12px;
          }
        }
        .forget_pwd {
          position: absolute;
          right: 0;

          cursor: pointer;
          font-size: 13px;
          line-height: 1.5;

          color: #777777;
        }
      }
      .l_c_login,
      .l_c_regist {
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        .l_c_l_btn {
          width: 100%;
          margin-bottom: 50px;
          button {
            width: 100%;
            height: 48px;
            border-radius: 12px;
          }
        }
      }
      .l_c_regist {
        .l_c_r_err {
          margin-bottom: 34px;
        }
        .l_c_r_bom {
          width: 100%;
          .l_c_r_b_text {
            text-align: center;
            a {
              color: #666;
              &:hover {
                color: #000;
              }
            }
          }
          .l_c_l_btn {
            display: flex;
            align-items: center;
            justify-content: space-between;
          }
        }

        .l_c_getEmailCode {
          .el-input {
            .el-input__wrapper {
              border-radius: 12px 0 0 12px;
            }
          }
          .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) {
      width: 345px;
      .l_con {
        .l_c_login,
        .l_c_regist {
          .l_c_l_btn {
            margin-bottom: 20px;
          }
        }
        .l_c_regist {
          .l_c_r_err {
            margin-bottom: 10px;
          }
          .l_c_getEmailCode {
            .l_c_g_btn {
              width: 40%;
              font-size: 12px;
            }
          }
        }
      }
    }
  }
}

// 手机端
@media screen and (max-width: 750px) {
  #wzt_luantan_detail_box {
    width: 100%;
    padding-top: 10px;
    .fb_left {
      width: 345px !important;
      order: 2;
      .tz_content {
        .tzc_top {
          .tzct_left {
            .tz_data {
              .nick {
                font-size: 14px !important;
              }

              .tzd_bom {
                gap: 8px;

                .time {
                  img {
                    width: 10px;
                    height: 10px;
                  }
                  span {
                    font-size: 11px;
                  }
                }

                .view {
                  img {
                    width: 13px;
                    height: 13px;
                  }
                  span {
                    font-size: 11px;
                  }
                }
              }
            }
          }

          .tzct_right {
            gap: 10px;
            .tag {
              gap: 4px;
              .zhiding,
              .jing {
                font-size: 10px !important;
              }
            }
            .service {
              .dropdown {
                padding: 6px 14px;
                font-size: 13px;
              }
              .menu-detail {
                font-size: 14px;
                right: 15px;
                padding: 4px 0;
                div {
                  padding: 10px 22px;
                }
              }
            }
          }
        }

        .tzc_con {
          .title {
            font-size: 18px;
            font-weight: 600;
          }

          .content {
            font-size: 14px;
          }

          .imgs {
            img {
              width: 345px;
              height: auto;
            }
          }
        }

        .tzc_bom {
        }
      }

      .tz_pl_box {
        .tools {
          padding-bottom: 8px;

          .t_left {
            .title {
              font-size: 14px;
            }

            .border {
              margin-left: 6px;
              margin-right: 6px;
            }

            .num {
              font-size: 12px;
            }
          }
        }

        .pinglun_box {
          .pinglun_input {
            textarea {
              width: 345px;
              font-size: 13px;
              height: 100px;
            }
          }

          .pinglun_c_bom {
            // 图片列表
            .imgBox {
              .addImg {
                width: 68px;
                height: 68px;
                img {
                  width: 45px;
                }
              }
              .uploaded-img {
                width: 68px;
                height: 68px;
              }
            }

            .submit {
              width: 60px;
              height: 25px;
            }
          }
        }

        .pinglunlist {
          .pinglun_item {
            .pi_data {
              width: 300px;

              .pid_con {
                font-size: 14px;
                .imgs {
                  flex-wrap: wrap;
                  img {
                    width: 65px;
                    height: 65px;
                  }
                }
                .text {
                  font-size: 12px;
                }
              }

              .pid_edit {
                .pinglun_input {
                  textarea {
                    width: 300px;
                    height: 100px;
                    font-size: 12px;
                  }
                }

                .pinglun_c_bom {
                  .submit {
                    width: 60px;
                    height: 25px;
                  }
                }
              }

              .pid_list {
                width: 300px;

                .pid_item {
                  .pidi_top {
                    .people {
                      .hfr {
                        .nick {
                          font-size: 12px;
                        }
                      }

                      .bhfr {
                        .nick {
                          font-size: 12px;
                        }
                      }
                    }

                    .time {
                      display: none;
                    }
                  }

                  .pidi_con {
                    .text {
                      font-size: 12px;
                    }
                  }

                  .pidi_bom {
                    justify-content: space-between;
                    flex-wrap: wrap;

                    .mb_time {
                      display: block;

                      color: #777;
                      
                      font-size: 12px;
                      font-style: normal;
                      font-weight: 400;
                      line-height: normal;
                    }
                  }

                  .pidi_pinglun {
                    .pinglun_input {
                      textarea {
                        width: 275px;
                        height: 100px;
                        font-size: 12px;
                      }
                    }

                    .pinglun_c_bom {
                      .submit {
                        width: 60px;
                        height: 25px;
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
    .fb_right {
      display: none;
      // width: 90%;
      // order: 1;
      // .fbr_hot,
      // .fbr_new,
      // .fbr_other {
      //   display: none;
      // }
    }
  }
}

// 移动端message 宽度的设置
@media screen and (max-width: 750px) {
  .myMessage {
    min-width: 130px !important;
  }
}

// 下拉菜单选项居中
.el-dropdown-menu__item {
  text-align: center;
}

//message消息提示配置
.message-box {
  transform: translateX(calc(50vw - 50%));
  position: fixed;
  top: 80px;
  font-size: 15px;
  font-weight: 300;
  padding: 12px 19px;
  margin-bottom: 10px;
  border-radius: 6px;
  display: none; /* 初始状态为隐藏 */
}
.info {
  background-color: #d9edf7;
  color: #31708f;
}
.success {
  background-color: #dff0d8;
  color: #008f02;
}
.warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.error {
  background-color: #f2dede;
  color: #a94442;
}
//messageBox消息弹框配置
.custom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998; /* 确保在弹窗之下 */
  transition: opacity 0.3s ease;
  .custom-message-box {
    position: fixed;
    z-index: 9999; /* 在遮罩层之上 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    z-index: 9999;
    text-align: center;
    transition: all 0.3s ease;
    color: #000000;
    .message-box-title {
      font-size: 18px;
      margin-bottom: 30px;
    }
    .message-box-content {
      margin-bottom: 30px;
      font-size: 16px;
    }
    .message-box-button-bar {
      display: flex;
      justify-content: center;
      gap: 20px;
      button {
        padding: 8px 15px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        width: 100px;
        transition: 0.2s;
      }
      .message-box-cancel-button {
        background-color: #f2f0f0;
        color: #333;
        &:hover {
          background-color: #9ec8ff;
          color: #ffffff;
        }
      }
      .message-box-confirm-button {
        background-color: #ff3838;
        color: #fff;
        // &:hover {
        //   background-color: #63a7ff;
        // }
      }
    }
  }
}
@media screen and (max-width: 750px) {
  .custom-overlay {
    .custom-message-box {
      left: auto;
      top: auto;
      transform: translate(calc(50vw - 50%), 300px);
      width: 345px;
    }
  }
}
//图片查看器配置
.viewer-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
  img {
    max-width: 90%;
    max-height: 90%;
    user-select: none;
    &:active {
      cursor: grabbing;
    }
  }
}

// 发布弹窗
.fbDialogBox {
  opacity: 0;
  z-index: -999;
  position: fixed;
  width: 100%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;

  .dialog-header {
    padding: 20px 24px;
    background: #409eff;
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;

    .close-btn {
      cursor: pointer;
      font-size: 1.5rem;
      line-height: 1;
      transition: transform 0.2s;

      &:hover {
        transform: scale(1.2);
      }
    }
  }

  .dialog-body {
    padding: 24px;

    .form-item {
      margin-bottom: 24px;

      .bold_text {
        font-weight: 600;
        font-size: 1rem;
        color: #333;
        margin-bottom: 8px;
      }

      .title_input,
      .content_input {
        width: 100%;
        padding: 12px 16px;
        border: 1px solid #dcdfe6;
        border-radius: 6px;
        font-size: .9375rem !important;
        transition: border-color 0.3s;
        box-sizing: border-box;

        &:focus {
          outline: none;
          border-color: #409eff;
          box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
        }
      }

      .content_input {
        height: 100px;
        overflow: auto;
        resize: vertical;
      }

      .form-example {
        color: #909399;
        font-size: 14px;
        margin-top: 6px;
      }

      .imgBox {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 8px;

        .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;

          &:hover {
            transform: translateY(-3px);
          }

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }

          .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;

            &:hover {
              background: rgba(0, 0, 0, 0.7);
            }
          }
        }

        .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;

          &:hover {
            border-color: #409eff;
            color: #409eff;
            transform: scale(1.05);
          }

          img {
            width: 32px;
            height: 32px;
            opacity: 0.7;
            transition: opacity 0.3s;
          }

          &:hover img {
            opacity: 1;
          }
        }
      }

      .typeTab {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 8px;

        .typeTab_item {
          padding: 8px 12px;
          border-radius: 4px;
          cursor: pointer;
          font-size: 14px;
          transition: all 0.3s;

          &:hover {
            background: #e4e7ed;
          }

          &.typeTab_item_act {
            background: rgba(34, 129, 255, 0.12);
            color: #2281ff;
          }
        }
      }

      .back_post {
        display: flex;
        align-items: center;
        margin-top: 8px;
        cursor: pointer;

        .switch_block {
          width: 50px;
          height: 26px;
          background: #409eff;
          border-radius: 13px;
          position: relative;
          transition: background-color 0.3s;

          .s_b_cicle {
            position: absolute;
            top: 3px;
            left: 3px;
            width: 20px;
            height: 20px;
            background: white;
            border-radius: 50%;
            transition: transform 0.3s;
          }

          &.block_close {
            background: #dcdfe6;

            .s_b_cicle {
              transform: translateX(24px);
            }
          }
        }

        span {
          margin-left: 10px;
          color: #606266;
          font-size: 14px;
        }
      }

      .tips {
        color: #909399;
        font-size: 13px;
        margin-top: 6px;
      }
    }
  }

  .dialog-footer {
    padding: 16px 24px;
    background: #f8f9fa;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    border-top: 1px solid #e4e7ed;

    .btn {
      padding: 10px 24px;
      border-radius: 6px;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s;
      border: none;

      &-cancel {
        background: white;
        border: 1px solid #dcdfe6;
        color: #606266;

        &:hover {
          color: #409eff;
          border-color: #c6e2ff;
          background-color: #ecf5ff;
        }
      }

      &-primary {
        background: #409eff;
        color: white;
        border: 1px solid #409eff;

        &:hover {
          background: #66b1ff;
          border-color: #66b1ff;
        }
      }
    }
  }
}

//手机端发布弹窗
@media screen and (max-width: 750px) {
  .fbDialogBox {
    width: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80vh; // 移动端稍微低一点 // 弹窗最大高度为视口的90%
    overflow-y: auto; // 内容超出时滚动
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: -99;
    opacity: 0;
    transition: opacity 0.3s;
    .dialog-header {
      padding: 10px;
      position: sticky;
      top: 0;
      // background: #fff;
      z-index: 1; // 让header在滚动时固定在顶部
      font-size: 16px;
    }
    .dialog-body {
      padding: 10px;
      overflow-y: auto;
      .form-item{
        .bold_text{
          font-size: 14px;
        }
        .typeTab{
          .typeTab_item{
            font-size: 12px;
          }
        } 
      }
    }
    // .dialog-header {
    //   padding: 12px 24px;
    //   span {
    //     font-size: 18px;
    //   }
    // }
    // .dialog-body {
    //   .form-item {
    //     margin-bottom: 10px;
    //     .imgBox {
    //       .uploaded-img {
    //         width: 85px;
    //         height: 85px;
    //       }
    //       .addImg-btn {
    //         width: 85px;
    //         height: 85px;
    //       }
    //     }

    //     .content_input,
    //     .title_input {
    //       width: 90%;
    //     }
    //   }
    // }
    .dialog-footer {
      padding: 10px;
      position: sticky;
      bottom: 0;
      background: #fff;
      z-index: 1;
    }
  }
}

.el-image-viewer__canvas {
  img {
    max-height: none !important;
  }
}

body {
  background-color: #fff !important;
}

.ImgYuLanDialog {
  .el-dialog__header {
    height: auto;
  }
}
