﻿html, body, .wraper {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #f0f2f5;
    font-size:14px;
    font-family: 微软雅黑,'Microsoft YaHei',PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif !important,
}
div, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

div, a {
    outline: none;
    border: 0;
}
.left-wrap {
    position: fixed;
    float: left;
    width: 300px; /* 数值核心1 */
    height: 100%;
    margin-right: -300px; /* 数值核心2 */
    background: white;
    border-right: solid 1px #F4F4F4;
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.logo-box {
    width: 100%;
    height: 60px;
    line-height:60px;
    border-bottom: solid 1px #E7E7E8;
}
    .logo-box img{
        margin-left:12%;
        width:115px;
    }
    .user-box {
        width: 100%;
        float: left;
        display: inline;
        padding-bottom: 15px;
        padding-top: 20px;
        border-bottom: solid 1px #E7E7E8;
    }
.user-info {
    width: 80%;
    margin: 0 auto;

}
    .user-info ul li {
        width: 100%;
        padding-bottom: 10px;
        text-align: center;
       
        color: #5D5E5E;
    }
.li-nickName {
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px !important;
    padding-bottom: 25px !important;
}
    .li-count dl {
        width: 33.3%;
        float: left;
        display: inline;
        color: #6E7070;
    }
.dl1{
     color:black !important;
    padding-bottom:5px;
}
.left-menu-wrap {
    width: 100%;
     float:left;
}
.left-menu-box {
    width: 60%;
    margin: 0 auto;
    padding-top:30px;

}
    .left-menu-box ul li{
        padding-bottom:15px;
        font-size:16px;
    }
        .left-menu-box ul li i
        {
             padding-right:10px;
        }
        .left-menu-box ul li a:hover {
            color: #db2777;
            font-weight:bold;
        }
        .right-wrap {
            float: right;
            width: 100%;
            height: 100%;
        }

.right-content {
    margin-left: 300px; /* 数值核心3 */
}
.header-box {
    width: 100%;
    float: left;
    display: inline;
    height: 60px;
    line-height: 60px;
    background-color: white;
    border-bottom: solid 1px #E7E7E8;
}
.header-pic {
    padding: 3px;
    border: solid 5px #db2777;
    width: 80px;
    height: 80px;
     margin:0 auto;
    border-radius: 100%;
}
    .header-pic img {
        width: 80px;
        height: 80px;
        border-radius: 100%;
    }
.search-box {
    width: 50%;
    float: left;
    display: inline;
      margin-left:3%;
    font-size: 18px;
    color: #555656;
   
}
.search-input{
      height:50px;
      line-height:50px;
       border-width:0px;
       border-color:red;
       font-size:15px;
       padding-left:5px;
       width:60%;

}
.header-menu-box {
    width: 40%;
    float: right;
    display: inline;
     margin-right:3%;

}
    .header-menu-box span{
       padding-left:25px;
       font-weight:bold;
       float:right;

    }
    .btn-publish {
        background-color: #db2777;
        color: white;
        font-weight: bold;
        font-size: 16px;
        padding: 11px 16px 11px 16px;
        border-radius: 100px;
        border-width:0px;
        outline:none;
        cursor:pointer;
    }
.btn-publish:hover
{
     color:white;
}
.wrap-box
{
    width:100%;
     float:left;
     display:inline;
     margin-top:60px;
}
.main-box {
    width: 94%;
    float: left;
    margin-left: 3%;
}
.copyright-box {
    width: 70%;
    font-size: 12px;
    color: #ACADAD !important;

    float: left;
    display: inline;
    margin-left: 15%;
}

    .copyright-box a {
        color: #ACADAD !important;
    }

    .copyright-box ul li {
        width: 100%;
        float: left;
        display: inline;
        padding-bottom: 5px;
    }
    .createBtn{
        color:#db2777;
    }