.weditor-bot{
  position: relative;
  bottom: 180px;
  z-index: 10001;
  text-align: center;
}
#notibbs{
  background: blue;
  bottom: 50px;
}
#tibbs{
  background: blue;
  color: #fff;
}
#dialogs {
  display: none; /* 初始状态为隐藏 */
  background-color: #555; /* 背景颜色 */
  color: white; /* 文字颜色 */
  padding: 10px; /* 内边距 */
  border-radius: 5px; /* 圆角 */
  position: fixed; /* 固定定位 */
  top: 50%; /* 垂直居中 */
  left: 50%; /* 水平居中 */
  transform: translate(-50%, -50%); /* 精确居中 */
  z-index: 10002; /* 确保提示信息在顶层显示 */
}
.hot-list li {
    list-style-type: none;
    color: #666;
}
.conuserimg{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#con-index .items-container-l{
  display: flex;
  flex-direction: column;
  text-align: center;
  position: fixed;
  float: left;
}
#page-article{
  max-width: 760px;margin-left: 140px;
}
@media (max-width: 1260.9px) {
    #con-index .items-container-l {
        display: none;
    }
    #contright {
        display: none;
    }
    #page-article{
        margin: 0 auto;
        width: 90%;
        max-width: 90%;
        /* margin-left: 0px; */
    }
    #con-index .items-container{
        width: 90%;
        max-width: 90%;
    }
    
}  
@media (max-width: 1472px) {
    #contright {
        display: none;
    }
}   



.ceicon{
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
}
.ceicon label{
  margin-top: 10px;
}
.jutext{
  width: 100%;
  height: 100px;
}
.mdui-overlay-show{
  z-index: 10001;
}
.conpostnum{
  color: #999;
}
#shang input {
  margin-right: 6px;
}
.pagination{
  text-align: right;
  margin-top: 10px
}
.pagination button{
  margin: 5px
}
/*  */
.pagination-button.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.liked{
  color: #f44336 !important;
}
.favacolor{
  color: #FFB74D !important;
}
.jingcolor{
  color: #ff0000 !important;
}
.content img{
  display: block; 
  margin: 10px auto; 
  max-width: 100%; 
  height: auto;
}
.mdui-color-theme-divider{
  background: #eaeaea;
}
.sigma-middle-line{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: .02em;
    color: #222;
    text-align: center;
    position: relative;
    list-style: none;
}    
.sigma-middle-line:before{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sigma-line-text{
    display: inline-block;
    background: #f8f8f8;
    padding: 0 18px 0 18px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}
.emoji-icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 2px;
}
.shentie{
  display: flex;
  align-items: center;
  justify-content: right;
}
.btn-dense{
    border: 1px solid #f80 !important;
    /* background: #fff !important; */
    margin-left: 10px !important;
    color: #f80 !important;
    height: 26px !important;
    font-size: 13px !important;
    line-height: 26px !important;
    margin-top: 6px !important;
}

.image-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 40px;
}

.mdui-dialog-content {
    padding: 20px 24px;
}

.mdui-typo h4 {
    margin: 20px 0 10px 0;
    color: #333;
    font-weight: 600;
}

.mdui-textfield-input {
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px;
    padding: 12px;
    font-size: 14px;
    resize: vertical;
}

.mdui-textfield-input:focus {
    border-color: #2196F3 !important;
    outline: none;
    box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.2);
}



.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after,
.clearfix:before {
  display: block;
  content: "";
  height: 0;
  clear: both;
  width: 0;
}

.Container {
  width: 1200px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
[v-cloak] {
    display: none;
}
.inner{
  width: 100%;
  margin: 0 auto;
}


.custom_img{
  width: 100%;
  height: 5rem;
  background-color: #fff;
  padding: 0 0.4rem;
}
.custom_img_top{
  font-size: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom_img_top p{
  line-height: 1rem;
}
.custom_sub{
  width: 3rem;
  height: 0.8rem;
  background-color: #418BFB;
  border-radius: 0.8rem;
  font-size: 0.4rem;
  color: #fff;
  line-height: 0.8rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.6rem;
}
.upload_img{
  width: 100px;
  height: 100px;
}
.upload_img_wrap{
  display: flex;
  width: 100%;
}
#imgBox{
  display: flex;
  
}
.imgContainer {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-left: 1%;
  border: 1px solid #666666;
  position: relative;
  box-sizing: border-box;
  margin-right: 8px;
}

.imgContainer img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin-right: 2px;
}
.upload_img_wrap .imgDelete{
    width: 20px;
    height: 20px;
    position: absolute;
    top: -3px;
    right: -5px;
}
.imgContainer p {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 30px;
  background: black;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: none;
}

.imgContainer:hover p {
  display: block;
}