
/* 内容 */
.content{
    position: relative;
    margin: 0 auto; 
}

.layui-nav-tree{
    width: 160px !important;
}
.layui-side-scroll{
    width: none !important;
}
.layui-nav-child a:hover{
    background-color:#b18cc2 !important;
}
.content-right{
    margin-left:165px;
}
.posttitle{
    border: 1px solid #e2e2e2;
    border-top: none;
    padding: 20px 30px;
    box-shadow: 1px 1px 1px #e2e2e2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
}
.posttitle-items-1{
    display:flex;
    align-items: center;
}
.posttitle-items-1 div{
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background-color:#dfd1e7;
    padding: 5px 5px;
}
.posttitle-items-1 div img{
    width: 100%;
    height: 100%;
}
.posttitle-items-1 ul{
    display: flex;
    flex-direction: column;
    margin-left:10px;
}
.posttitle-items-1 ul li{
    margin: 1px 0px;   
}
.posttitle-items-1 ul li:last-child{
    color: #b0b0b0;
}
.posttitle-items-2{
    display: flex;
    align-items: center;
}
.posttitle-items-2 a{
    color:white;
    border-radius: 6%;
    width: 120px;
    background-color: #611987;
    border-radius: 6px;
}
.posttitle-items-2 a:hover {
    border:1px solid #611987;
    color: white;    
}
.postcontent{
    margin-top:10px;
    display: flex;
    height: 100%;
    flex-direction: column;
}
.postcontent-items-1{
    box-shadow: 0px 0px 5px #e2e2e2;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background-color: white;
    
}
.postcontent-items-1 ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.postcontent-items-1 ul li{
    display: flex;
    align-items: center;
    padding: 2px 0px;
    border-bottom:1px solid #e5e5e5;
    margin: 0 30px;
    justify-content: space-between;
}
.postcontent-items-1 ul li:first-child{
   margin: 0 0;
   padding: 12px 30px 0px;
}
.postcontent-items-1 ul li:last-child{
    border: none;
}
.postcontent-items-1 ul li:first-child label{
    padding: 5px 0px;
    font-weight: bold;
    font-size: 16px;
    border-bottom:4px solid #611987;
    letter-spacing: 2px;
}
.postcontent-items-1 ul li:first-child a:hover label{
    color: black;
}
.postcontent-items-1 ul li a{
    width: 80%;
}
.postcontent-items-1 ul li div{
    display: flex;
    flex-direction: column;
    width: 12%;
    font-size: 12px;
    color: #535353;
}
.postcontent-items-1 ul li:first-child a{
    display: flex;   
    align-items: flex-start;
}
.postcontent-items-2{
    display: flex;
    width: 100%;
    margin-top:10px;
    box-shadow: 0px 0px 5px #e2e2e2;
    background-color: white;    
}
.layui-tab{
    margin: 0 0 !important;
    width: 100%;
}
.layui-tab-content{
    padding: 0 0 !important;
}
.layui-tab-child-1{
    margin-top:10px;
}
.layui-tab-child-1 ul{
    display: flex;
    flex-direction: column;
    border-bottom:1px solid #e2e2e2;
    padding-bottom: 10px;
}
.layui-tab-child-1 ul li{
    padding: 5px 20px;
}
.layui-tab-child-1 ul li:nth-child(2){
    display: flex;
    align-items: center;
}
.layui-tab-child-1 ul li:nth-child(2) div{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.layui-tab-child-1 ul li:nth-child(2) div img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.layui-tab-child-1 ul p{
    color: #535353;
}
/*  */
.layui-tab-brief .layui-tab-title{
    /* height:30px !important; */
    padding: 0px 30px !important;
	    width: 40%;
	border:0;
}
.layui-tab-brief .layui-tab-title li{
    padding: 0 0!important;
    min-width:40px !important;
    margin-right:10px;
}
.layui-tab-brief>.layui-tab-title .layui-this{
    color: black !important;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom:4px solid  #611987 !important;
}
.layui-tab-title .layui-this{
    font-weight: bold;
}
.layui-laypage .layui-laypage-count,.layui-laypage select{
    display: none;
}
.layui-laypage{
    float:right;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #611987 !important;
}
.layui-laypage-curr a:hover{
    color: #611987;
}
.layui-tab-title li{

    padding: 0 10px !important;
}
/* 状态 */
.bold{
    font-weight: bold;
}
.bold:hover{
    color:black; 
}
.red{
    color:red;
}
.red:hover{
    color: red;
}
.grey{
    color: #535353;
}
.grey:hover{
    color: #535353;
}
/* 第一个分页 */
#pages3{
    position: absolute;
    right: 30px;
    bottom: 0px;
}
#pages3 .layui-laypage span,#pages3 .layui-laypage a,#pages3 .layui-laypage button,#pages3 .layui-laypage input{
    border-bottom: none !important;
}
#pages3 .layui-laypage{
    margin: 0 0!important;
}
#pages3 .layui-laypage a, .layui-laypage span{
    margin-bottom:0px !important;
}
.layui-laypage .layui-laypage-count, .layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-skip{
    margin-right: -10px !important;
}
/* 发帖弹窗 */
.layui-form{
    padding:15px 30px;
}
.layui-form-items{
    display: flex;
    flex-direction: column;
}
.layui-form-items-1{
    font-size: 24px;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 15px;
}
.layui-form-items-2 textarea{
    width: 98%;
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 15px;    
}
.layui-form-items-3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    
}
.layui-form-items-3 a{
    float: right;
    color: #611987;
}
.layui-form-items-4{
    margin-bottom:15px;
}
.layui-form-items-5{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layui-form-items-5 div{
    display: flex;
    align-items: center;
}
.layui-form-items-5 span{
    display: block;
    width: 50px;
    height: 100%;
}
.layui-form-items-5 input{
    width: 100px;
}
.layui-form-items-5 button{
    width: 160px;
    background-color: #611987;
    border-radius: 8px;
}
.selectbox{
    width: 150px;
    margin-right:10px;
    float: left;
}
