#zbEditor {
    width: 866px;
    height: 224px;
    border: 1px solid #ddd;
    background-color: #FFF;
    resize: none;
}

.tb_list_link .td_base_info .personal_info>.txt {
    padding: 10px 0;
    line-height: 20px;
}

.tb_top_wrap {
    background-color: #FFFFFF;
    padding: 11px 0;
    height: 34px;
    line-height: 34px;
    margin: 0 10px 10px;
    border-radius: 3px;
}

.tb_top_wrap .tb_nav {
    font-size: 15px;
    padding-left: 20px;
}

.tb_top_wrap .tb_nav a {
    display: inline-block;
    /* margin-right: 21px; */
    color: #555;
    position: relative;
}

.tb_top_wrap .tb_nav a .dot {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background-color: #CA1A1D;
    position: absolute;
    top: 8px;
    right: 12px;
}

.tb_top_wrap .tb_nav .on {
    color: #ca1a1d;
    font-weight: bold;
}

.tb_top_wrap .tb_search .search_box {
    display: inline-block;
    position: relative;
}

.tb_top_wrap .tb_search .search_box .serType {
    position: absolute;
    top: 34px;
    left: 5px;
    background-color: #FFF;
    width: 158px;
    border: 1px solid #ddd;
    border-top: none;
    padding: 0 10px;
    display: none;
}

.tb_top_wrap .tb_search .search_box .serType li {
    font-size: 13px;
    color: #666;
    line-height: 34px;
    height: 34px;
    cursor: pointer;
    padding-left: 22px;
    background: url(../image/tBar/tbar-tag.png) left top no-repeat;
}

.tb_top_wrap .tb_search .search_box .serType .center {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-position-y: -34px;
}

.tb_top_wrap .tb_search .search_box .serType .bot {
    background-position-y: bottom;
}

.tb_top_wrap .tb_search .search_box .search_input {
    width: 184px;
    padding-left: 10px;
    height: 34px;
    background: url(../image/search_input.png) left center no-repeat;
    font-size: 14px;
}

.tb_top_wrap .tb_search .search_box .search_btn {
    width: 80px;
    height: 34px;
    background: url(../image/search_btn.png) center no-repeat;
    color: #573b2d;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.tb_top_wrap .tb_search .release_btn {
    display: inline-block;
    margin-left: 10px;
    width: 120px;
    height: 34px;
    background: url(../image/release_btn.png) center no-repeat;
    background-size: auto 100%;
    margin-right: 20px;
}

.tb_content {
    padding: 0 10px;
}


/*左侧帖子列表*/

.tb_list_wrap {
    width: 870px;
    min-height: 600px;
    background-color: #fff;
}

.tb_list_wrap .tb_list_box {
    background-color: #FFFFFF;
    /* border-bottom: 10px solid #f7f7f7; */
}

.tb_list_wrap .tb_list_box .tb_title {
    line-height: 56px;
    height: 56px;
    border-bottom: 1px solid #ddd;
    padding: 0 20px;
}

.tb_list_wrap .tb_list_box .tb_title .tb_title_nav {
    width: 76%;
}

.tb_list_wrap .tb_list_box .tb_title .tb_title_nav a {
    margin-right: 20px;
    font-size: 16px;
    color: #555555;
}

.tb_list_wrap .tb_list_box .tb_title .tb_title_nav .on {
    color: #ca1a1d;
    font-weight: bold;
}

.tb_list_wrap .tb_list_box .tb_title .tb_num {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    vertical-align: middle;
}

.tb_list_wrap .tb_list_box .tb_title .tb_num b {
    color: #CA1A1D;
}

.tb_list_wrap .tb_list_box .tb_title .btn_box {
    display: inline-block;
    line-height: 24px;
    height: 24px;
    vertical-align: middle;
    font-size: 0;
    text-align: right;
}

.tb_list_wrap .tb_list_box .tb_title .btn_box a {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

.tb_list_wrap .tb_list_box .tb_title .btn_box .prev_btn {
    opacity: .4;
}


/*帖子列表*/

.tb_list_link {
    padding: 20px;
    border-bottom: 1px solid #dfdfdf;
    background-color: #FFFFFF;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.tb_list_link video {
    display: block;
    width: 80%;
}

.tb_list_link .tb_title_box {
    line-height: 20px;
}

.tb_list_link .tb_title_box .dm-left {
    font-size: 0;
    text-align: left;
    line-height: 20px;
    padding-bottom: 10px;
}

#tbTop .tb_list_link .tb_title_box .dm-left {
    padding-bottom: 0;
}

.tb_list_link .tb_title_box .tb_icon {
    overflow: hidden;
    margin-right: 3px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}


/*答疑解惑*/

.tb_list_link[type="0"] .tb_title_box .tb_icon {
    color: #789bdc;
}


/*我要晒图*/

.tb_list_link[type="1"] .tb_title_box .tb_icon {
    color: #bea06f;
}


/*软件交流*/

.tb_list_link[type="2"] .tb_title_box .tb_icon {
    color: #bdab8e
}


/*案例解析*/

.tb_list_link[type="3"] .tb_title_box .tb_icon {
    color: #d56263
}


/*产品信息*/

.tb_list_link[type="4"] .tb_title_box .tb_icon {
    color: #695349
}


/*资源下载*/

.tb_list_link[type="5"] .tb_title_box .tb_icon {
    color: #0fbea7
}


/*独家套路*/

.tb_list_link[type="6"] .tb_title_box .tb_icon {
    color: #e57050
}


/*我要吐槽*/

.tb_list_link[type="7"] .tb_title_box .tb_icon {
    color: #0a77c0
}


/*精品标志*/

.tb_list_link .tb_title_box .jp_icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-left: 5px;
    margin-top: 0;
    margin-bottom: 0;
}


/*已结标志*/

.tb_list_link[type="1"] .tb_title_box #seletedQuestion {
    display: none;
}

.tb_list_link[type="1"] .tb_title_box #seletedQuestion img {
    margin-top: -80px;
}

.tb_list_link .tb_title_box .title {
    display: inline-block;
    font-size: 18px;
    max-width: 680px;
    vertical-align: middle;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #333333;
}

#tbTop .tb_list_link .tb_title_box .title {
    max-width: 646px;
    padding-right: 30px;
    background: url(../image/tBar/top_icon.png) right center no-repeat;
    background-size: auto 16px;
}

;
.tb_list_link .tb_title_box:hover .title {
    color: #ca1a1d;
}

.tb_list_link .tb_title_box .time {
    font-size: 12px;
    color: #999;
}

.tb_list_link .tag-box {
    overflow: hidden;
    padding-top: 12px;
    margin-bottom: -5px;
}

.tb_list_link .tag-box a {
    cursor: pointer;
    display: block;
    float: left;
    line-height: 22px;
    padding: 0 12px;
    color: #0a77c0;
    border: 1px solid #b5d6ec;
    font-size: 12px;
    margin-right: 10px;
    border-radius: 3px;
}

.tb_list_link .td_base_info .personal_info {
    position: relative;
}

.tb_list_link .td_base_info .personal_info .photo:hover .designer_slide {
    display: block;
}

.tb_list_link .td_base_info .personal_info .photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
    overflow: hidden;
}

.tb_list_link .td_base_info .personal_info .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tb_list_link .td_base_info .personal_info .photo .designer_slide {
    left: 0;
    margin-left: -130px;
}

.tb_list_link .td_base_info .personal_info .infoNew .name {
    color: #333333;
    line-height: 22px;
    margin-right: 3px;
}

.tb_list_link .td_base_info .personal_info>.name {
    line-height: 40px;
    margin-right: 10px;
}

.tb_list_link .td_base_info .personal_info>.txt {
    color: #999;
}

.tb_list_link .td_base_info .personal_info .infoNew .icon {
    font-size: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: block;
    margin-right: 2px;
    overflow: hidden;
    margin-top: 3px;
    text-align: center;
}

.tb_list_link .td_base_info .personal_info .infoNew .icon img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}


/*.tb_list_link .td_base_info .personal_info .infoNew .icon img{display: inline-block;max-width: 100%;vertical-align: middle;}*/

.tb_list_link .td_base_info .personal_info .infoNew .txt {
    line-height: 18px;
    color: #999999;
}

.tb_list_link .tj_info {
    line-height: 40px;
    text-align: left;
}

.tb_list_link .tj_info .info_list {
    vertical-align: bottom;
    display: inline-block;
    line-height: 16px;
    text-align: center;
    margin-right: 20px;
    font-size: 0;
    position: relative;
}

.tb_list_link .tj_info .info_list .icon {
    display: inline-block;
    width: 24px;
    height: 16px;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 3px;
    background-image: url(../image/tBar/info_icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.tb_list_link .tj_info .info_list .info_cot {
    display: inline-block;
    font-size: 12px;
    color: #b2b2b2;
    vertical-align: middle;
}


/*阅读*/

.tb_list_link .tj_info .info_read .icon {
    background-position: center top;
}


/*评论*/

.tb_list_link .tj_info .info_comment .icon {
    background-position: center -16px;
}


/*收藏*/

.tb_list_link .tj_info .info_collect {
    cursor: pointer;
}

.tb_list_link .tj_info .info_collect .icon {
    background-position: center -33px;
}


/*已收藏*/


/*.tb_list_link .tj_info .collected .info_cot{
	color: #ffcb27;
}*/

.tb_list_link .tj_info .collected .icon {
    background-position: center -96px;
}


/*下载*/

.tb_list_link .tj_info .info_down .icon {
    background-position: center -48px;
}


/*点赞*/

.tb_list_link .tj_info .info_zan .icon {
    background-position: center -64px;
}


/*已赞*/

.tb_list_link .tj_info .info_zaned .icon {
    background-position: center -80px;
}


/*分享*/

.tb_list_link .tj_info .info_share .icon {
    background-position: center -112px;
}

.tb_list_link .tb_cover {
    width: 200px;
    height: 112px;
    overflow: hidden;
    margin-top: 15px;
    border-radius: 4px;
    margin-right: 20px;
    position: relative;
}

.tb_list_link .tb_cover .play_icon {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    background: url(../image/tBar/video-playIcon.png) center no-repeat;
    background-size: 100% auto;
    z-index: 2;
}

.tb_list_link .tb_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 500ms;
    -ms-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}

.tb_list_link .tb_cover:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.tb_list_link .tb_txt {
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    margin-top: 5px;
    margin-bottom: 10px;
}

.tb_txt .cur {
    cursor: url(../image/tBar/cur_big.cur), pointer;
}

.tb_list_link .tb_txt_box .tb_txt {
    width: 610px;
    height: 112px;
    overflow: hidden;
}

.tb_list_link .tb_txt .more {
    color: #0a77c0;
    position: relative;
    display: inline-block;
}

.tb_list_link .tb_txt .more:after {
    content: "";
    width: 17px;
    height: 19px;
    background: url(../image/tBar/arrow_right.png) center 8px no-repeat;
    background-size: auto 6px;
    position: absolute;
    right: -17px;
    top: 0;
}


/*设计师排行榜*/

.rank_list_wrap {
    background-color: #FFFFFF;
    width: 260px;
    padding: 0 20px;
    margin-bottom: 10px;
}

.rank_list_wrap .rank_top {
    line-height: 56px;
    height: 56px;
}

.rank_list_wrap .rank_top .rank_title {
    padding-left: 20px;
    font-size: 16px;
    color: #573b2d;
    font-weight: bold;
    background: url(../image/title_arrow.png) left center no-repeat;
    background-size: auto 16px;
}

.rank_empty {
    padding: 60px 0;
    text-align: center;
    font-size: 13px;
    color: #888;
}

.rank_list_wrap .rank_top .rank_nav a {
    display: inline-block;
    font-size: 12px;
    margin-left: 6px;
    color: #4c4c4c;
}

.rank_list_wrap .rank_top .rank_nav .on {
    color: #CA1A1D;
    font-weight: bold;
}

#rankList {
    border: 1px solid #DDDDDD;
    padding: 0 8px;
    margin-bottom: 20px;
}

#rankList .rank_box {
    padding: 10px 0;
    border-bottom: 1px dotted #DDDDDD;
}

#rankList .rank_box:last-child {
    border-bottom: none;
}

#rankList .rank_box .rank_index {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 5px;
    margin-right: 6px;
    font-size: 14px;
}

#rankList .rank_box .rank_lead {
    font-size: 16px;
    font-style: italic;
    background: url(../image/tBar/lead_icon.png) right top no-repeat;
    font-weight: bold;
}

#rankList .rank_box .personal_info {
    height: 40px;
    line-height: 40px;
}

#rankList .rank_box .personal_info .photo {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    position: relative;
}

#rankList .rank_box .personal_info .photo .personal_hover {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

#rankList .rank_box .personal_info .photo .personal_hover img {
    height: 100%;
    object-fit: cover;
}

#rankList .rank_box .personal_info .name {
    color: #4c4c4c;
    font-size: 14px;
    margin-right: 5px;
}

#rankList .rank_box .personal_info .user_name {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#rankList .rank_box .personal_info .level_icon {
    width: 24px;
    height: 24px;
    overflow: hidden;
    margin-top: 8px;
}


/*一级图标*/

#rankList .rank_box .personal_info .level_1 img {
    margin-top: 0;
}


/*二级图标*/

#rankList .rank_box .personal_info .level_2 img {
    margin-top: -24px;
}


/*三级图标*/

#rankList .rank_box .personal_info .level_3 img {
    margin-top: -48px;
}


/*四级图标*/

#rankList .rank_box .personal_info .level_4 img {
    margin-top: -72px;
}

#rankList .rank_box .rank_num {
    line-height: 40px;
    color: #999999;
}

.designer_slide {
    position: absolute;
    background-color: #FFFFFF;
    padding: 20px;
    width: 260px;
    height: 167px;
    border: 1px solid #DDDDDD;
    left: 50%;
    margin-left: -151px;
    bottom: 110%;
    display: none;
    z-index: 200;
}

#rankList .rank_box .personal_info .photo:hover .designer_slide {
    display: block;
}

.designer_slide:after {
    content: "";
    width: 17px;
    height: 9px;
    background: url(../image/top_arrow.png) center no-repeat;
    position: absolute;
    top: 206px;
    left: 50%;
    margin-left: -8.5px;
    z-index: 4;
}

.photo .bottom_slide {
    top: 48px !important;
}

.photo .bottom_slide:after {
    background-image: url(../image/bottom_arrow.png) !important;
    top: -8px;
}

.designer_slide .base_info {
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}

.designer_slide .base_info .personal_photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.designer_slide .base_info .personal_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.designer_slide .base_info .name {
    line-height: 1.2;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 205px;
}

.designer_slide .base_info .txt {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
    color: #999;
}

.designer_slide .oth_info {
    padding-top: 15px;
}

.designer_slide .oth_info .oth_list {
    width: 33.33%;
    text-align: center;
}

.designer_slide .twoMod .oth_list {
    width: 50%;
}

.designer_slide .oth_info .oth_list .oth_title {
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
}

.designer_slide .oth_info .oth_list .oth_num {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 5px;
}

.designer_slide .btn_box {
    text-align: center;
    margin-top: 15px;
    font-size: 0;
    overflow: hidden;
    height: 34px;
}

.designer_slide .btn_box a {
    display: inline-block;
    width: 84px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #573b2d;
    background: url(../image/follow_bg.png) center no-repeat;
    font-size: 14px;
    color: #573b2d;
    font-weight: bold;
}

.designer_slide .btn_box a span {
    font-size: 18px;
}

.designer_slide .btn_box .on {
    color: #777;
    border-color: #777;
    opacity: .6;
}


/*贴子详情*/

.tb_list_link .down_file {
    color: #0a77c0;
    text-align: right;
    margin: 24px 0;
}

.tb_list_link .down_file a {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
}

.tb_list_link .release_time {
    font-size: 12px;
    color: #999;
    margin-top: 24px;
}

.comment_wrap {
    padding: 20px;
    background-color: #FFFFFF;
}

.comment_wrap .comment_box {
    border: 1px solid #e6e6e6;
    padding: 0 20px;
}

.comment_wrap .comment_box>.tb_list_link {
    padding: 20px 0 0;
    border-bottom: 1px solid #e6e6e6;
}

.comment_wrap .comment_box>.tb_list_link:last-child {
    border-bottom: none;
}

.sub_comment {
    margin: 20px auto;
}

.sub_comment,
.sub_comment .tb_list_link {
    background-color: #f5f5f5;
}

.sub_comment {
    padding: 20px;
}

.sub_comment .tb_list_link {
    padding: 0;
}

.sub_comment .tb_list_link .personal_info>.name {
    color: #0a77c0;
    width: 693px;
    line-height: 20px;
    padding: 10px 0;
}

.sub_comment .tb_list_link .personal_info>.name .txt {
    color: #999999;
    padding-left: 10px;
}

.sub_comment .comment_input_wrap {
    font-size: 0;
    text-align: right;
    padding: 20px 0 0;
    position: relative;
}

.sub_comment .comment_input_wrap .comment_input {
    width: 340px;
    min-height: 14px;
    padding: 10px;
    line-height: 1.2;
    border: 1px solid #c5bcae;
    border-radius: 4px;
    font-size: 12px;
    resize: none;
}

.sub_comment .comment_input_wrap .btn_box {
    text-align: right;
    font-size: 0;
    margin-top: 10px;
    position: relative;
}

.sub_comment .comment_input_wrap .btn_box .face_btn {
    vertical-align: middle;
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(../image/tBar/face_icon.png) center no-repeat;
    background-size: auto 20px;
    position: relative;
    cursor: pointer;
}

.sub_comment .comment_input_wrap .btn_box .comment_btn {
    vertical-align: middle;
    display: inline-block;
    width: 80px;
    height: 34px;
    background: url(../image/tBar/comment_btn.png) center no-repeat;
    background-size: auto 100%;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}


/*底部回复*/

.reply_wrap {
    background-color: #f7f7f7;
    border-top: 1px solid #e6e6e6;
    padding-bottom: 50px;
}

.reply_wrap .reply_header {
    width: 870px;
    margin-left: 10px;
    height: 20px;
    line-height: 20px;
    padding: 20px 0;
}

.reply_wrap .reply_header .reply_title {
    font-size: 16px;
    color: #573b2d;
    padding-left: 30px;
    background: url(../image/tBar/release_icon.png) left center no-repeat;
}

.reply_wrap .reply_header .reply_contract {
    font-size: 12px;
    color: #b2b2b2;
}

.reply_wrap .reply_header .reply_contract a {
    text-decoration: underline;
}

.reply_wrap .editor {
    width: 870px;
    margin-left: 10px;
}

.reply_wrap .reply_btn {
    width: 80px;
    height: 34px;
    display: block;
    background: url(../image/tBar/comment_btn.png) center no-repeat;
    background-size: auto 100%;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
}


/*提问 已采纳*/

.comment_wrap .comment_box .adopted {
    background-image: url(../image/tBar/adopted.png);
    background-repeat: no-repeat;
    background-position: right 30px;
}


/*发布帖子*/

.release_wrap {
    background-color: #FFFFFF;
    width: 1180px;
    min-height: 700px;
    margin: 0 auto 50px;
}

.release_wrap .title {
    line-height: 50px;
    padding-left: 20px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    color: #573b2d;
    font-weight: bold;
}

.release_wrap .base_info {
    padding: 20px;
}

.release_wrap .base_info .mod_box {
    border: 1px solid #e6e6e6;
}

.release_wrap .base_info .mod_box .mod {
    border-right: 1px solid #e6e6e6;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    background-color: #fafafa;
}

.release_wrap .base_info .mod_box .sel_box {
    width: 160px;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

.release_wrap .base_info .mod_box .input input {
    display: block;
    height: 40px;
    line-height: 1.2;
    font-size: 14px;
    padding: 0 10px;
    width: 724px;
}

.release_wrap .base_info .mod_box .sel_box .cur_sel {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.release_wrap .base_info .mod_box .sel_box .sel_list {
    position: absolute;
    top: 40px;
    left: -1px;
    width: 100%;
    border: 1px solid #e6e6e6;
    z-index: 3;
    background-color: #FFFFFF;
    display: none;
}

.release_wrap .base_info .mod_box .sel_box .sel_list a {
    display: block;
    margin: auto;
    padding: 0 10px;
    line-height: 38px;
}

.release_wrap .base_info .mod_box .sel_box .sel_list a:hover {
    background-color: #573B2D;
    color: #FFFFFF;
}

.release_wrap .base_info .mod_box .sel_box .sel_list a:last-child {
    border-bottom: none;
}

.release_editor,
.release_operate,
.release_bottom {
    width: 1140px;
    margin: auto;
    position: relative;
}

.release_bottom .releaseBtn {
    width: 120px;
    height: 34px;
}

.release_bottom .temSave {
    float: left;
    width: 106px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-left: 10px;
    color: #573b2d;
    font-size: 16px;
    background: url(../image/dialog/cancel_dialog.png) center no-repeat;
    background-size: 100% 100%;
}

.release_operate .info_box {
    margin: 20px auto;
}

.release_operate .info_box .infoTitle {
    width: 94px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
}

.release_operate .info_box .prompt-txt {
    line-height: 40px;
    font-size: 13px;
    color: #555;
    margin-left: 10px;
}

.release_operate .info_box .sel_box {
    border: 1px solid #e6e6e6;
    position: relative;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    cursor: pointer;
}

.release_operate .info_box .sel_box .cur_sel {
    padding: 0 10px;
    width: 140px;
}

.release_operate .info_box .sel_box .sel_list {
    position: absolute;
    width: 100%;
    top: 39px;
    left: -1px;
    border: 1px solid #e6e6e6;
    border-top: none;
    display: none;
    background-color: #FFFFFF;
}

.release_operate .info_box .sel_box .sel_list a {
    display: block;
    padding: 0 10px;
}

.release_operate .info_box .sel_box .sel_list a:hover {
    background-color: #573B2D;
    color: #FFFFFF;
}

.release_operate .info_box .update_btn {
    width: 100px;
    height: 38px;
    background: url(../image/follow_bg.png) center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border: 1px solid #573B2D;
    margin-left: 10px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #573b2d;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}

.release_operate .info_box .prompt-update {
    font-size: 14px;
    line-height: 40px;
    margin-left: 10px;
    color: #555;
}

.release_operate .info_box .update_btn input {
    display: blcok;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: 0;
    cursor: pointer;
}

.release_operate .info_box .file_box {
    display: block;
    line-height: 40px;
    margin-left: 10px;
    font-size: 14px;
    color: #666666;
}

.release_operate .info_box .file_box .del_file {
    display: block;
    margin-left: 5px;
    color: red;
}

.release_operate .info_box .input input {
    width: 80px;
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    height: 38px;
    line-height: 1.2;
    font-size: 14px;
}

.release_bottom {
    padding-bottom: 30px;
}

.release_bottom .agreement {
    display: block;
    font-size: 12px;
    line-height: 34px;
    color: #999999;
}


/*表情样式*/

.sub_comment .comment_input_wrap .btn_box .face_btn .face_wrap {
    position: absolute;
    border: 1px solid #ddd;
    background-color: #FFFFFF;
    padding: 5px;
    top: 40px;
    right: -80px;
    z-index: 10;
}

.sub_comment .comment_input_wrap .btn_box .face_btn .face_wrap:before {
    content: "";
    width: 17px;
    height: 9px;
    background: url(../image/bottom_arrow.png) center no-repeat;
    position: absolute;
    top: -8px;
    right: 87px;
    z-index: 11;
}

.sub_comment .comment_input_wrap .btn_box .face_btn .face_wrap .face_box {
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    width: 510px;
    overflow: hidden;
    position: relative;
}

.sub_comment .comment_input_wrap .btn_box .face_btn .face_wrap .face_box .face {
    width: 50px;
    height: 50px;
    line-height: 50px;
    float: left;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    cursor: pointer;
}

.sub_comment .comment_input_wrap .btn_box .face_btn .face_wrap .face_box .face img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}


/*标签云*/

.hotTagBox {
    border-top: 1px solid #ddd;
    background-color: #fff;
    margin: 0 -20px;
    border-bottom: 10px solid #f7f7f7;
}

#wrapper {
    position: relative;
    width: 260px;
    height: 260px;
    margin: auto;
    overflow: hidden;
}

#wrapper #box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -25px;
}

#wrapper a {
    display: inline-block;
    position: absolute;
    height: 50px;
    line-height: 50px;
    /*font-size: 14px;*/
    text-decoration: none;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.tag-search {
    background-color: #f7f7f7;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 20px;
}

.tag-search .tag {
    color: #0a77c0;
}

.tag-wrap {
    width: 1140px;
    margin: 0 auto 20px;
    line-height: 30px;
}

.tag-wrap .bt {
    width: 50px;
    font-size: 14px;
}

.tag-wrap .tag-box {
    width: 1090px;
}

.tag-wrap .tag-box span {
    display: block;
    float: left;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ddd;
    color: #666;
    padding: 0 15px;
    margin-right: 10px;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 10px;
}

.tag-wrap .tag-box .clk {
    color: #573b2d;
    border-color: #573b2d;
    position: relative;
}

.tag-wrap .tag-box .clk .btn {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    overflow: hidden;
    background: url(../image/tBar/delTag-icon.png) center no-repeat;
    position: absolute;
    top: -7px;
    right: -7px;
    padding: 0;
    margin: 0;
}

.tag-wrap .tag-box input {
    height: 28px;
    line-height: 1.2;
    border: 1px solid #ddd;
    padding: 0 14px;
    font-size: 12px;
    width: 130px;
    border-radius: 3px;
    float: left;
}

.tag-wrap .tag-box .prompt {
    font-size: 12px;
    color: #999;
    float: left;
    margin-left: 10px;
}

.tag-wrap .tag-box .addTag {
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
}

.contact-wrap {
    width: 1140px;
    margin: 15px auto;
    position: relative;
}

.contact-wrap .btn {
    color: #0a77c0;
    font-size: 14px;
    display: block;
    float: left;
    padding: 0;
}


/*艾特模块*/

.contact-wrap .aitMod {
    width: 202px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 8px #ccc;
    position: absolute;
    bottom: -12px;
    left: 90px;
    border-radius: 3px;
    z-index: 16;
}

.contact-wrap .aitMod .empty-btn {
    width: 20px;
    height: 20px;
    background: url(../image/tBar/empty_btn.png) center no-repeat;
    background-size: 12px auto;
    position: absolute;
    right: 10px;
    bottom: 14px;
}

.contact-wrap .aitMod input {
    border: 1px solid #e6e6e6;
    height: 38px;
    padding-left: 10px;
    padding-right: 25px;
    width: 202px;
    border-radius: 3px;
}

.contact-wrap .aitMod .scroll {
    max-height: 200px;
    overflow: auto;
    margin-bottom: 5px;
}

.scroll::-webkit-scrollbar {
    width: 6px;
    /*background-color: rgba(0, 0,0, 0.3);*/
}

.scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    /*background-color: #bea06f;*/
    border-radius: 10px;
}

.contact-wrap .aitMod .scroll .list {
    overflow: hidden;
    height: 30px;
    padding: 5px 5px;
    cursor: pointer;
    border-radius: 3px;
}

.contact-wrap .aitMod .scroll .list .photo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f4f4f4;
    margin-right: 10px;
    overflow: hidden;
    float: left;
}

.contact-wrap .aitMod .scroll .list .photo img {
    height: 100%;
    object-fit: cover;
}

.contact-wrap .aitMod .scroll .list .name {
    width: 146px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contact-wrap .aitMod .scroll .list:hover {
    background-color: #dee9f1;
}

.contact-wrap .aitMod .scroll .list:hover .name {
    color: #e57050;
}


/*艾特模块 end*/

.frame {
    width: 870px;
    height: 100%;
    position: fixed;
    left: 50%;
    margin-left: -435px;
    top: 0;
    z-index: 10;
    display: none;
}

.frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.frame .closeFrame {
    font-size: 14px;
    line-height: 36px;
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: 100%;
    white-space: nowrap;
    padding: 0 15px;
    height: 36px;
    color: #555;
    border-radius: 0 4px 4px 0;
    display: block;
}

.shareMod {
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -58px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 6px 20px 18px;
    width: 94px;
    text-align: left;
    font-size: 13px;
    z-index: 10;
}

.shareMod:after {
    content: '';
    width: 16px;
    height: 8px;
    background: url(../image/study/top_arrow.png) center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
}

.shareMod .link {
    padding-left: 24px;
    font-size: 14px;
    line-height: 36px;
    color: #555;
    display: block;
    background-position: -2px 8px;
    background-size: 20px auto;
    background-repeat: no-repeat;
}

.shareMod .icon-1 {
    background-image: url(../image/study/share_icon_1.png);
}

.shareMod .icon-2 {
    background-image: url(../image/study/share_icon_2.png);
}

.shareMod .icon-3 {
    background-image: url(../image/study/share_icon_3.png);
    padding-bottom: 100px;
    position: relative;
    cursor: default;
}

.shareMod .icon-3 .code {
    width: 94px;
    height: 94px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#tb_deail .tb_title_box .tb_icon {
    vertical-align: top;
}

#tb_deail .tb_title_box .dm-left {
    max-width: 750px;
}

#tb_deail .tb_title_box .title {
    display: inline;
    white-space: normal;
}