.item{
    background: #313338;
    border-left:solid 3px #313338;
    padding: 20px 160px 20px 70px;
    margin-top: 10px;
    margin-left: 240px;
}

.item span{
    color: #F0B132;
    display: block;
}

.item strong{
    font-weight: normal;
    color: #62a60a;
}

.item p{
    padding: 0 0 10px 0;
}

.item em{
    font-style: normal;
    color: #A29D91;
}

button{
    background: #5865F2;
    padding: 25px 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap
}

input{
    padding: 12px;
    border-radius: 10px;
    border:none;
    width: 950px;
    margin: 10px;
    font-size: 16px;
}

textarea{
    padding: 12px;
    border-radius: 10px;
    border:none;
    width: 836px;
    font-size: 16px;
    height: 50px;
    font-family: Verdana, "微软雅黑", sans-serif;
    margin: 10px;
}

#post{
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background: #1E1F22;
    width: 100%;
    text-align: center;
    display: block;
    border-top:2px solid #313338;
}

#post div{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.photo{
    width: 40px;
    height: 40px;
    border-radius: 80px;
    margin-left: -55px;
    position: absolute;
}

.mj{
    max-width: 350px;
    display: block;
    margin-top: 10px;
}


#diantu{
    vertical-align: top;
}

#upfile{
    position: absolute;
    /*border: 1px solid red;*/
    width: 40px;
    height: 40px;
    overflow: hidden;
    filter:alpha(opacity=0);
    -moz-opacity:0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
    margin-left: 7px;
    margin-top: 22px;
}

#imgBox{
    position: absolute;
    /*border: 1px solid #009900;*/
    margin-top: 13px;
    margin-left: 15px;
}

#imgBox .imgShow{
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

#imgBox .delete{
    width: 21px;
    height: 21px;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
}

#sideBar{
    position: fixed;
    color: #80848E;
    background: #1E1F22;
    padding: 50px 20px;
    bottom: 80px;
    width: 190px;
}

#sideTopBar {
    position: fixed;
    color: #80848E;
    top: 110px;
    height: 32px;
    background-color: #3e4046;
    padding: 5px 10px;
    margin-left: 10px;
    width: 200px;
    border-radius: 10px;
}

#sideBar li{
    padding: 5px 0;
    color: #999;
}

#sideBar li a{
    color: #999;
}

#fanye{
    margin-left: 240px; text-align: center;
}

#fanye a{
    display: inline-block; width: 50%;
    padding: 20px 0;
}

.uvBox a{
    background: #4E5058;
    padding: 5px 21px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 10px;
    text-decoration:none;
}

.uvBox a:hover, .uvBox a:active {
    background: #6D6F78;
}

.tempTips{
    color:#000; background:#F0B132; padding: 10px 20px; text-align: center; font-weight: bold;
}
#guestTestBox{
    position: fixed;
    bottom: 100px;
    background: #1E1F22;
    text-align: left;
    padding: 15px;
    color: #B5BAC1;
    border-radius: 10px 10px 0 0 ;
    display: none;
}
#guestTestBox ul{
    overflow-y: scroll;
    height: 300px;
}
#guestTestBox li{
    padding: 5px 0px;
}
#guestTestBox span{
    display: block;
    font-size: 9px;
    color: #999999;
}

#guestTestBox a{
    display: block;
    color: #B5BAC1;
    padding-left: 50px;
}

#guestTestBox a:hover, #guestTestBox a:active {
    background: #35373C;
    border-radius: 5px;
    text-decoration: none;
}

#guestTestBox a img{
    width: 30px;
    border-radius: 20px;
    margin-left: -40px;
    margin-right: 5px;
    margin-bottom: -20px;
}

#guestTestBox strong{
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #999999;
    padding-left: 50px;
    margin-bottom: 5px;
}