/* CSS Document */

div.want-to-join div.want-to-join-body img.join-icon{
	margin-right:23px;
}
div.row-two{float:left;margin-top:5px}
div.row-one{float:left}
.page-nav{top:180px;}
.join-username{
	margin-left:-74px;
}
div.want-to-join{
	clear:both;
	margin-bottom:20px;
}

/* viewforum top lines*/
div.topic_list_title div.topic_list_1 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: visible;
}
div.topic_list_title div.topic_list_1 ul li{
	float: left;
	padding: 0px 10px 0px 10px;
	text-align: left;
	/*width: 150px;*/
}
div.topic_list_title div.topic_list_1 ul li a.sort_chosen{
	color: #0A5B9C;
	display: inline-block;
	height: 30px;
	line-height: 24px;
	padding: 0px 3px 0px 5px;
	width: auto;
}
div.topic_list_title div.topic_list_1 ul ul{
	border-collapse: separate;
	box-shadow: 0px 0px 2px #666;
	display: none;
	margin: -2px 0px 0px 36px;
	position: absolute;
	z-index: 2;
}
div.topic_list_title div.topic_list_1 ul ul li{
	border-bottom: 1px #DCDCDC solid;
	background-color: #fff;
	float: none;
	padding: 0px;
	width: auto;
}
div.topic_list_title div.topic_list_1 ul ul li a.sort_choice{
	padding: 0px 11px 0px 11px;
}
div.topic_list_title div.topic_list_1 li:hover a.sort_chosen{
	text-decoration: underline;
}
div.topic_list_title div.topic_list_1 ul ul li:hover{
	background-color: #F8F8F8;
}
div.topic_list_title div.topic_list_1 ul ul li:hover > a{
	color: #0659A7;
}
div.topic_list_title div.topic_list_1 a{
	color: #2F4F68;
}
div.topic_list_title div.topic_list_1 a span{
	background-image: url('https://c3.nychinaren.com/images/button/button-icon.png');
	float: right;
	height: 14px;
	margin: 4px 0px 0px 0px;
	width: 14px;
}
div.topic_list_title div.nav-arrow{
	border-style: solid;
	border-width: 6px;
	border-color: transparent;
	border-top-width: 0px;
	border-bottom: 7px solid #bbb;
	width: 0px;
	height: 0px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top:-7px;
}
div.topic_list_title div.nav-arrow-inner{
	border-style: solid;
	border-width: 6px;
	border-color: transparent;
	border-top-width: 0px;
	border-bottom: 7px solid white;
	width: 0px;
	height: 0px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 1px;
	left: -6px;
}
div.forum_tab{
	clear: both;
}
div.forum_tab ul{
	max-height: 33px;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
div.forum_tab li{
	background-color: #FBFBFB;
	border: 1px solid #E7EBEE;
	float: left;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	margin: 2px 5px -1px 0px;
	padding: 0;
	text-align: center;
	width: 110px;
}
div.forum_tab li.selected_tab{
	background-color: #ff8726;
	border-color: #ff8726;
}
div.forum_tab li.topic_tab a{
	display: block;
}
div.forum_tab li.selected_tab a{
	color: #FFFFFF;
	display: block;
	font-weight: bold;
}
.f_topics_tab{
	border-bottom: 2px solid #FF8726;
	margin-bottom: 5px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}
.f_topics_tab a{
	float: left;
	font-size: 16px;
	font-weight: bold;
	min-width: 126px;
	text-align: center;
	margin-right: 4px;
	background: #EEEEEE;
	border: 1px solid #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.f_topics_tab a.active{
	background: #FF8726;
	color: white;
	border-color: #FF8726;
}
.f_topics_tab a.pro{
	position: relative;
}
.f_topics_tab a.pro:after{
	content: '';
	position: absolute;
	top: 8px;
	width: 18px;
	height: 14px;
	display: inline-block;
	background: url("/images/resume/badge_job_pro.gif") no-repeat;
	background-size: contain;
	margin-left: 3px;
}
/* search key list */
div#search_tags
{
	clear: both;
	overflow: hidden;
}
ul.search_key
{
	max-height: 40px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
}
div.forum_line div.forum_name{
	/*background-image: -webkit-linear-gradient(top,#fefefe,#f5f5f5);*/
	background: -webkit-linear-gradient(top, #fefefe, #e3e3e3);
	background:-webkit-linear-gradient(top, #fefefe, #e3e3e3);
	background:-o-linear-gradient(top, #fefefe, #e3e3e3);
	background:-ms-linear-gradient(top, #fefefe, #e3e3e3);
	border: 1px solid #ededed;
	height: 37px;
	border-bottom: 0;
}
div.forum_line div.forum_name h1.forum_h1{
	font-family: Microsoft YaHei;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
}
div.forum_line .child_forums{
	float: left;
	width: 100%;
	border: 1px solid #ededed;
	border-top: none;
	border-bottom: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f3f3f3;
	padding: 8px 15px;
}
div.forum_line .child_forums a.cell{
	color: #0C76BF;
}
div.forum_line .child_forums a.cell:hover{
	color: #ff6711;
}
div.forum_line .child_forums span{
	width: 1px;
	height: 12px;
	display: inline-block;
	background: #d1d1d1;
	vertical-align: middle;
	margin: 0px 15px 0px 5px;
}
div.forum_line .child_forums span:last-child{
	width: 0px;
	margin: 0px;
}
input.input_search{
	margin-top: 4px;
}
#search_dropdown{
	border: 1px solid #ededed;
}
div.forum_line div.forum_name div.button-panel{
	margin-right: 5px;
	margin-top: 4px;
}
ul.search_key li
{
	background-color: #eeeeee;

	float:left;
	list-style-type: none;
	margin: 5px 8px 6px 0px;
	max-width: 120px;
	overflow: hidden;
	padding: 3px 12px 2px 12px;
	text-overflow:ellipsis;
	white-space: nowrap;
}
ul.search_key li.selected
{
	background-color: #CDE2F7;
}
ul.search_key li.more,ul.search_key li.less
{
	float:right;
	margin: 5px 0px 6px 0px;
	padding-right: 4px;
	white-space: normal;
}
ul.search_key li.less
{
	display: none;
}
ul.search_key li span{
	background-image: url(https://c3.nychinaren.com/images/button/button-icon.png);
	float:right;
	height: 14px;
	width: 14px;
}
ul.search_key li.more span{
	margin-top: 2px;
}
ul.search_key li.less span{
	margin-top: 1px;
}
/* image rotate button */
.wrap3_img_btn{
	display:none;
	float: right;
	filter: alpha(opacity=50);
	position:absolute;
	right:0px;
	top:0px;
	z-index:2;
}

/* photography contest event votes */
table.event-vote{
	background-color: #f2f2f2;
        display: inline-table;
}
.event-vote tr{
  width: 800px;
}
.event-vote tr.votes {
	border-top: 1px solid #E9F0F6;
}
.event-vote tr.expert{

}
.event-vote tr.normal{

}
.event-vote td{
  border-color: #ffffff;
  border-style: solid;
}
.event-vote td.top{
  background-color: #f6f6f6;
  border-width: 1px 0px 0px;
  font-size: 18px;
  padding: 10px 20px;
}
.event-vote td.left{
  background-color: #F2F2F2;
  border-width: 1px 1px 0px 0px;
  float: none;
  font-size: 15px;
  font-weight: bold;
  vertical-align: top;
  width: 130px;
}
.event-vote td.right{
  border-width: 1px 0px 0px;
  background-color: #F2F2F2;
  float: none;
  width: 660px;
}
td.left .title {
        margin: 18px 0px 0px 18px;
}
td.left .vote {
        margin: 4px 0px 70px 20px;
}
.event-vote .button-panel{
}
tr.expert .vote .button-panel {
	padding: 6px 8px 6px 6px;
}
tr.normal .vote .button-panel {
	padding: 6px 6px 6px 4px;
}
div.button-panel span.button-white-thumbup {
	background: url(https://c3.nychinaren.com/images/button/button-icon-white-thumbup.png) no-repeat transparent;
	height: 18px;
	width: 20px;
}
.event-vote input.button-i, .event-vote a.button-a {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}
.event-rates{
  padding: 30px 15px;
}
.event-rates-title{
  background-color: #F7F7F7;
  border-color: #d3d3d3 #F7F7F7 #ffffff #d3d3d3;
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  box-shadow: 3px 0px 2px #DFDFDF;
  height: 30px;
  padding: 1px 0px 1px 10px;
}
.event-rates-text{
  border-left: 1px solid #d3d3d3;
  box-shadow: 5px 3px 3px #DFDFDF;
}
.event-rates0 { width: 0px;}
.event-rates1 { width: 10px; }
.event-rates2 { width: 22px; }
.event-rates3 { width: 30px; }
.event-rates4 { width: 44px; }
.event-rates5 { width: 50px; }
.event-rates6 { width: 66px; }
.event-rates7 { width: 70px; }
.event-rates8 { width: 88px; }
.event-rates9 { width: 90px; }
.event-rates10 { width: 110px; }
.event-rates-bg {
  background: url(https://c3.nychinaren.com/images/star/height22/0.png);
  float: left;
  height: 22px;
  margin: 2px 0px 0px;
  width:111px;
}
.event-rates-star { height: 22px; background: url(https://c3.nychinaren.com/images/star/height22/5.png); margin: 0 auto 0 0; }
.event-rates-a {cursor:pointer; height: 22px; margin-top: -22px;}
.event-rates-a a { float: left; text-align: left; width: 22px; height: 22px; text-indent: -999px; overflow: hidden;}
.event-rates-tip{
  float: left;
  font-size:14px;
}
.event-rates-submit{
  float:right;
  margin: 10px;
}
.event-rates-cancel{
  float:right;
  margin: 10px;
}
.event-rates-submit .button-panel, .event-rates-cancel .button-panel {
	height: 16px;
	width: 58px;
}
.event-rates-submit .button-panel a.button-a, .event-rates-cancel .button-panel a.button-a {
	padding: 0px 12px;
}
.event-rates-text textarea {
  border:none;
  height: 80px;
  padding: 10px;
  width: 608px;
}
.nay, .nay_cancel, .yea, .yea_cancel
{
	cursor:pointer;
	display: none;
	margin: 0px 0px 0px 10px;
	padding-left:15px;
}
.nay, .nay_cancel, .yea_cancel{
	color:#999999;
}
.yea
{
	color:#4AA0EB;
}
.nay, .nay_cancel
{
	background: url(https://c3.nychinaren.com/images/unlike.gif) no-repeat 0px center;
}
.yea, .yea_cancel
{
	background: url(https://c3.nychinaren.com/images/like.gif) no-repeat 0px center;
}
.nay em, .nay_cancel em, .yea em, .yea_cancel em
{
	font-style: normal;
}
.event-rates-list {
	padding: 30px 15px;
}
.event-rates-row {
	background-color:#ffffff;
	padding: 10px 7px 30px 5px;
	margin-bottom: 1px;
}
.event-rates-avatar {
	float: left;
}
.event-rates-row .rate_comment_title {

}
.event-rates-row .text {

}
.event-rates-row .misc {

}
.event-rates-avatar {
}
.event-rates-avatar a.avatar {
        border: 1px solid #C5C5C5;
        float: left;
        height: 50px;
        width: 50px;
}
.event-rates-avatar img {
        height: 50px;
        width: 50px;
}
.event-rates-content {
        margin: 0px 0px 0px 63px;
}
.event-rates-row .rate_comment_title {
	color: #08559D;
        font-size: 15px;
}
.event-rates-row .text {
	font-size: 15px;
}
.event-rates-row .misc {
	font-size: 12px;
}
.event-rates-row .misc .event-comment-time {
        float: right;
}
.event-rates-row .misc a.modify_comment_a {
	cursor:pointer;
	color: #7D7D7D;
    float: right;
    margin: 0px 0px 0px 10px;
}
.event-rates-row .misc a.like_comment_a{
        float: right;
}
.event-rates-row .misc a.unlike_comment_a{
        float: right;
}
.event-comment-time {
        color: #A8A8A8;
}
.vote_user_list {
	float: left;
	margin-bottom: 20px;
	position: relative;
}
.vote_user_list a.user {
	float: left;
	margin: 20px 15px 0px;
}
.vote_user_list a.user img {
	height: 50px;
	width: 50px;
}
.vote_user_list a.user div {
	margin: 0px -10px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 70px;
}
.vote_user_block{
	position: absolute;
	left: 149px;
	bottom: -148px;
	z-index: 1000;
	width: 350px;
	border: 5px solid;
	border-color: rgba(175,175,178,0.5);
}

.vote_user_block ul{
	background-color: #FFF;
	overflow-y: auto;
	height: 238px;
	margin: 0;
	padding: 0;
}
.vote_user_block li{
	height: 30px;
	list-style-type:none;
	padding: 15px 0;
	margin-right: 6px;
	border-bottom: 1px solid rgba(175,175,178,0.5)
}
.vote_user_block .button-panel{
	float: right;
	margin-right: 9px;
}
.vote_list_head{
	height: 29px;
	padding-top: 7px;
	border-bottom: 1px solid rgba(175,175,178,0.5);
	background-color:#f8f9fd;
}
.vote_list_head span{
	font-size: 12px;
	font-weight: bold;
	padding-left:10px;
}
.vote_list_head img{
	float: right;
	margin: 5px 10px 0 0;
}
.first_post .voter_avata{
	margin: -8px 0 0 8px;
}
.first_post .voter_name{vertical-align: top;font-size: 14px}
.first_post .voter_facebook{
	vertical-align: top;
	background-image: url(https://c3.nychinaren.com/images/facebook_post.png);
	background-repeat: no-repeat;
	background-position-x: 39px;
}
.user_vote .button-panel img{
	width: 71px;
	height: 31px;
}
.user_vote div.button-panel span{
	background-image: url(https://c3.nychinaren.com/images/button/message.png);
	background-position: 0px 3px;
}
div.button-panel .button-thumb_v2{
	background-image: url(https://c3.nychinaren.com/images/thumb_v2.png);
	width: 19px;
	height: 19px;
	background-size: 15px;
	background-position-y: 2px;
}
.lite_in_block{padding: 0px;margin:0px;}
.thumb_up img{
	width: 79px;
	height: 30px;
}
.thumb_up{margin-left: 15px;}
.thumb_up div.button-panel a.button-a {padding: 2px 2px 0 6px;}
.thumb_up .button-panel{
	padding: 5px 10px;
}
.thumb_up .button-thumb_v2{
	margin-left: 11px;
}
.thumb_v2_back{
	background-image: url(https://c3.nychinaren.com/images/thumb_v2.png) ;
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 25px;
	height: 19px;
	padding-left: 27px;
	margin-top: 5px;
	background-position: 6px 2px;
	background-size: 15px;
}
.favorite_block{margin-left: 265px;}
.favorite_block img{
	height: 30px;
	width: 79px;
}
.favorite_block #topic_cancel_favorite + img{
	width: 101px;
}
.favorite_block .button-panel{
	padding-left: 15px;
}
.favorite_block div.button-panel span{
	background-image: url(https://c3.nychinaren.com/images/button/favorite_icon.png);
}
.share_block {margin-left: 18px;}
.share_block .button-panel{
	padding-left: 23px;
}
.share_block img{
	height: 30px;
	width: 97px;
}
.share_block div.button-panel span{
	background-image: url(https://c3.nychinaren.com/images/button/share_icon.png);
}
.share_thumb_block{
	/*width: 781px;*/
	width: 100%;
	float: left;
	margin: 25px 0;
}
.lite_in_block li{text-decoration:underline;}
.share_thumb_block .bad_content{background-image: url(https://c3.nychinaren.com/images/button/report.png);padding-left: 15px;background-repeat: no-repeat;}
.share_thumb_block .first_post_bad{margin-top: 55px}
.share_thumb_block .block{display: block;float: left}
.thumb_count{margin-left: 20px;line-height: 30px;color:#5f85d2 }
.second_vote_block{float: left;}
.second_vote_block .block{display: block;float: left}
.thumb_count span,.thumb_count a{color:#5f85d2;display: block;float: left;}
div.back_top span.to_top_icon{float: right;margin-top: 10px}


.share_thumb_block .first_post_bad_new {
	display: block;
	float: left;
}
.first_post_bad_new {
	margin-left: 15px;
}
.first_post_bad_new .button-report {
	padding: 5px 10px;
}
div.button-report {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
}
div.button-report .button-thumb-report {
	background-image: url(https://c3.nychinaren.com/images/button/new_report.png);
	width: 19px;
	height: 19px;
	background-size: 15px;
	background-position-y: 2px;
}
.first_post_bad_new .button-thumb-report {
	margin-left: 0px;
}
div.button-report span {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-color: transparent;
	position: relative;
	z-index: 99;
	cursor: pointer;
}
.first_post_bad_new div.button-report a.reportBC {
	padding: 2px 2px 2px 4px;
}
div.button-report a.reportBC {
	border: 0;
	letter-spacing: 1px;
	margin: 0;
	float: left;
	display: block;
	height: 16px;
	line-height: 16px;
	position: relative;
	z-index: 99;
	cursor: pointer;
}
div.button-report img.bottom-bgi {
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.first_post_bad_new .bad_vote {
	display: none;
	position: absolute;
	right: 0px;
	bottom: 130px;
	padding: 5px;
	border: #909090 1px solid;
	background: #fff;
	color: #333;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
	-moz-box-shadow: 2px 2px 10px #909090;
	-webkit-box-shadow: 2px 2px 10px #909090;
	box-shadow: 2px 2px 10px #909090;
	z-index: 999;
}



div.back_top{ position: absolute;bottom:2px;right: 67px;width: 750px}
div.first_post_bad_top{bottom:8px;}
.vote-hover{
	display:none;
	position:absolute;
	top:100px;
	left:15px;
	width:319px;
	height:192px;
	background:url(https://c3.nychinaren.com/images/join-hover-bg.png) no-repeat center top;
	z-index:99999;
}

.vote-hover-tail{
	height:41px;
	text-align:right;
	background:#EAEFF3;
}

.vote-hover-main{
	height:151px;
	padding: 20px 10px 0px;
}

.vote-hover-avatar{
	float: left;
	margin-right: 10px;
}

.vote-hover-avatar img{
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	width:112px;
	height:112px;
}

a.vote-hover-username{
	color: #07569B;
	font-weight:700;
}

.vote-hover-title{
	color: #08559B;
	margin: 0px 5px;
}

.vote-hover-tail div.button-panel{
	height:15px;
	width:60px;
	float:right;
	padding: 8px 10px;
	margin: 5px 12px;
}


ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
/*main*/
.imgContainer {
	width: 745px;
	margin: 20px auto;
	padding: 10px;
	box-shadow: 1px 0 6px 0 rgba(180, 180, 180, 0.4);
}
.imgUl {
	position: relative;
	width:684px;
}
.box {
	width: 684px;
	margin-left: 30px;
	overflow: hidden;
}
.detailImg,
.smallImg {
	position: relative;
}
/*detailImg*/
#detailImg-box {
	height: 450px;
	width: 684px;
	padding-left: 50px;
	display: table-cell;
	vertical-align: middle;
}
#detailImg-box img{
	max-width: 684px;
	max-height: 450px;
	vertical-align: middle;
}
.detailImg {
	text-align: center;
}
.detailImg img {
	max-width: 684px;
}
.detailImg p {
	text-align: left;
	color: #999;
}
#detailImg-pre,
#detailImg-next {
	position: absolute;
	width: 30px;
	height: 46px;
	top: 50%;
	background: url(https://c3.nychinaren.com/images/button/page_button.png) 0 0 no-repeat;
	cursor: pointer;
	text-indent:-9999px;
	margin-top: -23px;
}
#detailImg-pre {
	left: 0;
	background-position: -35px 0;
}
#detailImg-next {
	right: 0;
	background-position: -99px 0;
}
#detailImg-pre:hover {
	background-position: -35px -109px;
}
#detailImg-next:hover {
	background-position: -99px -109px;
}
/*smallImg*/
.hide{
	display: none;
}
#smallImg-box {
	height: auto;
	margin: 25px auto 0;
	width: 660px;
}
#smallImg-ul{
	height: 344px;
}
#smallImg-ul div {
	float: left;
	width: 76px;
	margin-left: 16px;
}
#smallImg-ul div a {
	display: block;
	width: 70px;
	height: 70px;
	border: 3px solid #fff;
	overflow: hidden;
	vertical-align: middle;
	margin: 5px auto;
}
.smallImg img {
	width: 70px;
	height: 70px;
	object-fit: contain;
	background-color:#eee;
}
#smallImg-ul a:hover,
#smallImg-ul div.cur a {
	border-color: #F45E5E;
}
#smallImg-pre,
#smallImg-next {
	position: absolute;
	top: 0;
	height: 92px;
	width: 28px;
	margin: 0;
	background: url(https://c3.nychinaren.com/images/button/album-arrow.png) 0 0 no-repeat;
	cursor: pointer;
}
#smallImg-pre {
	left: 0;
}
#smallImg-next {
	right: 0;
	background-position: 0 -94px;
}
#smallImg-pre:hover {
	background-position: -28px 0;
}
#smallImg-next:hover {
	background-position: -28px -94px;
}
div.button-panel span.button-button-b-search{
	  background-position: 0px -233px;
}
.rent_apartinfo{
	margin-top: 50px;
}
.rent_apartsep{
  font-size: 14px;
  font-weight: 600;
  background-color: #E3E3E3;
  padding: 1px 10px 1px 10px;
  width: 64px;
  color: #666;
}
.rent_apartline{
  height: 1px;
  background-color: #E3E3E3;
  margin-bottom: 10px;
}
.forum_5 input{
	margin-top: 10px
}
.forum_5 .item_title{
	margin-top: 10px;
	height:29px;
}

.forum_5 #addr,.forum_5 #email,.forum_5 #wechat,.forum_5 #phone{
  width:380px;
}

.forum_5 #price,.forum_5 #contact,.forum_5 #qq{
	width: 200px
}
.forum_5 #qq{
	margin-bottom: 10px;
}
.item_others{
	position: absolute;
  	margin-top: 9px;
  	width: 160px;
}
.item_others ul{
	display: none;
	position: absolute;
	top: 0px;
  	left: 49px;
  	-moz-box-shadow:-2px -1px 2px #DDD;
	-webkit-box-shadow:-2px -1px 2px #DDD;
	box-shadow:-2px -1px 2px #DDD;
}
.item_others li{
	border:1px solid #DDDDDD;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #EEEEEE
}
.item_others li:hover{
	background-color: #DDD
}
.item_others li div{
	width: 0px;
  position: absolute;
  left: -21px;
  top: 4px;
  height: 0px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #DDDDDD transparent transparent;
}
.post_body .frm_rent{
	padding-left: 24px;
	background-position: 4px center;
	background-repeat: no-repeat;
	display: inline-block;
}
.post_body .frm_contact{
	background-image :url(https://c3.nychinaren.com/images/forum/topic_info/contact.png);
}
.post_body .frm_wechat{
	background-image: url(https://c3.nychinaren.com/images/forum/topic_info/wechat.png);
}
.post_body .frm_email{
	background-image: url(https://c3.nychinaren.com/images/forum/topic_info/email.png);
}
.post_body .frm_qq{
	background-image: url(https://c3.nychinaren.com/images/forum/topic_info/qq.png);
}
.post_body .frm_phone{
	padding-left: 30px;
	background-image: url(https://c3.nychinaren.com/images/forum/topic_info/phone.png);
	background-position: 0px center;
}
.post_body .frm_resume{
	padding-left: 32px;
	background-image: url(https://c3.nychinaren.com/images/forum/topic_info/resume.png);
	margin-top: 10px;
}
.post_body .frm_resume a{
	color: #137ccc;
	font-size: 16px;
}
.f5uploadbutton{height: auto;min-height: 60px }
.f5uploadbutton div.button-panel span{
	width: 33px;
  	height: 19px;
    margin-top: 12px;
  	margin-left: 22px;
	background-image:url(https://c3.nychinaren.com/images/button/imageicon.png)
}
.f5uploadbutton div.button-panel img.bottom-bgi{
  width: 165px;
  height: 55px;
}
.f5uploadbutton div.button-panel a.button-a,.f5uploadbutton div.button-panel input.button-i{
  font-size: 16px;
  font-weight: 600;
  margin-top: 13px;
}
.uploaded_img_box{
  height: auto;
  float: left;
  width: 100%;
  clear: both;
  margin-top: 15px;
  margin-left: 110px;
  width: 851px;
}
.uploaded_img{
	width: 128px;
	height: 128px;
	background-color: #DDD;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	position: relative;
}
.uploaded_img .del_blue{
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 14px;
	background-image: url(https://c3.nychinaren.com/images/button/del_blue_icon.png);
}
.uploaded_img .move_show{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 128px;
	height: 128px;
	background:rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
	filter:Alpha(opacity=60); background:#000;
	z-index: 2
}

.uploaded_img .move_show .tips{
	position: absolute;
	top: 90px;
	color: #FFF;
	font-weight: 900;
	left: 0px;
	height: 30px;
	margin: 0px;
	width: 100%;
}
.uploaded_img .move_show .left{
	background-image: url(https://c3.nychinaren.com/components/com_forum/images/icon_rotate_left.png);
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 0;
	right: 42px;
}
.uploaded_img .move_show .right{
	background-image: url(https://c3.nychinaren.com/components/com_forum/images/icon_rotate_right.png);
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 0;
	right: 21px;
}
.uploaded_img .move_show .del_black{
	background-image: url(https://c3.nychinaren.com/images/button/del_black_icon.png);
	height: 20px;
	width: 20px;
	position: absolute;
	top: 0;
	right: 0;
}
.opacity{
	opacity:0.5;
	filter:alpha(opacity=50);
	margin:0px;
	padding:0px;
	cursor:move;
}
.border{

	background:#fff;
}
.black{
	background:#44F4F9;
	border-color:#CCC
}
.uploaded_img img{
	max-height: 128px;
	max-width: 128px;
	z-index: 0;
}
#imgrowlist{
	position: relative;
 	margin-top: 34px;
}
.imgRowItem{
	padding: 5px;
  -webkit-box-shadow:0 0 10px #AAAAAA;
  -moz-box-shadow:0 0 10px #AAAAAA;
  box-shadow:0 0 10px #AAAAAA;
}
.imgRowItem:hover{
  -webkit-box-shadow:0 0 15px #666666;
  -moz-box-shadow:0 0 15px #666666;
  box-shadow:0 0 15px #666666;
}
.imgRowItem .img_topic_title,.imgRowItem .img_topic_author a{
	color: #0264ad;
	font-size: 13px;
	line-height: 20px;
	width: 215px;
	height: auto;
}
.imgRowItem .img_topic_info span{
	color: #888888;
	margin-right: 20px;
}

.topic_list_img_qa{
	height: auto;
	width: 200px;
}
.topic_list_img_qa .topic_list_1{
	background-color: #F9B774;
}
.topic_list_img_qa .topic_list_2 a{
	color: #0a5d9f;
}

.orig_block{
	height: 62px;
	width: 99%;
	padding-left: 7px;
	margin-top: 6px;
	border: 1px solid #e9f0f6;
}
.orig_icon ,.orig_detail{
	float: left;
}
.orig_icon {
	font-size: 63px;
	color: red;
	font-family: fantasy;
	line-height: 58px
}
.orig_detail{
	margin-left: 7px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 700;
}
.orig_title{
	color: white;
	width: 73px;
	line-height: 21px;
	text-align: center;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius:6px;
	background-color: red;
}
.detailImg::selection{
	background-color: rgba(255,255,255,0);
}
.detailImg a::selection{
	background-color: rgba(255,255,255,0);
}
.detailImg div::selection{
	background-color: rgba(255,255,255,0);
}
.detailImg img::selection,.smallImg::selection,.smallImg div::selection{
	background-color: rgba(255,255,255,0);
}

.recruitment, .recruitment .companies{
	border: 0;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}
.recruitment{
	margin-bottom: 8px;
}
.recruitment td{
	padding: 0;
}
.recruitment td.gray{
	background-color: #E2E1DF;
	width: 29px;
}
.recruitment td h1{
	color: #000000;
	line-height: 1.2;
	width: 24px;
	margin: auto;
	text-align: center;
	font-size: 14px;
}
.recruitment div.company{
	border: 1px solid #999999;
	width: 130px;
	margin: 0px 0px 4px 8px;
	height: 60px;
	display: block;
}
.recruitment .companies tr:last-child div.company{
	margin-bottom: 0;
}

dl.highlight_tour_forumr{
    margin: 0;
    border: 1px solid #e7e7e7;
    clear: left;
    display: inline-block;
	position: relative;
}
dl.highlight_tour_forumr dt.company img{
	display: none;
}
dl.highlight_tour_forumr .title{
	padding: 4px 12px;
    font-size: 14px;
    font-weight: 700;
	background-image: -webkit-linear-gradient(top,#fefefe,#f5f5f5);
	border-bottom: 1px solid #e7e7e7;
}
dl.highlight_tour_forumr .summary, dl.highlight_tour_forumr .company, dl.highlight_tour_forumr .comment_by, dl.highlight_tour_forumr .comment{
	width: 95%;
	margin: 0 auto;
}
dl.highlight_tour_forumr .summary{
	color: #aaa;
}
dl.highlight_tour_forumr dd.comment_by img{
	display: block;
}
dl.highlight_tour_forumr .more_link{
	position: absolute;
    top: 4px;
    right: 4px;
}
dl.highlight_tour_forumr a{
	color: #0659a7;
}
dl.highlight_tour_forumr .company{
	margin-top: 10px;
}

div.forum_special_newpost {
    background: url(https://c3.nychinaren.com/images/forumicon6.png) no-repeat -66px -1056px;
}

.btn_search_part_tail{
	float: left;
	margin-right: 6px;
}
a.btn_apply_topic_top {
	width: 134px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: white;
	background: #E87E33;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-right: 6px;
}
.job_apply_btn.done a.btn_apply_topic_top{
	background: #CCCCCC;
}
.job_apply_block{
	width: 100%;
	float: left;
	margin: 25px 0px 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #F0EFF1;
}
.job_apply_block .block{
	float: left;
	display: block;
	margin-left: 15px;
}
.job_apply_block .block:nth-child(1){
	margin-left: 275px;
}
.job_apply_block .count_info{
	line-height: 34px;
}
.job_apply_block .job_apply_btn{
	/*width: 130px;*/
}
.job_apply_btn .button-panel{
	float: right;
}
.job_apply_block .button-panel{
	padding: 9px 15px;
}
.job_apply_btn .button-panel a{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.resume_btn .button-panel a{
	font-size: 14px;
}
.ja-tooltip div:nth-child(1){
	max-width: 400px;
}
.ja-tooltip .ja_item{
	float: left;
	margin: 5px;
	width: 70px;
}
.ja-tooltip .ja_item img{
	width: 60px;
	height: 60px;
}
.ja-tooltip .ja_item span{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cr_box{
	margin-top: 20px;
}
.cr_title a{
	font-size: 18px;
	font-family: "Microsoft YaHei";
}
.cr_title a.tail{
	font-size: 16px;
	float: right;
}
.cell_cr{
	margin-top: 15px;
	border-left: 2px solid #EAEAEA;
	display: inline-block;
}
.cell_in_cr {
	float: left;
	border: 2px solid #EAEAEA;
	border-left: none;
	width: 249px;
	height: 172px;
	padding: 25px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.title_in_cr{
	font-family: Microsoft YaHei;
	font-size: 15px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 0px 8px;
}
.text_in_cr span{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post_choose_anon{
	display: inline-block;
	margin-right: 10px;
}
#option_switch_btn{
	display: inline-block;
	line-height: 30px;
	margin-right: 8px;
	display: none;
}
.post_submit .button-panel{
	padding: 8px 20px;
	margin-right: 10px;
}
.post_submit .button-panel a.button-a{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
}
.post_submit .button-panel span.button-w-edit{
	width: 18px;
	background-position: 0px -29px;
}
.margin-top10{
	margin-top: 10px;
	clear:both;
}
#verify_img{
	vertical-align: bottom;
}
.check_status{
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
}
.check_status.loading{
	background-image: url(https://c3.nychinaren.com/templates/horse/images/check_loading.gif);
}
.check_status.right{
	background-image: url(https://c3.nychinaren.com/templates/horse/images/check_right.gif);
}
.check_status.error{
	background-image: url(https://c3.nychinaren.com/templates/horse/images/check_error.gif);
}
.block-dialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	text-align: center;
	background: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	display: none;
}
.dialogForm {
	position: relative;
	display: inline-block;
	width: 95%;
	max-width: 540px;
	max-height: 95%;
	overflow-y: auto;
	vertical-align: middle;
	margin-right: 100px;
}
.block-dialog .close {
	position: absolute;
	right: 18px;
	margin-top: 18px;
	padding-top: 10px;
	padding-left: 2px;
	border-radius: 3px;
	width: 36px;
	height: 30px;
	font-size: 36px;
	line-height: 20px;
	font-weight: 100;
	background: #fff;
	color: #666;
	cursor: pointer;
	opacity: 0.5;
	vertical-align: baseline;
	border: 0px;
}
.dialog {
	margin: 0 auto;
	vertical-align: middle;
	text-align: left;
	padding: 12px;
	border-radius: 5px;
	background: #fff;
	letter-spacing: normal;
	word-spacing: normal;
}
.dialog-body {
	padding: 18px 12px;
}
.block-dialog:after {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	content: "";
}
.resume-block-dialog {
	background: rgba(0,0,0,0.75);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#75000000,endColorstr=#75000000);
}
.resume-block-dialog .dialogForm {
	width: 290px;
	overflow-y: visible;
}
.resume-block-dialog .close {
	background: url(https://c3.nychinaren.com/templates/horse/images/resume-close.png);
	width: 50px;
	height: 50px;
	opacity: 1;
	margin: 0px;
	padding: 0px;
	right: -15px;
	top: -15px;
	float: right;
	z-index: 2000000;
	overflow: visible;
}
.resume-block-dialog .dialog {
	border-radius: 10px;
}
.resume-block-dialog .dialog-body {
	padding: 0px;
}
.resume-block-dialog.block-dialog:after{
	height:0px;
}
.resume-box {
	border: 2px dotted #00479d;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
	color: #00479d;
	padding: 20px;
}
.resume-box span {
	line-height: 40px;
	font-size: 30px;
	display: block;
	width: 100%;
}
.resume-guide-line {
	background: url(https://c3.nychinaren.com/templates/horse/images/resume-guide.png);
	width: 100px;
	height: 67px;
	opacity: 1;
	margin: 0px;
	padding: 0px;
	right: -125px;
	top: -120px;
	float: right;
	z-index: 2000000;
	overflow: visible;
	position: relative;
}
/*.resume-guide-box {
	-webkit-box-shadow:0px 0px 5px 5px rgba(252, 131, 51,1);
	-moz-box-shadow:0px 0px 5px 5px rgba(252, 131, 51,1);
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#FC8333');
	//Internet Explorer 8

	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#FC8333,direction=0,strength=5)progid:DXImageTransform.Microsoft.Shadow(color=#FC8333,direction=90,strength=5)progid:DXImageTransform.Microsoft.Shadow(color=#FC8333,direction=180,strength=5)progid:DXImageTransform.Microsoft.Shadow(color=#FC8333,direction=270,strength=5)";

		//低于Internet Explorer 版本8

	*filter: "progid:DXImageTransform.Microsoft.Shadow(color=#FC8333, direction=0, strength=0)progid:DXImageTransform.Microsoft.Shadow(color=#FC8333, direction=90, strength=0)progid:DXImageTransform.Microsoft.Shadow(color=#FC8333 direction=180, strength=0)progid:DXImageTransform.Microsoft.Shadow(color=#FC8333, direction=270, strength=0)";

	box-shadow: 0px 0px 5px 5px rgba(252, 131, 51,1);
	z-index: 20000000;
	position: relative;
	width: 240px;
	margin: 9px;
	background:#fff;
}*/
a.resume-create {
	background-image: url(https://c3.nychinaren.com/templates/horse/images/resume-btn.png);
	background-repeat: no-repeat;
	display: block;
	width: 209px;
	padding: 27px 0px;
	margin: 0px auto 10px auto;
	color: #ffffff;
	font-size: 38px;
}
.forum_right .to_resume_box{
	clear: left;
}
.resume-guide-box
{
	background-image: url(https://c3.nychinaren.com/templates/horse/images/resume-background1.png);
	position: relative;
	z-index: 10002;
	height: 240px;
	width: 270px;
	padding-left: 14px;
	padding-top: 14px;
	left: -10px;
}
.resume-guide-box .to_resume_box{
	border:0px;
	width: 255px;
}
.resume-guide-box .to_resume_title{
	width:80%;
	background-image: -moz-linear-gradient(top,#ffffff,#dfdfdf);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#dfdfdf));
	background-image: -webkit-linear-gradient(top,#ffffff,#dfdfdf);
	background-image: -ms-linear-gradient(top,#ffffff,#dfdfdf);
	background-image: -o-linear-gradient(top,#ffffff,#dfdfdf);
	background-image: linear-gradient(top,#ffffff,#dfdfdf);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdfdfdf,gradientType=0);
}
.r_agents_house_forum{
	display:flex;
	justify-content:space-between;
}
.r_agents_house_forum >a{
	width:30%;
}
.r_agents_house_forum >a:hover{
	color:#333;
}
.r_agents_house_forum img{
	width:100%;
}
.r_agents_forum_more_houses{
	text-align:center;
	font-size:18px;
}
.r_agents_house_price{
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));
	background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 5px;
}
.r_agents_house_wrapper{
	margin-bottom:5px;
	border-bottom:1px dashed #e9f0f6;
}
.r_agents_link_houseList{
	display:block;
	background: #6c9cc4;
	text-align:center;
	padding:10px 0;
	font-size:18px;
	margin-bottom:15px;
	position:relative;
	color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.r_agents_link_houseList p{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}
.r_agents_link_houseList span{
	margin-left:90px;
}
.r_agents_forum_addr{
	margin:0;
	display:flex;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
p.r_agents_forum_addr img{
	width:auto;
	margin-right:5px;
}
a.r_agents_apply_link{
	font-size:14px;
}
.r_agents_avatar_wrapper{
	border: 3px solid #fff;
	border-radius: 32.5px;
	display: inline-block;
	overflow: hidden;
	position: absolute;
	top: -15px;
	left: 10px;
}

.allrim .v_equal_list.content4 .v_equal_cell {
	margin-bottom: 8px;
}
.allrim.resumes{
	position: relative !important;
}
.allrim.resumes .title{
	background-image: -moz-linear-gradient(top,#fefefe,#f5f5f5);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#f5f5f5));
	background-image: -webkit-linear-gradient(top,#fefefe,#f5f5f5);
	background-image: -ms-linear-gradient(top,#fefefe,#f5f5f5);
	background-image: -o-linear-gradient(top,#fefefe,#f5f5f5);
	background-image: linear-gradient(top,#fefefe,#f5f5f5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffefefe,endColorstr=#fff5f5f5,gradientType=0);
	overflow: hidden;
	padding: 0px 12px;
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 14px;
	font-weight: 700;
}
.fr_resumes{
	overflow: hidden;
	padding: 10px 0px;
}
.fr_resumes li {
	width: 50%;
	float: left;
	text-align: center;
	height: 125px;
}
.fr_resumes .avatar {
	width: 76px;
	height: 76px;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
}
.fr_resumes .more{
	position: absolute;
	top: 0px;
	right: 10px;
	line-height: 29px;
}
.fr_resumes .info{
	padding: 5px 5px 0px;
}
.fr_resumes .name, .fr_resumes .fun {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.forum_line select {
	border: 1px solid #ddd;
	height: 20px;
	line-height: 20px;
	padding: 4px 0px 4px 4px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	font-size: 14px;
}
.forum_line#resumeBox a{
	color: #0C76BF;
	text-decoration: underline;
	padding-left: 3px;
	cursor: pointer;
}
.forum_line#resumeBox select {
	margin-bottom: 10px;
	margin-right: 15px;
}
.forum_line#resumeBox select.resumes {
	min-width: 150px;
}
.forum_line#resumeBox select.lang_for_resume {
	min-width: 70px;
}
.forum_line#resumeBox .view_resume{
	margin-right: 10px;
}

.job_post_done{
	background: white;
	font-size: 14px;
	padding: 50px 0px;
	border: 1px solid #f4f4f4;
	margin-top: 10px;
}
.job_post_done table{
	margin: 0px auto;
}
.job_post_done .alert_img{
	width: 55px;
	margin-right: 20px;
}
.job_post_done .ver-line{
	width: 1px;
	height: 14px;
	display: inline-block;
	background: #595959;
	vertical-align: sub;
}
.job_post_done a {
	color: #0C76BF;
	font-weight: bold;
	letter-spacing: 1px;
}
