
/* 内容 */
.content{
    position: relative;
    margin: 0 auto; 
}
.layui-nav-tree{
    width: 160px !important;
}
/* .layui-side-scroll{
    width: 160px !important;
} */
.layui-nav-child a:hover{
    background-color:#b18cc2 !important;
}
.content-right{
    margin-left:165px;
}
.posttitle{
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 10px;
    box-shadow: 1px 1px 1px #dddddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
}
.posttitle-items-1{
    display: flex;
    flex-direction: column;
	width:80%;
}
.posttitle-items-1 ul li{
    padding: 2px 10px;
    background-color: #dfd2e6;
    margin: 10px 10px;
    border-radius: 10px;
    color: #611987;
	margin-right:-6px;
}
.posttitle-items-1 ul li:first-child img{
    width: 20px;
    height: 20px;
}
.posttitle-items-1 div{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 2px 10px;
}
.posttitle-items-2{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.posttitle-items-2 ul{
    margin-bottom: 15px;
}
.posttitle-items-2 ul li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2px 20px;
}
.posttitle-items-2 ul li:first-child{
    border-right: 1px solid #cbcbcb;
}
.posttitle-items-2 ul li label{
    margin-bottom: 5px;
    color: #999;
}
.posttitle-items-2 span{
    font-weight: bold;
    font-size: 16px;
}
.posttitle-items-2 .layui-btn{
    border:1px solid #611987;
    color:#611987;
    border-radius: 6%;
    width: 100px;
    height: 30px;
    line-height: 30px;
}
.posttitle-items-2 button:hover {
    border:1px solid #611987;
    color: #611987;    
}
.postcontent{
    margin-top:10px;
    display: flex;
    height: 100%;
}
.postcontent-items-left{
    display: flex;
    justify-content: space-between;
    width:80%;
    height: 100%;
    flex-direction: column;
}
/* 中间帖子楼主帖子的样式开�?1?7 */
.postcontent-items-left-1{
    border: 1px solid #b3b3b3;
    box-shadow: 0px 0px 5px #dddddd;
    display: flex;
    background-color: white;
}
.postcontent-items-left-1 .postcontent-child-left-1{
    border-right: 1px solid #b3b3b3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 10px;
    width: 100px;
}
.postcontent-items-left-1 .postcontent-child-left-1 div:nth-child(1){
    width: 75px;
    height: 75px;
    margin-bottom:4px;
}
.postcontent-items-left-1 .postcontent-child-left-1 div:nth-child(1) img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
   
}
.postcontent-items-left-1 .postcontent-child-left-1 div:nth-child(2){
    display: flex;
    align-items: center;
    margin-bottom:4px;
}
.postcontent-items-left-1 .postcontent-child-left-1 div:nth-child(2) img{
    width: 20px;
    height: 20px;
    margin-left: 2px;
}
.postcontent-items-left-1 .postcontent-child-left-1 div:nth-child(3){
    margin-bottom: 6px;
    width: 80%;
}
.postcontent-items-left-1 .postcontent-child-left-1 div:nth-child(3) .layui-progress{
    margin-top: 6px;
}
.postcontent-items-left-1 .postcontent-child-left-1 .postnumber{
    margin-bottom: 4px;
}
.postcontent-items-left-1 .postcontent-child-left-1 .postnumber li{
    display: flex;
    flex-direction: column;
    padding: 0px 3px;
    align-items: center;
    color: #e2e2e2;
    border-right: 1px solid #b3b3b3;
    font-size: 12px;
}
.postcontent-items-left-1 .postcontent-child-left-1 .postnumber li label{
    margin-bottom:0px !important;
}
.postcontent-items-left-1 .postcontent-child-left-1 .personal-letter {
    display: flex;
    margin-top: 6px;
}
.postcontent-items-left-1 .postcontent-child-left-1 .personal-letter li{
    padding: 0px 5px;
}
.postcontent-items-left-1 .postcontent-child-left-1 .personal-letter a{
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    border-color: #611987;
    color:#611987;
    border-radius: 6px;
    font-size: 12px;
}
.postcontent-items-left-1 .postcontent-child-left-1 .postnumber li:last-child{
    border-right: none;
}
.postcontent-items-left-1 .postcontent-child-left-2{
    display:flex;
    flex-direction: column;
    padding: 10px 15px;
}
.postcontent-items-left-1 .postcontent-child-left-2-1{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom:1px solid #e2e2e2;
    padding:20px 0 6px;
    color:#7f7f7f;    
}
.postcontent-items-left-1 .postcontent-child-left-2-1 .post-childtitle{
    display: flex;
    align-items: flex-end;
}
.postcontent-items-left-1 .postcontent-child-left-2-1 .post-childtitle div{
    width: 20px;
    margin-right: 10px;
}
.postcontent-items-left-1 .postcontent-child-left-2-1 .post-childtitle div img{
    width: 100%;
    height: 100%;
}
.postcontent-items-left-1 .postcontent-child-left-2-1 .post-childtitle ul li{
    padding: 0px 5px;
    border-right: 1px solid #e2e2e2;
}
.postcontent-items-left-1 .postcontent-child-left-2-1 .post-childtitle ul li:last-child{
    border-right: none;
}
.postcontent-items-left-1 .postcontent-child-left-2-1 .pages{
    display: flex;
    align-items: flex-end;
    
}
.postcontent-items-left-1 .postcontent-child-left-2-1 .pages li{
    padding: 0 5px;
}
.postcontent-items-left-1 .postcontent-child-left-2-1 .pages li:first-child{
    display: flex;
    align-items: flex-end;
    border-right: 1px solid #e2e2e2;
    
}
.postcontent-items-left-1 .postcontent-child-left-2-1 .pages input{
    width: 40px;
    margin: 0 5px;
    height: 16px;
}
.postcontent-items-left-1 .postcontent-child-left-2-2{
    padding: 10px 0;
    line-height: 20px;
}
.postcontent-items-left-1 .postcontent-child-left-2-3{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 40px;
    color: #7f7f7f;  
    height: 100%;
    padding-bottom: 15px;
}
.postcontent-items-left-1 .postcontent-child-left-2-3 button{
    background-color: #dfd2e6;
    border:none;
    color: #611987;
    border-radius: 8px;
}
.postcontent-items-left-1 .postcontent-child-left-2-3 ul li{
    display: flex;
    align-items: center;
    padding: 0 6px;
    cursor: pointer;
}
.postcontent-items-left-1 .postcontent-child-left-2-3 ul li:nth-child(4){
    position: relative;
}
.postcontent-items-left-1 .postcontent-child-left-2-3 ul li:last-child{
    padding-right: 0px;
}
.postcontent-items-left-1 .postcontent-child-left-2-3 ul li img{
    width: 20px;
    height: 20px;
    margin-right: 3px;
}
/* 中间帖子楼主帖子的样式结�?1?7 */
.layui-progress-bar{
    height: 100% !important;
}
/* 中间第二部分 */
.postcontent-items-left-2{
    box-shadow: 2px 2px 2px #dddddd;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    background-color: white;
}
.postcontent-items-left-2:first{
	margin-bottom:14px;
}
.postcontent-items-left-2-1{
    display: flex;
}
/* 中间帖子样式�?1?7�?1?7 */
.postcontent-items-left-2 .postcontent-child-left-1{
    border-right: 1px solid #e2e2e2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 30px 10px;
    width: 100px;
	position: relative;
}
/*.postcontent-items-left-2 .postcontent-child-left-1 div:nth-child(1){*/
    /*width: 75px;*/
    /*height: 75px;*/
    /*margin-bottom:4px;*/
/*}*/
.postcontent-items-left-2 .postcontent-child-left-1 div:nth-child(1) img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
   
}
/*.postcontent-items-left-2 .postcontent-child-left-1 div:nth-child(2){
    display: flex;
    align-items: center;
    margin-bottom:4px;
}*/
.postcontent-items-left-2 .postcontent-child-left-1 div:nth-child(2) img{
    width: 20px;
    height: 20px;
    margin-left: 2px;
}
.postcontent-items-left-2 .postcontent-child-left-1 div:nth-child(3){
    margin-bottom: 6px;
    width: 80%;
}
.postcontent-items-left-2.postcontent-child-left-1 div:nth-child(3) .layui-progress{
    margin-top: 6px;
}
.postcontent-items-left-2 .postcontent-child-left-1 .postnumber{
    margin-bottom: 4px;
}
.postcontent-items-left-2 .postcontent-child-left-1 .postnumber li{
    display: flex;
    flex-direction: column;
    padding: 0px 3px;
    align-items: center;
    color: #e2e2e2;
    border-right: 1px solid #b3b3b3;
    font-size: 12px;
}
.postcontent-items-left-2 .postcontent-child-left-1 .postnumber li label{
    margin-bottom:0px !important;
}
.postcontent-items-left-2 .postcontent-child-left-1 .personal-letter {
    display: flex;
    margin-top: 6px;
}
.postcontent-items-left-2 .postcontent-child-left-1 .personal-letter li{
    padding: 0px 5px;
}
.postcontent-items-left-2 .postcontent-child-left-1 .personal-letter a{
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    border-color: #611987;
    color:#611987;
    border-radius: 4px;
    font-size: 12px;
}
.postcontent-items-left-2 .postcontent-child-left-1 .postnumber li:last-child{
    border-right: none;
}
.postcontent-items-left-2 .postcontent-child-left-2{
    display:flex;
    flex-direction: column;
    padding: 10px 15px;
}
.postcontent-items-left-2 .postcontent-child-left-2-1{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom:1px solid #e2e2e2;
    padding:20px 0 6px;
    color:#7f7f7f;    
}
.postcontent-items-left-2 .postcontent-child-left-2-1 .post-childtitle{
    display: flex;
    align-items: flex-end;
}
.postcontent-items-left-2 .postcontent-child-left-2-1 .post-childtitle div{
    width: 20px;
    margin-right: 10px;
}
.postcontent-items-left-2 .postcontent-child-left-2-1 .post-childtitle div img{
    width: 100%;
    height: 100%;
}
.postcontent-items-left-2 .postcontent-child-left-2-1 .post-childtitle ul li{
    padding: 0px 5px;
    border-right: 1px solid #e2e2e2;
}
.postcontent-items-left-2 .postcontent-child-left-2-1 .post-childtitle ul li:last-child{
    border-right: none;
}
.postcontent-items-left-2 .postcontent-child-left-2-2{
    padding: 10px 0;
    line-height: 20px;
}
.postcontent-items-left-2 .postcontent-child-left-2-3{
    display: flex;
    justify-content:flex-end;
    align-items: flex-end;
    margin-top: 40px;
    color: #7f7f7f;
    height: 100%;
}
.postcontent-items-left-2 .postcontent-child-left-2-3 button{
    background-color: #dfd2e6;
    border:none;
    color: #611987;
    border-radius: 8px;
}
.postcontent-items-left-2 .postcontent-child-left-2-3 ul li{
    display: flex;
    align-items: center;
    padding: 0 6px;
    cursor: pointer;
}
.postcontent-items-left-2 .postcontent-child-left-2-3 ul li img{
    width: 15px;
    height: auto;
    margin-right: 3px;
}

.postcontent-items-left-2 .postcontent-child-left-2-3 ul li:last-child{
    padding-right: 0px;
}
.postcontent-items-left-2 .postcontent-child-left-2-3 ul li:nth-child(3){
    position: relative;
}
/* 中间帖子样式结束 */
/* 中间底部编辑器部分的样式 */
.postcontent-items-left-3{
    margin-top: 10px;
    border: 1px solid #e2e2e2;
    box-shadow: 1px 1px 1px #dddddd;
    display: flex;
    background-color: white;
    /* justify-content: space-between; */
}
.postcontent-items-left-3 .postcontent-child-left-1{
    border-right: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 10px;
    width: 100px;
}
.postcontent-items-left-3 .postcontent-child-left-1 div:nth-child(1){
    width: 75px;
    height: 75px;
    margin-bottom:4px;
}
.postcontent-items-left-3 .postcontent-child-left-1 div:nth-child(1) img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
   
}
.postcontent-items-left-3 .postcontent-child-left-1 div:nth-child(2){
    display: flex;
    align-items: center;
    margin-bottom:4px;
}
.postcontent-items-left-3 .postcontent-child-left-1 div:nth-child(2) img{
    width: 20px;
    height: 20px;
    margin-left: 2px;
}
.postcontent-items-left-3 .postcontent-child-left-1 div:nth-child(3){
    margin-bottom: 6px;
    width: 80%;
}
.postcontent-items-left-3 .postcontent-child-left-1 div:nth-child(3) .layui-progress{
    margin-top: 6px;
}
.postcontent-items-left-3 .postcontent-child-left-1 .postnumber{
    margin-bottom: 4px;
}
.postcontent-items-left-3 .postcontent-child-left-1 .postnumber li{
    display: flex;
    flex-direction: column;
    padding: 0px 3px;
    align-items: center;
    color: #e2e2e2;
    border-right: 1px solid #b3b3b3;
    font-size: 12px;
}
.postcontent-items-left-3 .postcontent-child-left-1 .postnumber li label{
    margin-bottom:0px !important;
}
.postcontent-items-left-3 .postcontent-child-left-1 .personal-letter {
    display: flex;
    margin-top: 6px;
}
.postcontent-items-left-3 .postcontent-child-left-1 .personal-letter li{
    padding: 0px 5px;
}
.postcontent-items-left-3 .postcontent-child-left-1 .personal-letter a{
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    border-color: #611987;
    color:#611987;
    border-radius: 6px;
    font-size: 12px;
}
.postcontent-items-left-3 .postcontent-child-left-1 .postnumber li:last-child{
    border-right: none;
}
.postcontent-items-left-3 .postcontent-child-left-2{
    display:flex;
    flex-direction: column;
    padding: 10px 15px;
}
.postcontent-items-left-3 .postcontent-child-left-2-1{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom:1px solid #e2e2e2;
    padding:10px 0 10px;
    color:#7f7f7f;    
}
.postcontent-items-left-3 .postcontent-child-left-2-1 .post-childtitle{
    display: flex;
    align-items: flex-end;
}
.postcontent-items-left-3 .postcontent-child-left-2-1 .post-childtitle div{
    width: 25px;
    margin-right: 10px;
}
.postcontent-items-left-3 .postcontent-child-left-2-1 .post-childtitle div img{
    width: 100%;
    height: 100%;
}
.postcontent-items-left-3 .postcontent-child-left-2-1 .post-childtitle ul li{
    padding: 0px 5px;
    border-right: 1px solid #e2e2e2;
}
.postcontent-items-left-3 .postcontent-child-left-2-1 .post-childtitle ul li:last-child{
    border-right: none;
}
.postcontent-items-left-3 .postcontent-child-left-2-1 .pages{
    display: flex;
    align-items: flex-end;
    
}
.postcontent-items-left-3 .postcontent-child-left-2-1 .pages li{
    padding: 0 5px;
}
.postcontent-items-left-3 .postcontent-child-left-2-1 .pages li:first-child{
    display: flex;
    align-items: flex-end;
    border-right: 1px solid #e2e2e2;
    
}
.postcontent-items-left-3 .postcontent-child-left-2-1 .pages input{
    width: 40px;
    margin: 0 5px;
    height: 16px;
}
.postcontent-child-left-3-2{
    padding:10px 10px;
    padding-left:15px;
    width: 75%;
}
.postcontent-child-left-3-2 ul{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.postcontent-child-left-3-2 ul li{
    display: flex;
    align-items: center;
}
.postcontent-child-left-3-2 input[type='text']{
    width: 100px;
    margin-right: 5px;
    height: 30px;
}
.postcontent-child-left-3-2 button{
    background-color: #611987;
    color: white;
    border: none;
    height: 36px;
    line-height: 30px;
    padding: 3px 30px;
    border-radius: 5px;
    margin-right: 10px;
}
.postcontent-child-left-3-2 textarea{
    width: 100%;
}
.postcontent-child-left-3-2 button:hover {
    color: white;
}
.postcontent-child-left-3-2 .layui-form-checkbox[lay-skin=primary] span{
    padding-right: 0px;
}
.postcontent-child-left-3-2 .layui-form-checkbox span{
    padding: 0 2px;
}
.layui-form-checkbox[lay-skin=primary]:hover i{
    background-color: #611987 !important;
    border-color:#611987 !important;
}
.layui-form-checked[lay-skin=primary] i{
    background-color: #611987 !important;
    border-color:#611987 !important;
}

.postcontent-items-right{
    width: 200px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    flex-direction: column;
}
.postcontent-items-right-1{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px #dddddd;
    padding: 30px 0px;
    margin-bottom: 10px;
    background-color: white;
    width:100%;
}
.postcontent-items-right-1 ul:nth-child(1){
    margin-bottom: 15px;
}
.postcontent-items-right-1 a{width: 75px;
    padding: 0 0;
    background-color: #dfd1e8;
    border: none;
    border-radius: 6px;
    color: #611987;}
.postcontent-items-right-1 ul:nth-child(1) li{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 16px;
    font-size: 16px;    
}
.postcontent-items-right-1 ul:nth-child(1) li span{
    display: block;
    margin-top: 3px;
    font-size: 20px;
}
.postcontent-items-right-1 ul:nth-child(1) li label{
    color: #999;
    font-size: 13px;
}
.postcontent-items-right-1 ul:nth-child(2){
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    width:100%;
}
.postcontent-items-right-1 ul:nth-child(2) li{
    display: flex;
    margin: 5px 4px;
    align-items: center;
}
.postcontent-items-right-1 ul:nth-child(2) li button{
    width: 75px;
    padding: 0 0;
    background-color: #dfd1e8;
    border: none;
    border-radius: 6px;
    color: #611987;
}
.postcontent-items-right-2{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px #dddddd;
    background-color: white;
	width:100%;
}
.postcontent-items-right-2 label{
    width: 100%;
    padding:6px 0px;
    margin-left: 17px;
    font-weight: bold;
    font-size: 15px;
}
.postcontent-items-right-2 ul{
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e0e0e0;
    padding: 10px 0px;
	width: 100%;
}
.postcontent-items-right-2 ul li{
    display: flex;
    align-items: center;
    padding: 4px 5px;
}
.postcontent-items-right-2 ul li a{
    display: block;
    overflow: hidden;
    width: 98%;
    white-space:nowrap;
    text-overflow:ellipsis;
    justify-content: flex-start;
    color: #535353;
}
.postcontent-items-right-2 ul li span{
    width: 4px;
    height: 4px;
    background-color: #555555 !important;
    margin-right: 3px;
}
/* 收藏弹窗�?1?7�?1?7 */
#collect{
    padding:15px;
}
#collect ul{
    display: flex;
    flex-direction: column;
}
#collect ul li{
    margin-bottom: 10px;
}
#collect ul li:first-child{
    margin-bottom:40px;
}
#collect li:nth-child(2){
    display: flex;
    align-items: center;
}
#collect input{
    width: 200px;
    height: 30px;
    line-height: 30px;
    margin-right: 6px;
}
#collect button{
    background-color: #611987;
    border-radius: 5px;
    width:100px;
    height: 30px;
    line-height: 30px;
    margin-right: 6px;   
}
#collect span{
    color:#535353;
}
#collect ul li:last-child{
    display: flex;
}
/* 举报弹窗 */
#report{
    padding:15px;
}
#report ul{
    display: flex;
    flex-direction: column;
}
#report ul li{
    padding:10px;
}
#report ul li:nth-child(2){
    background-color: #e5e5e5;
}
#report li:last-child{
    text-align: right;
    /* width: 100%; */
}
#report button{
    width: 100px;
    background-color: #611987;
    border-radius: 8px;
}
.layui-form-radio>i:hover, .layui-form-radioed>i{
    color: #611987 !important;
}
#report .layui-form-radio *{
    color: #7f7f7f;
}
/* 转播弹窗 */
#rebroadcast{
    padding:15px;
}
#rebroadcast ul{
    display: flex;
    flex-direction: column;
}
#rebroadcast ul li{
    padding:10px 0;
}
#rebroadcast ul li:nth-child(2){
    background-color: #e5e5e5;
    display:flex;
    padding:10px;
}
#rebroadcast textarea{
    width: 100%;
    min-height: 100px;
    border-color:#611987;
}
#rebroadcast li:last-child{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#rebroadcast li:last-child .textarea-numbers{
    color:#535353;
}
#rebroadcast button{
    width: 100px;
    background-color: #611987;
    border-radius: 8px;
}
#rebroadcast li:last-child .layui-form-checkbox[lay-skin=primary] span{
    color:black;
}
/* 回复弹窗 */
#answer{
    padding:15px;
}
#answer ul{
    display: flex;
    flex-direction: column;
}
#answer ul li{
    padding:10px 0;
}
#answer ul li:nth-child(2){
    display:flex;
    align-items: center;
}
#answer ul li:nth-child(2) button{
    background-color:white;
    color: black;
    height: 14px;
    line-height: 14px;
    padding:0 3px;
}
#answer li:last-child{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 38px;
}
#answer li:last-child button{
    width: 100px;
    background-color: #611987;
    border-radius: 8px;
}
#answer li:last-child .layui-form-checkbox[lay-skin=primary] span{
    color:black;
}
#answer li:last-child input{
    width: 100px;
    float: left;
    margin-right: 5px;
}
/* 发帖弹窗 */
#havepost{
    padding:15px 30px;
}
#havepost .layui-form-items{
    display: flex;
    flex-direction: column;
}
#havepost .layui-form-items-1{
    font-size: 24px;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 15px;
}
#havepost .layui-form-items-2 textarea{
    width: 98%;
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 15px;    
}
#havepost .layui-form-items-3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    
}
#havepost .layui-form-items-3 a{
    float: right;
    color: #611987;
}
#havepost .layui-form-items-4{
    margin-bottom:15px;
}
#havepost .layui-form-items-5{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#havepost .layui-form-items-5 div{
    display: flex;
    align-items: center;
}
#havepost .layui-form-items-5 span{
    display: block;
    width: 50px;
    height: 100%;
}
#havepost .layui-form-items-5 input{
    width: 100px;
}
#havepost .layui-form-items-5 button{
    width: 160px;
    background-color: #611987;
    border-radius: 8px;
}
#havepost .selectbox{
    width: 150px;
    margin-right:10px;
    float: left;
}
/* �?1?7请讨�?1?7 */
.discuss{
    position: relative;
}
.discuss-items{
    position: absolute;
    top:48px;
    left: 0px;
    min-width: 400px;
    background-color: white;
    border:1px solid #e2e2e2;
}
.discuss-child-1{
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid #e2e2e2;
    align-items: center;
    padding: 5px 10px;
}
.discuss-child-1 div{
    position: relative;
}
.discuss-child-1 div img{
    position: absolute;
    right: 5px;
    top: 9px;
    width: 20px;
    cursor: pointer;
}
.discuss-child-1 h4{
    color:black;
}
.discuss-child-1 .layui-input{
    width: 150px;
}
.discuss-items .change{
    display: block;
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
    cursor: pointer;
}
.discuss-items ol{
    padding: 10px;
}
.discuss-items ol li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    align-items: center;
}
.discuss-items ol li .photo{
    display: flex;
    align-items: center;
}
.discuss-items ol li .photo div:nth-child(1){
    width:50px;
    height: 50px;
    margin-right: 5px;
}
.discuss-items ol li  img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.discuss-items ol li h4{
    color: black;
}
.discuss-items ol li .layui-btn{
    background-color: white;
    border: 1px solid #611987;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
}
/* 分享弹窗 */
.sharebox,#sharebox{
    position: absolute;
    width: 120px;
    background-color: white;
    top: 30px;
    left: 0px;
    border: 1px solid #e2e2e2;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999;
}
.sharebox li,#sharebox li{
    padding: 6px !important;
}
.sharebox li:nth-child(2),#sharebox li:nth-child(2){
    width: 75px;
    height: 75px;
}
.sharebox li:nth-child(2) img,#sharebox li:nth-child(2) img{
    width: 100% !important;
    height: 100% !important;
}
.sharebox li dl dd,#sharebox li dl dd{
    padding: 3px 0px;
}
/* 评分弹窗 */
#scores{
    padding:15px;
}
.scorebox{
    display: flex;
    flex-direction: column;
}
.scorebox ul{
    display: flex;
    flex-direction: column;
    margin:6px 0;
}
.scorebox ul li{
    display: flex;
    margin: 5px 0;
    align-items: center;
}
.scorebox ul li:nth-child(1){
    background-color: #eeeeee;
    padding: 8px 0;
    justify-content: flex-end;
}
.scorebox ul li span{
    display: block;
    width: 20%;
    text-align: center;
}
.scorebox .selectbox{
    width: 20%;
}
.titlespan{
    display: block;
    width: 40% !important;
    text-align: left !important;
}
.scorebox li:nth-child(3) dl{
    width: 100%;
    border: 1px solid #e2e2e2;
    margin:5px 0;
}
.scorebox li:nth-child(3) dl dd{
    cursor: pointer;
    padding:3px 5px;
}
.scorebox li:nth-child(3) dl dd:first-child{
    color: #78ace7;
}
.scorebox li:nth-child(4) input{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin:6px 0;
}
.scorebox li:nth-child(5){
    width: 100%;
    text-align: right;    
}
.scorebox li:nth-child(5) button{
    background-color: #611987;
    width:80px;
}