#downloadiosapp{color:rgb(91, 0, 91);background-image: linear-gradient(rgb(188, 117, 255),rgb(255, 79, 249));z-index:100000;margin-top:110px;width:80%;text-align: center;font-size:60px;margin-top:130px;height:150px;border-radius: 20px;margin-left: 3.5%;}
#downloadandroidapp{color:rgb(15, 27, 255);background-image: linear-gradient(rgb(117, 177, 255),rgb(79, 246, 255));z-index:100000;margin-top:110px;width:80%;text-align: center;font-size:60px;height:150px;border-radius: 20px;margin-left: 3.5%;}
.mobilepagedownloadfont{font-size:15px}
#downloadintroduce{box-shadow:0px 0px 12px 0px rgb(255, 255, 255);background-color:#000151;color:rgb(255, 255, 255);;z-index:100000;margin-top:0px;width:104%;text-align: center;font-size:30px;height:auto;border-radius: 1px;margin-left: 0%;background: linear-gradient(to left, #04cbf7,#1100ff); -webkit-background-clip: text; color: transparent;}

/* 以上是手机端默认页面 */

.personalogoimage{cursor: pointer;}


p{line-height: 190%;}



h2{font-weight: bold;}

h3{font-weight: bold;}

body{
word-break: break-all;
    font-family: "SF Pro SC","HanHei SC","SF Pro Text","Myriad Set Pro","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;

    background-color: var(--backgroundcolor);

}

html { 
    overflow:hidden;

  

    word-wrap: break-word; 


        
    -moz-user-select:none;
 
    -webkit-user-select:none;
 
    -ms-user-select:none;
 
    -khtml-user-select:none;
 
    user-select:none;

    

    
}

#topfirstdream{z-index: -1; backdrop-filter: blur(var(--unifiedBluringPx)); -webkit-backdrop-filter: blur(var(--unifiedBluringPx)); }

html {scroll-padding-top: 100px !important;overflow-y:overlay !important;line-height: 170% !important;;}


img{
    object-fit: cover;}


::-moz-selection {
    background: rgb(227, 227, 233);
    color: var(--mainfontcolor);
    text-shadow: none;
}

::selection {
    background: rgb(227, 227, 233);
    color: var(--mainfontcolor);
    text-shadow: none;
}





#generalbody{
    
  
    background-color:#003399;
    height:auto;
    min-height: 700px;
    background-image:linear-gradient(rgb(85, 133, 255),rgb(170, 135, 189));
    font-family: "arial";
    

        
        -moz-user-select:none;
 
        -webkit-user-select:none;
     
        -ms-user-select:none;
     
        -khtml-user-select:none;
     
        user-select:none;

    animation-name: BODY;
    animation-duration: infinite;
   
    animation-direction: alternate;

    /* 页面内容载体样式 */
}

#generalbodybackground{
    
  
    background-color:var(--backgroundcolor);
    position:fixed;
    width:100%;
    margin-top:00px;
    z-index:-1;
  
    height:100%;
 
  

    /* 页面内容载体样式 */
}

#dreambody{

    display: none;
    
    background-color:var(--backgroundcolor);
  
    height:auto;
    /* min-height: 700px; */

    font-family: "arial";
    


    animation-name: BODY;
    animation-duration: infinite;
   
    animation-direction: alternate;

    /* 梦境页面内容载体样式 */

}

a{
  text-decoration:none;
  color:#003399
}

a:hover{color:var(--mainhovercolor)}





@keyframes PROFILEIMAGEVIEW{
    from   {  
        width:45px;
      
        margin-right:-8px;
        margin-top: -30px;}

    to  {
        
        width:85px;
        margin-top:20px;
       
    
    }
   
    
}

@keyframes PROFILEIMAGEVIEWBACK{
    from   {    width:85px;
        margin-top:20px; }

    to  {
        
     

        width:45px;
      
        margin-right:-8px;
        margin-top: -30px;


    
    }
   
    
}

.daycount{font-size: 12px;color:rgb(216, 216, 216);}

.questionmarkinlibidoviewcard{text-align:right;margin-right: 12px;margin-top:5px;color: #003399;;}

.libidoviewcarddescription{display:none;font-size:12px;color:rgb(185, 185, 185);padding:15px;line-height: 170%;}

.libidoviewcard{display:none;background-color: #fefefe;width:225px;margin-left:calc(50% + 330px);position:fixed;border-radius:10px;border:0.2px solid rgb(229, 229, 229);;height:auto;;margin-top: 65px;z-index: 1111111111;padding:8px}

.libidoview:hover{cursor: pointer;}

.libidoview:hover .messageviewnamedream {color:#003399}

.libidoview:hover  {color:rgb(48, 89, 255)}


a:active {
    color: rgba(0, 51, 153, 0.26)
}


.changemask{display: none;}


.messageicontitle2{display: none;}

.topselection-hide{display: none;}

.profileviewcard{display:none;background-color: var(--contentbackgroundcolor);width:135px;margin-left:calc(50% + 407px);position:fixed;border-radius:10px;border:0.2px solid var(--floatwindowborder);height:auto;margin-top: 65px;z-index:111;}

.profileviewbox{display:inline-block;width:50px;height:30px;text-align: center;margin-top:-8px;margin-left:-31px;padding:30px;    padding-top: 0px;}

.profileviewoption {
    color: var(--menufontcolor);
    padding: 19px;
    border-radius: 10px;
    width: 100%;
    text-align: left;
    font-size: 15px;
    border: 5px solid var(--contentbackgroundcolor);
    
}

.anonymousbutton {
    background-color: #fdd1d1;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
    color: #640000;
}

.anonymousbutton:hover{

    background-color: #ff6161;
    color: #a70000;
}

.profileviewoption:hover{background-color: var(--primaryhoverclickablebackgroundcolor);color:var(--mainfontcolor);;cursor: pointer;border-radius:10px;}

.rectangleButton:hover{border-radius: 0px !important;}


.lifeinstincttag{padding-left:5px;padding-right:5px;padding:1px;float:left;color:rgb(0, 90, 19);background-color: rgb(191 252 186);;border-radius: 1115px;margin-left: 10px;font-size:12px;}

.lifeinstincttag2{color:rgb(0, 90, 19);font-weight: bold;}

.deathinstincttag{padding-left:5px;padding-right:5px;padding:1px;float:right;color:rgb(100, 0, 0);background-color: rgb(253, 209, 209);;border-radius: 1115px;margin-right: 11px;font-size:12px}

.deathinstincttag2{color:rgb(100, 0, 0);font-weight: bold}

.yinyangratiobox{margin:10px}

.yinyangratiobox2{width: auto;
    overflow: hidden;

    border-radius: 100px;}

.yinbox{display:inline-block;float:right;background-color: rgb(255, 189, 189);width:26%;text-align:right;color:rgb(151, 0, 0);font-size: 13px}

.yangbox{display:inline-block;float:left;background-color: rgb(191 252 186);width:74%;;text-align:left;color:rgb(0, 90, 19);font-size: 13px;}

.libidointroduction{font-size: 12px;color:#adadad;}

.libidointroductionbox{text-align: left;padding: 12px;}

.libidointroductionboxtitle{color:rgb(0, 90, 19);font-size: 12px;}

.libidotaskmark{color:rgb(0, 90, 19);font-size: 12px;}

.usernamecardview{

    font-size: 20px;
}
#topfirst{
    
    width:100%;
    background-color:#003399;
    height:56px; 
    display:inline-block;
    position:fixed;
    z-index:1010011111111110;
    -webkit-app-region: drag;
    


    /* 顶部第一行样式 */
}


/* #topfirstdreambasebackground{
  
    width:100%;
    background-color:var(--contentbackgroundcolor);
    height:55px; 
    display:inline-block;
    position:absolute;
    z-index:1999;
    -webkit-app-region: drag;

   
    /* 顶部第一行样式 */



#topfirstdream{
  
    overflow: hidden;
    width:100%;
    background-color:var(--glassmaterialcontentbackgroundNavigationbar);
    height:55px; 
    display:inline-block;
    position:fixed;
    z-index:1999;
    -webkit-app-region: drag;
    box-shadow:var(--glassmaterialtopbarboxshadow)
   
    /* 顶部第一行样式 */
}


#topfirstdream2{
    display: none;
    width:100%;
    background-color:var(--contentbackgroundcolor);
    height:56px; 
    display:inline-block;
    position:fixed;
    z-index:1999;
    -webkit-app-region: drag;
    box-shadow:0px 0px 5px 0px var(--topbarboxshadow);
   
    /* 顶部第一行样式 */
}


#topfirstdream3{
    display: none;
    width:100% !important;
    background-color:#ffffff00;
    height:56px; 
    display:inline-block;
    position:fixed;
    z-index:1999;
    -webkit-app-region: drag;
    border-color: var(--glassmaterialsearchbarsubbackgroundcolor);
   
   
    /* 顶部第一行样式 */
}


.topicon{
    
    width:30px;
    margin-top:0px;
    margin-left:15px

    /* 顶部第一行图标样式 */
}

.toplink{
    color:rgb(255, 255, 255);
    font-size:15px;
    height:60px;
    margin-top:5px;
    width:90px;
    display: inline-block;
    margin-left:0px;
    -webkit-app-region: no-drag;
    z-index: 1000000000;
    
    /* 顶部第一行链接样式 */
}

.toplinkdream{
    color:var(--mainfontcolor);
    font-size:15px;
    height:60px;
    margin-top:1px;
    width:90px;
    display: inline-block;
    margin-left:0px;
    -webkit-app-region: no-drag;
    z-index: 1000000000;
    /* 顶部第一行链接样式 */
}

.topselection{

    margin-top:-5px;
    margin-bottom:0px;
    -webkit-app-region: no-drag;
    z-index:111111111111111111111111;
    
   /* 顶部第一行选项布局 */ 
}


.topselection-home{

    margin-top:-5px;
    margin-bottom:0px;
    -webkit-app-region: no-drag;
    z-index:111111111111111111111111;
    
   /* 顶部第一行选项布局 */ 
}


.messagetotalamount{
    background-color: #ffffff;
 
    border-radius:1000px;
    color:rgb(0, 101, 101);
    padding:1px;
    margin-left:-12px;
    position:absolute;
    height:17px;
    font-size:12px

}

.messagetotalamountdream{
    background-color: #ff3366;
 
    border-radius:1000px;
    color:var(--mainbuttonfontcolor);
    padding:1px;
    margin-left:-14px;
    position:absolute;
    border-radius: 20px;
 
    min-width: px;
    
    border: 3.5px solid var(--contentbackgroundcolor);
    transform: scale(0.65);
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    box-sizing: border-box;
    margin-top: -6.5px;

    min-width: 27px;
    text-align: center;

}

#topsecond{
    
    width:100%;
    background-color: #003399;
    height:55px;
    position:fixed;
    margin-top:60px;
    z-index:20000;


    /* 顶部第二行样式 */
}



.personalogoimage{height:42px;margin-left:10px;margin-top:-4px;}

.logogap{

    display: inline-block;
    width:25px
}

.logogap2{
    margin-top: 37px;
    display: inline-block;
    width:45px
}

.selectioniniside{
    margin-top:21px;

    display: inline-block;
    /* 顶部第一行梦境文字位置 */
}

.dreamselectionoutside{

    margin-left:-5px;
    display: inline-block;
     /* 顶部第一行梦境整体位置 */
}

.dream:hover{
    background-color: #ff858544;
    transition: 0.4s;

    /* 顶部第一行梦境文字位于上方样式 */
}



.uncounciousnessdatabaseselectionoutside{

    margin-left:-12px;
    display: inline-block;
     /* 顶部第一行意识库整体位置 */
}

.uncounciousnessdatabase:hover{
    background-color: #00318044;
    transition: 0.4s;
 

    /* 顶部第一行意识库文字位于上方样式 */
}


.paperselectioninside{
    margin-top:21px;
   
    display: inline-block;
    /* 顶部第一行纸张文字位置 */
}

.paperselectionoutside{

    margin-left:-2px;
    display: inline-block;
     /* 顶部第一行纸张整体位置 */
}

.paper:hover{
    background-color: #80000044;
    transition: 0.4s;
 
    /* 顶部第一行纸张文字位于上方样式 */
}

.talkselectioninside{
    margin-top:21px;
    margin-left: 4px;
    display: inline-block;
    /* 顶部第一行纸张文字位置 */
}

.talkselectionoutside{

    margin-left:-5px;
    display: inline-block;
     /* 顶部第一行纸张整体位置 */
}

.talk:hover{
    background-color: #00778044;
    transition: 0.4s;
   
    /* 顶部第一行对谈文字位于上方样式 */
}




#searchbar:focus{

background-color:var(--contentbackgroundcolor);
transition: 0.4s;
}


#searchbar{
    
    border-radius:0px;
   padding-top: 1px;

    margin-left: 0px;
   
    width: 235px;
    max-width:300px;
  
    ;

    background-color:var(--contentbackgroundcolor);
    height:31px;
    border-radius:11111110px;
   
    color:#353535;
    border:0.5px solid var(--searchbarbordercolor);
    background-color: var(--searchbarbackgroundcolor);
    padding-right: 35px;
    padding-left: 10px;

     /* 顶部第二行电脑端搜索样式 */

}



#searchbar-md-float{
    margin-left: calc(50% + -610px) !important;
            margin-right: 0px;
            border-radius: 0px;
            padding-top: 1px;
            width: calc(50% + -320px);
            background-color:var(--contentbackgroundcolor);
            height: 31px;
            border-radius: 11111110px;
            color: #353535;
            border: 0.5px solid #cdcdcd76;
            background-color: rgb(246, 245, 245);
            padding-right: 35px;
            padding-left: 10px;
}



#searchbar-md {
    border-radius: 0px;
    padding-top: 1px;
    margin-left: -35px;
    width: calc(100% + -950px);
    background-color: var(--searchbarbackgroundcolor);
    height: 31px;
    border-radius: 11111110px;
    color: #353535;
    border: 0.5px solid var(--searchbarbordercolor);
    padding-right: 35px;
    min-width: 85px;
    padding-left: 10px;
}


.searchbox-md{
margin-left: -35px;
   
    width:4%;
    z-index:1;
    min-width: 400px;
    text-align: left;

   max-width: 500px;

    margin-top:-2px;
 

   
    

}


.searchbox{

   
    width:24%;
    z-index:1;
    min-width: 400px;
    text-align: left;

    margin-left: -125px;

   max-width: 500px;

    margin-top:-2px;
 

   
    

}

.searchsection{display: inline-block;}

button{
    
    color:r#003399;
    border:transparent;

    border-radius:100px;
    /* 通用按钮样式 */
}

button:hover{
   

}
.searchbutton{
    
    right:42px;
    position:relative;
    max-width:80px;
  
   background-color:transparent;
   vertical-align: top;
    border-radius:0px;
    height:35px;
    width:35px;
    padding: 0px;
    font-size: 13px;
    margin-top:17px;
    
    color:#a0a0a0
    /* 搜索按钮 */

}

.searchbutton:hover{color: var(--mainfontcolor);;transition: 0.1s;}

.searchbuttonmobile{
    
    right:0px;
    position:absolute;
    max-width:80px;
    margin-top:0px;
    background-image:linear-gradient(rgb(0, 30, 112),rgba(11, 1, 91, 0.82));
    border-radius:0px;
    color:rgb(255, 85, 80);
    height:55px;
    width:80px;
    
    /* 搜索按钮 */

}

.messageview{

    font-size:120%;
    color:rgb(110, 243, 255);
    margin-right:40px;
    display: inline-block;
    z-index:100000;


    /* 右上角站内消息 */
}

.messageviewdream{
    
    font-size: 120%;
    color: #003399;
    margin-left: 6px;
    display: inline-block;
    z-index: 100000;
    height: 27px;
    padding-left: 5px;
    margin-right: 6px;
    padding-right: 15px;
    border-radius: 11111px;

    padding-right: 5px;

    /* 右上角站内消息 */
}

.messageviewdream2{padding-left:21px;padding-right: 10px;margin-right: 12px;}

.messageviewname{

    font-size: 12px;
    margin-left:-13.5px;
    margin-top:2px;
    color:var(--mainbuttonfontcolor)
    
}

.messageview:hover .messageviewname{
    color:rgb(207, 251, 254);
    cursor: pointer;
    
}

.messageviewnamedream{

    font-size: 12px;
    margin-left:-13.5px;
    margin-top:2px;
    color:#566176;
    text-align:center
}

.messageviewdream:hover .messageviewname{
    color:rgb(207, 251, 254);
    cursor: pointer;
    
}

.messageview:hover {
  
    cursor: pointer;
    
}


.maskinterface{

    font-size:70%;
    color:rgb(0, 153, 248);
    margin-right:18px

    /* 右上角挑面具入口 */
}

#profileimageview{
    z-index:100000;
    width: 100%;
    border-radius: 100px;
 
    margin-top: 0px;
 
    
  

    /* 右上角头像预览 */
}

#profileimageview:hover{cursor: pointer;}

.profileviewimagebox{
margin-left: -23px;
margin-top:2px;
}

.topright{

    float:right;
    /* margin-right:calc(50% + -565px); */

    margin-right:calc(50% + -565px);

    margin-top:15px;
    display:inline-block;
   z-index:10000;
   position: relative;

    /* 右上角选项 */
}

.topright-md{

    float:right;
    margin-right: 75px;
    margin-top:15px;
    display:inline-block;
   z-index:10000;
   position: relative;

    /* 右上角选项 */
}

.topright-sm{
    
    
    margin-left:15px !important;
 
    /* margin-left:17px !important; */
    margin-top:15px;
    display:inline-block;
   z-index:10000;
   width: 1000px;
 
   position: absolute;

    /* 右上角选项 */
}

.topleft{ 
  
    display:inline-block;
    margin-left:calc(50% + -550px);
    z-index:10000111111110;
  }


  .topleft-md{ 
  
    display:inline-block;
    margin-left:32px;
    z-index:10000111111110;
  }

  .topleft-sm{ 
  
    display:inline-block;
    margin-left:32px;
    z-index:10000111111110;
  }

  

.toprightmobile{

    float:right;
    margin-right:30px;
    margin-top:-35px
   

    /* 右上角选项移动端 */
}

a:hover{

    text-decoration:none;
    cursor: pointer;
    /* 通用链接鼠标选中 */
}

.highlight {
    margin-top: -7px;
    height: 7px;
}



.highlight1{
    background-color:rgb(229, 91, 91);
    width:90px;
    margin-left:calc(50% + -500px);
    
     /* 梦境顶部高亮部分位置 */

}


.highlight1-md{
    background-color:rgb(229, 91, 91);
    width:90px;
    margin-left:75px;
    
     /* 梦境顶部高亮部分位置 */

}


.highlight2{
    background-color:rgb(0, 138, 224);
    width:90px;
    margin-left:calc(50% + -410px);
  
    
     /* 意识库顶部高亮部分位置 */

}

.highlight2-md{
    background-color:rgb(0, 138, 224);
    width:90px;
    margin-left:165px;
  
    
     /* 意识库顶部高亮部分位置 */

}

.highlight3{
    background-color:rgb(255, 0, 0);
    width:90px;
    margin-left:calc(50% + -320px);
 

     /* 纸张顶部高亮部分位置 */

}


.highlight3-md{
    background-color:rgb(255, 0, 0);
    width:90px;
    margin-left:255px;
 

     /* 纸张顶部高亮部分位置 */

}


.highlight4{
    background-color:rgb(104, 200, 104);
    width:90px;
    margin-left:calc(50% + -230px);

     /* 对谈顶部高亮部分位置 */

}



.highlight4-md{
    background-color:rgb(104, 200, 104);
    width:90px;
    margin-left:345px;

     /* 对谈顶部高亮部分位置 */

}



.highlightnone{
    background-color:transparent;
    width:90px;
    margin-left:calc(50% + -250px);

     /* 对谈顶部高亮部分位置 */

}



.selectionoutside {

    display: inline-block;
    height: 41px;
cursor: pointer;
  
    color:var(--mainfontcolor);
    font-size:15px;
    height:60px;
    margin-top:1px;
    width:auto;
    display: inline-block;
    margin-left:46px;
    -webkit-app-region: no-drag;
    z-index: 1000000000;
}

.selectionoutside:hover{color:#4c6cab}



.firstselectionoutside{margin-left:31px;}

.otherselectionoutside{margin-left:49px;}


/* 以上是通用CSS */

/* 以上是通用CSS */

/* 以上是顶部导航栏通用CSS */

/* 以上是顶部导航栏通用CSS */

/* 以上是顶部导航栏通用CSS */

/* 以上是顶部导航栏通用CSS */

/* 以上是顶部导航栏通用CSS */

/* 以上是顶部导航栏通用CSS */

/* 以上是顶部导航栏通用CSS */

/* 以上是顶部导航栏通用CSS */

/* 以上是顶部导航栏通用CSS */

/* 以上是顶部导航栏通用CSS */

/* 以上是顶部导航栏通用CSS */

/* 以上是顶部导航栏通用CSS */

/* 以上是顶部导航栏通用CSS */

/* 以上是顶部导航栏通用CSS */

/* 以上是顶部导航栏通用CSS */

/* 以上是顶部导航栏通用CSS */

/* 以上是顶部导航栏通用CSS */

/* 以上是顶部导航栏通用CSS */

.generalbox-normal{background-color: rgb(245, 245, 245);
  
   border-radius:15px;
   height:auto;
   margin:0%;

  float:right;
   color:rgb(8, 185, 250);
   width:95%;
   margin-top:22px;
   float:left;
   min-height: 100px;
   
   

   /* 通用盒子的通常样式 */
 
    }

    /* .dreampostpicturebox3{background-color: var(--clickablebackgroundcolor);;} */

    .box-link{background-color: var(--clickablebackgroundcolor);
  
        border-radius:15px;
        height:70px;
        margin:0%;
     
       float:right;
        color:rgb(8, 185, 250);
        width:95%;
        margin-top:22px;
        float:left;
        min-height: 100px;
        
        min-height:0px;margin-top:0px;margin-bottom:22px;width: 100%;
     
        /* 通用盒子的通常样式 */
      
         }


         .box-link:hover{background-color: var(--primaryhoverclickablebackgroundcolor);transition: 0.1s;  
  
   
   

            /* 通用盒子的通常样式鼠标位于上方 */
         
             }




.generalbox-normal:hover{background-color: rgb(218 218 218);transition: 0.1s;  
  
   
   

   /* 通用盒子的通常样式鼠标位于上方 */

    }

    .generalbox-md{background-color: rgb(7,43,111);
  
        border-radius:0px;
        height:100px;
        margin:0%;
        
       float:right;
        color:rgb(8, 185, 250);
        width:100%;
        margin-top:12px;
        float:left;
        
        
     
        /* 通用盒子的中型设备样式 */
      
         }
         .generalbox-md:hover{background-color: rgb(6, 31, 77);
        
          /* 通用盒子的中型设备样式 */
        }

.generalbox-xs{background-color: rgb(7,43,111);
   border-radius:20px;
   height:75px;
   
   width:97.5%;    
   color:rgb(8, 185, 250);
    margin-left:3%;
   
    margin-top:6%;

   /* 通用盒子的手机端样式 */
    }

    .container{margin-left:-2%;width:100%;z-index:111;}
    
    #uncounciousnessbody1{margin-left:calc(50% - 467px);background-color:rgb(255, 255, 255);;width:680px;height:auto;margin-top:5px;min-height:1250px;margin-bottom:-10px; box-shadow:0px 0px 0px 0.2px rgb(228, 228, 228);    border-radius:5px;
    /* 普通设备通用盒子背景 */
    }
    #uncounciousnessbody1-md{margin-left:1%;background-color:rgb(0,0,44);;width:68%;height:auto;margin-top:105px;min-height:1250px;margin-bottom:-10px;
        /* 中型设备通用盒子背景 */
        }

        #uncounciousnessbody1-sm{margin-left:1%;background-color:rgb(0,0,44);;width:625px;height:auto;margin-top:105px;min-height:1250px;margin-bottom:-10px;
            /* 小型设备通用盒子背景 */
            }

    #uncounciousnessmobilebody{margin-left:-2.5%;margin-right:-3%;height:auto;margin-top:100px;min-height:00px;margin-bottom:-10px;
     /* 手机通用盒子布局 */
    }
    #uncounciousnessbody2{background-image:linear-gradient(rgb(0,0,44),rgb(0, 0, 0));position:fixed;width:120%;height:1000px;margin-left:-2%;
        ;z-index:-10/* 手机通用盒子背景 */
       }


    .voteselectiontitle{    color: var(--mainfontcolor);
        font-size: 16px;
        }

.viewimage-normal{

    cursor: auto !important;
    border-radius:1111115px;
    width: 45px;
    height: 45px;
 
 
    
    /* 意识库首页图片预览通用样式 */
}

.viewimage-normal:hover{cursor: pointer;}


.viewimage-normalbox {
    background-color: rgb(240, 240, 240);
    border-radius: 511111px;
    width: 45px;
    height: 45px;
    margin-left: 10px;
    margin-top: 12.5px;
}

    .viewimage-normalbox-vote
    {
        background-color: rgb(240, 240, 240);
        border-radius:500px;
        width:70px;
        height:70px;
        margin-left:-5px;
        
        
     
        
        /* 意识库投票图片盒子 */
    }

    .viewimage-normalfirstimagebox{

        background-color: rgb(240, 240, 240);
        border-radius:500px;
       float: right;
        height:120px;
       margin-right:51px;
        margin-top:-30px;
        width:120px;
        border: 1px solid var(--hr);
        
    }



.viewimage-md{
    border-radius:500px;
    width:80px;
    margin-left:10px;
    margin-top:10px;
    border:1px solid rgb(0, 200, 255);
    
    /* 意识库首页图片预览中型设备样式 */
}


.viewimage-mobile{
    border-radius:500px;
    width:60px;
    margin-left:5px;
    margin-top:2%;
    
    /* 意识库首页图片预览手机端样式 */
    
}

.infoview-computer{

    margin-left: 65px;
    line-height: 190%;
    /* 意识库首页信息预览电脑端样式 */
}

.cardBoxSubContainer{ margin-top: -45px !important;}

.infoview-computer-md{
    margin-top:-58.5px;
    margin-left:96px
    /* 意识库首页信息预览中型电脑端样式 */
}

.infoview-mobile{
    margin-top:-60px;
    margin-left:70px
    /* 意识库首页信息预览手机端样式 */
}
 
.characternameview {
    color: var(--mainfontcolor);
    font-size: 18px;
    font-weight: 730;
}


.characternameview2{
    color:#9eafcf;
    font-size:17px;
    font-weight: bold;
 

    /* 转发判型预览角色名字样式*/
}

.characternamemobileview{
    color:cyan;
    font-size:13px;
    font-weight:bold;
    

    /* 意识库首页信息手机端预览角色名字样式*/
}

.characterpersonalitymobileview{
    color:#001569;
    font-size:11px;
  
    
    

    /* 意识库首页信息手机端预览个性样式*/
}


.characterotherinformationview{
    color:#7f7f7f;
     font-size:13px;
     /* 意识库首页信息预览背景信息样式 */
}

.characterotherinformationview1 {
    background-color: #dce7fc;
    padding: 2px;
    border-radius: 2111px;
    color: #9eafcf;
    font-size: 12px;
    width: auto;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: normal;
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
}


.characterotherinformationview1:hover{   color: #a8b6d1;   background-color: #e3eaf7;cursor: pointer;transition:0.3s;}

.personalityviewlengthcomputer{

    width:390px;
    margin-top:10px;
    margin-left: -7px;
    margin-bottom: 10px;
    
}


.personalityviewlengthcomputerrepost{

    width:70%;
    margin-top:0px;
    margin-left: -2px;
    
}



.infoviewbutton{
    margin-top:38px;
    float:right;
    margin-right:-5px;
   
     /* 意识库首页信息预览按钮电脑设备 */
}

.bi-search{
    font-size:17px;

    /* 搜索按钮图标 */
}


.searchdata {
    color: rgb(192, 192, 192);
    font-size: 88%;
    position: fixed;
    width: 998px;
  
    z-index: 5;
    border-radius: 0px;
    margin-top: -19.8px;
    height: 42px;
    box-shadow: 0px 0px 1.5px 0px var(--contentboxboxshadow);

    background-color: var(--glassmaterialcontentbackgroundNavigationbar);


    backdrop-filter: blur(var(--unifiedBluringPx));

}




.searchdata2 {
    margin-left: 30px;
    color: rgb(192, 192, 192);
    font-size: 88%;
    position: fixed;
    background-color: var(--contentbackgroundcolor);
    z-index: 1;
    width: 998px;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    /* border: 1px solid; */
    box-shadow: 0px 0px 1.5px 0px var(--contentboxboxshadow);
    z-index: 5;
    margin-top: 21.9px;
    margin-left: 0px;
    display: none;
}


.trend{color:rgb(7, 0, 98);font-size:1px;;background-color:rgb(0, 255, 255);border-radius:100px}


.header-wiki{    border-left: 5px solid #cdcdcd;
    text-indent: 15px;}


.dream:hover{color:rgb(229, 91, 91);
    /* 梦境链接鼠标在文字上方时的样式*/
    }
    .uncounciousnessdatabase:hover{color:rgb(0, 135, 219);
    /* 意识库链接鼠标在文字上方时的样式*/
    }

   

    .paper:hover{color:rgb(255, 0, 0);
     /* 纸张链接鼠标在文字上方时的样式*/}
    .talk:hover{color:rgb(2, 155, 2);
    /* 对谈链接鼠标在文字上方时的样式*/}


    .bi-justify{

        color: #4400ff;
        font-size:3rem;
        margin-left:14px;
        margin-top:13px;
    }



    .relationshipeditplaceholder::input-placeholder {
        /* placeholder颜色 */
        color: var(--characterprofiletagkeycolor)
        /* placeholder字体大小 */
      
      }
   



      .relationshipeditplaceholder::-webkit-input-placeholder{
        /* placeholder颜色 */
        color: var(--characterprofiletagkeycolor)
        /* placeholder字体大小 */
   
      }
   
      .relationshipeditplaceholder::-moz-placeholder{
        /* placeholder颜色 */
        color: var(--characterprofiletagkeycolor)
        /* placeholder字体大小 */
  
      }

    .logininput::input-placeholder {
        /* placeholder颜色 */
        color: var(--inputplaceholderfontcolor);
        /* placeholder字体大小 */
        font-size: 100%
      }
  
      .logininput::-webkit-input-placeholder
     {
        /* placeholder颜色 */
         color: var(--inputplaceholderfontcolor);
        /* placeholder字体大小 */
         font-size: 15px
      }
  
      .logininput:-moz-placeholder{
    /* placeholder颜色 */
    color: var(--inputplaceholderfontcolor);
    /* placeholder字体大小 */
     font-size: 15px
      }
  
      .logininput::-moz-placeholder{
    /* placeholder颜色 */
    color: var(--inputplaceholderfontcolor);
    /* placeholder字体大小 */
     font-size: 15px
      }
  
      .logininput:-ms-input-placeholder{
     /* placeholder颜色 */
     color:var(--inputplaceholderfontcolor);
     /* placeholder字体大小 */
      font-size: 15px
      }







    .createchannelpagetextarea2::input-placeholder {
        /* placeholder颜色 */
        color: var(--inputplaceholderfontcolor);
        /* placeholder字体大小 */
        font-size: 100%
      }
  
      .createchannelpagetextarea2::-webkit-input-placeholder
     {
        /* placeholder颜色 */
 
        /* placeholder字体大小 */
         font-size: 16px
      }
  
      .createchannelpagetextarea2:-moz-placeholder{
    /* placeholder颜色 */
    color: var(--inputplaceholderfontcolor);
    /* placeholder字体大小 */
     font-size: 15px
      }
  
      .createchannelpagetextarea2::-moz-placeholder{
    /* placeholder颜色 */

    /* placeholder字体大小 */
     font-size: 16px
      }
  
      .createchannelpagetextarea2:-ms-input-placeholder{
     /* placeholder颜色 */
     color:var(--inputplaceholderfontcolor);
     /* placeholder字体大小 */
      font-size: 15px
      }



    input::input-placeholder {
        /* placeholder颜色 */
        color:var(--inputplaceholderfontcolor);
        /* placeholder字体大小 */
        font-size: 100%
      }
  
      input::-webkit-input-placeholder
     {
        /* placeholder颜色 */
         color: #6b6b6b;
        /* placeholder字体大小 */
         font-size: 15px
      }
  
      input:-moz-placeholder{
    /* placeholder颜色 */
    color: #6b6b6b;
    /* placeholder字体大小 */
     font-size: 15px
      }
  
      input::-moz-placeholder{
    /* placeholder颜色 */
    color: #6b6b6b;
    /* placeholder字体大小 */
     font-size: 15px
      }
  

   
      .searchbar:-ms-input-placeholder{color:    var(--searchbarplaceholderfontcolor) !important;;font-size: 14px;}

      .searchbar:-moz-placeholder{color:    var(--searchbarplaceholderfontcolor) !important;font-size: 14px;;}

      .searchbar:-webkit-input-placeholder{color:       var(--searchbarplaceholderfontcolor)  !important;;font-size: 14px;}

      .searchbar::-webkit-input-placeholder{color:     var(--searchbarplaceholderfontcolor) !important;font-size: 14px;}


      input:-ms-input-placeholder{
     /* placeholder颜色 */
     color: #6b6b6b;
     /* placeholder字体大小 */
      font-size: 15px
      }
    input{

        outline:none;
    }
.buttonvalue{

    margin-top:1px

    /* 通用按钮内值布局 */
}

.category-sm{

    position:fixed;
    background-color: transparent ;
    box-shadow:0px 0px 15px 0px rgb(228, 228, 228);
    border-radius:4px;
    margin-top:165px;
    height:74%;
    z-index:10;
    width:42%;
    overflow:auto;
    border-radius:5px;
    margin-left:720px;
    float:right;

    animation-name: CATEGORY-SM;
    animation-duration: 1.5s;
   
    animation-direction: alternate;
    /* 小型设备标签分类盒子布局 */
}

@keyframes CATEGORY-SM{
    from   { position:fixed;
        background-color:transparent ;
        box-shadow:0px 0px 15px 0px rgb(228, 228, 228);
        border-radius:4px;
        margin-top:165px;
        height:74%;
        z-index:10;
        width:40%;
        overflow:auto;
        
        margin-left:69.5%;
        float:right;}

    to  { position:fixed;
        background-color:transparent ;
        box-shadow:0px 0px 15px 0px rgb(228, 228, 228);
        border-radius:4px;
        margin-top:165px;
        height:74%;
        z-index:10;
        width:42%;
        overflow:auto;
        
        margin-left:720px;
        float:right;}
   
    
}

.categorystyle-sm{

    position:relative;
    
    
    /* 小型设备标签分类样式 */
}

.category-md{

    position:fixed;
    background-color:transparent ;
    box-shadow:0px 0px 15px 0px rgb(228, 228, 228);
    border-radius:4px;
    margin-top:165px;
    height:74%;
    z-index:10;
    width:35%;
    overflow:auto;
    border-radius:5px;
    
    margin-left:68%;
    float:right;
    animation-name: CATEGORY-MD;
    animation-duration: 1s;
   
    animation-direction: alternate;
    /* 中型设备标签分类盒子布局 */
}

@keyframes CATEGORY-MD{
    from   { position:fixed;
        background-color:transparent ;
        box-shadow:0px 0px 15px 0px rgb(228, 228, 228);
        border-radius:4px;
        margin-top:165px;
        height:74%;
        z-index:10;
        width:40%;
        overflow:auto;
        
        margin-left:66.5%;
        float:right;}

    to  { position:fixed;
        background-color: transparent;
        box-shadow:0px 0px 15px 0px rgb(228, 228, 228);
        border-radius:4px;
        margin-top:165px;
        height:74%;
        z-index:10;
        width:35%;
        overflow:auto;
        
        margin-left:69.5%;
        float:right;}
   
    
}

.categorystyle{

    position:relative;
    
    padding:5px;
   
    
    
    color:var(--mainbuttonfontcolor);
    margin-top:1%;
    font-size: 18px;
    height:36px;
    
    
    
   
    background-color:rgb(255, 255, 255);;
    
    border-radius:0px;
    
    
    
    /* 意识库链接入口盒子 */
}

.categorystyle:hover{
    background-color: #003399;
  
 
}

.categorystyle:hover .categorylink{
    color:var(--mainbuttonfontcolor);
  
 
}

.categorystyle:hover #individuallink{
    color:var(--mainbuttonfontcolor);
  
 
}

.categorystyle:hover .bi-caret-down-fill{
    color:rgb(248, 248, 248);
  
 
}

.categorystyle:hover .bi-caret-right-fill{
    color:var(--mainbuttonfontcolor);

 
}

.category-lg{

    position:absolute;
    background-color:transparent;
    box-shadow:0px 0px 0px 0.2px rgb(228, 228, 228);
    
    margin-top:122px;
    height:480px;
    max-height:1000px;
    z-index:10;
    width:290px;
    overflow:auto;
    margin-left:calc(50% + 227px);
  
    border-radius:5px;

 
    /* 大型设备标签分类盒子布局 */
}



.categorystyle-lg{

    position:relative;
    height:4px; 
    width:50vw;
   margin:2%;
    
   
    
    
    color:var(--mainbuttonfontcolor);
    
    
    padding:5px;
    background-color:rgb(0,43,111);
    
    border-radius:30px;
    
    
    
    color:rgb(4, 146, 198)
    
    /* 大型设备标签分类样式 */
}


.categorylink{

    color:rgb(68,68,68);;
    
    /* 意识库分类入口链接样式 */
}

.categorylink:hover{

    color:rgba(0, 52, 148, 0.461);
    /* 意识库分类入口链接样式鼠标位于文字上方 */
}



.bi-caret-down-fill{
    font-size:100%;
    color:#8e8e8e;
    /* 意识库分类入口右边箭头样式*/
}



.otherinformationbutton{
    margin-left:70px;
    width:auto;
    min-width:150px;
    
    font-size:19px;
    margin-top:10%;
    color: #ffffff;
    background-image: linear-gradient(#003399,#003399);
    border-radius:5px;
    height:50px;

    /* 意识库分类下方其他信息按钮 */
}

.otherinformationbutton:hover{

    cursor:pointer;
    background: linear-gradient(to left, #6d9eff,#0051ff);
    /* 意识库分类下方其他信息按钮鼠标位于按钮上方 */
}

.uploadbutton:hover{ 
    
    border: 1.5px solid #7da8ff;
    background: linear-gradient(to left, #6d9eff,#0051ff);
    -webkit-background-clip: text;
    color: transparent;
}

#mytypepagepicture{
    margin-left:35%;
    width:30px;
    border-radius:100px;
    margin-top: -5px;
    /* 意识库分类下方其他信息用户头像 */
}

#mytypepageinterface{

    background-color:rgb(255, 255, 255);
    height:285px;


    /* 意识库分类下方其他信息盒子 */
}

.uploadbutton{
 

    background-image:linear-gradient(white,white);
    color:#003399;
    border:2px solid #003399;
   
    /* 意识库分类下方上传按钮 */
}

.uploadbutton:hover{
   

    /* 意识库分类下方上传按钮鼠标位于按钮上方样式 */
}

#otherinformationprofile{
    color:rgb(0, 34, 114);
    width:155%;
   
    float:right;
    margin-right:0.5%;
    
    
}

.categorytagicon{

    display:inline-block;
    font-size:15px;
}



.taginside{

   
    width:auto;
    margin:1%;
   border-radius:2px;
   margin-top:51px;
   display:inline;
   background-color: #acacac;
   
    color:#ffffff;
    /* 意识库首页分类标签样式 */
   
}

.taginside:hover{
    background-color: #003399;
   cursor: pointer;
    color:rgb(248, 248, 248);

    /* 意识库首页分类鼠标位于内部标签上方样式 */
    
}

.individualtag,.signtag,.collectivetag,.archetypetag,.termologytag{
    
    margin-right:25px;
    margin-left:25px;

    /* 意识库首页分类个体小组符号角色术语位置 */
}

.viewbutton{width: 75px;
    height: 30px;
    background-color: rgb(222 224 233);
    color: rgb(0 0 0);
    padding-left: 10px;
    padding-right: 10px;
  border-radius: 115px;
    /* 意识库首页按钮 */
}

.clickpage:hover .generalbox-normal:hover .viewbutton{  background-color: rgb(192, 194, 204);transition: 0.1s;}

.clickpage:hover .generalbox-normal:hover .viewbutton:hover{
    
    background-color: rgb(180, 181, 192);transition: 0.1s;
    
}

.viewbutton2{width: auto;
    height: 35px;

    color: var(--mainfontcolor);
   background-color: var(--clickablebackgroundcolor);
    padding-left: 10px;
    padding-right: 10px;
  border-radius: 21111px;
    /* 意识库首页按钮 */
}

.viewbutton2:hover{


   
    background-color:var(--graybuttonhoverbackgroundcolor);
    transition: 0.1s;

}

.charactertricontentuploadbutton:hover{


   
    background-color:var(--graybuttonhoverbackgroundcolor);
    transition: 0.1s;

}

.clickbackground-voteWindow{z-index: 1999 !important;}

.voteinmainpage, .feedbackwindow{

    position:fixed;
    background-color:var(--contentbackgroundcolor);
  
        margin-top:0%;
        height:100% !important;
        z-index:20010;
        width:650px;
       
        overflow:hidden;
      
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
      
        border-radius:0px;
   
        display:none;
    
    
  
        /* 意识库主页投票盒子 */
    }

    /* 意识库主页投票盒子 */


select{background-color: transparent;color:#00fbff}




/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {



}

::-webkit-scrollbar {
    
background-color: #00015100;
width: 8px;
border-radius:5px;
}

.voteoption ::-webkit-scrollbar {
    
    background-color: #ffffff00 !important;
    width: 8px;
    border-radius:5px;
    }
    

/* textarea::-webkit-scrollbar {
    
    background-color: #96404000;
    width: 8px;
    border-radius:5px;
    }
     */

    #discusscontentinput2::-webkit-scrollbar {
    
        background-color: #ffffff;
        width: 8px;
        border-radius:5px;
        }
    
        
        .memberPersonalityBox{ height: 181.82px !important;}

        .memberPersonalityBoxSecondSize{ height: 227.71px !important}

        .memberPersonalityBoxThirdSize{height:  273.82px  !important}

        .followchannellist::-webkit-scrollbar {
    
            background-color: var(--contentbackgroundcolor);
            width: 8px;
            border-radius:0px;
            }
        

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {



}

.category-lg{}


    
    /*定义滚动条轨道 内阴影+圆角*/
    ::-webkit-scrollbar-track {
    
    
    
    }

    #discusscontentinput::-webkit-scrollbar-thumb {
        border-radius: 10px;
        
        
        background-color: #d8d8d8;
        }


/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
border-radius: 10px;


background-color: #b8b8b8;
}

::-webkit-scrollbar-thumb:hover{

    background-color: #d1d1d1;

}

  /* 滚动条样式 */


  

.voteselection{
border:3px solid #ededed;
display:inline-block;
font-size:15px;
color:var(--mainfontcolor);
width:150px;
margin:21.6px;
border-radius:115px;
padding:13px

/* 投票按钮样式 */
}

.voteoption{
    border: 2px solid #d4d4d48c;
    position: absolute;
    background-color: #ffffff;
z-index: 11111;
font-size:15px;
color:rgb(81, 81, 81);
width:178px;
margin:21.6px;
border-radius:10px;
padding:13px;
text-align:left;
height:251px;
overflow: scroll;
display:none;
overflow-x: hidden;
/* 投票下拉菜单样式 */
}




.votehiddentitle{display:none;}

.voteselection:hover{
cursor: pointer;
border:3px solid #bebebe;
width:150px;
transition: 0.1s;
/* 投票按钮鼠标位于上方样式 */
}


.arrowposition{
float:right;

/* 投票箭头位置 */
}

.votecomment{
width:93%;
height:150px;
resize:none;
border-radius:10px;
font-size: 15px;
margin-top: 30px;
border:0px solid cyan;
color:rgb(48, 48, 48);
background-color:rgb(242, 242, 242);
padding: 10px;
cursor: text;
color: var(--mainfontcolor);
padding: 20px;
line-height: 170%;
caret-color: auto;
/* 投票回复 */
}



.submitorquit{

margin:20px

/* 提交与退出按钮位置 */
}



textarea::-webkit-input-placeholder  {
/* placeholder颜色 */
 color: #6b6b6b;
/* placeholder字体大小 */
 font-size: 100%
}

textarea:-moz-placeholder {
/* placeholder颜色 */
color: #6b6b6b;
/* placeholder字体大小 */
font-size: 100%
}

textarea::-moz-placeholder {
/* placeholder颜色 */
color: #6b6b6b;
/* placeholder字体大小 */
font-size: 100%
}

textarea:-ms-input-placeholder {
/* placeholder颜色 */
color: #6b6b6b;
/* placeholder字体大小 */
 font-size: 100%
}

.about{text-align:left;width:900px;background-color:white;color: #979797;padding: 30px;font-size: 15px;line-height: 170%;border-radius: 10px;    box-shadow: 0px 0px 1px 0px rgb(216 216 216);}

.about-tag{margin-right: 35px;color:rgb(184, 184, 184);height: 45px;display: inline-block;}

.enteraboutpage:hover{cursor: pointer;color:rgb(184, 184, 184)}

textarea{

outline: none;
resize:none

/* textarea样式 */
}


.clickbackground-vote, .clickbackground-voteWindow, .clickbackground-report , .clickbackground-kaptcha, .clickbackground-colorChange, .clickbackground-research,  .clickbackground-blacklist{ 
display:none; 
position: fixed; 
top: 0%; 
left: 0%; 
width: 100%; 
height: 100%; background-color: rgb(0, 0, 0); z-index:4000;


background-color: rgb(0 0 0 / 60%) !important;
backdrop-filter: blur(10px) !important;


/* 投票页面的点击背景 */
}


.clickbackground-research{display: block;}

.clickbackground-kaptcha{

z-index: 11111112;
    

}


 
.clickbackground-transparent{display:none; 
    position: fixed; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; background-color: rgba(0, 0, 0, 0); z-index:11111111111;
    
    }

.clickbackground-post, .clickbackground-add{ 
    display:none; 
    position: fixed; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%;   background-color: rgb(0 0 0 / 60%) !important;
    backdrop-filter: blur(10px) !important;; z-index:3001 !important; 
    
    
    /* 发布动态页面的点击背景 */
    }


       .datePickingTitle{
display: none;
   font-size: 30px;
    position: fixed;
       transform: translate(-50%, -50%);
       z-index:1111111111111111111;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100% !important;
    margin-top: -215px;
    color: white;
       }
.clickbackground-datePicking{display:none; 
   display:none; 
    position: fixed; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%;   background-color: rgb(0 0 0 / 60%) !important;
    backdrop-filter: blur(10px) !important;; z-index:2001 !important; 
    
    }

    


    .privateGroupWindowForSearch{z-index: 111111111111111111111 !important; position: relative;display: none;}
    
.clickbackground-privateGroup{ 
    display:none; 
    position: fixed; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%;   background-color: rgb(0 0 0 / 60%) !important;
    backdrop-filter: blur(10px) !important;; z-index:3100; 
    
    
    /* 发布动态页面的点击背景 */
    }

    
    .clickbackground-dismissgroup{
          display:none; 
    position: fixed; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%;   background-color: rgb(0 0 0 / 60%) !important;
    backdrop-filter: blur(10px) !important;; z-index:3100; 
    

    
    }
   

    .clickbackground-confirmCreateGroup{ 
    display:none; 
    position: fixed; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%;   background-color: rgb(0 0 0 / 60%) !important;
    backdrop-filter: blur(10px) !important;; z-index:310011111; 
    
    
    /* 发布动态页面的点击背景 */
    }


    .createGroupWindow-confirm{  display:none;  z-index: 11111111111111111111111 !important;}
    
.clickbackground-personality{ 
    display:none; 
    position: fixed; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%;   background-color: rgb(0 0 0 / 60%) !important;
    backdrop-filter: blur(10px) !important;; z-index:3100; 
    
    
    /* 发布动态页面的点击背景 */
    }


    .clickbackground-personality2{ 
        display:none; 
        position: fixed; 
        top: 0%; 
        left: 0%; 
        width: 100%; 
        height: 100%; 
        background-color: rgb(0 0 0 / 60%) !important;
        backdrop-filter: blur(10px) !important;
        z-index:2000;
        
        
        /* 发布动态页面的点击背景 */
        }
    


    
.clickbackground-personalityview{ 
    display:none; 
    position: fixed; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%;    background-color: rgb(0 0 0 / 73%); z-index:11111111111111; 
    
    
    /* 发布动态页面的点击背景 */
    }




    .clickbackground-login{ 
        display:none; 
        position: fixed; 
        top: 0%; 
        left: 0%; 
        width: 100%; 
        height: 100%; background-color: rgb(0, 0, 0); z-index:11199 !important; 
        
        
        /* 登录窗口页面的点击背景 */
        }

        


.clickbackground-message{ 
    display:none; 
    position: fixed; 
    top: 0%; 
    left: 0%; 
    
    width: 100%; 
    height: 100%; background-color: rgb(0, 0, 0); z-index:2001; 
    
    
    /* 对话框页面的点击背景 */
    }


    

.clickbackground-zoomoutimage{ 
    display:none; 
    position: fixed; 
    top: 0%; 
    left: 0%; 
    
    width: 100%; 
    height: 100%; background-color: rgb(0, 0, 0); z-index:111111111; 
    
    
    /* 对话框页面的点击背景 */
    }


    .clickbackground-audience{z-index: 2147483648 !important ;    background-color: rgba(0, 0, 0, 0.73) !important;
        backdrop-filter: blur(4px) !important;  
        position: fixed; 
        top: 0%; 
        left: 0%; 
        width: 100%; 
        height: 100%; }


    .clickbackground-register{ 
        display:none; 
        position: fixed; 
        top: 0%; 
        left: 0%; 
        width: 100%; 
        height: 100%; background-color: rgb(0, 0, 0); z-index:1999; 
        
        
        /* 对话框页面的点击背景 */
        }
    

.clickbackground-discuss{ 
    display:none; 
    position: fixed; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; background-color: rgb(0, 0, 0); z-index:1999; 
    

    background-color: rgb(0 0 0 / 60%) !important;
    backdrop-filter: blur(10px) !important;

    
    /* 对话框页面的点击背景 */
    }



.searchpersonality{
background-color:#ffffff00; 
border:0px solid #040125;;
width:120px;
margin-top:-13px;
height:40px;
position:relative

/* 投票搜索框 */

}


.choosepersonality:hover{
background-color: rgb(210 213 221);
border-radius: 100px;
width:100%;
cursor: pointer;

/* 鼠标位于投票框个性上方时样式显示 */
}

.choosepersonality{

    margin-top:1px;
    
    margin-bottom: 1px;

padding-top:1.5px;
padding-bottom: 1.5px;
border-radius: 1000px

/* 投票框个性样式显示 */
}


.choosepersonality:hover .chooseone{
    color:rgb(0, 0, 0)
    
    /* 鼠标位于投票框个性上方时样式显示 */
    }

.chooseone{
margin-left: 10px;

/* 投票框个性显示位置 */

}


.choosepersonality-2{

margin-top:5px;
color:#005251

/* 投票框标题样式显示 */
}



/* 以上是意识库页面CSS样式 */

/* 以上是意识库页面CSS样式 */

/* 以上是意识库页面CSS样式 */

/* 以上是意识库页面CSS样式 */

/* 以上是意识库页面CSS样式 */

/* 以上是意识库页面CSS样式 */

/* 以上是意识库页面CSS样式 */

/* 以上是意识库页面CSS样式 */

/* 以上是意识库页面CSS样式 */

/* 以上是意识库页面CSS样式 */

/* 以上是意识库页面CSS样式 */

/* 以上是意识库页面CSS样式 */

/* 以上是意识库页面CSS样式 */

/* 以上是意识库页面CSS样式 */

/* 以上是意识库页面CSS样式 */

/* 以上是意识库页面CSS样式 */

/* 以上是意识库页面CSS样式 */

/* 以上是意识库页面CSS样式 */

/* 以上是意识库页面CSS样式 */

/* 以上是意识库页面CSS样式 */




#generalbodydatabasesecondpage{
    
  
    background-color:rgb(0, 0, 37);
    height:auto;
    min-height: 700px;
    
    font-family: "arial";

    animation-name: BODY;
    animation-duration: infinite;
   
    animation-direction: alternate;

    /* 页面内容载体样式 */
}

.uncounciousnessbody1-secondpage{
    margin-left: calc(50% - 490px);
    background-color: var(--backgroundcolor);
    width: 660px;
    height: auto;
    margin-top: 45px;
    min-height: 10px;
    margin-bottom: -10px;

}

.generalbox-normal-secondpage{background-color: var(--contentbackgroundcolor);
    box-shadow:0px 0px 1px 0px var(--contentboxboxshadow);
    border-radius:0px;
    height:auto;
    min-height:100px;
    margin:0%;
   
   font-size: 15px;
    color:rgb(201, 200, 200);
    width:100%;
    margin-top:12px;
    float:left;
    border-radius: 5px;
    
    
    
 
    /* 通用盒子的通常样式 */
  
     }

     .characternameview-secondpage{
        color:var(--mainfontcolor);
        font-size:30px;
        margin-top:-80px;
        font-weight:400;
        float: left;
        /* 意识库第二页信息预览角色名字样式*/
    }

   .characternameview-secondpage-firstone {
    color: var(--mainfontcolor);
    font-size: 30px;
    width: 370px;
    margin-top: 25px;
    font-weight: 500;
    float: left;
    font-weight: bold;
}
    .firstimage{
     width:120px;
     height: 120px;
     border-radius: 100000px;
   
     

     /* 意识库第二页信息第一张图位置 */
    }

    .typejudgementgender {
     
    /* z-index: 111; */
    /* display: inline-block; */
    /* padding: 1px; */
    /* padding-left: 4px; */
    /* padding-right: 4px; */
    /* font-size: 14px; */
    /* border-radius: 110000px; */
    /* border: 2px solid var(--contentbackgroundcolor); */
    /* margin-left: -25px; */
    /* margin-top: 88px; */
    /* position: absolute; */
    z-index: 111;
    /* display: inline-block; */
    padding: 1px;
    padding-right: 1px;
    padding-left: 1px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
    border-radius: 110000px;
    border: 2px solid var(--contentbackgroundcolor);
    margin-left: 90px;
    margin-top: -28px;
    position: absolute;
    }


    .typejudgementgender2{
     
        display: inline-block;
        padding: 1px;
        padding-left: 4px;
        padding-right: 4px;
        font-size: 14px;
        border-radius: 110000px;
      
        border: 2px solid white;
        margin-left: -25px;
        margin-top: 60px;
        position: absolute;
    }

    .feedgender{

      
            display: inline-block;
            padding: 1px;
            padding-left: 4px;
            padding-right: 4px;
            font-size: 14px;
            border-radius: 110000px;
            border: 2px solid var(--contentbackgroundcolor);
            margin-left: 124px;
            margin-top: -25px;
            float: left;
            z-index: 1;
            position: relative;
 
    

    }




    
    .topperstfeedgender{font-size: 19px;padding:5px;border-radius: 1000px;}



    .typejudgmentfeedtime{float: right;margin-right: 15px;width:35px;color:#d5d5d5;margin-top:-35px;}

    .toppesttypejudgmentfeedtime{float: right;margin-right: 30px;width:45px;color:#d5d5d5;margin-top:-300px;}
    

    .firstinformation{

        margin-top:0px;
        margin-left:60px;

        /* 意识库第二页信息第一条信息位置 */
    }

  


    .firstbox{
        margin-top:50px

        /*  */
    }

    .afterfirstinformation{

        margin-top:40px;
        margin-left:57px
    }


    .secondpagefont{color:var(--mainbuttonfontcolor);}

    dt{display:inline;margin-right:20px;margin-top:20px;margin-bottom:20px;color:var(--mainfontcolor);}

    dd{display:inline}


    .outerdescription { 
        width: 100%;
        float:left;
       margin-bottom: 30px;
       margin-left: -25px;
      }
      .innerdescription { 
    display: inline-block;
   
   width:275px;
    margin:1%;
    margin-left: 0px;
    color:var(--mainfontcolor);
    font-weight: 380;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    vertical-align: top;

          
       }
       .informationcontent{
        width: calc(100% + -60px);
        float:left;
        margin-left:0px;
        margin-bottom: 10px;
        color:var(--mainfontcolor);
        margin-top: 15px;
        font-size: 15px;
      
      
       }

       .infoviewbutton-secondpage{
        margin-top:0px;
        float:right;
        margin-right:2%;
        margin-bottom:30px;
        
         /* 意识库首页信息预览按钮电脑设备 */
    }

    .secondsubinformation{

        margin-top: 20px;
        margin-bottom:30px;
    }



    .generalbox-vote-secondpage{
   
       
        border-radius:10px;
        height:auto;
    
        margin:0%;
     
        color:rgb(255, 255, 255);
        width:312px;
        margin-top:50px;
  
       
        border-radius: 20px;
     
      
        
        
     
        /* 通用投票第一列外部盒子的通常样式 */
      
         }

         .generalbox-vote-secondpage-one{
                     
            border-radius:10px;
            height:auto;
            min-height:200px;
            max-height:500px;
            margin:0%;
            position:absolute;
            color:rgb(255, 255, 255);
            width:360px;
            margin-top:calc(415px);
            margin-left:calc(1275px + 0%);
            
            border-radius: 20px;
         
          
            
            
         
            /* 通用投票第一列外部盒子的通常样式 */
          
             }

         .generalbox-vote-secondpage-two{
         
           
            border-radius:10px;
            height:auto;
            min-height:200px;
            max-height:500px;
           
            margin:0%;
            position:absolute;
            color:rgb(255, 255, 255);
            width:250px;
            margin-top:calc(470px );
            
            border-radius: 20px;
         
          
            
            
         
            /* 通用投票第二列外部盒子的通常样式 */
          
             }

         .voterow{
            width:312px;display:inline-block;
           

         }

       
         #generalbox-vote-setbox{
            width:100%;
            margin-left:calc(-605px);

        
           
            
         }

         
         .voterow2{ column-count: 2;}
         .generalbox-vote-secondpage-box {
            background-color: var(--contentbackgroundcolor);
            box-shadow: 0px 0px 1px 0px var(--contentboxboxshadow);
            border-radius: 0px;
            height: auto;
            /* min-height: 100px; */
            padding-top: 10px;
            margin: 3px;
            position: relative;
            color: rgb(255, 255, 255);
            width:104%;
            margin-top: 2px;
            display: inline-block;
            border-radius: 5px;
            padding: 5px;
            z-index: 1000;
            display: inline-block;
            padding-bottom: 8px;
        }

             .generalbox-vote-secondpage-box-first{
                padding-bottom: 10px;
                background-color: var(--contentbackgroundcolor);
                box-shadow: 0px 0px 1px 0px var(--contentboxboxshadow);
                border-radius:0px;
                height:auto;
             
                margin:2%;
                margin-bottom: 5px;
                position:relative;
                color:rgb(255, 255, 255);
                width:100%;
                margin-top:0px;
               display:inline-block;
                border-radius: 5px;
                z-index:100;
                
                
             
                /* 通用投票第一个内部盒子的通常样式 */
              
                 }
    

                 .voteletter2{width: 38px;      font-family: personalityfont1;}
             .votetitle{
                color:var(--mainfontcolor);
                font-weight: bold;
                margin-left:10px;
                margin-top:5px;
                font-size: 14px;
                

             }

            .votenumber{font-weight: normal;color:#a3a3a3;font-size: 12px;display: inline-block;margin-top:1.7px;vertical-align: top;}

            .voteletter{
                color:var(--maincolor);;
                font-size:41px;
                display:inline-block;
                margin:2.5%;
                margin-top:8px;
          
            }

           
            .voteletterratio{
                color:#8a8a8a;;
                font-size: 12px !important;
                margin-top: 8px !important;

                font-family:'personalityfont2';
                /* 第一个盒子投票比例样式 */
             
            }

            .voteprogress{
                width:96%;
                margin-top:10px;
                margin-left:15px;
                color:var(--mainfontcolor);
                font-size: 15px;
                margin-bottom: 0px;

            }
            
            .voteprogressbar{
                width:100%;
                background-color:var(--progressbar);;
                height:8px;
                display: inline-block;
                margin-top: 5px;
                border-radius: 100px;
              
            }
            

            .calculatepersonality{font-weight: bold;color:#003399;margin-right: 3px;}

            .clickbackground-vote-secondpage{ 
                display:none; 
                position: fixed; 
                top: 0%; 
                left: 0%; 
                width: 100%; 
                height: 100%; background-color: rgb(4, 0, 38); z-index:111111; -moz-opacity: 1; opacity:1; filter: alpha(opacity=10); 
                
                
                /* 投票页面的点击背景 */
                }

        .sixtyfourpersonalityletter{
            color:rgb(255, 146, 146)
        }
    
        .sixteenpersonalityletter{
            color:rgb(9, 255, 0)
        }

     
    
        .relatedpicturebackgroundbox{
            background-color: rgb(240, 240, 240);
         
            border-radius:30px;
           
       
            
            /* 相关图片底部背景盒子样式 */
        }

        .relatepicturebox{
    
           
            margin-left:-117px

            /* 相关图片定位 */
        }

        .picturescroll {
            display:inline-block;
            font-size: 20px;
            color:#003399

            /* 相关图片滚动按钮定位 */
        }
       
        
        .picturescroll  .bi-caret-right-fill {

            color:#003399

            /* 相关图片向右滚动滚动按钮定位 */
        }


        .picturescroll:hover{

            color:#045d5b

            /* 相关图片滚动滚动按钮定位鼠标位于上方 */
        }

         
        .picturescroll  .bi-caret-right-fill:hover{

            color:#045d5b

            /* 相关图片向右滚动滚动按钮定位鼠标位于上方 */
        }

        
        .scrollleft{
            margin-left:-10px;
        }

        .addmore{
          text-align: center;
            margin-top:10px
            /* 添加更多按钮布局 */
        }

        .addbutton{
            width:150px;
            height:150px;
          
            /* 添加更多按钮大小 */
        }

        .addsign{
            font-size:100px;
            color:#003399;
           ;
            /* 添加更多按钮加号样式 */
        }
        
        .morebox{
            background-color:transparent;box-shadow: 0px 0px 0px 0px transparent;text-align: center;
        }

        .tagview{
    
            height:auto; 
            width:auto;
           margin:10px;
            
            position: relative; 
            
            
          
            
      
            padding:5px;
            background-color:#ffffff;
            
            border-radius:11111px;
            
            z-index:110000000;
        
            color:#003399;

            border:1px solid #003399;
        
            /* 意识库快速链接定位 */
            
            
        }
        
        #tagview{
        
            margin-left:10%;
            margin-right:10%;
            margin-top:70px;
            
            padding:10px;
            text-align: center;
            height:21px;
            z-index:10001110;
            
            /* 意识库快速链接定位布局 */
        }
        
        #tagcontainer{

            position:fixed;
            width:100%;
            z-index:1111;
        }
/* 以上是意识库第二页样式 */

/* 以上是意识库第二页样式 */

/* 以上是意识库第二页样式 */

/* 以上是意识库第二页样式 */

/* 以上是意识库第二页样式 */

/* 以上是意识库第二页样式 */

/* 以上是意识库第二页样式 */

/* 以上是意识库第二页样式 */

/* 以上是意识库第二页样式 */

/* 以上是意识库第二页样式 */

/* 以上是意识库第二页样式 */

/* 以上是意识库第二页样式 */

/* 以上是意识库第二页样式 */

/* 以上是意识库第二页样式 */

/* 以上是意识库第二页样式 */

/* 以上是意识库第二页样式 */

/* 以上是意识库第二页样式 */

/* 以上是意识库第二页样式 */

/* 以上是意识库第二页样式 */

/* 以上是意识库第二页样式 */




#paperbody1{margin-left:calc(50% - 508px) !important;;background-color:rgb(255, 255, 255);;width:1000px;height:auto;margin-top:75px;;margin-bottom:-10px;    border-radius:5px;
    /* 纸张普通设备通用盒子背景 */
    }

#paperbody1-md{margin-left:40px;background-color:rgb(0,0,44);;width:68%;height:auto;margin-top:105px;min-height:1250px;margin-bottom:-10px;
    /* 纸张中型设备通用盒子背景 */
    }

#paperbody1-sm{margin-left:40px;background-color:rgb(0,0,44);;width:625px;height:auto;margin-top:105px;min-height:1250px;margin-bottom:-10px;
    /* 纸张小型设备通用盒子背景 */
    }

#papermobilebody{margin-left:-35px;;height:auto;margin-top:100px;min-height:850px;margin-bottom:-10px;
    /* 纸张手机通用盒子布局 */
    }
#paperbody2{background-image:linear-gradient(rgb(0,0,44),rgb(0, 0, 0));width:100%;position:fixed;width:100%;height:1000px
   ;z-index:-10/* 纸张手机通用盒子背景 */
    }

.testnameview{
    color:#003399;
    font-size:15px;
    /* 测试预览样式*/
}

.paperdescriptionviewlengthcomputer{

    width:100%;
    margin-top:3px;
    margin-left: px;
    
}


.generalbox-paper-normal{background-color: rgb(255, 255, 255);
  
    border-radius:0px;
    height:100px;
    margin:0%;
    
   float:right;
    color:rgb(8, 185, 250);
    width:100%;
    margin-top: 14px;
    float:left;
    
    
 
    /* 通用盒子的通常样式 */
  
     }
 
 .generalbox-paper-normal:hover{background-color: rgb(235, 235, 235);
   
    
    
 
    /* 纸张通用盒子的通常样式鼠标位于上方 */
 
     }
 

    
     
     .generalbox-paper-md{background-color: rgb(7,43,111);
   
         border-radius:0px;
         height:100px;
         margin:0%;
         
        float:right;
         color:rgb(8, 185, 250);
         width:100%;
         margin-top:12px;
         float:left;
         
         
      
         /* 通用盒子的中型设备样式 */
       
          }
          .generalbox-paper-md:hover{background-color: rgb(6, 31, 77);
         
           /* 通用盒子的中型设备样式 */
         }
 
 .generalbox-paper-xs{background-color: rgb(7,43,111);
    border-radius:20px;
    height:80px;
    
    width:97.5%;    
    color:rgb(8, 185, 250);
     margin-left:2%;
    
    margin-top:20px;
 
    /* 通用盒子的手机端样式 */
     }


     .viewimage-paper-normal{
        border-radius:500px;
        width:70px;
        margin-left:10px;
        margin-top:15px;
      
        
        /* 纸张首页图片预览通用样式 */
    }
    
    .viewimage-paper-md{
        border-radius:500px;
        width:12.82%;
        margin-left:10px;
        margin-top:10px;
        border:1px solid rgb(0, 200, 255);
        
        /* 纸张首页图片预览中型设备样式 */
    }
    
    
    .viewimage-paper-mobile{
        border-radius:500px;
        width:60px;
        margin-left:5px;
        margin-top:10px;
        
        /* 纸张首页图片预览手机端样式 */
        
    }
    
    .infoview-paper-computer{
        margin-top: -59px;
        margin-left:96px
        /* 纸张首页信息预览电脑端样式 */
    }
    
    .infoview-paper-computer-md{
        margin-top:-58.5px;
        margin-left:96px
        /* 纸张首页信息预览中型电脑端样式 */
    }
    
    .infoview-paper-mobile{
        margin-top:-60px;
        margin-left:70px
        /* 纸张首页信息预览手机端样式 */
    }
    
    .papertypeinformationview{
        color:#a3a3a3;
         font-size:88%;
      
         /* 纸张首页信息预览背景信息样式 */
    }

    .bi-fire{

        color:rgba(173, 176, 195, 0.858)

        /* 纸张首页信息预览最多个性火焰样式 */
    }
    .viewbutton-paper{width: auto;
        height: 30px;
        border: 1.5px solid #003399;
        background: linear-gradient(to left, #003399,#0055ff);
        -webkit-background-clip: text;
        color: transparent;
        /* 纸张首页按钮 */
    }

    .viewbutton-paper:hover{
        border: 1.5px solid #7da8ff;
        background: linear-gradient(to left, #6d9eff,#0051ff);
        -webkit-background-clip: text;
        color: transparent;
    
    }
    

    .infoviewbutton-paper{
        margin-top:38px;
        float:right;
        margin-right:1.5%;
        font-size: 14px;
        color: #003399;
   
        
         /* 纸张首页信息预览按钮电脑设备 */
    }

    .innerlinkbox-paper{

        height:100px;width:75%

        /* 纸张盒子链接跳转 */
    }

    .paperinfo-lg{

        position:fixed;
        background-color:transparent;
   
        border-radius:15px;

        margin-top:160px;
        height:465px;
        z-index:10;
        width:220px;
        overflow:auto;
        margin-left:calc(50% +  305px);
       
       
      
    
        animation-name: PAPERINFO-LG;
        animation-duration: 0.2s;
       
        animation-direction: alternate;
        /* 大型设备标签分类盒子布局 */
    }
    
    

 
        .testinformation{

            color:#003399 ;
        }
        

        .viewbutton-paper-info{width: 120px;
            height: 50px;
          
            background: linear-gradient(to left, #003399,#003399);
            color:var(--mainbuttonfontcolor);
            border-radius: 5px;
            font-size: 20px;
        
            /* 意识库首页按钮 */
        }
        
        .viewbutton-paper-info:hover{
          
            background: linear-gradient(to left, #3e7eff,#3e7eff);
            color:var(--mainbuttonfontcolor);
            border-radius: 5px;
        
        }

       


       .categorystyle-paper{

        position:relative;
        
        float:right;
       
        
        
        color:var(--mainbuttonfontcolor);
        margin-top:1%;
        font-size: 18px;
        height:28px;
        
        
        
       
        background-color:#003399;;
     
        
        border-radius:0px;
        
        
        
        /* 纸张页面详情个性盒子 */
    }

    .papercategory{

        display:inline-block;
        width:49.75%;
        cursor: pointer;
        border-radius: 5px;
        padding:15px;
        font-size: 17px;
        margin-top:-17px;
        color:rgb(73, 73, 73);

    }

    .judgecategory{
        
        display: inline-block;
        width: 20% !important;
        cursor: pointer;
        border-radius: 5px;
        padding: 15px;
        padding-top: 7px;
        font-size: 15px;
        margin-top: 0px;
        color: var(--mainfontcolor);
/* 
        background-color: var(--contentbackgroundcolor); */
    }

    .papercategory:hover{

        color:rgb(76, 108, 171)
     

    }


    /* 以上是纸张首页页面CSS样式 */
    
    /* 以上是纸张首页页面CSS样式 */

    /* 以上是纸张首页页面CSS样式 */
    
    /* 以上是纸张首页页面CSS样式 */

    /* 以上是纸张首页页面CSS样式 */
    
    /* 以上是纸张首页页面CSS样式 */

    /* 以上是纸张首页页面CSS样式 */
    
    /* 以上是纸张首页页面CSS样式 */

    /* 以上是纸张首页页面CSS样式 */
    
    /* 以上是纸张首页页面CSS样式 */

    /* 以上是纸张首页页面CSS样式 */
    
    /* 以上是纸张首页页面CSS样式 */

    /* 以上是纸张首页页面CSS样式 */
    
    /* 以上是纸张首页页面CSS样式 */

    /* 以上是纸张首页页面CSS样式 */
    
    /* 以上是纸张首页页面CSS样式 */

    /* 以上是纸张首页页面CSS样式 */
    
    /* 以上是纸张首页页面CSS样式 */

    /* 以上是纸张首页页面CSS样式 */
    
    /* 以上是纸张首页页面CSS样式 */


     .generalbox-paper-normal-secondpage{background-color: rgba(51, 86, 132, 0.527);
  
    border-radius:0px;
    height:40px;
    margin:0%;
    
  
    color:rgb(0, 255, 255);
    width:102%;
    margin-left:2%;
    margin-top:22px;
   
    
    
 
    /* 纸张第二页通用盒子的通常样式 */
  
     }

     

     #paperbody1-second{margin-left:-27px;background-color:rgb(0,0,44);;width:103%;height:auto;margin-top:95px;min-height:1250px;margin-bottom:-10px;
        /* 纸张第二页普通设备通用盒子背景 */
        }


    .viewimage-paper-normal-secondpage{
        border-radius:500px;
        width:33px;
        margin-left:-10px;
        margin-top:4px;
        
        /* 纸张第二页图片预览通用样式 */
    }

        /* 专题 题目数量  上传者 评分 测试人数 参与编辑 做题 查看介绍  */


      .infoviewbutton-paper-second{
        margin-top:6px;
        float:right;
        margin-right:0.5%;
        
        
         /* 纸张第二页信息预览按钮电脑设备 */
    }
    
    .star{

        color:#942020;

        /* 评价星星样式 */
    }

 


    #papersecondpagebody{
    
  
        background-color:rgb(0,0,44);
        height:auto;
        min-height: 700px;
       
        font-family: "arial";
/*         
        -moz-user-select:none;
 
        -webkit-user-select:none;
     
        -ms-user-select:none;
     
        -khtml-user-select:none;
     
        user-select:none; */
    
        animation-name: BODY;
        animation-duration: infinite;
       
        animation-direction: alternate;
    
        /* 页面内容载体样式 */
    }

    .viewbutton-paper-secondpage{
        width:auto;height:30px;border:1.5px solid rgb(248, 0, 0);background: linear-gradient(to left, #850000,#ff7e7e); -webkit-background-clip: text; color: transparent;
    }
    
    .viewbutton-paper-secondpage:hover{
        width:auto;height:30px;border:1.5px solid rgb(248, 169, 0);background: linear-gradient(to left, #fff700,#f4bc03); -webkit-background-clip: text; color: transparent;
    }

    tr{
        color:rgb(0, 217, 255)
    }


    .paperversionsort{margin-left:40px}

    /* 以上是纸张第二页样式 */

    /* 以上是纸张第二页样式 */

    /* 以上是纸张第二页样式 */

    /* 以上是纸张第二页样式 */

    /* 以上是纸张第二页样式 */

    /* 以上是纸张第二页样式 */

    /* 以上是纸张第二页样式 */

    /* 以上是纸张第二页样式 */

    /* 以上是纸张第二页样式 */

    /* 以上是纸张第二页样式 */

    /* 以上是纸张第二页样式 */

    /* 以上是纸张第二页样式 */

    /* 以上是纸张第二页样式 */

    /* 以上是纸张第二页样式 */

    /* 以上是纸张第二页样式 */

    /* 以上是纸张第二页样式 */

    /* 以上是纸张第二页样式 */

    /* 以上是纸张第二页样式 */

    /* 以上是纸张第二页样式 */

    /* 以上是纸张第二页样式 */

    .dreamselectioncontainer{
        width:70%;
        
        background-color:#08004f;
      margin-left:16%;
        margin-top:220px;
      
        
        height:auto;
        
        border-radius:10px;
        position:absolute;
        z-index:200;
        
        animation-name: DREAMSELECTIONCONTAINER;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        box-shadow:0px 0px 100px 0px rgb(14, 0, 75);

        /* 梦境入口选项容器盒子 */
    }

    
    .dreamselectioncontainer-xs{
        width:70%;

      margin-left:14.5%;
        margin-top:-10px;
      
        
        height:auto;
        
        border-radius:10px;
        position:absolute;
        z-index:200;
        
        animation-name: DREAMSELECTIONCONTAINER;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
       

        /* 梦境入口选项容器盒子特小设备 */
    }

 
  


#generalbodydream{
    
  
    background-color:rgb(0,0,44);
    height:auto;
    min-height: 750px;
 
    font-family: "arial";

/* 
        
        -moz-user-select:none;
 
        -webkit-user-select:none;
     
        -ms-user-select:none;
     
        -khtml-user-select:none;
     
        user-select:none; */

    /* 页面内容载体样式 */
}

    
    .talkbutton{font-size:30px;width:250px;
        background-image:linear-gradient(rgba(9, 0, 141, 0.406)rgba(0, 72, 180, 0.479));;box-shadow:0px 0px 20px 0px rgb(4, 0, 255);
    border-radius:5px;margin:20px;height:100px;color:rgb(251, 247, 255);
/* 对谈按钮 */
}

.talkbutton:hover{background-image:linear-gradient(rgb(209, 118, 255),rgb(84, 192, 255));box-shadow:inset 0px 0px 5px 0px rgb(255, 255, 255);
/* 对谈按钮鼠标位于上方 */
}

.starttalk{height:200px;width:300px
 
    /* 咨询按钮 */
}

.starttalkbox{

    display:inline-block;
   margin-top:40px;
   position:absolute
}

.othertalkbutton{
    border-radius: 100px;
    width:100px

    /* 其他咨询按钮 */
}

.othertalkbuttonset{
    display:inline-block;
    margin-left:380px
    /* 其他咨询按钮合集 */
}

.talkrow{
    display:inline-block;
}

.talktopsecond{

    color:var(--mainbuttonfontcolor);
    margin:1%;
}

.clickright{
    color:rgb(84, 90, 255);
    
    font-size:60px;
    position: absolute;
    margin-left:105%;
    margin-top:-230px;
    width:100px;

    /* 点击跳转 */
    
}

.clickright:hover{
    color:rgb(243, 115, 255);
    cursor: pointer;
}

.clickleft{
    color:rgb(0, 255, 251);
    
    font-size:60px;
    position: absolute;
    margin-left:calc(-6% + -145px);
    margin-top:-580px;
    width:100px;
    float:right;
    z-index:100000000000;
    /* 点击跳转 */
    
}

.clickleft:hover{
    color:rgb(0, 128, 151);
cursor: pointer;
}


#libidovalueview{color:#ffffff;font-size:15px;margin-top:60px;background-color:rgb(0, 128, 255);width:auto;border-radius:100px;

    /* 梦境首页力比多值预览样式 */
}


#libidovalueview-xs{color:#ffffff;font-size:15px;margin-top:60px;background-color:rgb(0, 128, 255);width:auto;border-radius:100px;position:fixed;z-index:1000;margin-left:1%

    /* 梦境首页力比多值预览样式特小设备 */
}


#inputdreamid{
    width:100%;
    background-color:#08004f;
  margin-left:0%;


  color:var(--mainbuttonfontcolor);
    margin-top:250px;
  
    
    height:250px;
    

    position:fixed;
    z-index:2001;
    display:none;
    

    /* 梦境入口查找容器盒子 */
}

#searchdreambutton{
    background-image:linear-gradient(rgb(0, 18, 109),rgb(55, 0, 255));;box-shadow:0px 0px 110px 0px rgb(89, 0, 113);
}

.clickbackground, .clickbackground-register, .clickbackground-setting, .clickbackground-changeRemark{ 
  

    display: none;
    position: fixed; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; background-color: rgb(0, 0, 0); z-index:5555; 

    z-index: 1999;


    background-color: rgb(0 0 0 / 60%) !important;
    backdrop-filter: blur(10px) !important;




}


    .clickbackground-groupapply , .clickbackground-myGroupApply{  display:none; }

    .createdreamprocess{
        width:100%;
        background-color:#08004f;
      margin-left:0%;
    
    
      color:var(--mainbuttonfontcolor);
        margin-top:250px;
      
        
        height:250px;
        
    
        position:fixed;
        z-index:2001;
        display:none;
        
    
        /* 创建梦境容器盒子 */
    }

    #createdreambutton{
        background-image:linear-gradient(rgb(0, 18, 109),rgb(55, 0, 255));;box-shadow:0px 0px 110px 0px rgb(89, 0, 113);border-radius:5px;height:35px;
    }

    .selectioncheckbox {
        position: relative;
        line-height: 30px;
        display: inline;

          /* 自定义inputcheckbox样式 */
      
  }
    
    input[type="radio"] {
        width: 20px;
        height: 20px;
        opacity: 0;
          /* 自定义inputcheckbox样式 */
    }
  

    input:checked+label { 
        background-color: #007bff;
        border: 1px solid #00fffb;
          /* 自定义inputcheckbox样式 */
    }
    
    input:checked+label::after {
        position: absolute;
        content: "";
        width: 5px;
        height: 10px;
        top: 3px;
        left: 6.5px;
        border: 2px solid rgb(0, 249, 232);
        border-top: none;
        border-left: none;
        transform: rotate(45deg)
          /* 自定义inputcheckbox样式 */
    }


    /* 梦境页面 */

    /* 梦境页面 */

    /* 梦境页面 */

    /* 梦境页面 */

    /* 梦境页面 */

    /* 梦境页面 */

    /* 梦境页面 */

    /* 梦境页面 */

    /* 梦境页面 */

    /* 梦境页面 */

    /* 梦境页面 */

    /* 梦境页面 */

    /* 梦境页面 */

    /* 梦境页面 */

    /* 梦境页面 */

    /* 梦境页面 */

    /* 梦境页面 */

    /* 梦境页面 */

    /* 梦境页面 */

    /* 梦境页面 */
    
    :root{
        --dreamleftboxpositiontopheight:
       
    }

    :root{
        --bodydistance:
       
    }



    #dreambody-socializingReport, #body-socializingReport-placeholder{height:auto;margin-top:80px;margin-bottom:-10px;position: relative ;}


    #dreambody1{height:auto;margin-top:105px;margin-bottom:-10px;position: relative ;
        /* 梦境盒子背景 */
        }

        #dreambody3{height:auto;margin-top:105px;margin-bottom:-10px;position: relative ;min-width: 990px;
            /* 梦境盒子背景 */
            }
    

        
       
        @media (min-width: 0px) and (max-width: 999px) {

           
            html{  overflow-x: auto}

            .slider{
               position: absolute;margin-top: -105px;
            }
            
           
         
            #dreambody-discovergroup{height:auto;margin-top:0px;margin-bottom:-10px;position: absolute; left: 0;
                /* 梦境盒子背景 */
                }
                #dreambody-discovergroup .mainbox2 {
                    margin-left: 5px;
                }

                

                .dreamleftboxposition-discovergroup{position: absolute;}

                .dreamleftboxposition-group{position: absolute;}
                /* #dreambody-discovergroup */
            #dreambody-discuss {
                height:auto;margin-top:0px;margin-bottom:-10px;position: absolute; left: 0;
                width:990px;
            }
            #dreambody-discuss .mainbox2 {
                margin-left: 5px;
            }

            #dreambody-discuss .searchcategory {
                margin-left: 5px;
            }

            #dreambody-grouptrend {
                height:auto;margin-top:0px;margin-bottom:-10px;position: absolute; left: 0;margin-left: 0!important;
            }
            #dreambody-grouptrend .mainbox2 {
                margin-left: 5px;
            }


            .dreamleftboxposition-grouptrend{top: 0;}

            #dreambody-group {
                height:auto;margin-top:0px;margin-bottom:-10px;position: absolute; left: 0;margin-left: 0!important;
            }
            #dreambody-group .mainbox2 {
                margin-left: 5px;
            }
            #dreambody-home{height:auto;margin-left: 245px;margin-top:0px;margin-bottom:-10px;position: absolute;
                /* 梦境盒子背景 */
                }

    #dreambody-wall{height:auto;margin-left: 245px;margin-top:0px;margin-bottom:-10px;position: absolute;
        /* 梦境盒子背景 */
        }

        
        #dreambody-test{height:auto;margin-left: 230px;margin-top:0px;margin-bottom:-10px;position: absolute;
            /* 梦境盒子背景 */
            }


            #dreambody-testquestionorresult{margin-left: 0px !important;}
        
    
        #dreambody-wiki{height:auto;margin-left: 190px;margin-top:0px;margin-bottom:-10px;position: absolute;
            /* 梦境盒子背景 */
            }
       
            #dreambody-discuss{height:auto;margin-top:0px;margin-bottom:-10px;position: absolute;
                /* 梦境盒子背景 */
                }

                #dreambody-whisper{height:auto;margin-left: 250px;margin-top:0px;margin-bottom:-10px;position: absolute;
                    /* 梦境盒子背景 */
                    }
    
                    
                #dreambody-grouptrend{height:auto;margin-left: 190px;margin-top:0px;margin-bottom:-10px;position: absolute;
                    /* 梦境盒子背景 */
                    }

                    #dreambody-discovergroup{height:auto;margin-top:0px;margin-bottom:-10px;position: absolute;
                        /* 梦境盒子背景 */
                        }



                        #dreambody-judgecontent{height:auto;margin-left: 400px;margin-top:0px;margin-bottom:-10px;position: absolute;
                            /* 梦境盒子背景 */
                            }
                            
                            #dreambody-group{height:auto;margin-left:230px;margin-top:0px;margin-bottom:-10px;position: absolute;
                                /* 梦境盒子背景 */
                                }

                            #dreambody-grouplist{height:auto;margin-left:230px;margin-top:0px;margin-bottom:-10px;position: absolute;
                                /* 梦境盒子背景 */
                                }

    }


      

    .dreambox{

        border-radius:5px;border:1px solid transparent;width:100px;
        background-color:var(--contentbackgroundcolor);
        color:var(--lightinformation);
        box-shadow: 0px 0px 1px 0px var(--contentboxboxshadow);
    
        margin-top:8px

        /* 梦境盒子 */


    }

    .mainbox{

        width:70%;
        height:auto;
        min-height:800px;
        margin-left:29.5%;
        margin-top:25px;
        
    }

    .mainbox2{

        width:660px;
        height:auto;
    
        margin-left:calc(50% + -490px);
        float:left;
        margin-top:5px;
     
       
  
    }

    .mainbox3{

        width:660px;
        height:auto;
        float:left;
        margin-left:calc(50% + -490px);
        margin-top:10px;
    
        
        
    }

 

    

    .maintopbox{
        margin-top: -10px;
    }

    .postbox{
        width:100%;
        margin-left:10px;
        margin-top: 111px;
        font-size: 15px;
        
    }

    .themebox{
        width:100%;
        margin-left:10px;
     
        overflow: hidden;
        margin-top: 5px;
        font-size: 15px;
      

    }

    
    .firstleftbox{margin-top: 110px;}

    .findmaskbox{
        width:100%;
        margin-left:10px;
        margin-top:5px;
          overflow: hidden;
        
    }

    .postbutton-3:hover   .testTagClass{fill:var(--homebuttonbackgroundhovercolorthree);transition: 0.1s !important;}  

    .testTagClass {transition: fill 0.7s !important;}

    
    .postbutton-3 path{transition: 0.1s;}  

    /* .postbutton-1:hover path{fill:#71a1ff;transition: 0.1s;}

    .postbutton-2:hover path{fill:#71a1ff;transition: 0.1s;}

    .postbutton-2:hover path{stroke:#71a1ff;transition: 0.1s;}

    
    
    .postbutton-4:hover #fill1{fill:#71a1ff;transition: 0.1s;}

    .postbutton-4:hover #stroke1{stroke:#71a1ff;transition: 0.1s;}

    .postbutton-4:hover #stroke2{stroke:#71a1ff;transition: 0.1s;}

    
    .postbutton-4:hover #stroke3{stroke:#71a1ff;transition: 0.1s;}  */


    .postbutton1{
        height:60px;
        width:60px;
        font-size:15px;
        color:var(--mainbuttonfontcolor);
        padding:0px;
       background-color: var(--mainhovercolor);
 
        /* 发布动态按钮1 */
    }

    .postbutton1:hover{

        background-color: #517acb;;color:var(--mainbuttonfontcolor);
      
    }

    

    .postbutton2 {
        height: 40px;
        width: 40px;
        font-size: 15px;
        color:var(--mainbuttonfontcolor);
        background-color:#e2e4ee;
        padding: 0px;
        border-radius: 10px;
        margin-bottom: 0px;
        
    }

    .postbutton2:hover{

        background-color:rgb(219, 221, 233);color:var(--mainbuttonfontcolor);

    }


    .postbutton-page{width:305px;;border-radius:5px;height: 50px;margin-bottom: 0px; background-color: var(--maincolor);color:var(--mainbuttonfontcolor);font-weight: bold;}

    .postbutton-page:hover{  background-color: var(--mainhovercolor);color:var(--mainbuttonfontcolor)}

    .postbutton3{
       
        height:60px;
        width:60px;
        font-size:20px;
        color:var(--mainbuttonfontcolor);
        background-image: linear-gradient(#a2a2ff,rgb(0 137 255 / 71%));
       
        /* 人口统计按钮 */
    }

    .postbutton3:hover{

        background-image: linear-gradient(#7b7bff,rgb(0 112 209 / 71%));;color:var(--mainbuttonfontcolor);

    }

    
    .postbuttontitle{font-size: 12px;color:var(--mainfontcolor) !important;    margin-top: 12px;
        margin-bottom: 3px;
        font-size: 12px;}


    .postbuttonicon{width:25px;margin-top: -2px;margin-left: 0.5px;}

    .postbutton-1{background-color: var(--homebuttonbackgroundcolortwo);;}

    .postbutton1:hover{    background-color: var(--homebuttonbackgroundhovercolortwo);transition:0.1s}

    .postbutton-2{background-color: var(--homebuttonbackgroundcolorone)}

    .postbutton-2:hover{background-color:  var(--homebuttonbackgroundhovercolorone);transition:0.1s}

    .postbutton-3{background-color:  var(--homebuttonbackgroundcolorthree) ;padding-top: 6px;}

    .postbutton-3:hover{background-color:  var(--homebuttonbackgroundhovercolorthree);transition:0.1s}

    .postbutton-4{    background-color:  var(--homebuttonbackgroundcolorfour);    padding-top: 3.2px;}

.postbutton-4:hover{background-color: var(--homebuttonbackgroundhovercolorfour);transition:0.1s;}
    
  
    /* .postbutton-1 path{fill:#606060;transition: 0.1s;} */

/* 
    .postbutton-1 path{fill:var(--homebuttoniconcolorone);transition: 0.1s;} */

    .postbutton-1:hover .pathFill1{fill:var(--homebuttoniconhovercolorone);transition: 0.1s;}

    
    .postbutton-1:hover .pathStroke1{stroke:var(--homebuttoniconhovercolorone);transition: 0.1s;}

 

    .postbutton-2 .StrokeFill2{stroke-width:1;;stroke:var(--homebuttoniconcolorone);fill:var(--homebuttoniconcolorone);transition: 0.1s;}

    .postbutton-2:hover .StrokeFill2{fill:var(--homebuttoniconhovercolorone);transition: 0.1s;}

    .postbutton-3 .paththreeStroke{stroke: var(--homebuttoniconcolorthree);transition: 0.1s;}
    
    .postbutton-3:hover .paththreeStroke{stroke: var(--homebuttoniconhovercolorthree);transition: 0.1s;}


    .postbutton-4 #fill1{fill: var(--homebuttoniconcolorfour);transition: 0.1s;}

    .postspeakfunctionicon .postimageicon{fill: #a0a0a0;transition: 0.1s}

    .postspeakfunctionicon:hover .postimageicon{fill: #6e6e6e;transition: 0.1s;}
    
    .postspeakfunctionicon .postQAicon{transition: 0.1s;stroke:#a0a0a0}

    .postspeakfunctionicon:hover .postQAicon{transition: 0.1s;stroke:#6e6e6e !important}
    
    .postbutton-1 .pathFill1{fill: var(--homebuttoniconcolortwo);;}

    .postbutton-1 .pathStroke1{stroke: var(--homebuttoniconcolortwo);;}



    .postbutton-4 #fill1{fill: var(--homebuttoniconcolorfour);transition: 0.1s;}

    .postbutton-4 #stroke1{stroke:var(--homebuttoniconcolorfour);transition: 0.1s;}

    .postbutton-4 #stroke2{stroke: var(--homebuttoniconcolorfour);transition: 0.1s;}

    
    .postbutton-4 #stroke3{stroke: var(--homebuttoniconcolorfour);transition: 0.1s;} 

    .postbutton-4:hover #fill1{fill: var(--homebuttoniconhovercolorfour);transition: 0.1s;}

    .postbutton-4:hover #stroke1{stroke: var(--homebuttoniconhovercolorfour);transition: 0.1s;}

    .postbutton-4:hover #stroke2{stroke: var(--homebuttoniconhovercolorfour);transition: 0.1s;}

    
    .postbutton-4:hover #stroke3{stroke: var(--homebuttoniconhovercolorfour);transition: 0.1s;} 








  /* .postsubbox:hover{border: 1px solid #003399;} */
/*     
    .postbutton-1{background-color:white;transition: 0.1s;}

    .postbutton-1:hover{border: 2px solid #71a1ff;background-color:var(--contentbackgroundcolor);} */


    /* .postbutton-2{background-color:white;transition: 0.1s;}

    .postbutton-2:hover{border: 2px solid #71a1ff;background-color:var(--contentbackgroundcolor)} */

  
/* 
    .postbutton-3{background-color:white;transition: 0.1s}

    .postbutton-3:hover{border: 2px solid #71a1ff;background-color:var(--contentbackgroundcolor)} */

/* 
    .postbutton-4{background-color:white;transition: 0.1s;}

    
    .postbutton-4:hover{border: 2px solid #71a1ff;background-color:var(--contentbackgroundcolor)} */




    .postsubbox {
        padding-top: 0px;
        padding-bottom: 5px;
        display: inline-block;
        font-size: 12px;
        margin-top: 0px;
        /* border: 1.5px solid rgb(234 234 234); */
        border-radius: 5px;
        margin-left: 4px;
        margin-right: 2px;
        width: 64.8px;
        
    }

    .postsubboxset{    
      
        margin-bottom: 10px;}

    .postbox-page{background-color: transparent;box-shadow: none;}

    #writetalk{

        color:rgb(193 193 193)
    }

    #sendbrainwave{

        color:rgb(193 193 193)
    }


   
   

    .dreamboxtheme{
        
        
      
        font-size:15px;


    }

    .submainbox{margin-left:27px;margin-right:27px;word-break: break-all;}

    .dreamboxthemeimage{
        
        width:55px;
        height:55px;
        border-radius:5px;
        border: 0.5px solid #e7e7e7;

       
   
    }

    .dreamboxthemeimage-post{width:60px}

    .dreamboxthemeimage:hover { cursor: pointer;}


    .dreamboxthemeimagebox{
        
        width:55px;
        height:55px;
        margin-left: 2px;
        border-radius:5px;
        display:inline-block;

        background-color: var(--clickablebackgroundcolor)

        

       
   
    }

    .dreamboxthemesubbox:hover  .dreamboxthemeimage{
       
    }

    .dreamboxthemesubbox:hover  {
        cursor: pointer;
        background-color: var(--primaryhoverclickablebackgroundcolor);
        transition: 0.1s;

    }


    .nobackgroundhoverbox:hover{


        background-color: transparent!important;
    }
 
    .dreamboxthemesubbox:hover .counttag{


        border:2px solid #eeeeee;
        transition: 0.1s;

        
    }


    .dreamboxthemesubbox{

text-align: center;
   

margin: 6px;
            padding:7px;
            border-radius: 5px;
    
            margin-bottom: 12px;
            
           
       
          
            margin-top: 0px;
   
        
   
      
   
    
    }

    .dreamboxthemesubboxblank{
        background-color:white;
        
        width:60px;
        height:60px;
        border-radius:5px;
    }

    .dreamboxthemesubboxblank:hover{
        color:rgb(0, 139, 139)
       
    }
    
    .dreamboxthemesubboxset{
        text-align:center;
        grid-template-columns: 1fr 1fr 1fr; /* 定义三列，每列的宽度相等 */
        
 padding-right: 7px;;
        display: grid;
        margin: 0px;
width: 100%;
        margin-top:18px;
    margin-bottom: 18px;
    }

    .createbrainwavechannel{
        margin-top: 8px;
        color:#b2b2b2
    }

    .createbrainwavechannel:hover{
        margin-top: 8px;
        color:#848484
    }

   
    .dreamleftboxposition{

        margin-top:-120px;
        width:312px;
        margin-left:calc(50% + 174px);
        position: sticky;
  
     
     }
     
    .dreamboxsubtheme{
        margin-left: 46px;
        color:var(--mainfontcolor);
        display:inline-block;
        padding-top:12px;
        padding-bottom:12px;
        font-size:17px

    }

    
    .dreamboxsubtheme:hover{
     
        color:#4c6cab;
        cursor: pointer;
   
    }

    .dreamboxsubtheme-first{margin-left: 0px !important;}

    .dreamboxchannelname{width:100%;font-size: 12px;margin-top: 15px;color: var(--mainfontcolor);}

    .dreamboxthemefollowchannelamount{font-size:12px;position: absolute;margin-left:240px;margin-top:-20px;float:right;width:100px;text-align:center;}

    .dreamboxthemefollowchannelamount:hover{cursor: pointer;}

    hr{height:2px;border:none;border-top:1px solid var(--hr);}

    .dreamtrendbox{min-height:50px;;color:var(--mainfontcolor);margin-top:17px;  overflow:hidden;margin-bottom: -11px;}

    .dreamtrendboxwhisper{margin-top: 3px;padding-bottom: 25px;}

    .counttag {
        position: absolute;
        background-color: var(--counttag);
        color: var(--mainfontcolor);
        font-size: 12px;
        border-radius: 5px;
        margin-top: -18px;
        margin-left: 4px;
        border: 2px solid var(--contentbackgroundcolor);
        padding-left: 5px;
        padding-right: 5px;
        /* transform: scale(0.8); */
        text-align: center;
    }

    .triangle {
        width: 0;
        height: 0;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 3px solid var(  --counttag);
        margin-left: -4px;
        position: absolute;
        margin-top: px;
    }

 

    .dreamtrendboxtitle{font-size: 18px;margin-left:28px;width:580px;font-weight:550;cursor:pointer}

    .dreamtrendboxtime{display:inline-block;background-color: #00fffb;color:#000b2194;border-radius: 4px;box-shadow:0px 0px 10px 0px cyan;float:right;margin-right:20px;font-size: 13px;}

    .dreamtrendboxchannel{color:#7c7c7c;border-radius: 4px;float:right;font-size: 14.5px;cursor:pointer;
    }

    .channelview-feed {
        float: right;
        height: 32px;
        width: auto;
        margin-right: 28px;
        border-radius: 1117px;
        
        padding: 5px;
        border: 1px solid  var(--hr);
        margin-top: 0px;
    }




   .personalityview-feed{float: right;height: 24px;width: auto;margin-right:8px;border-radius: 3px;padding: 4px;background-color: #e3edff;}

   .personalityview-feed:hover{cursor: pointer;;}

   .personalityview-feed:hover .dreamtrendboxchannel{color:#003399}


   .channelimageview-feed-box{float: right;margin-top:-1px;margin-right: 5px;}

   .channelimageview-feed{border-radius:5111px;width:21px;height:21px;}
    
    .dreamtrendboximage{
        height:75px;
        width:146px;
       background-color:rgb(240,240,240);
        margin-top: 10px;
        border-radius: 10px;  
        overflow:hidden;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        background-size:cover;
        margin-right: 15px;
float:left;}


.dreamtrendboximage2{

    height:100%;
        width:100%;
}



    .generalbox-normal-whisper{
        background-color: rgb(243, 243, 243);
  
        border-radius:10px;
        height:100px;
        margin:0%;
        
       float:right;
        color:rgb(8, 185, 250);
        width:100%;
        margin-top:12px;
        float:left;}


        
    
    .whisperoperationbuttonset{display:inline-block;float:left;;margin-left:19px;font-size: 14px;margin-top: -2px;;}

    .whisperoperationbutton1{margin-left: 20px;display:inline-block;}

    .whisperoperationlikebutton{margin-left: 62px}


    .whispertitle{font-size: 16px;margin-top: 20px;color:#003399;margin-left: 35px;;font-weight: bold}

    .whispertitle-back{font-weight: bold;float: left;margin-left: 33px;font-size: 19px;margin-top: 20px;color:#003399;}
    
    
    .whisperuserinformationview{margin-left: 15px;margin-top: -10px;}

    .whisperusernameview{font-size:15px;margin-left:5px}

    .whisperpersonalityview{font-size:15px;}

    .whisperprofileimageview{width:48px;border-radius: 1000px;;}

    
   
    
    .whisperprofileimageview:hover { cursor: pointer;}

    .whispertime{font-size:13px;color:rgb(151, 151, 151)}

    .dreamtrendboxwhisperimagetextset {
        margin-left: 75px;
        margin-top: 55px;
        font-size: 14px;
        color: var(--mainfontcolor);
    }

    .dreamtrendboxwhisperimagetextset2{

        margin-top: 35px
    }
    

    .whispertrendboximageset{margin-top:6px;}

    .whispertrendboximage{vertical-align:top;width:127px;height: 127px;object-fit: cover;display: inline-block;margin-right: 10px;margin-top:11px;background-color: var(--clickablebackgroundcolor);margin-bottom: 9px;border-radius: 5px;}

    .image-post{vertical-align:top;width:66px;height: 66px;object-fit: cover;display: inline-block;margin-right: 10px;margin-top:5px;background-color: rgb(240,240,240);margin-left: 20px;margin-top: 20px;    margin-top: 10px;
        margin-bottom: 5px;border-radius: 7px;}

    .image-post2{
        width:100%;
        height: 100%;
        border-radius: 5px;
        margin: 5px;
        margin-left: 0px;
        margin-top: 0px;
      
    }


    .workposterincharacterprofile{    display: inline-block;
        margin-right: 0px;
        width: calc(125px / 1.48);
        margin-bottom: 0px;
        margin-top: 0px;
        height: 125px;
        border-radius: 15px;
    }

    .whispertrendboximage2 {
        width:100%;
        height: 100%;
        border-radius: 5px;
        margin: 5px;
        margin-left: 0px;
        margin-top: 0px;
        cursor: zoom-in;
    }

    .viewallwhispercomment{color:#003399}

    .viewallwhispercomment:hover{color:#7b9ff9;}

    .dreamtrendboxtextwhisper{
    
        float:left;
    
        margin-top: 25px;
        font-size:12px;
        width: 100%;
  
        display: inline-block;
       
        
       
    }

    .entercompletewhisperpage{width: 550px;font-size: 17px;line-height: 170%;margin-bottom: 11px;font-size: 18.5px; user-select:text}
    .more{font-size: 12px;background-color:#003399;color:var(--mainbuttonfontcolor);;}

    .more:hover{font-size: 12px;background-color:var(--mainhovercolor);color:var(--mainbuttonfontcolor);cursor: pointer;}

    .allchanneltrendbutton{margin-top: 20px;}

 

    .whispertopicbox{margin:21px}

    .whispertopictopthreenumber{color:#b8cfff;font-weight:700;font-size: 18px;}

    .whispertopicsearch{font-size: 13px;color:#d5d5ff}

    .whispertopicothernumber{}

    .topiccontent {

        box-shadow: 2px 2px 5px 0.1px var( --unobviousboxshadow);
        font-size: 15px;
    width: 100%;
    cursor: pointer;
    /* border: 1px solid #003399; */
    padding: 10px;
    color: var(--unobviousbuttonfontcolor) ;
    background-color: var(--unobviousbuttoncolor);
    border-radius: 5px;
    font-weight: 500;
    margin-top: 12px;
    }



    .topiccontent:hover {
    color: var(--unobviousbuttonfontcolorhover);
    background-color:  var(--unobviousbuttoncolorhover);
     }

    .allchanneltrendbutton-back{display:none;}
    
    .hottopic{float:right;border-radius: 111112px;;height:19px;font-size: 12px;display: inline-block;}

    .newtopic{float:right;border-radius: 11112px;height:19px;font-size: 12px;display: inline-block;}

    .dreamtrendboxtext{
    
      
        color:var(--contentfontcolor);
        margin-top: 5px;
        margin-bottom: 0px;
        font-size:15px;
        width:100%;
        max-width:calc(100% + -5px);
        display: inline-block;
        -webkit-line-clamp: 2;
        
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor:pointer;
        word-break: break-all;
        line-height: 190%;
        margin-left: -1.5px;
        
       
    }

    

    .dreamtrendboximagetextset{ margin-left:28px;}

 
   
    .dreamtrendboxcommentlikeset{display:inline-block;float:left;margin-right:20px;font-size: 14px;margin-top: 2px;margin-bottom: 20px;
       }

    .dreamtrendboxbutton2{margin-right:3px;color:#003399;border-radius: 114px;width:30px;height:30px;background-color: transparent;padding:1px;}

   

    .whisperuserinformation{display:inline-block;margin-left:10px;font-size: 14px;    width: calc(100% + -90px);}

    .whisperuserintroduction{font-size: 13px;margin-left: 1px;}

    .whisperuserimage{width:50px;border-radius: 10000px;}



    .replywhispertitleset{margin-top: 5px;}

    .replywhispertitle{font-size: 15px;color:#b1b1b1}

    .replywhisperlink{font-size: 15px;color:#003399}

    .commentwhisperimage{float: left;margin-left: 27px;margin-top:25px}

    .commentwhisperimage2{width:50px;height: 50px;float: left;border-radius: 10000px;}

    .commentwhisperimage2:hover{cursor: pointer;}
    
    .commentwhisperinput{width: 82%;;border-radius:5px;font-size: 15px;border:1px solid transparent;height:73px;max-height:500px;margin-top:20px;margin-left: 10px;margin-bottom: 10px; word-wrap: break-word;overflow-x: hidden;overflow-y: auto; background-color: var(--primaryhoverclickablebackgroundcolor);padding: 8px;line-height: 190%;}

    .commentwhisperbutton{float:right;margin-right: 30px;}

    .commentwhisperorderbutton{    color: var(--mainfontcolor);
        margin-left: 436px;
        margin-top: -5px;}

    .commentwhisperorderbutton2{color:var(--mainfontcolor);;margin-left:23px;font-size: 15px;padding:5px;padding-left: 10px;padding-right: 10px;border-radius: 5px;cursor: pointer;}

    .whispercommentbox{   padding:26px;overflow: hidden;padding-top: 9px;padding-bottom: 9px;background-color:var(--contentbackgroundcolor); padding-right: 25px;
        padding-left: 15px;}

    .whispercommentboxset{display:n1one}

    .reportfeed{color:#000f32}

   

    .whispercommentusernameview{font-size:13px;margin-left:-4px}

    .reportwhisperbutton{color:#666666;;}

    


    .moreoperation{cursor: pointer;}
    

    .whispercommentpersonalityview{font-size:13px;}

    .commentwhispertext{float:left;margin-top:5px;margin-left: 11px;    width: calc(100% + -59px);margin-bottom: 5px;}

    .whispercommentcontent{color:var(--mainfontcolor);font-size: 15px;margin-left: 0.5px; user-select: text;line-height: 1.7;}

    .whispercommentinformation{float: left;color:rgb(151, 151, 151);font-size: 12px;margin-left:47px;margin-top:2px;}
    
    .whispercommentoperationbutton1{display: inline-block;margin-right:5px;margin-top: -4px;float:right;margin-left: 8px;font-size: 16px;color: #666666;}
   
    .whispercommentoperationbutton1:hover{color: #7b9ff9;}

    .whispercommenttoolbar{float:right;margin-right:0px;}

    .interactnumber{cursor: pointer;color:var(--generaliconcolor)}

    .dreamtrendboxwhisperbutton{background-color:transparent;color:#666666}


    
    .commentwhisperbutton2 {
        padding: 5px;
        font-size: 15px;
        border-radius: 3111px;

        color:var(--mainbuttonfontcolor);
        padding-left: 10px;
        width: 100px;
        height: 30px;
        border-radius: 3px;
        padding-right: 10px;
    }

    .commentwhisperbutton2:hover{background-color: var(--mainhovercolor);}

    .commentwhispertoolbaricon{font-size:17px;margin-left:20px;display: inline-block;color:#003399;margin-top: 8px;}

    .commentwhispertoolbaricon:hover{color:var(--mainhovercolor);cursor: pointer;}

    .commentwhispertoolbar{display:inline-block;margin-left: 66px;}

    .whispercommentreportbutton{display:none}

    .interactnumber{margin-left:1px;display: inline-block;}

    .dreamtrendboxbutton1{margin-left:27px;display:inline-block;}

    .dreamtrendboxbutton1:hover .dreamtrendboxbutton2{background-color:var(--secondaryclickbackgroundhovercolor);border-radius: 71px;}

  

    .dreamtrendboxfirstbutton{margin-left: 21px;}

    .dreamboxdiscoverchangegroup{float:right;margin-top: -16px;margin-right:10px;font-size: 12px;color:rgb(174, 174, 174)}

    .dreamboxdiscovername{width:160px;font-size: 14px;;margin-top:-32px;margin-left:10px;}

    .dreamboxdiscoverinformation{display: inline-block;margin-top: 10px;}

    .dreamboxdiscoverpersonality{font-size: 13px;color:rgb(197, 197, 197)}

    .findmaskfollow{font-size: 12px;height:20px;border:0px solid transparent;color:rgb(20, 40, 122);}

    .findmaskfollow:hover{border:0px solid transparent;}

    .findmaskfollowbox{display: inline-block;float:right;margin-right:-50px;margin-top: 9px;}

    .counttagreason{border-top-left-radius:0px;border-top-right-radius:0px;width:55px;text-align: center;margin-top:-14px;}

    .postspeak{display:none;background-color: var(--glassmaterialcontentbackground) ;;position: fixed;width:650px;height:auto !important;border-radius:5px; top: 50%;

        border: 1px solid var(--glassMorphismWindowBorderColor);

        backdrop-filter: blur(var(--unifiedBluringPx));
        /* background-color: rgb(255 255 255 / 74%); */
        left: 50%;
                transform: translate(-50%, -50%);line-height: 170%;

                transition :width 0.2s ease-in-out !important;
                     
                z-index: 3001 !important;
                             }


                             .cancelpostdiscuss{font-size: 25px;color: var(--mainfontcolor);position: absolute;;margin-top: 12px;  
                                margin-top: -4px;   
                                margin-top: -41px;
                                margin-top: -5px;}

                             .cancelpostdiscuss{ }
                        
        .requestdelete-1, .checkMemberWindow{display:none;background-color: var(--contentbackgroundcolor);;position: fixed;width:650px;z-index: 1111111111;height:280px;border-radius:5px; top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);line-height: 170%;
         
            }
    

            .requestdelete-message{font-size: 18px;color:var(--mainfontcolor);margin-top: 75px;font-weight: bold;}

            .requestdelete-button{margin-top: 50px;}

        .requestdelete-cancel{    font-weight: normal;
            background-color: var(--maincolor) !important;
            border-radius: 10px;
            font-size: 15px;
            padding: 8px;
            padding-left: 125px;
            padding-right: 125px;
            color:var(--mainbuttonfontcolor);
            float: left;
            margin-left: 30px;
        }

        .requestdelete-cancel:hover{background-color: var(--mainhovercolor)  !important}

        .requestdelete-submit{
            font-weight: normal;
            background-color: #00339900;
            border: 1.5px solid var(--maincolor);
            border-radius: 10px;
            font-size: 15px;
            padding: 7px;
            padding-left: 125px;
            padding-right: 125px;
            color: var(--maincolor);
            float: right;
            margin-right: 30px;
        }

        .requestdelete-submit:hover{color: var(--mainhovercolor);border: 1.5px solid var(--mainhovercolor);}

        .postdiscuss{display:none;background-color:var(--contentbackgroundcolor);;position: fixed;width:650px;z-index: 2000;margin-left: 30%;height:620px;border-radius:5px; left:0;
            right:0;
      
            margin:auto;
            margin-top: -105px;padding:50px;padding-top: 30px;}

            
        .grouppersonalityratio{display:none;background-color: #ffffff;;position: fixed;width:650px;z-index: 1111111111;margin-left: 30%;height:510px;border-radius:5px; left:0;
            right:0;
      
            margin:auto;
          ;padding:30px;top:0;bottom:0;}


          .ratioicon{width: 55px;display: inline-block;vertical-align: top}

          .ratiocontent{display: inline-block;vertical-align: bottom;width: 80%;}

          .ratiobox{margin-bottom: 30px;}

          .grouppersonalityratio-sub{width: 99.5%;display: inline-block;}

          .createchannelpage{    display: none;
            background-color: var(--contentbackgroundcolor);
            position: fixed;
            width: 650px;
            z-index: 2000;
            /* margin-left: 30%; */
            height: calc(100% + -160px);
            border-radius: 5px;
            left: 0;
            right: 0;
            margin-top: 0px;
            padding: 30px;
            top: 50%;
            left: 50%;
            height: 490px;
            transform: translate(-50%, -50%);}


        .createchannelpage2{    display: none;
            background-color: var(--contentbackgroundcolor);
            position: fixed;
            width: 640px !important;
            z-index: 2000;
            /* margin-left: 30%; */
            height: calc(100% + -160px);
            border-radius: 0px;
            left: 0;
            right: 0;
            margin-top: 140px;
            padding: 30px;
            top: 50%;
            left: 50%;
            height:100%;
            transform: translate(-50%, -50%);
        
            padding: 35px;
    padding-top: 30px;

    
}

            .createchannelpagetextarea1{font-size: 30px;width: 100%;padding-bottom:0px;border: 1px solid transparent;height:50px;font-weight:bold;border-bottom: 1px solid var(--hr);background-color: var(--contentbackgroundcolor);color: var(--mainfontcolor);}

            .createchannelpagetextarea2{font-size:16px;width: 100%;border:1px solid transparent;height: 75%;margin-top: 10px;line-height: 170%;background-color: var(--contentbackgroundcolor);color: var(--mainfontcolor)}
       
    .clickwhisperpersonalitybox{background-color:#e2ebff;color:rgb(158, 175, 207);height:30px;border-radius:2px;margin-bottom:6px;font-size:13px;font-weight: bold;border-radius: 11111111px;padding-left: 15px;padding-right: 15px;}

    .clickwhisperpersonalitybox:hover{color:#003399;transition: 0.5s;}

    
  

    .editspeak{width:  calc(100% + -45px);;border-radius: 5px;resize: none;height:160px;margin-left: 34px;margin-top: 25px;font-size: 15px;color:var(--mainfontcolor);border:0px solid transparent;min-height: 160px;max-height: 500px; line-height: 190%;     word-break: keep-all;background-color: transparent !important;  }

    #discusscontentinput{overflow: auto;overflow-x: hidden;}

    #discusscontentinput2{overflow: auto;overflow-x: hidden;}

    .postspeak-whisper{z-index: 11112}

    .postspeakfunction{color:gray;display:inline-block;width:30px;height:30px;border-radius: 100px;}
    
    .postspeakfunction:hover{color: rgb(184, 184, 184); cursor: pointer;}
    
    .postspeakfunctionicon{margin-left:2px;margin-top: 5px;font-size: 17px;}

    .postspeakboxset{margin-left: 30px;margin-top: 10px;font-size: 14px;}

    .postspeakbuttonbox{float:right;display:inline-block;margin-top: 7px;margin-right:30px !important;}
    
    .postspeakbutton{    
        width: 100px;
        height: 30px;
      font-weight: bold;
      background-color:var(--maincolor);
        /* -webkit-background-clip: text; */
        color:var(--mainbuttonfontcolor);
        font-size: 14px;
        border-radius: 5px;
       

    }

    .postspeakbutton:hover{
        background-color: var(--mainhovercolor)  ;
        border: 0px;
    }     

    .postspeakboxcross{position: fixed;color:var(--mainbuttonfontcolor);margin-left:670px;font-size: 27px;margin-top: 0px;display: none;}

    .postspeakboxcross:hover{
    cursor: pointer;
    }

    .maskmode{}



    .anonymousalert{position:fixed;width:300px;margin-top:-340px;margin-left: 215px;}

    .anonymousalertimportantinformation{color:#a3a3a3}

    .anonymoustitle{font-size: 35px;font-weight: bold;text-align: center;}

    .maskmodedescription{     
         display: none;
        background-color: #ffffff;
        position: fixed;
        width: 650px;
        z-index: 1111111111;
        height:400px;
        border-radius: 5px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: 170%;}
    
    

    .usernameview{
        
        color:rgb(183,183,183);
        
    }
    .personalityview{

      
    color: var(--mainfontcolor);
    border-left: 1px solid rgb(173, 173, 173);
    border-radius: 0px;
    padding-left: 4px;
    padding-right: 7px;
    display: inline-block;
    font-weight: 300;
 
    cursor: pointer;
  
    }



  
    

    /* 全部私信页面 */

    /* 全部私信页面 */

    /* 全部私信页面 */

    /* 全部私信页面 */

    /* 全部私信页面 */

    /* 全部私信页面 */

    /* 全部私信页面 */

    /* 全部私信页面 */

    /* 全部私信页面 */

    /* 全部私信页面 */

    /* 全部私信页面 */

    /* 全部私信页面 */

    /* 全部私信页面 */

    /* 全部私信页面 */

    /* 全部私信页面 */

    /* 全部私信页面 */

    /* 全部私信页面 */

    /* 全部私信页面 */

    /* 全部私信页面 */

    /* 全部私信页面 */

    .searchchatbar{text-align: center;margin:20px;}

    .searchchater{border-radius: 5px;    background-color: #ddf2ff;border:0px solid transparent;width:220px;}

 
    .talkbox{

   
        background-color:var(--contentbackgroundcolor);
        color:gray;
        
      
        margin-top:5px;
        display: inline-block;
     
       

    }

    .chatinterface{

        width:660px;
        
        height:88%;
        margin-left:calc(50% - 160px);
        margin-top:-25px;
        position: fixed;
        border-radius: 10px;
        display: inline-block;
        
       
    }

    .chatlist{
        background-color: #ffffff;
        width:340px;
        height:88%;
        margin-left:calc(50% - 510px);
        margin-top:80px;
        display: inline-block;
        float:left;
        border-radius: 10px;
      
        position:fixed;
    
    
    }

    .chatlistboxset{overflow: scroll;height:90%;}

    .chatlisttime{float:right;color:#d4d4d4;font-size: 12px;}

    .messagelistviewprofileimage-chatpage{width:50px;border-radius: 11110px;}

        .messagelistviewprofileimagebox-chatpage{float:left;}

        .messagelistviewusername-chatpage{font-size: 14px;font-weight: bold;color:#001d58}

        .messagelistviewpersonalityview-chatpage{font-size: 12px;}

        /* .messagelistviewmessageview-chatpage{
            
            font-size: 12px; 
            -webkit-line-clamp: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            cursor:pointer;
            3;
                    display: -webkit-box;
                            -webkit-box-orient: vertical;
                                    overflow: hidden;
                                            text-overflow: ellipsis;
                                                    cursor:pointer;
                                                            word-break: break-all;
                                                                    line-height: 170%;
                                                                            
                                                                                   
                                                                                       }
                                                                                        */
                                                                                           
                                                                                           
                                                                                               .dreamtrendboximagetextset{ margin-left:28px;}
                                                                                               
                                                                                                
                                                                                                   
                                                                                                       
                                                                                          
                                                                                                           
                                                                                                               .whisperuserinformation{display:inline-block;margin-left:5px;font-size: 14px;}
                                                                                                               
                                                                                                                   .whisperuserintroduction{font-size: 13px;}
                                                                                                                   
                                                                                                                       .whisperuserimage{width:40px;border-radius: 10000px;}
                                                                                                                       
                                                                                                           
                                                                                                                                   
                                                                                                                                       
                                                                                                                                           .replywhispertitle{font-size: 15px;color:#b1b1b1}
                                                                                                                                           
                                                                                                                                               .replywhisperlink{font-size: 15px;color:#003399}
                                                                                                                                               
                                                                                                                                         
                                                                                                                                                   
                                                                                                                                                       .commentwhisperimage2{width:40px;height: 40px;float: left;border-radius: 10000px;}
                                                                                                                                                       
                                                                                                                                                           .commentwhisperimage2:hover{cursor: pointer;}
                                                                                                                                                               
                                                                                                                                                         
                                                                                                                                                                   
                                                                                                                                                                       .commentwhisperbutton{float:right;margin-right: 30px;}
                                                                                                             
                                                                                                                                                                               
                                                                                                                                                                           
                                                                                                                                                                                   
                                                                                                                                                                                       .whispercommentboxset{display:n1one}
                                                                                                                                                                                       
                 
                                                                                                                                                                                           
                                                                                                                                                                                            
                                                                                                                                                                                               
                                                                                                                                                                                                   .whispercommentusernameview{font-size:13px;margin-left:-4px}
                                                                                                                                                                                                   
                             
                                                                                                                                                                                                       
                                                                                                                                                                                                           
                                                                                                                                                                                                           
                                                                                                                                                                                                           
                                                                                                                                                                                                               
                                                                                                                                                                                                               
                                                                                                                                                                                                                   .whispercommentpersonalityview{font-size:13px;}
                                                                                                                                                                                                                   
                                                                                                                                                                                                               
                                                                                                                                                                                                                       
                                                                                                                                                                                                                               .whispercommentinformation{float: left;color:rgb(151, 151, 151);font-size: 12px;margin-left:47px;margin-top:2px;}
                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                       .whispercommentoperationbutton1{display: inline-block;margin-right:5px;margin-top: -4px;float:right}
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                              .whispercommentoperationbutton1:hover{color: #7b9ff9;}
                                                                                                                                                                                                                                              
                                                   
                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                      .interactnumber{cursor: pointer;}
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                      .commentwhisperbutton2 {
                                                                                                                                                                                                                                                                              padding: 5px;
                                                                                                                                                                                                                                                                                      border-radius: 3111px;
                                                                                                                                                                                                                                                                                      background-color: #003399;
                                                                                                                                                                                                                                                                                                      color:var(--mainbuttonfontcolor);
                                                                                                                                                                                                                                                                                                              padding-left: 10px;
                                                                                                                                                                                                                                                                                                                      width: 100px;
                                                                                                                                                                                                                                                                                                                              height: 30px;
                                                                                                                                                                                                                                                                                                                                      border-radius:3px;
                                                                                                                                                                                                                                                                                                                                              padding-right: 10px;
                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                      .commentwhisperbutton2:hover{background-color: var(--mainhovercolor)}
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                              .commentwhispertoolbaricon:hover{color:var(--mainhovercolor);cursor: pointer;}
                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                  .commentwhispertoolbar{display:inline-block;margin-left: 66px;}
                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                      .whispercommentreportbutton{display:none}
                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                          .interactnumber{margin-left:1px;display: inline-block;}
                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                  .dreamtrendboxfirstbutton{margin-left: 20px;}
                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                      .dreamboxdiscoverchangegroup{float:right;margin-top: -16px;margin-right:10px;font-size: 12px;color:rgb(174, 174, 174)}
                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                          .dreamboxdiscovername{width:160px;font-size: 14px;;margin-top:-32px;margin-left:10px;}
                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                              .dreamboxdiscoverinformation{display: inline-block;margin-top: 10px;}
                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                  .dreamboxdiscoverpersonality{font-size: 13px;color:rgb(197, 197, 197)}
                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                      .findmaskfollow{font-size: 12px;height:20px;border:0px solid transparent;color:rgb(20, 40, 122);}
                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                          .findmaskfollow:hover{border:0px solid transparent;}
                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                              .findmaskfollowbox{display: inline-block;float:right;margin-right:-50px;margin-top: 9px;}
                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                  .counttagreason{border-top-left-radius:0px;border-top-right-radius:0px;width:55px;text-align: center;margin-top:-14px;}
                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                                                                                              .createchannelpagetextarea2{font-size:15px;width: 100%;border:1px solid transparent;height: 75%;margin-top: 10px;line-height: 170%;       height: calc(100% + -100px);;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .clickwhisperpersonalitybox:hover{color:#003399;transition: 0.5s;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .editspeak{width:calc(100% + -120px);border-radius: 5px;resize: none;height:160px;margin-left: 94px;margin-top: 30px;font-size: 15px;color:var(--mainfontcolor);border:0px solid transparent ;background-color: var(--contentbackgroundcolor);  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .postspeakfunction{color:gray;display:inline-block;width:30px;height:30px;border-radius: 100px;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .postspeakfunction:hover{color: rgb(184, 184, 184); cursor: pointer;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .postspeakfunctionicon{    position: absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: 2px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-top: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size: 17px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                width: 25px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                bottom: 4px;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .postspeakboxset{margin-left: 25px;margin-top: 0px;margin-bottom:20px;font-size: 14px;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .postspeakbuttonbox{float: right;
    display: inline-block;
    bottom: 0;
    margin-bottom: 20px;
    right: 0;
    margin-right: 10px;
    position: absolute;
    margin-top: 7px;
    margin-right:3 0px;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .postspeakboxcross{position: fixed;color:var(--mainbuttonfontcolor);margin-left:670px;font-size: 27px;margin-top: 0px;display: none;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .postspeakboxcross:hover{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .maskmode{}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .anonymousalert{    position: fixed;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 200px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-top: -180px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left: 215px;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .anonymousalertimportantinformation{color:#a3a3a3}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .anonymoustitle{font-size: 35px;font-weight: bold;text-align: center;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .usernameview{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                color:rgb(183,183,183);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .personalityview{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                color:var(--maincolor);
                                                                                                                               font-size: 15px;                                                                                                                                                                                                   border-radius:0px;padding-left: 7px;padding-right: 7px;
                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight: 300;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                line-height:100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        cursor: pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* 全部私信页面 */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .searchchatbar{text-align: center;margin:20px;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .searchchater{border-radius: 5px;    background-color: #ddf2ff;border:0px solid transparent;width:220px;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .chatinterface{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      width:660px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      height:88%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              margin-left:calc(50% - 160px);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      margin-top:-25px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              position: fixed;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      border-radius: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .chatlist{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             background-color: #ffffff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     width:340px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             height:88%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     margin-left:calc(50% - 510px);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             margin-top:80px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             float:left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     border-radius: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   position:fixed;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .chatlistboxset{overflow: scroll;height:90%;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .chatlisttime{float:right;color:#d4d4d4;font-size: 12px;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .messagelistviewprofileimage-chatpage{width:50px;border-radius: 11110px;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .messagelistviewprofileimagebox-chatpage{float:left;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .messagelistviewusername-chatpage{font-size: 14px;font-weight: bold;color:#001d58}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .messagelistviewpersonalityview-chatpage{font-size: 12px;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .messagelistviewmessageview-chatpage{
              font-size: 12px; 
              -webkit-line-clamp: 1;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
        width:239px;
        color:rgb(161, 161, 161);}

        .messagelistviewinformationbox-chatpage{float:left;margin-left:  10px;margin-top: 6px;width:245px;;}

        .messagelistviewbox-chatpage{overflow: hidden;padding:10px;padding-top:15px;padding-bottom: 15px;}

        .messagelistviewbox-chatpage:hover{background-color: #ececec ;cursor: pointer;}

    .groupchatinformationboximage{

        width:90px;
        border-radius: 1000px;
    }
    
    .groupchatinformationbox{

        display:inline-block;
        width:345.8px;
        cursor: pointer;
        margin-left: 10px;
        padding:10px;
        font-size: 15px;
        background-color: #e6e6e6;
        border-radius: 2px;
        color:#00405a;
      
        

    }

    .groupchatpersonalityview{

       
        color:rgb(151, 151, 151);
        border-radius: 5px;
        display:inline-block;
        font-size:13px;
        margin-left:10px;
    }

   
    .chatrecord{

        
      
        position:relative;
        overflow:hidden;
        height:calc(100% + -285px);
        overflow:auto;

    }
    .chatBoxOtherSide{
        float:left;
        margin-left:20px;
        margin-top: 20px;
        width: calc(100% + -20px);
        word-break: break-all;
    }

    .chatrecordleftimage{

        width:40px;
        border-radius: 1000px;
        float: left;

        
    }

    .chatrecordleftimage:hover, .chatrecordrightimage:hover , .messagelistviewprofileimage:hover{
filter: brightness(70%);
transition: 0.3s;
        cursor: pointer;
    }

    .chatrecordleftmessagebox{

        word-break: keep-all;
        display:inline-block;
        color:var(--mainfontcolor);;width:auto;
        padding:5px;margin-left:10px;
        padding-left: 15px;
        padding-right: 15px;
        color: var(--mainfontcolor);
        border: 1px solid var(--hr);
        border-radius: 5px;max-width:40%;
        float: left;
        font-size:15px;
        user-select:text;
        border-radius: 5px;
        line-height: 170%;
        word-wrap: break-word; 
margin-top: 2.5px;
        padding-top:10px;
        padding-bottom:10px;
        font-size: 15px;
    }

    .chatrecordleftmessagebox:hover{
        border-color: var(--maincolor);
        
        transition: 0.75s;
    }

    .chatBoxMeSide{
        float:right;
        margin-right:20px;
        margin-top: 20px;
        width: calc(100% + -20px);
        word-break: break-all;
    }

    .chatrecordrightimage{

        width:40px;
        border-radius: 1000px;
        float: right;
    }

    .chatrecordrightmessagebox{
        margin-top: 2.5px;
        word-break: keep-all;
        display:inline-block;
        color:var(--mainbuttonfontcolor);width:auto;
        padding:5px;margin-right:10px;
        padding-left: 15px;
        padding-right: 15px;
        color: var(--mainfontcolor);
        border: 1px solid var(--hr);
        border-radius: 5px;max-width:40%;
        float: right;
        font-size:15px;
        user-select:text;
        line-height: 170%;

        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 15px;
     
    }
    
    .chatrecordrightmessagebox:hover{


        border-color: var(--maincolor);

        transition: 0.75s;
    }

    .chatlistcategory{

        display:inline-block;
        width:182.8px;
        cursor: pointer;
        margin-left: 0px;
        padding:10px;
        font-size: 15px;
        
        

    }

    .chatlistcategorybox{
        position: fixed;
        margin-top:85px;
    }

    .chatlistsearchbar{

       margin-top:75px;
       position:fixed;
       z-index: 1000000000;
    }

    #chatlistsearchbar{

        width:330px;
        margin-left:0px;
        border-radius: 100px;
        border:1px solid #003399;


     }

   

    .chatlistcategory2{

        color:#b4b4b4
    }

    .chatlistcategory:hover{

       color:#003399;
        border-radius: 5px;

    }

    .sidefunction{
        background-color: #3d3d3d;
        width:57px;
        height:100%;
        margin-left:330px;
        margin-top:63px;
        display: inline-block;
        font-size: 12px;
        float:left;
       
   
      
        position:fixed
    
    }

    .sidefunctionbutton{
        color:rgb(144, 144, 144);
        text-align: center;
        margin-top:70px;

    }

    .sidefunctionblank{

        height:25px;
        display:none
    }

    .sidefunctionbutton:hover{

        color:rgb(193, 249, 255);
        cursor: pointer;
      
    }

    .sidefunctionicon{
        font-size:20px;
    }

    .sidefunctiondescription{display:none;}

    .chatinterfacetitle{
        border-radius: 0px;
        display: inline-block;
        min-width: 77.5%;
        margin-top: 0px;
        text-align: center;
        height: 45px;
        border-bottom: 1px solid var(--hr);
       

   
    }

  
    
      .clickUserInfoInMessageWindow:hover .messagelistviewusername{

        color:gray !important;
        transition: 0.3s;

        cursor: pointer;
    }




    .clickUserInfoInMessageWindow:hover .chatinterfacetitlename{

        color: gray!important;
        transition: 0.3s;

        cursor: pointer;
    }

   .clickUserInfoInMessageWindow{
        cursor: pointer;}
    
    .clickUserInfoInMessageWindow:hover .personalityview{

        color: var(--maindisabledcolor) !important;
        transition: 0.3s;

        cursor: pointer;
    }


    .chatinterfacegoback{color:rgb(0, 115, 255);display: inline-block;font-size:19px;cursor: pointer;float:left;margin-top: 19px;margin-left:20px;}

    .chatinterfacetitlename{ color:var(--mainfontcolor);;font-weight:bold;font-size: 17px;}

    

    .talkboxchatinput{background-color:rgb(255, 255, 255);width:640px;bottom:0;height:135px;margin-left: 10px;color:rgb(0, 0, 0);border:transparent;font-size: 13px;}

    .chatBoxButtonForSendingMessage{font-size: 15px;
        height: 34px;
        border-radius: 5px;
        border: 0px solid transparent;
 transition: 0s ;
        line-height: 2px;
        width: 100px;
        color: var(--mainbuttonfontcolor);
        background-color: var(--maincolor);
        float: right;}    

    .chatBoxButtonForSendingMessage:hover{           background-color: var(--mainhovercolor);} 

    .talkboxadditionbar{height:100px;background-color:rgb(255, 255, 255);width:640px;margin-top: -165px;margin-left:10px;font-size: 16px;border:1px solid rgb(237, 237, 237);border-bottom:transparent;border-left:transparent;border-right:transparent;}

    .talkboxadditionbaricon{margin:1px;display: inline-block;margin-top: -3px;color:#003399}

    .talkboxbottomarea{position:fixed;bottom:30px; width:670px;}

    .sendbuttonbox{
        float:right;
        margin-right:20px;
    }

    /* 脑波帖子页面 */

    /* 脑波帖子页面 */

    /* 脑波帖子页面 */

    /* 脑波帖子页面 */

    /* 脑波帖子页面 */

    /* 脑波帖子页面 */

    /* 脑波帖子页面 */

    /* 脑波帖子页面 */

    /* 脑波帖子页面 */

    /* 脑波帖子页面 */

    /* 脑波帖子页面 */

    /* 脑波帖子页面 */

    /* 脑波帖子页面 */

    /* 脑波帖子页面 */

    /* 脑波帖子页面 */

    /* 脑波帖子页面 */

    /* 脑波帖子页面 */

    /* 脑波帖子页面 */

    /* 脑波帖子页面 */

    /* 脑波帖子页面 */

    .postuser:hover .personalityview{cursor: pointer;}
    
    .postuser:hover .postusernameview{cursor: pointer;}


    .postusernameview{font-size: 15px;}

    .dreampostthemeposterimage{cursor: pointer;}

  

    .postuseranonymous:hover .personalityview{        color: var(--mainhovercolor);cursor: pointer;    transition: 0.3s;}
    

    .postuseranonymous:hover .discussidentitylabel{  color:  var(--logofonthovercolor);
        cursor: pointer;
        transition: 0.3s;}

        .postuser:hover .discussidentitylabel{  color:  var(--logofonthovercolor);
            cursor: pointer;
            transition: 0.3s;}

    .postuseranonymous:hover .postusernameview {
        color:  var(--logofonthovercolor);
        cursor: pointer;
        transition: 0.3s;
    }

    .userintroductionview{


    float: right;
    font-size: 11px !important;

 

    color: gray;


    }

    .postuser ,.postuseranonymous{
        display: inline-block;
        /* margin-left: 70px; */
        width: calc(100% + -130px);


    }

    .postuser:hover .postusernameview {
        color: var(--logofonthovercolor);
        cursor: pointer;
        transition: 0.3s;
    }


    .postuser:hover .personalityview{color: var(--mainhovercolor);transition: 0.3s;}


    .userintroductionview{font-size: 15px;}

    .applybutton{background-color: #003399;color:var(--mainbuttonfontcolor);border-radius:3px;width:65px}

    .applybutton:hover{background-color: #75a3ff;color:var(--mainbuttonfontcolor);cursor: pointer;}

    .dreampostotherlinkposterinformation{color:var(--discussingrecommendpostauthorcolor);}

    .dreampostotherlink {
  
        background-color: var(--contentbackgroundcolor);
        display: inline-block;
        padding: 20px;
        margin-top: 5px;
        border-radius: 5px;
        color:var(--discussingrecommendpostcolor);
        box-shadow: 0px 0px 1px 0px var(--contentboxboxshadow);
        line-height: 190%;
        width:310px;
  
        padding-top: 12px;
        padding-bottom: 12px;

    }

    .realatedPostContentContainer{      -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor:pointer;
        word-break: break-all;
}

    .dreampostotherlinktime{float: right;font-size: 13px;color:#616161}

    .dreampostotherlinkcomment{font-size: 13px;color:#909090}

    .dreampostotherlink-box{background-color: transparent;box-shadow: none;}

    .dreamposttheme{color:var(--mainfontcolor);;font-size: 23px;user-select: text;font-weight: bold;padding-top: 15px;}
    
    .dreampostthemeposterinformation{display: inline-block;float:left;width: 97%;margin-top: 17px;padding-left: 10px;}

    .dreampostthemeposterimage{width:40px;border-radius: 1000px;}

    .dreampostthemecommentterimage{width:40px;border-radius: 1000px;margin-right: 4px;}

    .dreamposttime{float:left;margin-top: 4px;margin-left:74px;font-size: 13px;}

    .firstdreamposttime{float:left;margin-top: 10px;margin-left:74px;font-size: 13px;}

    .dreamposttext{float:left;margin-left:74px;font-size:15px;margin-top: 0px;width:560px;user-select: text;  color:var(--mainfontcolor);display: no1ne;line-height: 190%;}

    .pageviewtext{display: no1ne;}

    .dreampostpicture{width:100%;;border-radius: 5px;}

    .dreampostbutton{width:auto;background-color:var(--clickablebackgroundcolor);color:#333333;padding:8px;border-radius: 35px;margin-left: 5px;padding-left: 10px;padding-right: 10px;color: var(--mainfontcolor);}

    .dreampostbutton:hover{background-color: var(--secondaryhovercolor);}
    .dreamcommenttext{margin-bottom: 5px;}

    .commentoperation{display: inline-block;float: right;width:auto;font-size: 14px;color:#666666;    margin-right: 23px;
    margin-bottom: 10px;}

    .likecomment{float:right;margin:5px ;}

    .reportbrainwave{float:left;color:#003399;margin-left: 27px;margin-top: 5px;}


    .reportcomment{float:right;display:none;margin:5px ;}

    .reportcomment:hover{color:#75a3ff;cursor: pointer;}

    .mainbox2:hover .reportcomment{display: block;}

    .reportpost{margin-left:552px;color:#003399}

    .reportpost:hover{color:var(--mainhovercolor);cursor: pointer;}

    .likecomment:hover{cursor: pointer;}

    .commentcomment{float:right;margin:5px}

    .commentcomment:hover{color:#75a3ff;cursor: pointer;}

    .commentdreamposttitle{color:#01021e;padding: 15px;font-size: 17px;}

    .commentdreamposttext{width: 95%;height:100px;margin-left: 15px;border:1px solid #e0e0e0; border-radius: 5px;color:var(--mainfontcolor);}

    .commentdreampost{background-color: transparent;box-shadow: none;}

    .commentsubmitbutton{float: right;margin-right: 20px;}

    .commentsubmitbutton2{background-color: #ffffff;border:1px solid #003399;color:#003399}

    .commentimage{float:left;display: inline-block;color:#003399;margin-left: 17px;}

    .repostoption{font-size: 14px;margin-left: 5px;display:inline-block;color:#cbcbcb}

    

    /* 波段相关 */

    /* 波段相关 */

    /* 波段相关 */

    /* 波段相关 */

    /* 波段相关 */

    /* 波段相关 */

    /* 波段相关 */

    /* 波段相关 */

    /* 波段相关 */

    /* 波段相关 */

    /* 波段相关 */

    /* 波段相关 */

    /* 波段相关 */

    /* 波段相关 */

    /* 波段相关 */

    /* 波段相关 */

    /* 波段相关 */

    /* 波段相关 */

    /* 波段相关 */

    /* 波段相关 */

    .followchannellist {
        overflow-y: scroll !important;
        display: flex;
        flex-wrap: wrap;
        column-gap: 0;
        margin-left: calc(50% + -505px);
        width: 825px;
        min-height: 69%;
        z-index: 111111111111100;
        margin-top: 25px;
        border-radius: 5px;
        display: no1ne;
  
    }

    .followchannellisttitle{    
        font-size: 35px;
        color: #003399;
        font-weight: bold;
       
        width: 997px;
        margin-left: 0px;}

    .chooseinchannellist{text-align: left;font-weight: bold;position:absolute;width:1000px;background-color: rgb(255, 255, 255);box-shadow: 0px 0px 0px 0.4px rgb(228 228 228);border-radius: 5px;    margin-left: calc(50% + -500px);margin-top: 20px;}

    .joinlist{margin: 30px;margin-bottom:0px;margin-left:30px;display:inline-block;color:#003399}

    .createdlist{margin: 30px;margin-bottom:0px;display:inline-block;height:50px;}

    .relpiedlist{margin: 30px;display:inline-block;}

    .channellistnumber{font-size: 12px;color:gray}

    .createchannel{    display: inline-block;
        font-size: 13px;
        font-weight: normal;
        background-color: #003399;
        color:var(--mainbuttonfontcolor);
        padding: 4px;
        border-radius: 15px;
        margin-top: 26.5px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: -5px;}
    
        .searchchannel {
            margin-top: 14.5px;
            position: relative;
            float: right;
            margin-right: 20px;
        }

    .searchchannelbox{margin-right: 0px;margin-right: 5px;}

    .searchchannel2 {
        border-radius: 5px;
        border: 0px solid var(--mainfontcolor);;
        background-color: var(--secondarysearchbarbackgroundcolor);
        height: 28px;
        width: 144px;
        margin-right: 18px;
        margin-left: 34px;
        padding-left: 13px;
        padding-right: 13px;
        font-weight: normal;
        font-size: 15px;
        color:var(--mainfontcolor);
    }

    .channelbox{background-color: var(--contentbackgroundcolor);display:inline-block;border-radius:5px;height:70px;width:270px;margin:20px;}

    .channelbox:hover{background-color:var(--primaryhoverclickablebackgroundcolor);cursor: pointer;}

    .channelbox:hover .RankHasVotedSign .RankVoteIcon{fill:var(--primaryhoverclickablebackgroundcolor);transition:1s;}

    .RankVoteIcon{transition: 1s;}

    .channelbox-2{background-color: #ffffff;display:inline-block;border-radius:5px;height:auto;width:175px;margin:20px;margin-bottom:10px;text-align: center;padding: 15px;font-size: 15px;;color:#7a7a7a;margin-left:0px;margin-right: 0px;}

    .channelboxname-2{margin-top: 5px;font-weight: bold;color:var(--mainfontcolor);}

    .channelboxviewimagebox{width:55px;border-radius:11115px;margin-top: 10px;margin-left: 5px;float:left;}
    
    .channelboxviewimage{width:55px;border-radius:51111px;float:left;background-color: var(--clickablebackgroundcolor);}

    .channelboxviewimage-2{width:45px;border-radius:5111px; border: none !important;}

    .channelboxviewimage:hover { cursor: pointer;}

    .channelboxset{    margin: 0px;
        margin-top: 45px;
        background-color:var(--contentbackgroundcolor);;
        border-radius: 10px;
        padding: 0px;
    width: 850px;padding-left: 15px; box-shadow: 0px 0px 1px 0px rgb(216 216 216);}

    .channelboxset2{width:195px;display: inline-block;text-align: left;margin-right: 5px;margin-bottom: 0px;margin-left: 5px;}

    .postbutton-channelselect {
        width: 51px;
        margin-left: 27px;
        background-color: #003399;
        height: 25px;
        border-radius: 5px;
        color: var(--mainbuttonfontcolor);
        
     
        margin-top: -20px;
        font-size: 11px;
        position: absolute;
    }

    .postbutton-channelselect2 {
        width: auto;
        min-width: 55px;

        margin-left: 25px;
        background-color: var(--secondarybuttoncolor);
        /* height: 22px; */
        border-radius: 3px;
        color: var(--mainfontcolor);
        padding-top: 2px;
        margin-top: -20px;
        font-size: 12px;
        position: absolute;
        font-weight: bold;
        /* border: 1px solid #003399; */
    }

    .postbutton-channelselect2:hover{  background-color: var(--profilebuttonhoverbackgroundcolor);transition: 0.1s;}

    .postbutton-channelselect:hover{transition: 0.1s;  background-color: #003399;}

    .channelboxinformation{display: inline-block;float:left;margin-top: 12px;margin-left: 10px;line-height: 170%;}

    .channelboxinformation2{margin-top: 5px;}

    

    .enterchannelset{}

    .enterchannel3{    font-size: 13px;
        background: linear-gradient(to left, #003399,#003399);
        /* -webkit-background-clip: text; */
        color:var(--mainbuttonfontcolor);
        width: auto;
       
        border-radius: 2px;
        border: 1px solid #003399;
        margin-top: 25px;
        padding:10px;
        padding-top:3px;
        padding-bottom:3px;
    }

    .enterchannel3:hover{
        border: 1px solid #7da8ff;
        background: linear-gradient(to left, #6d9eff,#6d9eff);
   
    
    }

    .enterchannel2{font-size: 13px; border: 1.5px solid #003399;background: linear-gradient(to left, #003399,#003399);color:var(--mainbuttonfontcolor);width:auto;;height:25px;border-radius:5px;;border: 1px solid #003399;margin-top: 25px;}

    .enterchannel2:hover{
        border: 1px solid #7da8ff;
        background: linear-gradient(to left, #6d9eff,#6d9eff);
       
        color:var(--mainbuttonfontcolor);
    
    }

    .enterchannelrecommend2{color:rgb(255, 255, 255);font-size: 11px; ;background: linear-gradient(to left, #003399,#003399);width:auto;;height:25px;border-radius:5px;;margin-top: 25px;}
    
    .enterchannelrecommend2:hover{ background: linear-gradient(to left, #7b9ff9,#7b9ff9);}

    .enterchannelrecommend{color:rgb(255, 255, 255);font-size: 11px;border: 1.5px solid #003399;background: linear-gradient(to left, #003399,#003399);-webkit-background-clip: text; color: transparent;width:auto;;height:25px;border-radius:2px;;border: 1px solid #003399;margin-top: 25px;}

    .enterchannelrecommend:hover{border: 1px solid #7b9ff9; background: linear-gradient(to left, #7b9ff9,#7b9ff9);-webkit-background-clip: text; color: transparent;}

    .enterchannel{float:right;margin-right:10px ;}

    .enterchannel-post{float:right;margin-right: 14px ;}

    .channelboxname{float: left;font-weight: bold;color:var(--mainfontcolor);font-size:14px;}

    .channelboxgenre{background-color:rgb(227, 237, 255);color:rgb(133, 155, 198);font-size: 12px;border-radius: 21111px;padding:3px;}

    .countchannelfollower{font-size: 12px;color:#bababa;border-radius: 2px;margin-left: 5px;}

    .channelboxnamerecommend{float: left;color:var(--mainfontcolor);font-size:13px;position: absolute;font-weight: bold;width: 200px;}

    .channelboxgenrerecommend{color:var(--lightinformation);;font-size: 12px;}

    .channelinformation-feed{padding: 1px;border-radius: 5px;font-size: 13px;}

    .countchannelfollowerrecommend{font-size: 12px;color:var(--lightinformation);;}

    /* 波段内容 */

    /* 波段内容 */

    /* 波段内容 */

    /* 波段内容 */

    /* 波段内容 */

    /* 波段内容 */

    /* 波段内容 */

    /* 波段内容 */

    /* 波段内容 */

    /* 波段内容 */

    /* 波段内容 */

    /* 波段内容 */

    /* 波段内容 */

    /* 波段内容 */

    /* 波段内容 */

    /* 波段内容 */

    /* 波段内容 */

    /* 波段内容 */

    /* 波段内容 */

    /* 波段内容 */

    .dreamtrendboxuser{display:inline-block;color:var(--mainbuttonfontcolor);border-radius: 4px;float:right;margin-right:20px;font-size: 13px;
    }

    .channelsearchbox{display:inline-block;float:right;font-weight: normal;font-size: 12px;margin-top:-3px;}
    
    .channelsearchbar{width:200px;height:30px;border-radius: 10px;border:solid 1px gray;}
   
    .searchbrainwave{border-radius:5px;border:0px solid var(--mainfontcolor);;background-color: #ddf2ff;height:25px;width:100px}

    .searchbrainwavebutton{background-color: #003399;height:25px;width:50px;border-radius: 5px;margin-left: 5px;color:var(--mainbuttonfontcolor)}
    
    .searchbrainwavebutton:hover{background-color: #75a3ff;color:var(--mainbuttonfontcolor);cursor: pointer;}

    .usernameview{
        
        color:rgb(163,163,164);
        font-size: 15px;
        
    }
   
   .personalityview {
    font-size: 15px;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: 350;
    padding-top: 1px;
}


.characterpersonalityview{font-size: 22px;margin-top: 0px;border-color: transparent; font-weight: bold; }



   .clickuser:hover{cursor:pointer;}

   

    .channelbrainwavebutton{display:inline-block;margin-left:20px;}

    .channelbrainwavetitle{
        font-size: 15px;
        margin-left:27px;
        width:502px;
        font-weight:550;
        display:inline-block; 
        -webkit-line-clamp:1;
        display: -webkit-inline-box;
     
        -webkit-box-orient: vertical;
        overflow: hidden; 
     
        text-overflow: ellipsis;}

    .channelbrainwavetime{float:right;display: inline-block;margin-right: 30px;margin-top: 3px;}

    .channelbrainwavetime2{font-size: 12px;color:rgb(183, 183, 183)}

    .toplevelbrainwave {

        background-color: #d5e3fd;
        color:#001b51;
        font-size: 14px;
        border-radius: 2px;
        font-weight:bold;
    }

    .topbrainwave{
        background-color: #d5e3fd;
        color:#001b51;
        font-size: 14px;
        border-radius: 2px;
        font-weight:bold;}

        .brainwavechannelbox{margin-bottom: 40px;padding:17px;height:auto;padding-right:0px;}

        .channelpageinformationimage{width:130px;height:130px;border-radius: 20px;float:left;background-color: var(--clickablebackgroundcolor);border: 1px solid var(--imagebordercolor);}

        .channelpageinformation{float:left;margin-left:5px;width:509px;float: left;
            margin-left: 5px;
            width: calc(100% + -110px);}

        .channelpagename{font-weight: 400;color:var(--mainfontcolor);font-size: 30px;padding: 5px;}

        .channelpagetype{font-weight: bold;color:#ffffff;font-size: 15px;background-color: #003399;;margin-left: 5px;border-radius: 2px;padding:4px;vertical-align: middle}

      

        .channelpagedescription {
         
            padding:5px;
            padding-left: 10px;
            padding-right: 10px;
            float: left;
            width: 500px;
            margin-top: -5px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            font-size: 15px;
            -webkit-line-clamp: 3;
            position: relative; /* 需要设置相对定位 */
            line-height: 170%;
        }

        
        .channelpagejoinarea{float:right;position: absolute;margin-left: 0px;margin-top: 163px;}

        .channelpagecreaterinformationbox {
            position: relative;
            width: 624px;
            margin-top: 120px;
         
        }


        .channelpagechannelinformation{
            float: left;
            margin-left: 0px;
            position: relative;
        }

        .channelpagecreaterinformation {
            float: right;
    margin-right: 0px;
    position: relative;
    margin-top: 15px;
}
      

        .channelpageapplybutton{border-radius:2px;width:150px;font-size: 20px;}

        .channelpageapplybutton:hover{cursor: pointer;}

        .personalityintroductionset{margin: 20px;}

        .imageview-channel{width:22px;border-radius: 100000px;margin-top: -3px;margin-right: 5px;}

        .postsubbox-page{margin:0px;background-color: transparent;box-shadow: none;width: 310px;}
        
     
       
        .voteprogressmore{margin-top: 0px;}

    

        .row {
            margin-right: 0px !important; 
             margin-left: 0px !important;
        }


        .dreamposttheme{
            font-size: 24px !important;
            padding-right: 11px;
        }
        

    .dreampostoperationbutton {
        display: inline-block;
        float: right;
        margin-right: 30px;
        margin-top: 0px;
        margin-bottom: 20px;
        display: block;
    float: right !important;
    margin-top: 6px;
    margin-bottom: 20px;

    }

