.re_recommend, .re_recommend * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.re_recommend{background: #FFF;margin-bottom: 20px;}
.re_recommend.re_recommend_selected{border-bottom: 1px dashed #9c9b9b}
.re_recommend.is_re_not_pub{
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -o-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
}
.re_recommend.is_re_not_pub:hover{
    -moz-opacity: 1;
    -ms-opacity:1;
    filter:alpha(opacity=100);
    -khtml-opacity:1;
    -o-opacity:1;
    -webkit-opacity:1;
    opacity:1;
}
.re_recommend a{text-decoration: none;}
.re_recommend .re_recommend_box {
    position: relative;
    margin-left: 0;
}

.re_recommend_box .reb_header {
    position: relative;
    background: #f9f9f9;
    line-height: 17px;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 4px 4px 0 0;
}

.reb_userava {
    float: left;
    width: 50px;
    overflow: hidden;
}

.reb_userava img, .reb_userava .icms-profile-avatar__default {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.reb_time {
    font-size: 12px;
    color: #777;
}

.re_recommend .reb_review {
    position: absolute;
    right: 15px;
    top: 14px;
    float: right;
}

.reb_actions {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    line-height: 45px;
    text-align: center;
	display: block;
    width: 30px;
    height: 45px;
    border-radius: 0 4px 0 0;
    color: #94b8de;
}

.reb_actions:hover {
    background: #e0e9f5;
    color: #2c4c76;
}

.reb_actions .reb_dropdown {
    display: block;
}
.reb_actions .reb_dropdown:hover, .reb_actions .reb_dropdown_opened {
    background: #eee;
}
.reb_actions .reb_btn_options {
    margin: 0;
    display: block;
    height: 45px;
    line-height: 51px;
    cursor: pointer;
}
.reb_actions .reb_btn_options:hover,.reb_dropdown.reb_open .reb_btn_options {
    background: transparent;
    border: 0;
}

.reb_actions .reb_dropdown_menu {
    position: absolute;
    top: 100%;
    display: none;
    float: left;
    min-width: 160px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.07);
    box-shadow: 0 6px 12px rgba(0,0,0,.07);
    font-size: 12px;
    border-radius: 0;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.07);
    margin: 1px 0 0 0;
    padding: 0;
    border: 1px solid #e9e9e9;
    z-index: 3;
    left: inherit;
    right: -2px;
}
.reb_actions .reb_dropdown_opened .reb_dropdown_menu {
    display: block;
}
.reb_actions .reb_dropdown_menu > li > a {
    display: block;
    clear: both;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    font-weight: normal;
    width: 100%;
    text-align: left;
    padding: 0 5px;
    padding-left: 32px;
    text-decoration: none;
    line-height: 35px;
}
.reb_actions .reb_dropdown_menu > li > a:hover {color: #262626;background-color: #f5f5f5}
.reb_actions .reb_dropdown_menu .reb_divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.reb_actions .reb_dropdown_menu > li > a img {
    position: absolute;
    left: 8px;
    top: 9px;
    width: 14px;
}

.re_recommend_box .reb_body {
    font-size: 14px;
    padding: 10px;
    border: 1px solid #e0e9f5;
    border-top: 0;
    overflow: hidden;
}

.re_recommend_box .reb_body img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.reb_text{margin:0}
.re_recommend_box .reb_body > p span.is_long_text{
	max-height: 80px;
    overflow: hidden;
    display: inline-block;
}
.re_recommend_box .reb_body > p span.is_editing{
	max-height: none;
    display: block;
    overflow: visible;
}
.re_recommend_box .reb_body > p span.is_editing #re_text{height:100px;overflow-y:scroll}
.wall_post_more{cursor:pointer}

.reb_footer {
    position: relative;
    padding: 5px;
    background: #eee;
    clear: both;
    border-bottom: 1px solid #ddd;
}

.reb_links{
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding: 0 2px;
    }

.reb_links a{
    background: #FFF;
    padding: 6px 0 6px 8px;
    border: 1px solid #ddd;
    color: #7a8492;
    border-radius: 4px;
}

.reb_links a.is_recommend_comms{cursor: pointer;}
.reb_links a.is_comms_loading > span{background:#ddd}
.reb_links a.is_comms_loading > span:before{border-right-color:#ddd}
.reb_links a.is_comms_loading > span img{vertical-align: sub;}

.reb_links a.is_recommend_pub,.reb_links a.is_recommend_decline{
    padding-right: 6px;
    margin-right: 3px;
    cursor: pointer;
}

.reb_links a.is_recommend_pub img,.reb_links a.is_recommend_decline img{
    vertical-align: sub;
}

.reb_links a > span{
    background: #989898;
    color: #fff;
    display: inline-block;
    padding: 0 8px;
    border-radius: 0px 4px 4px 0px;
    margin-left: 6px;
    position: relative;
}
.reb_links a > span:before{
	content: " ";
	position: absolute;
	border: 4px solid #989898;
	left: -10px;
	top: 11px;
	border-right: 5px solid #989898;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: 0;
	display: block;
	width: 0;
	height: 0;
}

.reb_like_dislike{
	display:  inline-block;
	border: 1px solid #ddd;
	color: #888;
	border-radius: 3px;
	padding: 0;
	line-height: 0;
	height: 30px;
	min-height: 16px;
	float:right;
	background: #fdfdfd;
}
.reb_like_dislike img{padding: 6px 9px;vertical-align: top;cursor: pointer;}
.reb_like_dislike span{
    background: #f7f7f7;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0;
    padding: 14px 10px;
    cursor: default;
    display: inline-block;
}
.reb_like_dislike span.loading_process{padding: 8px 10px 6px;}
.reb_like_dislike span.loading_process img{padding:0;vertical-align: middle;}

.re_auth_ico{vertical-align:sub}
.reb_username_box{display:inline-block}
.re_link_answer a{font-size: 13px;}
.reb_username{height:18px}
.re_recommend_box .reb_body img[src*="/static/smiles/"] {
    display: inline-block;
    vertical-align: bottom;
}

@media screen and (max-width: 480px) {
	.re_recommend .reb_review{top: 4px;right: 4px;background: #f9f9f9;}
}
@media screen and (max-width: 430px) {
	.reb_time{display:none}
}
@media screen and (max-width: 360px) {
	.reb_username{font-size: 13px;}
	.reb_userava{width:42px}
	.re_link_answer a {font-size: 12px;line-height: 12px}
}