.nav_brands_list.forum_nav{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    background: #ffffff;
    box-shadow: 1px 1px 2px #cecece;
    color: #666666;
    z-index: 1;
}
.nav_brands_list.forum_nav li{
    border-bottom: 0;
}
.nav_brands_list li .li_r .list a{
    padding: 2px 3px;
    margin-right: 12px;
}
.nav_brands_list li .li_r .list a.current{
    background: #00b7b6;
    color: #ffffff;
}
.nav_brands_list.forum_nav li .li_r .list a:hover{
    text-decoration: none;
    background: #00b7b6;
    color: #ffffff;
}

.forum_main{
    width: 930px;
}
.forum_main>.title h1{
    font-size: 24px;
    line-height: 40px;
}
.forum_main>.title .release_btn{
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}
.forum_post{
    background: #ffffff;
    border: 1px solid #dfdfdf;
    margin-top: 10px;
    padding: 10px 30px 30px;
}

.post_list .li{
    padding-top: 10px;
}
.post_list .li .portrait{
    width: 50px;
    height: 50px;
    float: left;
    display: block;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    overflow: hidden;
}
.post_list .li .info{
    margin-left: 60px;
    padding-top: 10px;
    font-size: 13px;
    color: #808080;
}
.post_list .li .info .username{
    color: #666666;
    margin-right: 5px;
}
.post_list .li .info .reply{
    width: 70px;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
}
.post_list .li .info .title{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 11px;
    font-size: 16px;
    color: #00b7b6;
}
.post_list .li .info .content{
    margin-top: 7px;
    line-height: 24px;
    padding: 10px 20px;
    background: #f4f4f4;
    width: 100%;
}
.post_list .li .info .content .content_det{
    overflow: hidden;
    max-height: 48px;
}

.release_box{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.75);
    overflow: auto;
    z-index: 899;
    display: none;
}
.release_box .release_main{
    margin: 130px auto 40px;
    width: 1000px;
    box-shadow: 0 0 4px #999999;
    padding: 30px 40px 50px 0;
    background: #ffffff;
    position: relative;
}
.release_box .release_main h3{
    padding-left: 30px;
    margin-bottom: 10px;
}
.release_box .release_main .input_main{
    margin-top: 10px;
    padding-left: 20px;
}
.release_box .release_main .input_main .label{
    width: 70px;
    padding-right: 10px;
    text-align: right;
    line-height: 40px;
    color: #666666;
    display: block;
    float: left;
}
.release_box .release_main .input_main .input_box{
    margin-left: 70px;
}
.release_box .release_main .input_main .input_box .input{
    padding: 0 5px;
    border: 1px solid #dadada;
    width: 100%;
    height: 40px;
}
.release_box .release_main .input_main .error{
    color: #fe0303;
    margin-top: 3px;
    font-size: 12px;
    display: none;
}
.release_box .release_main .input_main .input_box .select{
    position: relative;
    width: 100%;
    border: 1px solid #dadada;
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 5px;
    cursor: pointer;
}
.release_box .release_main .input_main .input_box .select:after{
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid #959595;
    position: absolute;
    right: 12px;
    top: 15px;
}
.release_box .release_main .input_main .input_box .select .list{
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    background: #ffffff;
    border: 1px solid #dadada;
    border-top: 0;
    max-height: 245px;
    overflow: auto;
    display: none;
    z-index: 1503;
}
.release_box .release_main .input_main .input_box .select .list li{
    cursor: pointer;
    padding: 0 40px 0 5px;
    line-height: 40px;
}
.release_box .release_main .input_main .input_box .select .list li:hover{
    color: #00b7b6;
}
.release_box .release_main .submit{
    display: block;
    width: 60px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin-top: 20px;
}

.close_icon{
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../image/window_close.png) no-repeat;
}
