/*layer*/
body .sheen-class .layui-layer-title{
	height: 0;
	border: none;
	
}
body .sheen-class .layui-layer-iframe{
	
}
body .sheen-class .layui-layer-iframe .layui-layer-btn{
	padding: 20px;
}
body .sheen-class .layui-layer-iframe .layui-layer-btn{
	background-color: #f2304a;
	width: 200px;
	height: 50px;
	line-height: 50px;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	border: none;
	border-radius: 4px;
	display: block;
	margin: auto;
}

body,html{
    height: auto;
}
.dialog-question {
    position: fixed;
    width: 520px;
    height: 420px;
    z-index: 999999999999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

/*base_css*/
body, button,  select, textarea {
    font-size: 14px;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    color: #333;
    background: #fff;
}
.textNew{ border-color: #e8e8e8; padding-left: 5px;}
textarea::-webkit-input-placeholder{
  color:#a9a4a4;
}
input::-webkit-input-placeholder{
  color:#a9a4a4;
}


.sheen_background{
	background-color: #f2304a;
	padding:0 10px;
}
.sheen_disflex{
	display: flex;
}
.sheen_padB20{
	padding-bottom: 20px;
}
.sheen_marginl20{
	margin-left: 20px;
}
.sheen_w1200{
	width: 1200px;
	margin: auto;
}
.sheen_fontblod{
	font-weight: bold;
}
.sheen_mbottom20{
	margin-bottom: 20px;
}
.font_bold{
	font-weight: bold;
}
.sheen_changebig{ 
	transition:transform .5s;
} 
.sheen_changebig:hover{ 
	transform: scale(2,2); 
	cursor: pointer;
	z-index: 100;
}
.sheen_minheight480{
	min-height: 480px;
}
.sel_block{
	display: block;
}
.dis_block{
	display: none;
}
.none_scroll::-webkit-scrollbar{
    display: none;
}
/*index-ad*/
.index_ad_close_box{
    width: 44px;
    height: 44px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(138,138,138,0.4);
    border-radius:25%;
    z-index: 1;
}

.index_ad_close{
    width: 25px;
    height: 25px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url(../images/icons.png) no-repeat;
    background-position: -293px -28px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}
.index_ad_text{
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}
/*index*/
.index_wufu .flex-control-nav#index_css{
	bottom: 28px;
}
.sheen_index_head_block{
	height: 73px;
	display: none;
}
.wirter_index_ad{
	width: 200px;
	height: 460px;
	position: fixed;
	z-index: 19891015;
	bottom:0;
	left:0;
	right:0;
	top:300%;
	margin: auto;
	display: none;
	overflow: hidden;
}
.sheen_bagColor{
	background-color: #f6f6f66b;
}
/*bulit_index*/
.istopbang::after {
    display: block;
    content: "榜";
    color: rgb(255, 255, 255);
    width: 25px;
    height: 22px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
    margin: auto;
    transform: scale(1,1.1);
    border-radius: 2px;
    background: -webkit-linear-gradient(left top,#B59D5F,#9F843F);
	background: -o-linear-gradient(bottom right, #B59D5F,#9F843F);
	background: -moz-linear-gradient(bottom right,#B59D5F,#9F843F);
	background: linear-gradient(to bottom right, #B59D5F,#9F843F);
}
.istime_sheen{
    width: 165px;
    margin: auto;
    border: 1px solid #fefe24;
    padding: 5px;
    text-align: center;
    position: absolute;
    color: #fefe24;
    left: 0;
    right: 0;
    bottom: 86px;
    box-sizing: border-box;
}
.istime_sheen:after{
    display: block;
    content: '有效时间';
    color: #fefe24;
    position: absolute;
    padding: 0 5px;
    top: -12px;
    left: 0;
    right: 0;
    width: 60px;
    height: 20px;
    margin: auto;
    background-color: #f2304a;
}
#sheen_lp_navisme{
	background-color: #f2304a;
}
#sheen_dialog_lp{
	width: 590px;
	height: 360px;
	border-radius: 5px;
	border: none;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index:19891017;
	background-color: #fff;
}
.sheen_dialog_title{
	height: 58px;
	line-height: 58px;
	background-image: url(../images/sheen_alert_img.png);
	text-align: center;
	font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-color: #f2304a;
    border-radius: 5px;
    
}
.sheen_dialog_content_one{
	color: #999;
    text-align: center;
    font-size: 14px;
    margin: 20px 0;
}
.sheen_dialog_content{
    text-align: center;
}
.sheen_dialog_content input{
	width: 396px;
	height: 60px;
	line-height: 60px;
	border-radius:4px;
	background-color: #f4f6f7;
	text-align:center;
	border: none;
	margin: 0 auto 20px;
	font-size: 14px;
}
.selected .input {
  background-image: url(//nos.netease.com/fps-pro/frontends/lpk_pc/v87/images/common_sprite.png);
  background-position: -90px -147px;
  background-origin: center center;
}
.input {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: inline-block;
}
.sheen_dialog_btn{
	width: 230px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    background-color: #f2304a;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    margin: 20px auto;
}
.sheen_dialog_btn:hover{
	  box-shadow: 0 0 10px #ff133f;
}
.red_block{
	margin-bottom: 20px;
	padding: 60px 10px 20px 80px;
	box-sizing: border-box;
	position: relative;
	height: 290px;
	background-image: url(../img/this_is_redbag.png);
}
.sheen_redmooney{
    height: 130px;
    color: #fff;
    font-size: 100px;
}
.sheen_redbottom{
	height: 80px;
}
.sheen_istime{
    width: inherit;
    color: #F4BBC0;
    line-height: 80px;
    height: inherit;
    text-align: center;
    font-size: 20px;
    position: relative;
}
.red_left_block{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    height: 20px;
    width: 160px;
    line-height: 20px;
    background-color: rgb(0,0,0,0.3);
    border-radius: 20px;
    padding: 2px 20px;
    text-align: center;
    font-size: 12px;
}
.sheen_istips{
    width: 45%;
    color: #fff;
    text-align: left;
    padding-left: 6%;
    padding-top: 80px;
    box-sizing: border-box;
    word-break: break-all;
}
.sheen_istips ol{
	padding-left: 20px;
}
.wchat_block:after{
	position: absolute;
    left: 43%;
    transform: rotate(180deg);
    width: 24px;
    bottom: -17px;
    height: 17px;
    content: "";
    background: url(../images/icons.png) -90px 0 no-repeat;
    z-index: 1;
}
/*look_tips*/
.zt_kf .inpStyle {
  color: #999;
}
.zt_kf .inpStyle span:hover {
  cursor: pointer;
  text-decoration: underline;
}
.zt_kf .user-instruction {
  position: absolute;
  bottom: 8px;
  left: 45px;
  background-color: #fff;
  width: 500px;
  padding-top: 18px;
  z-index: 99;
  border-radius: 8px;
  display: none;
  border: 1px solid #ddd;
}
.zt_kf .user-instruction .ui-tit {
  color: #333;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.zt_kf .user-instruction .ui-con {
  padding: 0 42px;
  line-height: 24px;
  color: #959595;
  margin-bottom: 30px;
}
.zt_kf .user-instruction .ui-con p {
  text-align: left;
}
.zt_kf .user-instruction .ui-con p.first {
  text-indent: 2em;
}
.zt_kf .user-instruction .iKnow {
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-top: 1px solid #f4f6f7;
  cursor: pointer;
}

/*built_nav*/
.sheen_title_nav_float{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
}


/*footer*/
.sheen_misscolor{
	color: #9b9b9b;
}
.sheen_disnone{
	display: none;
}
.sheen_disblock{
	display: block;
}
.sheen_sel_color{
    color: #fff;
}
.sheen_margin_r20{
	margin-right: 20px;
}

.sheen_clearfloat{
	  zoom: 1;
	}
.sheen_clearfloat:after{
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  clear: both;
  display:block;
  content: ' ';
}

/*sild*/
.sheen_im_list{
	z-index: 11;
	background-color: yellow;
	position: fixed;
	right: 38px;
	bottom: 0px;
	width: 160px;
	cursor: pointer;
}
.sheen_im_block{
	padding: 5px;
	background-color: #fff;
	border-bottom:1px solid red;
}
.sheen_im_block img{
	border-radius: 50%;
	border: 1px solid red;
	margin-right: 5px;
}
.sheen_im_text p{
	font-size: 12px;
	color: #000;
	line-height: 24px;
	text-align: left;
}
.sheen_im_text span{
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 24px;
    text-align: left;
}
.sheen_im_title{
	text-align: center;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
}





/*top*/
.sheen_index-top {
    padding: 12px 0 10px 0;
    background-color:#f5f5f6;
    /*background-color: #303035;*/
}
.sheen_container {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

.sheen_clearfix {
    *+height: 1%;
}
.sheen_clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sheen_index-top .sheen_it-nav {
    float: left;
}
.sheen_index-top .sheen_it-words {
    float: right;
    display: inline-flex;
    /* padding-right: 36px; */
}
.sheen_index-top .sheen_it-nav li {
    float: left;
    /* padding: 0 14px; */
    margin-right: 13px;
}

.sheen_index-top .sheen_it-nav li a {
    font-size: 12px;
    color: #9b9b9b;
}
.sheen_index-top .sheen_it-words span:last-child {
    margin-left: 48px;
}

.sheen_index-top .sheen_it-words span {
    font-size: 12px;
    color: #9b9b9b;
}

.mleft10{
	margin-left: 10px !important;
	color: #9b9b9b;
}
.sheen_index-top .sheen_it-wordsNew span:hover{cursor: pointer;}
/*header*/
.sheen_a_mouseinColor{
	color: red;
}
.sheen_index_nav{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 60;
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
}
.head_index-nav{
    padding: 8px 0 10px;
}
.head_container {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    display: flex;
    align-items: center;
}
.float-bot_advert {
    margin-bottom: -5px;
}
.head_clearfix {
    *+height: 1%;
}
.head_clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.head_index-nav .logo {
    float: left;
}
.head_index-nav .logo img {
    /*width: 142px;*/
    /*height: 53px;*/
    max-height: 80px;
    margin-right: 10px;
}
.head_index-nav .head_location-box {
    float: left;
    position: relative;
    height: 53px;
    line-height: 53px;
    width: 90px;
    text-align: center;
    z-index: 999;
}
.head_index-nav .head_location-box a{
    text-decoration: none;
}
.head_index-nav .head_location-box a.lb-btn {
    font-size: 14px;
    color: #303035;
}
.head_index-nav .head_location-box a.lb-btn .ic-arrow-down {
    margin-left: 4px;
    width: 11px;
    height: 6px;
    vertical-align: 2px;
    background-position: 0 0;
}
.ic {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url(../images/icons.png) no-repeat;
}
.head_index-nav .head_in-nav {
    float: left;
    height: 53px;
    line-height: 53px;
    flex: 1;
    background-color: #ffffff;
    /*overflow: hidden;//不能加*/
}
.head_index-nav .head_in-nav>li {
    float: left;
    position: relative;
}
.head_index-nav .head_in-nav li a {
    font-size: 18px;
    /*color: #333;*/
    font-weight: 700;
    text-decoration: none;
}
.sheen_ul{
	position: absolute;
    /*top: 100%;*/
	z-index: 9999;
}
.sheen_ul li{
	margin-left:0;
	height: 38px;
	line-height: 38px;
	background-color: white;
	z-index: 99;
	padding: 0 5px;
	border-bottom: 1px solid #f6f6f6;
}
.sheen_ul li:hover{
	background-color: #f6f6f6;
}
.head_index-nav .head_login-box {
    float: right;
    margin-top: 18px;
}

.head_login-boxNew{margin-left: 20px; color: #9b9b9b;}

.head_index-nav .head_login-box span {
    margin-left: 14px;
    font-size: 14px;
    color: #333;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer;
}

.head_index-nav .head_login-box span .ic-user {
    width: 16px;
    height: 16px;
    vertical-align: top;
    background-position: -27px 0;
}

.head_in-nav .head_login-box span .ic-user
{
	    width: 16px;
    height: 16px;
    vertical-align: top;
    background-position: -27px 0;
}


.head_title_ul li{
	/*width: 78px;*/
	text-align: center;
    margin: 0 10px;
}
.ic{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url(../images/icons-new.png) no-repeat;
}

a {
    text-decoration: none;
}
li{
	    list-style: none;
}







/*foot*/
.index-bot{
  padding-top: 54px;
  padding-bottom: 64px;
  background-color: #333;
}
.index-bot .friend-links{
  
}
.index-bot .friend-links .fl-tt span:first-child{
	padding-left: 0;
}

.index-bot .friend-links .fl-tt{
  padding: 17px 0;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px dashed rgba(255, 255, 255, .2);
}
.index-bot .friend-links .fl-links{
  padding-bottom: 40px;
}
.index-bot .friend-links .fl-links.bot{
  border-bottom: 1px dashed rgba(255, 255, 255, .2);
}
.index-bot .friend-links .fl-links ul{
  margin: 0 -13px;
}
.index-bot .friend-links .fl-links ul li{
  float: left;
  margin: 18px 13px 0 13px;
}
.index-bot .friend-links .fl-links ul li a{
  font-size: 14px;
  color: #9b9b9b;
}
.index-bot .friend-links .fl-links ul li a:hover{
  color: #fff;
}

.index-bot .hot-line{
  margin-top: 82px;
  float: left;
  width: 266px;
  text-align: center;
  color: #fff;
}
.index-bot .hot-line p.p01{
  margin-bottom: 12px;
  font-size: 14px;
}
.index-bot .hot-line p.p02{
  margin-bottom: 8px;
  font-size: 28px;
}
.index-bot .hot-line p.p03{
  font-size: 14px;
  line-height: 28px;
}
.index-bot .bot-nav{
  float: left;
  margin: 72px 0 0 48px;
  padding-left: 20px;
  padding-right: 78px;
  border-left: 1px dashed rgba(255, 255, 255, .2);
  border-right: 1px dashed rgba(255, 255, 255, .2);
}
.index-bot .bot-nav .nav-block{
  float: left;
  margin-left: 50px;
  text-align: center;
}
.index-bot .bot-nav .nav-block .tt{
  font-size: 14px;
  color: #fff;
}
.index-bot .bot-nav .nav-block ul{
  padding-top: 8px;
}
.index-bot .bot-nav .nav-block ul li{
  margin-top: 9px;
}
.index-bot .bot-nav .nav-block ul li a{
  font-size: 14px;
  color: #666;
}
.index-bot .bot-nav .nav-block ul li a:hover{
  color: #fff;
}
.clearfix {
    *+height: 1%;
}
.index-bot .qrcode{
  float: right;
  margin-top: 66px;
  padding-right: 20px;
}
.index-bot .qrcode .img-box{
  margin: 0 auto;
  width: 120px;
  height: 120px;
}
.index-bot .qrcode .img-box img{
  width: 100%;
  height: 100%;
}
.index-bot .qrcode p{
  margin-top: 10px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.bot-copyright{
  padding: 30px 0 46px 0;
  text-align: center;
  background-color: #000;
}
.bot-copyright p{
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.bot-copyright p a
{
	color: #666;
}
.clearfix {
    *+height: 1%;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sheen_pointer{
	cursor: pointer;
}
.sheen_fleft{
	float: left;
}
.sheen_fright{
	float: right;
}
/*广告*/
.ad-txt {
    color: #fff;
    font-size: 9px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-align: center;
    min-width: 32px;
    position: absolute;
    margin: 3px 0 0 3px;
    z-index: 3;
    border: 1px solid #ffffff;
    background-color: rgba(0,0,0,0.4);
}
.ad-ysz{
    color: #fff;
    font-size: 12px;
    /* height: 16px; */
    /* line-height: 16px; */
    overflow: hidden;
    text-align: center;
    min-width: 32px;
    position: absolute;
    right: 0;
    bottom: 6px;
    /* margin: 40px 0 0 3px; */
    z-index: 3;
    border: 1px solid #ffffff;
    background-color: rgba(0,0,0,0.4);
    padding: 0px 5px;
    pointer-events: none;
}
a.ad-ysz:hover{

}

/*built_index*/
.addfont{
	font-family: 'addfont';
}
@font-face {
	font-family: 'addfont';
	src: url('../fonts/DINOT-Bold.otf');
}
.box-v5 {
    padding-top: 20px;
    margin-bottom: 30px;
}
.box-v5 .hd {
    height: 35px;
    line-height: 35px;
    padding-bottom: 19px;
}
.box-v5 .hd h2 {
    float: left;
    font-weight: 700;
    font-size: 24px;
    color: #333;
}
.box-v5 .dynamic-wrap {
    margin-bottom: 20px;
}
.box-v5 .dynamic-wrap .dynamic-wrap-left {
    display: block;
}

.pull-left {
    float: left;
}
.box-v5 .dynamic-wrap .dynamic-wrap-left .dynamic-wrap-block {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}
.box-v5 .dynamic-wrap .dynamic-wrap-left h4 {
    padding: 3px 6px;
    background-color: #f2304a;
    border-radius: 2px;
    font-size: 13px;
    color: #fff;
    margin-top: 0px;
}
.box-v5 .dynamic-wrap .dynamic-wrap-left .dynamic-block-detail {
    padding: 0px 10px 0 10px;
}

.pull-right {
    float: right;
}

.box-v5 .dynamic-wrap .dongtai-title {
    color: #333;
    font-size: 16px;
    margin-bottom: 4px;
    min-height: 23px;
    max-width: 600px;
}
.news-content-werapper {
    max-height: 48px;
    overflow: hidden;
}
.box-v5 .dynamic-wrap .dynamic-wrap-left .dynamic-detail-info-full {
    /*display: block;*/
    font-size: 14px;
    width: 700px;
    height: auto;
    color: #9c9fa1;
    text-decoration: none;
    line-height: 24px;
}
.box-v5 .dynamic-wrap-left .dynamic-block-detail .dynamic-detail-time {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #9c9fa1;
}
#isjunjia:after{
    text-align: center;
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #f2304a;
    content: '均';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgb(251,187,196);
    right: 0px;
    margin: auto;
    font-size: 12px;
    line-height: 18px;
    border-radius: 3px;
}
#isqijia:after{
    text-align: center;
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #f2304a;
    content: '起';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgb(251,187,196);
    right: 0px;
    margin: auto;
    font-size: 12px;
    line-height: 18px;
    border-radius: 3px;
}

/*built_analysis*/


.house-analysis .type-list {
    padding-top: 5px;
    border-bottom: solid 1px #e4e4e4;
    overflow: hidden;
}
.house-analysis .type-list li {
    float: left;
    height: 30px;
    line-height: 30px;
}
.house-analysis .type-list .active {
    background-color: #888;
}
.house-analysis .type-list .active a {
    color: #fff;
}
.house-analysis .type-list li {
    float: left;
    height: 30px;
    line-height: 30px;
}
.house-analysis .type-list a {
    display: block;
    font-size: 14px;
    height: 100%;
    padding: 0 20px;
}

.house-analysis .htype-list {
    padding: 0 30px 30px;
    border: 1px solid #eaeaea;
    border-top: 0;
}

.htype-list {
    overflow: hidden;
}
.house-type-item {
    clear: both;
    padding: 30px 0;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}
.house-type-item .btn-area {
    float: right;
    padding-top: 55px;
}
.btn-area {
    text-align: center;
}

.house-type-item .btn-area .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-weight: 400;
    width: 140px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


.house-type-item .media-house-type {
    overflow: hidden;
}

.media-house-type .pic {
    float: left;
    margin-right: 20px;
    width: 200px;
    background: #eaeaea;
    text-align: center;
}
 .media-house-type .pic img {
    height: 140px;
    overflow: hidden;
    text-align: center;
    max-width: 200px;
}

.media-house-type .text {
    overflow: hidden;
}
.media-house-type .house-type-name {
    height: 24px;
    line-height: 24px;
    margin-bottom: 7px;
    overflow: hidden;
}
.media-house-type .house-type-name h4 {
    float: left;
    font-size: 20px;
    margin-right: 30px;
}
.media-house-type .text li {
    float: left;
}
.lbs-sq {
    background: #aaa;
}
.tag-lbs {
    display: inline-block;
    height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 21px;
    padding: 0 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.media-house-type .ht-info, .media-house-type .ht-price, .media-house-type .unit-analysis {
    clear: both;
    width: 425px;
    overflow: hidden;
}

.ht-price>li,.ht-info>li {
    margin-right: 15px;
}
.media-house-type .text .th {
    float: left;
    color: #666;
}

.media-house-type .text .td, .media-house-type .text .th {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.media-house-type .text .td {
    color: #333;
}

.media-house-type em {
    font-style: normal;
    color: #f2304a;
}
.ht-price>li:last-of-type {
    margin-right: 0;
}

/*built_satus*/
.col9 {
    width: 816px;
    /*margin-right: 20px;*/
}

.col, .col10, .col11, .col12, .col2, .col3, .col4, .col5, .col6, .col7, .col9 {
    float: left;
    overflow: hidden;
}

.dynamic-detail2 {
    border: 1px solid #eaeaea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dynamic-detail2 .detail-tab {
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
}

.dynamic-detail2 .detail-tab a {
    position: relative;
    float: left;
    width: 202px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}


.dynamic-detail2 .detail-tab a.on span {
    color: #47b3e3;
}

.dynamic-detail2 .detail-tab a span {
    position: relative;
    display: inline-block;
    height: 100%;
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.dynamic-detail2 .detail-tab a::after {
    position: absolute;
    right: 0;
    top: 11px;
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #eaeaea;
}
.dynamic-detail2 .detail-tab a:last-child::after{background: none;}

.dynamic-detail2 .detail-tab a.on i {
    display: inline-block;
}

.dynamic-detail2 .detail-tab a i {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #47b3e3;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.dt-mod {
    padding: 20px 20px 30px 10px;
}
.dt-mod, .dt-mod .timeline, .dt-mod .tit {
}
.dt-mod .tit {
    padding-left: 77px;
}
.dt-mod .tit, .dt-mod .tit h3 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.dt-mod .tit h3, .dt-mod .tit h3 a {
    float: left;
    color: #666;
    font-size: 16px;
}
.dt-mod .tit h3 {
    padding-left: 65px;
    background: url(../images/bg-dt.png?v=8468a8879c) 15px 0 no-repeat;
}

.timeline {
    background: url(../images/bg-timeline.png?v=0e66310e0f) 105px 0 repeat-y;
}

.sheen_lp_list_title{
    font-size: 14px;
    color: #333;
    font-weight: 700;
}
.feed .feed-detail{
	padding-left: 127px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.sheen_a{
	font-size: 14px;
	color: #47b3e3;
	margin-left: 20px;
}
.feed .date{
	height: 22px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 5px;
}
.sheen_add_dt{
	padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
}

.col10 {
    width: 314px;
}

.dynamic-list .box4 {
    padding-bottom: 20px;
}
.box4 {
    padding: 10px 19px 0;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.info-solution1 {
    position: relative;
    padding: 19px 0 0;
    background: #fff;
}

.fillet {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box4 .hd {
    height: 32px;
    line-height: 32px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eaeaea;
}

.info-solution1 .hd {
    padding: 0 19px 7px;
}

.box4 .hd h2, .box4 .hd h2 a {
    font-weight: 400;
    font-size: 18px;
    color: #363d40;
}
.box4 .bd:after, .box4 .hd:after {
    clear: both;
    display: block;
    content: "";
}
.info-solution1 .bd {
    padding: 0 19px;
}
.info-solution1 .sub-list {
    padding-top: 15px;
    margin-bottom: 15px;
}
.sub-list {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}
.info-solution1 .sub-list li {
    height: 26px;
    line-height: 26px;
}
.info-solution .sub-list li, .info-solution1 .sub-list li {
    cursor: auto;
}

.sub-list li {
	font-size: 14px;
    cursor: pointer;
    color: #666;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.info-solution .ipt, .info-solution1 .ipt {
    width: 100%;
    height: 28px;
    color: #333;
    line-height: 28px;
    border: 1px solid #e4e4e4;
    text-indent: 1em;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ipt {
    float: left;
    color: #b7b7b7;
    width: 366px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border: 1px solid #e4e4e4;
    border-right: 0;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    background: #fff;
    overflow: hidden;
}

.info-solution1 .ipt-area .btn-dy {
    margin-top: 25px;
}
.info-solution .btn-dy, .info-solution1 .btn-dy {
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 20px;
}

.btn, .btn2, .btn3, .btn4 {
    background: #f2304a none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
    font-weight: 700;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
}

.subscribed {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 30px;
    background: #f9f9f9;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #eaeaea;
}

.subscribed .icon-yonghu {
    color: #ccc;
    font-size: 14px;
}

.icon {
    font-family: iconfont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.subscribed i {
    color: #ff6d6f;
    font-style: normal;
}


/*built_clumb*/
.atlas-list {
    width: 836px;
}
.atlas-list>li {
    position: relative;
    float: left;
    margin: 0 20px 20px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.atlas-list>li, .atlas-list>li img {
    width: 189px;
    height: 142px;
    overflow: hidden;
}

.atlas-list>li .txt {
    /*display: none;//7-9 图册不适用*/
    position: absolute;
    text-align: center;
    font-size: 14px;
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0,0,0,.7);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}
.col0-v5:after, .col1-v5:after, .col1-v5_2:after, .col11-v5:after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ".";
}

.albums-container {
    position: relative;
    margin-bottom: 40px;
}
.slider-all-wrap.show {
    opacity: 1;
}
.slider-all-wrap {
    position: relative;
    width: 816px;
    height: 623px;
}

.slide {
    position: relative;
    width: 816px;
    height: 544px;
    margin: 0 auto;
    background: url(../images/bg-v-pic-new.jpg?v=b5484e324f) center no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    overflow: hidden;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.slide-ul {
    width: 200000%;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
li, ol, ul {
    list-style: none;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding-inline-start: 0;
}
.slide .text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    overflow: hidden;
    z-index: 100;
}
.slide .text span {
    float: left;
    height: 24px;
    color: #fff;
    line-height: 24px;
    padding: 0 8px;
    margin-right: 10px;
    background: rgba(0,0,0,.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.slide .text p {
    height: 24px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding: 0 8px;
    background: rgba(0,0,0,.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.project-base-info {
    width: 360px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 20px;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.06);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.06);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.06);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}
.project-base-info .isiput{
	width: 100%;
	padding: 0 15px;
	color: #999;
	line-height: 38px;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: 15px;
}
.project-base-info .isiput:focus{
    border-style: solid;
    border-color: #03a9f4;
    border-radius: 8px;
    outline: none;
}
.project-base-info .isorder{
	width: 100%;
	background-color: #f2304a;
	padding: 8px 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius:8px;
	cursor: pointer;
}
.project-info {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eaeaea;
}
.pro-title {
    clear: both;
    overflow: hidden;
}
.project-info .no-cheap-insure {
    max-width: 220px;
}
.project-info .pro-name {
    float: left;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 152px;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
    overflow: hidden;
}
.project-info .pro-tag {
    float: left;
    margin-top: 5px;
}
.project-info .price {
    color: #ff6d6f;
    font-weight: 700;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}

.project-info .price em {
    font-size: 24px;
    font-style: normal;
}
.project-info .more {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
.project-info .more a {
    color: #777;
    text-decoration: none;
}
.project-info .more a .icon {
    float: right;
    color: #939393;
}
.icon-right:before {
    content: "\e62a";
}
.col1-v5-right{float: right;}

.slide-btn-area .alb-btnz:hover {
    background-position: 0 -70px;
}
.slide:hover .slide-btn-area {
    display: block;
}
.alb-btn1:hover {
    background: rgba(0,0,0,.5);
}





/*built_commen*/

.col7 {
    width: 980px;
    margin-right: 30px;
}

.tab-comment .tab-t {
    height: 40px;
    position: relative;
    border: 1px solid #eaeaea;
    overflow: visible;
}

.tab-comment .tab-t ul {
    height: 40px;
    line-height: 40px;
    position: absolute;
}
.tab-comment .tab-t li {
    float: left;
    font-size: 16px;
    width: 243px;
    height: 18px;
    line-height: 18px;
    margin-top: 12px;
    /*border-right: 1px solid #eaeaea;*/
    text-align: center;
    cursor: pointer;
}
.tab-comment .tab-t li span {
    position: relative;
    display: inline-block;
    bottom: 3px;
    text-decoration: none;
    height: 30px;
    line-height: 24px;
    padding-left: 3px;
    overflow: hidden;
}
.tab-c:after, .tab-t:after {
    clear: both;
    display: block;
    content: "";
}

.center .row .col7 .tab-comment .tab-c {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.tab-comment .tab-c {
    padding: 25px 0 20px 40px;
    border: 1px solid #eaeaea;
    border-top: 0;
}
.tabcPad{
	padding: 0;
	border: 1px solid #eaeaea;
    border-top: 0;
}
.show {
    display: block;
}


.user-revirws .nrpart .kf-revirws {
    width: 940px;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    background-color: #fafafa;
}
.user-revirws .tc-revirws {
    width: 900px;
    margin: 0 auto;
    background-color: #fafafa;
}
.user-revirws .nrpart .kf-on, .user-revirws .tc-on {
    background-color: #fff;
}
.user-revirws .nrpart .kf-on {
    overflow: hidden;
}

.slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
}



.user-revirws .nrpart .kf-revirws .sentences {
    font-size: 14px;
    color: #333;
}

.user-revirws .nrpart .user-cmt:first-child {
    padding-top: 30px;
}

.tab-comment .nrpart .user-cmt {
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
    font-size: 14px;
    background-color: #fff;
}
.user-customer {
    float: left;
    /*width: 210px;*/
    overflow: hidden;
}
.paddSoild{
	padding-top: 10px;
	border-top: 1px dashed #e9e9e9;
}
.user-customer .face {
    float: left;
    width: 50px;
    margin-right: 20px;
}
.user-customer img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.user-customer .user-info {
    float: left;
    width: 120px;
    height: 70px;
    color: #333;
    overflow: hidden;
}

.user-customer .user-info .name {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.tab-comment .page {
    text-align: center;
    padding-top: 30px;
}

.pagination {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    padding-left: 0;
}
.pagination>li {
    display: inline-block;
    margin: 0 5px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    background-color: #fff;
    border-color: #ddd;
    color: #777;
    cursor: not-allowed;
}
.pagination>li>a, .pagination>li>span {
    float: left;
    font-size: 14px;
    color: #363c40;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border: 1px solid #b0b4b9;
    position: relative;
    text-decoration: none;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #47b3e3;
    border-color: #47b3e3;
    color: #fff;
    cursor: default;
    z-index: 2;
}













.tab-comment .nrpart .user-cmt .text {
    overflow: hidden;
}
.tab-comment .nrpart .user-cmt .text .cmt-detail {
    max-height: 130px;
    line-height: 26px;
    margin-bottom: 10px;
    overflow: hidden;
}
.tab-comment .nrpart .user-cmt .text .show-more {
    display: none;
    float: right;
    cursor: pointer;
    text-align: right;
    margin-bottom: 10px;
}
.tab-comment .nrpart .user-cmt .text .show-more .ico-showmore {
    float: left;
    padding-right: 16px;
    background: url(../images/ico-showmore.png?v=f0ac48506e) no-repeat right;
    line-height: 14px;
    color: #888;
}

.tab-comment .nrpart .user-cmt .text .show-more .ico-showmore a {
    color: #888;
    font-size: 12px;
    line-height: 14px;
}
.tab-comment .nrpart .user-cmt .text .cmt-opt {
    clear: both;
    overflow: hidden;
}
.tab-comment .nrpart .user-cmt .text .cmt-opt .date {
    float: left;
    color: #888;
    font-size: 12px;
}

.tab-comment .opt-zan {
    float: right;
    overflow: hidden;
}
.tab-comment .opt-zan .ico-opt-zan {
    float: right;
    cursor: pointer;
    color: #888;
    line-height: 14px;
    margin-top: 3px;
    padding-left: 20px;
    background: url(../images/ico-opt-on.png?v=cb3af285dd) no-repeat;
}

button, input, select, textarea {
    outline: 0;
}
.user-revirws .nrpart .kf-revirws .sentences .cmt-mod-h {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.user-revirws .nrpart .kf-revirws .sentences .cmt-mod-h h3 {
    font-weight: 700;
}
.user-revirws .nrpart .kf-revirws .sentences .user-cmd {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 26px;
}
.user-revirws .nrpart .kf-revirws .sentences .user-cmd .user-cmd-img {
    float: left;
    margin-right: 30px;
    line-height: 22px;
}
.user-revirws .nrpart .kf-revirws .sentences .user-h {
    float: left;
}

.user-revirws .nrpart .kf-revirws .sentences .user-cmd-img span {
    display: block;
    float: right;
    line-height: 20px;
    padding-top: 5px;
    padding-left: 10px;
}
.user-cmt-list {
    overflow: hidden;
}

.user-cmt-list li {
    float: left;
    width: 75px;
    line-height: 25px;
    margin-right: 40px;
}

.user-revirws .nrpart .kf-revirws .sentences .cmt-mod .user-cmt-list li .user-ico {
    float: left;
    width: 25px;
    height: 25px;
}
.ico-better-on {
    background: url(../images/ico-better-on.png?v=883894353a) no-repeat;
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px 25px;
    background-size: 25px 25px;
}

.user-revirws .nrpart .kf-revirws .sentences .cmt-mod .user-cmt-list li .txt {
    float: right;
}

.user-revirws .nrpart .kf-revirws .sentences .user-writing {
    height: 177px;
}


.user-revirws .nrpart .kf-revirws .sentences .user-writing .user-cmd-img {
    float: left;
    margin-right: 23px;
    line-height: 25px;
}

.user-revirws .nrpart .kf-revirws .sentences .user-writing .ipt {
    width: 790px;
    height: 160px;
    border: 1px solid #eaeaea;
    background-color: #f8f8f8;
    font-size: 14px;
    line-height: 33px;
    padding: 13px 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.writing-tips {
    padding-left: 90px;
}

.cmt-tips {
    clear: both;
    color: #f20;
    overflow: hidden;
}
.user-revirws .nrpart .kf-revirws .sentences .user-uploading {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.upload-area {
    padding-left: 20px;
    overflow: hidden;
}
.upload-area .btn-area {
    clear: both;
    overflow: hidden;
}

.btn-area {
    text-align: center;
}
.user-uploading .input-file {
    display: none;
}
.user-uploading .input-choose-file {
    display: block;
    width: 78px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #48b3e2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #48b3e2;
}
.user-revirws .nrpart .kf-revirws .sentences .user-uploading .user-uploading-m {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
}

.user-revirws .nrpart .kf-revirws .sentences .user-id {
    clear: both;
    margin-top: 20px;
    overflow: hidden;
}

.user-revirws .nrpart .kf-revirws .sentences .user-id .user-id-list {
    overflow: hidden;
    float: left;
    margin-left: 15px;
}
.user-revirws .nrpart .kf-revirws .sentences .user-id .user-id-list .user-chk {
    margin-right: 40px;
}
.user-revirws .nrpart .kf-revirws .sentences .user-id .user-id-list li {
    float: left;
}
.user-revirws .nrpart .kf-revirws .sentences .user-id .user-id-list .user-chk .ico-chk {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: url(../images/ico-chk.png?v=398a25a6e3) no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
    margin-right: 20px;
}
.user-revirws .nrpart .kf-revirws .user-submit {
    margin: 0 auto;
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #ff6d6f;
    color: #fff;
    margin-top: 34px;
}

.box-tjlp .bd {
    padding-top: 20px;
}

.box-tjlp .media {
    margin-bottom: 15px;
}
.media {
    position: relative;
    width: 140px;
}
.media .pic {
    margin-bottom: 15px;
}
.media .pic, .media .pic img {
    width: 140px;
    height: 100px;
    overflow: hidden;
}

.media .price {
    position: absolute;
    bottom: 63px;
    right: 0;
    padding: 0 8px;
    color: #fff;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background-color: #394043;
}
.media .text, .media .text a {
    font-size: 14px;
    color: #888;
}
.media .text .name {
    font-weight: 400;
}
.media .text .name, .media .text .total {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}



/*built_lists*/
.project-base-fixed_sel{
    position: fixed;
    left: 64%;
    top: 80px;
    z-index: 99;
    margin-left: 263px;
}
.row-search{
	height:60px;
	margin-bottom:0;
	padding:10px 0;
}
.row-search {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    height: 70px;
    padding: 15px 0;
    margin-bottom: 10px;
    background-color: #f4f4f4;
}
.wrap {
    clear: both;
    width: 1200px;
    margin: 0 auto;
}

.row-search, .row-search .wrap {
    overflow: inherit;
}
.row-search .wrap .crumb-info{
    width: 560px;
    display: flex;
}
.search-info {
    float: right;
}
.search-info .search-area {
    margin-right: 0;
}
.search-area .ipt-area {
    position: relative;
    float: left;
}
.search-area .search-j-con {
    width: 94px;
    float: left;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.search-area .j-btn2 {
	cursor: auto;
    width: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.crumb-info {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.crumb-info, .crumb-info a, .crumb-info h1, .crumb-info span {
    float: left;
    color: #999;
    font-size: 14px;
}
.search-info .search-area .ipt {
    width: 460px;
}
.icon-position:before {
    content: "\e6c3";
}

/*built_list*/
.sheen_search_list{
	position: absolute;
	z-index: 999;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #fff;
	width: 610px;
	margin-top: 5px;
}
.sheen_search_list ul li{
	line-height: 30px;
}
.sheen_search_list ul li:hover{
	background-color: #f6f6f6;
	cursor: pointer;
	color: #F2304A;
}

/*house_list*/
.c-select {
    clear: both;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
    overflow: hidden;
}
.baseline{
	border-bottom:1px solid #e9e9e9;
	}
.c-select .position-key {
    padding-top: 5px;
}
.sel-key {
    color: #333;
    width: 42px;
    height: 24px;
    margin-right: 10px;
    line-height: 24px;
}
.sel-item .tab-t {
    padding: 4px 0;
    }
 ol, ul {
    list-style: none;
}

.sel-item .tab-t .position li.on {
    color: #F2304A;
}
.sel-item .tab-t .position li {
    float: left;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    margin-right: 20px;
}

.sel-item .tab-t .position .on a {
    color: #F2304A;
}
.sel-item .tab-t .position li a {
    float: left;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
}
a, img {
    outline: 0 !important;
}

.sel-item .tab-t .position li .icon {
    margin-right: 4.5px;
}

.icon-search-2:before {
    content: "\e621";
}


.sel-position .tab-c {
    overflow: inherit;
    margin-top: 5px;
}
.sel-position .nrpart {
    position: relative;
}

.sel-position .nrpart:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 17px;
    width: 22px;
    height: 22px;
    background: url(../images/icon_jiao.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.sel-position .sel-value {
    line-height: 44px;
    padding: 0 20px;
    font-size: 12px;
    color: #151515;
    margin-bottom: 8px;
    background: #e9e9e9;
    border: 1px solid #e4e4e4;
    overflow: hidden;
}

.c-select .sel-position .sel-value li {
    height: 44px;
    line-height: 44px;
}
.c-select .sel-value li {
    color: #363d40;
    height: 24px;
    line-height: 24px;
    margin-right: 23px;
}
.sel-key, .sel-value li {
    display: inline-block;
    float: left;
}
.select-h .sel-value li {
    display: inline-block;
}
.sel-item .sel-value .option li{
    width: 100px;
}
.c-select .checked {
    color: #2badd7;
}

.sel-key, .sel-value li a {
    color: #151515;
}
.sel-key, .sel-value li a:hover{
    color: #F2304A;
}

.search-condition {
    clear: both;
    height: 35px;
    /* line-height: 36px; */
    border-bottom: 1px solid #eaeaea;
}


.item-area, .item-price, .selected .sel-key {
    width: auto;
}

.row-house-list .tabs .active a, .row-house-list .sort .active a, li.active a {
    color: #f2304a;
}
.row-query li.active{
    color: #f2304a;
}
ul.weizhi li{
    cursor:pointer
}
.sel-price {
    float: left;
}
.row-query .seat{
    margin-left: 20px;
}
.sel-price .ipt {
    float: left;
    width: 38px;
    height: 18px;
    line-height: 18px;
    margin-top: 1px;
    padding: 0 5px;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.sel-price span {
    float: left;
    color: #333;
    text-align: center;
    width: 13px;
    height: 24px;
    line-height: 24px;
}

.sel-price span.lb {
    padding-left: 8px;
    margin-right: 15px;
}
.btn-commit {
    float: left;
    color: #fff;
    text-align: center;
    width: 48px;
    height: 20px;
    line-height: 20px;
    background-color: #cecece;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.select-h {
    height: 24px;
    overflow: inherit;
}
.sel-key {
    color: #333;
    width: 42px;
    height: 24px;
    margin-right: 10px;
    line-height: 24px;
}

.select-h .sel-item {
    /*overflow: inherit;*/
}

.select-h:after {
    content: "";
    clear: both;
}

.select-area {
    position: relative;
    width: 130px;
    cursor: pointer;
}

.select-area .ico-drop {
    float: right;
    width: 11px;
    height: 6px;
    text-indent: -9999px;
    margin: 9px 10px 0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.select-area .con {
    height: 24px;
    line-height: 22px;
    padding: 0 10px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.select-area .option {
    display: none;
    position: absolute;
    width: 100%;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
}

.c-select .checked {
    color: #f2304a;
}

.sel-key, .sel-value li a {
    color: #151515;
}


.row-house-list, .row-house-list .col, .row-house-list .house-item {
    overflow: visible;
}

.row {
    margin-bottom: 25px;
}

.col {
    width: 1020px;
    margin-right: 40px;
}
col_houselist{
	width: 960px;
	margin-right: 30px;
}

.col, .col10, .col11, .col12, .col2, .col3, .col4, .col5, .col6, .col7, .col9 {
    float: left;
    overflow: hidden;
}

.search-condition {
    clear: both;
    height: 35px;
    line-height: 36px;
    border-bottom: 1px solid #eaeaea;
}

.row-house-list .tabs {
    float: left;
    min-width: 196px;
    height: 36px;
    font-size: 16px;
}

.row-house-list .tabs .active {
    height: 34px;
    border-bottom: 2px solid #f2304a;
}

.row-house-list .tabs li {
    float: left;
    width: 98px;
    text-align: center;
    line-height: 36px;
    color: #000;
}
.row-house-list .tabs>li:hover{
	background-color: #ccc;
}
.row-house-list .tabs .active a, .row-house-list .sort .active a, li.active a {
    color: #f2304a;
}

.row-house-list .tabs .new {
    position: relative;
    padding-right: 6px;
    color: #333;
}

.search-condition .num {
    float: right;
    font-size: 14px;
}

.search-condition .num span {
    font-weight: 700;
    font-size: 14px;
    color: #e85045;
}

.row-house-list .sort {
    float: right;
}

.sort li {
    font-size: 14px;
}

.sort li, .status li {
    margin-right: 15px;
}
.search-condition li, .status {
    float: left;
}

.page-wrap {
    margin-bottom: 36px;
}

.page {
    text-align: center;
    margin-bottom: 17px;
}

.pagination {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    padding-left: 0;
}

.pagination>li {
    display: inline-block;
    margin: 0 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:hover {
    background-color: #fff;
    border-color: #ddd;
    color: #777;
    cursor: not-allowed;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.house-item {
    clear: both;
    position: relative;
    width: 960px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px dashed #e9e9e9;
}


.house-item .pic {
    position: relative;
}
.house-item .pic, .house-item .pic img {
    width: 260px;
    height: 180px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.house-item .pic {
    margin-right: 30px;
}

a:hover {
    /*text-decoration: underline;*/
}
.house-item .des-area {
    width: 670px;
}

.house-item .des-area, .house-item .pic {
    position: relative;
    float: left;
}

.house-item .title {
    height: 21px;
    margin-bottom: 18px;
}

.house-item .title .name {
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #363d40;
    max-width: 400px;
    height: 21px;
    line-height: 20px;
    margin-right: 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    overflow: hidden;
}

.house-item .position, .house-item .types {
    height: 19px;
    overflow: hidden;
    margin-bottom: 10px;
}

.house-item .position span.position-des {
    max-width: 303px;
}

.house-item .position span.position-des, .house-item .types {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 20px;
    font-size: 14px;
}

.house-item .position span {
    float: left;
}

.house-item .position .map {
    margin-top: 1px;
}

.house-item .position .map .icon {
    margin: 2px 8px 0 0;
    font-size: 13px;
    color: #f2304a;
}
.house-item .position .map a {
    color: #888;
}

.house-list .house-type {
    height: 17px;
    margin-bottom: 13px;
}


.house-list .building-news {
    width: 100%;
    /*height: 17px;*/
    margin-bottom: 13px;
}

.house-item .area {
    float: left;
    margin-left: 15px;
    padding-left: 15px;
    font-size: 14px;
    border-left: 1px solid #b7a4a4;
}
.building-news .ysz{
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #b7a4a4;
}

.house-item .house-type .types {
    margin-right: 0;
}
.house-item .types {
    float: left;
    max-width: 222px;
}

.house-item .position span.position-des, .house-item .types {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 20px;
    font-size: 14px;
}

.house-tag {
    /*margin-bottom: 13px;*/
}

.house-tag-liMaxWith {
    max-width: 400px;
    /*overflow: hidden;*/
}
.house-tag {
    height: 22px;
    overflow: hidden;
}

.house-item .house-tag .status-zs {
    border: 1px solid #59c376;
}
.house-item .house-tag .tag {
    background: #fff;
    border: 1px solid #bababa;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 10px 10px 0;
}
.house-tag .tag, .house-tag .tag a {
    color: #48B3E2;
}
.house-tag .tag {
    float: left;
    padding: 0 10px;
    margin-right: 10px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #48B3E2;
    overflow: hidden;
}

.house-item .house-tag .status-zs a {
    color: #59c376;
}

.house-item .house-tag .active a {
    color: #d49d85;
}

.house-item .house-tag .tag a {
    color: #666;
}

.house-tag .tag a {
    display: inline-block;
    max-width: 230px;
    overflow: hidden;
}

.house-list .review {
    position: absolute;
    right: 0;
    top: 40px;
}
.house-item .review .review-list {
    float: left;
}

.house-item .review .review-list .reviews {
    float: left;
    width: 40px;
    height: 35px;
    overflow: hidden;
    cursor: pointer;
}

.house-item .review .review-list .reviews .imgCenter {
    /*margin: 0 auto;*/
    /*display: block;*/
}

.house-item .review .review-list .reviews img {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.house-item .review .review-list .reviews .txt {
    margin-top: 5px;
    text-align: center;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
}

.c-zx {
    float: right;
    cursor: pointer;
    padding: 3px 10px;
    overflow: hidden;
    border: 1px solid #f2304a;
}
.c-zx .txt {
    display: block;
    color: #f2304a;
    font-size: 12px;
    text-align: justify;
    overflow: hidden;
}

.house-item .house-price {
    position: absolute;
    right: 0;
    top: 54px;
}
.house-item .price {
    float: right;
    text-align: right;
}

.house-item .total-price {
    font-weight: 700;
    color: #888;
}

.house-item .developer {
    color: #888;
    font-size: 14px;
}
.house-item .total-price .number {
    font-size: 20px;
    color: #f2304a;
    font-weight: normal;
}
.house-item .total-price .number span{
    color: gray;
    font-size:14px;
    font-weight: normal;
    padding-right:20px;
}
.house-item .developer, .house-item .total-price {
    /*margin-bottom: 15px;*/
}
.house-item:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.price-cmt {
    position: relative;
    float: right;
    cursor: pointer;
    margin-left: 10px;
}

.price-cmt .ico-cmt {
    float: left;
    margin-top: 1px;
}

.price-cmt .tips-price-cmt {
    display: none;
    position: absolute;
    top: 20px;
    left: -128px;
    width: 256px;
    z-index: 10000;
}


.price-cmt .tips-price-cmt .top {
    position: absolute;
    top: 0;
    left: 50%;
    width: 10px;
    height: 9px;
    margin-left: 4px;
    background: url(../images/icon-top.png) no-repeat;
}

.price-cmt .tips-price-cmt .txt-cmt {
    font-size: 14px;
    color: #666;
    width: 254px;
    line-height: 20px;
    text-align: left;
    margin-top: 8px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    word-wrap: break-word;
    overflow: hidden;
    word-break: break-all;
}

.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:hover {
    border-color: #f2304a;
    color: #f2304a;
    cursor: default;
    z-index: 2;
    background: 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.pagination>li>a, .pagination>li>span {
    float: left;
    font-size: 14px;
    color: #999;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    border: 1px solid #e6e6e6;
    position: relative;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.result-num {
    text-align: center;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.result-num em {
    font-style: normal;
    color: #e85045;
    font-weight: 700;
}

.box-inter .hd {
    border-bottom: none;
}

.box2 .hd {
    padding-bottom: 15px;
}
.box .hd, .box2 .hd {
    height: 28px;
    line-height: 28px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eaeaea;
}

.box-inter .hd h2, .box-inter .hd h2 a {
    font-size: 24px;
    color: #333;
}

.box-inter .bd {
    padding-top: 5px;
}

.box-inter .house-list {
    width: 1220px;
}

.box-inter .media2 {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    overflow: hidden;
}

.media2 {
    width: 224px;
    overflow: hidden;
}

.media2 .pic, .media2 .pic img {
    width: 224px;
    height: 160px;
}

.box-inter .bd .media2 .text {
    background: 0 0;
    padding: 20px 0 0 0;
}

.box-inter .media2 .text {
    height: auto;
}

.media2 .text {
    color: #888;
    height: 120px;
    line-height: 26px;
    padding: 20px 10px 0;
    background: #f8f8f8;
}

.media2 .text h4 {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.media2 .text h4, .media2 .text h4 a {
    color: #363d40;
}

.media2 .price {
    height: 26px;
    overflow: hidden;
}

.house-list .media2 .price em {
    color: #f2304a;
}

.media2 .price em {
    float: right;
    color: #f44336;
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    max-width: 137px;
    overflow: hidden;
}

.box-inter .media2 .text .info {
    max-width: 230px;
}

.media2 .text .info {
    clear: both;
    height: 26px;
    line-height: 26px;
    max-width: 190px;
    overflow: hidden;
}

.col2 {
    width: 140px;
}
w960{
	width: 960px;
}
.col, .col10, .col11, .col12, .col2, .col3, .col4, .col5, .col6, .col7, .col9 {
    float: left;
    overflow: hidden;
}
.app-banner {
    margin: 4px 0 40px 0;
}
.app-banner p {
    margin-bottom: 10px;
    font-size: 12px;
    color: #666;
}
.app-banner img {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*hux_detail*/
.photo-large {
    float: left;
    width: 730px;
    height: 500px;
    margin-right: 20px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.swiper-house-type {
    position: relative;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-house-type .swiper-slide {
    opacity: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.swiper-house-type .swiper-slide {
    opacity: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.swiper-house-type .swiper-slide img {
    position: relative;
    left: 50%;
    top: 50%;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.swiper-house-type .swiper-button-next.swiper-button-disabled, .swiper-house-type .swiper-button-prev.swiper-button-disabled, .swiper-house-type .swiper-house-type .swiper-button-next.swiper-button-disabled, .swiper-house-type .swiper-house-type .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
    opacity: 1;
}
.swiper-house-type .swiper-button-next, .swiper-house-type .swiper-container-rtl .swiper-button-next {
    right: 0;
    left: auto;
}
.photo-info {
    overflow: auto;
}
.house-type-base-info {
    margin-bottom: 20px;
    padding-bottom: 11px;
    border-bottom: 1px solid #eaeaea;
}
.house-type-base-info .name {
    clear: both;
    margin-bottom: 16px;
    overflow: hidden;
}
.house-type-base-info .name h4 {
    font-size: 20px;
    line-height: 28px;
}
.house-type-base-info .ht-tag {
    margin-bottom: 12px;
    overflow: hidden;
}
.house-type-base-info .ht-tag a, .house-type-base-info .ht-tag span {
    float: left;
    margin-right: 8px;
}
.house-type-base-info .s-query>li {
    width: 200px;
    margin-right: 20px;
}
.house-type-base-info .s-query .th {
    float: left;
    width: auto;
    margin-right: 20px;
}
.house-type-base-info .s-query .td .txt {
    font-weight: 700;
}
.photo-info .house-info {
    clear: both;
    float: none;
    width: 100%;
    margin: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.photo-info .subscribe1-call {
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
}
.house-type-desc {
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #eaeaea;
}
.photo-info .house-info-wrap .base-info {
    padding: 0;
}
.photo-info .house-info-wrap .roseo-price .txt>span {
    font-size: 20px;
}
.photo-info .subscribe1-call .subscribe1-txt {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}
.photo-info .ipt-area-box .ipt {
    font-size: 14px;
    width: 260px;
    padding: 0 8px;
    border-color: #eaeaea;
    color: #333;
}
.photo-info .ipt-area-box .j-btn2 {
    padding: 0 20px;
    margin: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.house-type-desc .hd {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
.house-type-desc .hd h5 {
    font-size: 14px;
}
.house-analysis .tags li {
    position: relative;
    display: inline-block;
    height: 24px;
    font-size: 12px;
    color: #e4e4e4;
    text-align: center;
    line-height: 24px;
    padding: 0 8px;
    margin-bottom: 10px;
}
.house-analysis .tags li.active, .house-analysis .tags li:hover {
    background: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.house-analysis .house-tags {
    margin: 16px 0;
    min-height: 34px;
}

/*news_list*/
.sheen_newslist>ul ul{
	background-color: #fff;
	border: 1px solid #e4e4e4;
}
.sheen_newslist>ul ul>li{
	border-bottom:1px solid #e4e4e4;
}
.sheen_newslist>ul ul>li:hover{
	background-color: #e4e4e4;
}
.sheen_newslist>ul ul>li:last-child{
	border-bottom:none;
}

/*newhouse_pic*/
.phone_close{
	position: fixed;
	top: 20px;
	right: 20px;
	width: 25px;
	height: 25px;
	z-index: 19891016;
	display: none;
    background: url(../images/icons.png) no-repeat;
    background-position: -293px -28px;
    cursor: pointer;
}
.color_{
	
	background: red;
}

/* 切换 */
.tanking-tab {
    width: 600px;
    height: 40px;
    margin: 0 0;
    display: flex;
}
.tanking-tab a {
    width: 30%;
}
.tanking-tab a:hover{
	background-color: #f2304a;
	text-decoration: none;
}
.tanking-tab .click {
    background: #f2304a;
    color: #ffffff;
	text-align: center;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	margin-right: 3px;
	text-decoration: none;
}
.tanking-tab .layout {
	background: #e9e9e9;
	color: #333;
	text-align: center;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
	margin-right: 3px;
}
.tanking-tab .layout:hover{
	background-color: #f2304a;
}
.tanking-tab .layout:hover{color: #fff;}
.screen{
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	padding: 20px;
    width: 1158px;
}
.tows{
	width: 1200px;
	margin: 0 auto;
	clear: both;
}

.towsbottom25{margin-bottom: 25px;}
/*esf_list*/
.sellListContent li:hover{
	background-color: #ccc;
	cursor: pointer;
}
.sellListContent li{
	padding: 15px 0;
}
/*soso_page*/
.soso_btn{
	position: relative;
    text-align: left;
    padding-left: 70px;
}
.soso_btn>span{
	display: block;
    position: absolute;
    top:0;
    bottom: 0;
    margin: auto;
    line-height: 40px;
    left: 20%;
}

/*news/news_r*/
.col10{
    float: left;
    overflow: hidden;
    width: 314px;
}
.col10 .box5-reservation {
    margin-bottom: 35px;
}
.box5 .hd {
    clear: both;
    overflow: hidden;
}
.box5 .hd h2 {
    font-size: 18px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
.box5-reservation .bd {
    padding-top: 20px;
}
.box5 .bd {
    border-top: 1px solid #e4e4e4;
}
.box5 .hd {
    clear: both;
    overflow: hidden;
}
.yyzx{
	margin-top: 20px;
}
.yyzx p {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
.yyzx input.ipt {
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0;
    border-radius: 0;
    border: 1px solid #e4e4e4;
}
.yyzx .k-btn-warning {
    width: 100%;
    margin-bottom: 16px;
}
.k-btn-warning {
    background-color: #f2304a;
}
.col10-knowledge-list .yyzx .tel {
    margin-bottom: 0;
    letter-spacing: -1px;
}
.yyzx .tel {
    text-align: center;
    color: #f2304a;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    cursor: default;
}


.col10 .box5-hot-art {
    margin-bottom: 25px;
}
.box5 .hd h2 {
    font-size: 18px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
.box5 .bd {
    border-top: 1px solid #e4e4e4;
}

.box5 .bd, .box5 .hd {
    clear: both;
    overflow: hidden;
}
.k-list>li {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}
.k-list>li .txt {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.col10 .box5-hot-project {
    margin-bottom: 40px;
}
.box5 .hd {
    margin-bottom: 15px;
}
.box5-hot-project .bd, .box5-new-project .bd {
    padding-top: 30px;
}
.media7 {
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
}
.media7 .pic {
    float: left;
    margin-right: 20px;
}

.media7 .pic, .media7 .pic img {
    width: 110px;
    height: 82px;
    overflow: hidden;
}
.media7 .text {
    overflow: hidden;
}
.media7 .text h4 {
    margin-bottom: 5px;
}

.media7 .text h4, .media7 .text p {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.media7 .text p.price {
    color: #f2304a;
}

.media7 .text p {
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*news_page*/
.row-info {
    width: 1200px;
    margin: 0 auto 50px;
}
.row-focus {
    width: auto;
}
.row-knowledge-type {
    position: relative;
    height: 80px;
    margin-top: -100px;
    margin-bottom: 56px;
    padding-top: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    z-index: 12;
}
.k-tags {
    text-align: center;
}
.row-info:after {
    clear: both;
    display: block;
    content: "";
}
.k-tags>li.on {
    border-color: #f2304a;
}
.k-tags>li {
    float: left;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 118px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    border: 1px solid #e4e4e4;
}
.k-tags>li.on>a {
    color: #f2304a;
}
.k-tags>li a {
    display: block;
    text-align: center;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #666;
    overflow: hidden;
}
.box6-knowledge .bd {
    padding-top: 40px;
}
.box6 .bd {
    padding: 10px 0;
}
.box6 .hd h2 {
    font-size: 30px;
    line-height: 40px;
}
.box6-knowledge .media4 {
    margin-bottom: 40px;
}
.media4 {
    clear: both;
    overflow: hidden;
}
.media4 .pic, .media4 .pic img {
    width: 240px;
    height: 180px;
}
.media4 .pic, .media4 .text {
    position: relative;
    height: 180px;
    overflow: hidden;
}
.media4 .pic {
    float: left;
    margin-right: 30px;
}
.media4 .pic, .media4 .pic img {
    width: 240px;
    height: 180px;
}
.media4 .pic, .media4 .text {
    position: relative;
    height: 180px;
    overflow: hidden;
}
.media4 .text h4 {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.media4 .date {
    height: 12px;
    line-height: 12px;
    margin: 5px 0px;
    overflow: hidden;
}
.media4 .date a {
    color: #999;
}
.media4 .text .desc {
    font-size: 14px;
    height: 78px;
    line-height: 24px;
    overflow: hidden;
}
.media4 .text .desc a {
    color: #666;
}
.media4 .k-tag {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    overflow: hidden;
}
.k-tag>li {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    margin: 0 20px 20px 0;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}
.k-tag>li a {
    display: block;
    font-size: 14px;
    color: #666;
    text-align: center;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /*width: 70px;*/
    margin: 0 auto;
    overflow: hidden;
}
.page-wrap {
	padding-top: 30px;
    margin-bottom: 36px;
}
.col12 {
    width: 860px;
    margin-right: 25px;
}
.k-btn {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border: 0;
    overflow: hidden;
}
.k-look-more a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    color: #666;
    width: 280px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}
.et-slider-arrows {
    display: none;
}
a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
.et-controllers a.et-active-control {
    background-color: #fff;
}
.et-controllers a {
    display: inline-block;
    width: 30px;
    height: 3px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, .4);
}
.et-controllers {
    position: absolute;
    text-align: center;
    bottom: 80px;
    left: 0;
    width: 100%;
    height: 3px;
    overflow: hidden;
    z-index: 10;
}

.house-l{
	float: left;
}
.house-r{
	margin-top: 30px;
	width: 210px;
	overflow: hidden;
	float: right;
}
.mCustomScrollBox::-webkit-scrollbar {
        display: none;
}
.question-wrap .ly-close {
    position: absolute;
    top: -13px;
    right: -13px;
    width: 28px;
    height: 28px;
    background: rgb(0,0,0,0.7);
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
.search_top{
    position: relative;
}
.search_top::after {
    display: block;
    content:'' ;
    width: 25px;
    height: 22px;
    position: absolute;
    left: 10px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: scale(1,1.1);
    border-radius: 2px;
    background-image:url(/static/index/img/index/redu.png);
}

#sheen_index_head{
    background: #ffffff;
}
.index-part03 .three-btnsNew{padding: 12px 0px 20px 21px;}
.index-part03 .three-btns .ip-rightNew a{margin-left: 15px;}
.index-part03 .three-btns a img{
  margin-right: 7px;
  width: 33px;
  height: 33px;
  vertical-align: top;
}

.sheen_index_er{
		width: 165px;
    height: 165px;
    position: absolute;
    /*left: -36px;
    top: -180px;*/
   left: -40px;
    top: 40px;
    z-index: 99;
    display: none;
    background-color: white;
}

.index-part03 .three-btns a{
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 33px;
  /*flex: 1;*/
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-25{padding-top: 25px !important;}
.house-listNew .media2{width: 225px;}
.user-revirws .nrpart .kf-revirws .sentences .user-writing{margin-top:20px;}
.yzmstyle{height: 35px; padding-left:10px;border: 0.5px solid #e8e8e8;}
.ipt10{margin-bottom: 10px;}

.yzmdis{display: flex;}


/*
   作者：50057.com
  时间：2020-02-06
 描述：vr+视频
*/
/*楼盘列表页加vr+视频*/
.icon-video-list-pc {

	width: 1.25rem;
    height: 1.25rem;
    left: 5%;
    bottom: 5%;
    display: inline-block;
    margin-right: .2rem;    
    background: url(/static/mobile/img/video_ico.png) no-repeat;
    background-size: 100% 100%;
   /* width: 3rem;
    height: 3rem;
    left: 50%;
    top: 50%;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
    display: inline-block;
    position: absolute;
    */
}
.vrtxt-pc{
	margin: 0 auto;
    transform: translateX(-50%);
    margin-top: -1.25rem;
    height: 2.5rem;
    left: 50%;
    top: 50%;
    display: inline-block;
    position: absolute;
}


.vrtxt-list-pc
{
	position: absolute;
    left: 5%;
    bottom: 10%;
}
.icon-vr3-list-pc {
	width: 1.25rem;
    height: 1.25rem;
    left: 5%;
    bottom: 5%;
    display: inline-block;
    margin-right: .2rem;
    background: url(/static/mobile/img/vr_ico.png) no-repeat;
    background-size: 100% 100%;    
 
}

.icon-video-listr-pc {
	width: 1.25rem;
    height: 1.25rem;
    left: 5%;
    bottom: 5%;
    display: inline-block;
    position: absolute;
    background: url(/static/mobile/img/video_ico.png) no-repeat;
    background-size: 100% 100%;
}
.icon-vr3-listr-pc {
	width: 1.25rem;
    height: 1.25rem;
    left: 26%;
    bottom: 5%;
    display: inline-block;
    position: absolute;
    background: url(/static/mobile/img/vr_ico.png) no-repeat;
    background-size: 100% 100%;
}


/*楼盘详情页加vr+视频*/

.focus .class-slide-ul li,.house-type-item2 .pic,.house-list .media2 .pic{position: relative;}
.icon-video-houseInfo-pc {
    width: 4rem;
    height: 4rem;
    left: 50%;
    top: 50%;
    margin-left: -2rem;
    margin-top: -2rem;
    display: inline-block;
    position: absolute;
    background: url(/static/mobile/img/video_ico.png) no-repeat;
    background-size: 100% 100%;
}

.icon-vr3-houseInfo-pc {
	width: 4rem;
    height: 4rem;
    left: 50%;
    top: 50%;
    margin-left: -2rem;
    margin-top: -2rem;
    display: inline-block;
    position: absolute;
    background: url(/static/mobile/img/vr_ico.png) no-repeat;
    background-size: 100% 100%;
}


.icon-vr3-houseInfo_hx-pc {
	width: 3rem;
    height: 3rem;
    left: 50%;
    top: 50%;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
    display: inline-block;
    position: absolute;
    background: url(/static/mobile/img/vr_ico.png) no-repeat;
    background-size: 100% 100%;
}


.icon-video-houseInfo_hx-pc {
    width: 3rem;
    height: 3rem;
    left: 50%;
    top: 50%;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
    display: inline-block;
    position: absolute;
    background: url(/static/mobile/img/video_ico.png) no-repeat;
    background-size: 100% 100%;
}


    
    
    
.icon-video-index-pc {	
	width: 2.5rem;
    height: 2.5rem;
    margin-right: .02rem;
    display: inline-block;
     background: url(/static/mobile/img/video_ico.png) no-repeat;
    background-size: 100% 100%;	
}
.icon-vr3-index-pc {
    width: 2.5rem;
    height: 2.5rem;   
    margin-right: .02rem;
    display: inline-block;
    background: url(/static/mobile/img/vr_ico.png) no-repeat;
    background-size: 100% 100%;
}

.z-index{z-index: 2;}
/*	作者：505769893@qq.com
 * 时间：2020-02-10
 * 描述：资讯列表页
 * */
.row-knowledge-typeNew {
	height: 80px;
	margin-bottom: 56px;
	padding-top: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	z-index: 12;
	}


/*在售*/
.sale_status0,.hx_status0
{
    background: #000000;
}
/*在售*/
.sale_status1,.hx_status1
{
	background: #F2304A;
}
/*待售*/
.sale_status2,.hx_status2
{
	background: #0ad487;
}
/*现房*/
.sale_status3
{
	background: #47b3e3;
}
/*尾房*/
.sale_status4
{
	background: #fc991e;
}
/*售罄*/
.sale_status5,.sale_status6,.sale_status7,.hx_status3
{
	background: #aaa;
}



/*在售  沙盘样式*/
.sand-box .sand-lpimg a{
    z-index: 2;
    position: absolute;
    white-space: nowrap;
    line-height: 26px;
    padding: 0 10px;
    outline: none;
    color: #fff;
    border-radius: 2px;
}

.sand-box .sand-lpimg i {
    position: absolute;
    left: 5px;
    top: 26px;
    height: 0;
    width: 0;
    overflow: hidden;
    border-style: solid dashed dashed dashed;
    background: rgba(0, 0, 0, 0);
    border-width: 10px 10px 10px 0;
    position: absolute;
}
i.sale_status0
{
    border-color: #000000 transparent transparent transparent;
}
i.sale_status1
{
    border-color: #F2304A transparent transparent transparent;
}
/*待售*/
i.sale_status2
{
    border-color: #0ad487 transparent transparent transparent;
}
/*现房*/
i.sale_status3
{
    border-color: #47b3e3 transparent transparent transparent;
}
/*尾房*/
i.sale_status4
{
    border-color: #fc991e transparent transparent transparent;
}
/*售罄*/
i.sale_status5
{
    border-color: #aaa transparent transparent transparent;
}
.sale-sta{
    position: absolute;
    top: 20px;
    right: 3px;
}
.sale-sta li{
    color: white;
    margin: 5px;
    padding: 5px;
    border-radius: 4px;
}
/*公共样式*/
.sale_status
{
	display: inline-block;
    height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding: 0 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
/*内容只显示3行*/
.many-txt{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 72px;
}
.all-txt{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 100;
    -webkit-box-orient: vertical;
}

#resblockBannerContainer{
	margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}
.mzsm {
    padding: 10px 15px 10px 15px;
    color: #999;
    background: #efefef;
    margin-bottom: 50px;
    border-radius: 15px;
    font-size: 14px;
}
.mzsmContent .mzsm .fontstyle {
    font-size: 14px;
    font-weight: bold;
    color: #999;
    margin-right: 5px;
}
.sheen_pad10{
    padding: 10px;
}

.knowledge-list .text .zx-h4{
	font-weight: bold;
	}
@media all and (min-width: 768px) {
    .fancybox-thumbs {
        top: auto;
        width: auto;
        bottom: 0;
        left: 0;
        right : 0;
        height: 95px;
        padding: 10px 10px 5px 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.3);
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px;
    }
}
.index_float_ad_close{
    width: 12px;
    height: 12px;
    display: inline;
    zoom: 1;
    background: url(../images/icons.png) no-repeat;
    background-position: -299px -34px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}
/*模板二头部*/
.header.home_index_nav_folat{
    /*position: sticky;*/
    /*width: 100%;*/
    /*top: 0;*/
    /*z-index: 60;*/
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}
.header {
    width: 100%;
    height: 112px;
    position: relative;
}

.header .ec {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.header .logo img {
    max-width: 185px !important;
    max-height: 60px !important;
}

.header .place ul {
    display: flex;
    align-items: center;
}

.header .place ul li .icon {
    width: 14px;
    margin-right: 5px;
}

.header .place ul li p {
    font-size: 18px;
    color: #acacac;
}
.nav_city img.icon {
    height: 20px;
    width: 15px;
}
.ic {
     display: inline-block;
     background: url(../images/icons-new.png) no-repeat;
 }
.ec .nav_city {
    position: relative;
    width: 100px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}

.ic-arrow-down {
    margin-left: 4px;
    width: 11px;
    height: 6px;
    vertical-align: 2px;
    background-position: 0 0;
    line-height: 53px;
    text-align: center;
}
.header .place ul li .xiala {
    width: 13px;
    margin-left: 13px;
    cursor: pointer;
}

.header .nav > ul {
    display: flex;
    align-items: center;
}

.header .nav > ul > li {
    position: relative;
    margin-left: 20px;
}

.header .nav > ul > li > a {
    font-size: 20px;
    color: #525252;
}

.header .nav > ul > li .erji {
    width: 124px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    padding-top: 30px;
    z-index: 61;
    display: none;
}

.header .nav > ul > li .erji ul {
    width: 100%;
    background-color: #f6f6f6;
    z-index: 99999999999999;
    border-radius: 15px;
    position: relative;
}

.header .nav > ul > li .erji ul li {
    width: 100%;
    height: 55px;
    border-top: 1px solid #dcdcdc;
}

.header .nav > ul > li .erji ul li a {
    display: block;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5d5d5d;
}

.header .nav > ul > li .erji ul li a:hover {
    color: #e8222a;
}

.header .nav > ul > li .erji ul li:nth-child(1) {
    border-top: none;
}

.header .nav > ul > li .erji ul .jt {
    border-top: none;
    width: auto;
    height: auto;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -28px;
}

.header .nav > ul > li .erji ul .jt img {
    width: 50px;
}

.header .nav > ul li:hover .erji {
    display: block;
}

.header .nav > ul > li:nth-child(1) {
    margin-left: 0;
}

.header .nav > ul > li:hover::after {
    width: 21px;
    height: 7px;
    background-color: #e8222a;
    border-radius: 50px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 37px;
    z-index: 999999999;
}

.header .nav > ul > .click::after {
    width: 21px;
    height: 7px;
    background-color: #e8222a;
    border-radius: 50px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 30px;
    z-index: 999999999;
}

.header .right ul {
    display: flex;
    align-items: center;
}

.header .right ul li {
    width: 100px;
    height: 51px;
    border-radius: 50px;
    margin-left: 12px;
    position: relative;
}

.header .right ul li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.header .right ul li a img {
    width: 30px;
    /*display: none;*/
}

.header .right ul li a p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #828282;
}

.header .right ul li .erwma {
    width: 180px;
    height: 204px;
    background-image: url("/static/index/img/index2/bj6.png");
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 110%;
    z-index: 62;
    display: none;
}

.header .right ul li .erwma img {
    width: 153px;
    margin: 0 auto;
    margin-top: 36px;
}

.header .right ul li:hover {
    background-color: #e8222a;
}

.header .right ul li:hover img {
    display: block;
}

.header .right ul li:hover p {
    color: #fff;
}

.header .right ul li:hover .erwma {
    display: block;
}

.header .right ul .xcx a img {
    width: 30px;
}

.header .right ul .gzh a img {
    width: 30px;
}

.header .right ul .sjd a img {
    width: 30px;
}
/*模板二头部 end*/
.info-detail .info-title .info-desc{
    justify-content: center;
    display: flex;
    align-items: center;
}
.info-desc .yuanchuang{
    color: rgba(242, 48, 74,1);
    background-color: rgba(242,48,74,0.2);
    padding: 3px;
    margin: 0 5px;
    border-radius: 7px;
    line-height: 1;
}
.activity {
     position: absolute;
     top: 12px;
     left: 0px;
     border-radius: 0px 5px 5px 0px;
     font-weight: bold;
     color: #fff;
     background: linear-gradient(to right, #f87b81, #F2304A);
     padding: 5px 10px;
}
.swiper-slide video{
    height: auto;
    width: auto;
}
.swiper-slide .voice {
    width: 36px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    left: 60px;
    bottom: 90px;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#44000000', endColorstr='#44000000');
    background-color: rgba(0,0,0,0.4);
    border-radius: 50%;
    /*display: block;*/
    display: none;
    text-align: center;
    cursor: pointer;
    z-index: 8;
}

.voice.open i {
    background: url(/static/index/img/index/icon_voice.png) center no-repeat;
    background-size: 22px auto;
}

.voice i {
    width: 22px;
    height: 22px;
    background: url(/static/index/img/index/icon_voicea.png) center no-repeat;
    background-size: 22px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.container .agent-box{
    font-size: 30px;
    margin-bottom: 15px;
}
.container .agent-box a{
    float: right;
    color: #333;
    font-size: 16px;
    padding-top: 25px;
}
.agent_list{
    height: 160px;
}
.agent_list > div.agent-lb > ul > li{
    float: left;
    width: 140px;
    height: 140px;
    margin: 10px 10px;
    padding: 5px 0;
    overflow: hidden;
    text-align: center;
}
.agent_list > div.agent-lb > ul{
    width: 1120px;
    margin: auto;
    left: 0;
    right: 0;
}
.agent_list .agent_li .agent_avatar{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 30px;
}
.agent_list .agent_li a .agent_avatar img{
    width: 100%;
    height: 100%;
}
.agent_list .agent_li .agent_tit{
    margin-top: 15px;
}
.agent_list .agent_li .agent_tit div{
    margin-top: 5px;
    font-size: 16px;
}
.agent_list > div > ul > li > a > div.agent_tit > div:nth-child(1){
     font-size: 16px;
     height: 20px;
 }
.agent_list > div > ul > li > a > div.agent_tit > div:nth-child(2){
    color: #8f9aa8;
    font-size: 14px;
    line-height: 14px;
}
.house_zygw_random{
    text-align: center;
    color: #47b3e3;
    cursor: pointer;
    margin-top: 10px;
}
.nowrap{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header .nav{
    margin-left: 15px;
}
.line_2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line_3 {
     display: -webkit-box;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
 }
/*浮动到顶部*/
.topping{
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 60;
}
.j-btn, .j-btn2, .j-btn3, .j-btn4 {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background-color: #f2304a;
    border: 0;
    overflow: hidden;
}
.j-btn, .j-btn2 {
    height: 40px;
    line-height: 40px;
}
.search-area .ipt {
    width: 1050px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.direction-bottom{
    background-image: url(/static/index/img/direction-bottom.png)
}
.direction-top{
    background-image: url(/static/index/img/direction-top.png)
}
.Video_viewing .nr .right ul li{
    height: 21px;
}
span.original{
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    color: rgba(242, 48, 74,1);
    background-color: rgba(242,48,74,0.2);
    padding: 2px 5px;
    margin: 0 5px;
    border-radius: 7px;
    display: inline-block;
    position: relative;
    top: -2px;
}