@charset "UTF-8";
iframe{max-width:100%!important;}
.detail-banner {
    margin-top: 15px;
}
.detail-banner .qr-weixin {
    padding: 3px 21px 0 0;
}
.detail-banner .qr-weixin img {
    width: 66px;
    height: 66px;
}
.detail-banner .title {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    color: #202020;
    padding-right: 41px;
}
.detail-banner .tags {
    margin-top: 8px;
}
.detail-banner .title .tip {
    position: absolute;
    top: 10px;
    right: 0;
    width: 35px;
    height: 19px;
    background: url("../image/common/tag-xf.png") no-repeat 0 0;
}
.detail-banner .title .tip-zaishou {
    background-position: 0 0;
}
.detail-banner .title .tip-weipan {
    background-position: 0 -29px;
}
.detail-banner .title .tip-daishou {
    background-position: 0 -87px;
}
.detail-banner .title .tip-tingshou {
    background-position: 0 -58px;
}
.detail-meta{
	position: relative;
	margin-top: 15px;
	height: 66px;
}
.detail-meta .comment{
	height: 14px;
	position: relative;
}
.detail-meta .comment span{
	color: #666;
	font-size: 12px;
}
.detail-meta .comment .ico-comment{
	float: left;
	margin-top: 5px;
	margin-right: 7px;
	width: 14px;
	height: 15px;
	background: url(../image/common/ico-comment-link.png) no-repeat;
}
.detail-meta .btn-collect {
	position: absolute;
	bottom: -3px;
	right: 0;
	border-radius: 3px;
	border:  1px solid #ddd;
    width: 100px;
	height: 33px;
    color: #444;
    text-align: center;
    line-height: 33px;
    overflow: hidden;
    -webkit-transition: width .2s ease;
    -moz-transition: width .2s ease;
    transition: width .2s ease;
}
.detail-meta .btn-collect .ico-star {
    float: left;
    margin: 7px 6px 0 13px;
    width: 18px;
    height: 18px;
    background: url(../image/common/ico-fav.png) top left no-repeat;
}
.detail-meta .btn-collect.on .ico-star {
    float: left;
    margin: 7px 6px 0 13px;
    width: 18px;
    height: 18px;
    background: url(../image/common/ico-fav.png) bottom left no-repeat;
}
.detail-meta .btn-collect span {
    float: left;
}
.detail-meta .btn-collect:hover {
	color: #121212;
	background-color: #f8f8f8;
}
.detail-meta .btn-collect.active {
    width: 110px;
}
.detail-meta .btn-collect.active .ico-star {
    background-position: 0 -22px;
}
.detial-nav .share{
    position: relative;
	float: right;
    width: 30px;
	height: 40px;
    padding-left: 34px;
	line-height: 40px;
	margin-right: 12px;
	color: #666;
}
.detial-nav .share .ico-share {
	position: absolute;
    top: 6px;
    left: 0;
    z-index: 8;
	width: 28px;
	height: 28px;
    background: #08afd9 url(../image/common/ico-add.svg) no-repeat;
    border-radius: 100%;
    -webkit-transition: background-color .18s ease;
    -moz-transition: background-color .18s ease;
    transition: background-color .18s ease;
}
.detial-nav .share .ico-share:hover {
    background-color: #009dc4;
}
.detial-nav .share.on .ico-share {
    background-color: #bababa;
}
.detial-nav .share.on .ico-share:hover {
    background-color: #aaa;
}
.detial-nav .share .ico-share-sina,
.detial-nav .share .ico-share-qq,
.detial-nav .share .ico-share-zone {
    display: none;
    position: absolute;
    left: -2px;
    top: 4px;
    z-index: 5;
    width: 32px;
    height: 32px;
    background: url(../image/common/sprite-shareIcons.png) no-repeat;
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}
.detial-nav .share .ico-share-sina {
    background-position: 0 0;
}
.detial-nav .share .ico-share-qq {
    background-position: 0 -32px;
}
.detial-nav .share .ico-share-zone {
    background-position: 0 -64px;
}
.detial-info{
	margin-top: 25px;
}
.detial-info .info-hd .title{
    height: 28px;
	padding-left: 35px;
	position: relative;
}
.detial-info .info-hd .title h2{
    font-size: 18px;
    float: left;
}
.detial-info .info-hd .ico-tuan{
	position: absolute;
	top: 0;
	left: 0;
	width: 27px;
	height: 28px;
	background: url(../image/common/ico-tuangou.png) no-repeat 0 3px;
}
.detial-info .info-hd .time-desc{
	margin-left: 18px;
	height: 28px;
	line-height: 28px;
	color: #999;
}
.clock-wrap{
	position: relative;
    left: -5px;
    height: 70px;
	margin: 11px 0 0 0;
}
.detial-info .info-hd .time-desc em{
    padding: 0 0.2em;
	color: #333;
}
.detial-info .info-hd .time-desc .bold {
    font-weight: bold;
}
.detial-info .info-right{
	color: #666;
}
.detial-info .info-right em{
    font-weight: bold;
	color: #08afd9;
}
.detial-info .info-right .tell{
	position: relative;
	padding-left: 25px;
	margin-left: 12px;
}
.detial-info .info-right .tell .ico-tell{
	position: absolute;
	width: 18px;
	height: 19px;
	top: 2px;
	left: 0;
	background: url(../image/common/ico-phone-tuangou.png) no-repeat;
}
.detial-info .info-right .tell img{
	display: inline-block;
}
.detial-info .info-right .meta2{
	margin-top: 21px;
}
.detial-info .info-right .meta2 .btn-baom {
    position: relative;
    display: block;
    color: #fff;
    line-height: 50px;
    width: 166px;
    height: 50px;
    border-radius: 3px;
    background-color: #ff8604;
    text-align: center;
    font-size: 16px;
    -moz-transition: all .12s ease;
    -webkit-transition: all .12s ease;
    transition: all .12s ease;
}
.detial-info .info-right .meta2 .btn-baom:hover {
    background-color: #ff6801;
}
.detial-info .info-right .meta2 i,
.detial-info .info-right .meta2 span {
	display: inline-block;
	vertical-align: top;
}
.detial-info .info-right .meta2 .ico-pencil{
	width: 18px;
	height: 17px;
	margin: 17px 2px 0 0;
	background: url(../image/common/ico-pencil.png) no-repeat;
}
.detial-info2{
	margin-top: 20px;
	width: 100%;
	height: 470px;
}
.detial-info2 .left-box {
    float: left;
    width: 523px;
}
.detial-ad1 {
    margin-top: 10px;
}
.carousel {
    width: 523px;
    height: 430px;
    /*margin-top: 25px;*/
    overflow: hidden;
}
.carousel .carousel-bd {
    position: relative;
    height: 340px;
    overflow: hidden;
}
.carousel .carousel-bd li {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.carousel .carousel-bd li:first-child {
    opacity: 1;
    visibility: visible;
}
.carousel .carousel-bd li a {
    position: relative;
    display: block;
    width: 523px;
    height: 340px;
}
.carousel .carousel-bd li img {
    width: 523px;
    height: 340px;
}
.carousel .carousel-bd li a .tip {
    position: absolute;
    right: 17px;
    bottom: 16px;
    height: 22px;
    padding: 0 27px 0 7px;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    background: rgba(0,0,0,.6);
    border-radius: 1000px;
}
.carousel .carousel-bd li a .tip:after {
    position: absolute;
    right: 8px;
    top: 4px;
    content: '';
    width: 15px;
    height: 13px;
    background: url("../image/common/ico-muiimg.png") no-repeat;
}
.carousel .carousel-bd li a:hover .tip {
    color: #fff;
}
.carousel .carousel-ft {
    position: relative;
    width: 100%;
    height: 80px;
    margin-top: 10px;
}
.carousel .carousel-ft-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 464px;
    height: 80px;
}
.carousel .carousel-ft-nav a {
    position: relative;
    float: left;
    width: 106px;
    height: 80px;
    margin-right: 10px;
    background: #000;
    overflow: hidden;
}
.carousel .carousel-ft-nav a img {
    width: 106px;
    height: 80px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.carousel .carousel-ft-nav a:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.carousel .carousel-ft-nav a span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.65));
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.65));
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.65));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.65));
    background: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.65));
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.carousel .carousel-ft-nav a i {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: url("../image/common/ico-gou.png") no-repeat;
}
.carousel .carousel-ft-nav a.on i {
    display: block;
}
.carousel .carousel-ft-nav a.on img {
    filter: alpha(opacity=100);
    opacity: 1;
}
.carousel .carousel-ft .carousel-ft-prev,
.carousel .carousel-ft .carousel-ft-next {
    position: absolute;
    top: 15px;
    width: 31px;
    height: 50px;
    background: rgba(0,0,0,.6) url("../image/common/ico-arrow.png") no-repeat;
}
.carousel .carousel-ft .carousel-ft-prev {
    left: 0;
    background-position: 0 0;
    border-radius: 0 3px 3px 0;
}
.carousel .carousel-ft .carousel-ft-next {
    right: 0;
    background-position: 0 -50px;
    border-radius: 3px 0 0 3px;
}
.carousel .carousel-ft .carousel-ft-prev:hover,
.carousel .carousel-ft .carousel-ft-next:hover {
    background-color: rgba(8,175,217,.8);
}
.detial-info2 .right-box {
    float: right;
	width: 655px;
	font-size: 16px;
	line-height: 35px;
	overflow: hidden;
}
.detial-info2 .right-box .price{
    position: relative;
    top: 2px;
    font-weight: bold;
	font-size: 28px;
	color:var(--themeColor);
}
.detial-info2 .right-box .jiaofu{
	float: right;
}
.detial-info2 .right-box .map{
	position: relative;
	padding-left: 16px;
    font-size: 14px;
	color: #999;
	margin-left: 16px;
}
.ico-map{
	position: absolute;
	left: 0;
	top: 3px;
	background: url(../image/common/ico-map.png) no-repeat;
	width: 11px;
	height: 15px;
}
.detial-info2 .right-box .map:hover {
    color: #f73453;
}
.detial-info2 .right-box .box1 {
    margin-top: -2px;
}
.detial-info2 .right-box .box1 .tit{
    padding-right: 4px;
    text-align: left;
    margin-bottom: 0;
    font-size: inherit;
}
.detial-info2 .right-box .box2 {
	background-color: #fff;
	font-size: 14px;
	margin-top: 8px;
    margin-bottom: 18px;
	line-height: 30px;
}
.detial-info2 .right-box .box2 th,
.detial-info2 .right-box .box2 td{
	border: 1px solid #e2e2e2;
	padding-left: 12px;
	vertical-align: middle;
	overflow: hidden;
}
.detial-info2 .right-box .box2 th{
	text-align: left;
}
.detial-info2 .right-box .box2 td {
    height: 60px;
    line-height: 1.6;
}
.detial-info2 .right-box .box2 td .content {
    height: 44px;
    padding-right: 12px;
    overflow: hidden;
}
.detial-info2 .right-box .box2 .ico-new{
	float: right;
    margin: -2px 7px 0 0;
}
.detial-info2 .right-box .more {
	position: relative;
	float: right;
	font-size: 12px;
	color: #6b6b6b;
	margin-right: 15px;
	padding-right: 15px;
}
.detial-info2 .right-box .more .ico-more{
	position: absolute;
	top: 10px;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../image/common/ico-more.png);
}
.detial-info2 .right-box .more:hover {
    color: var(--themeColor);
}
.tell-box-info{
    width: 100%;
    /* margin-top: 5px; */
    /* margin-bottom: 15px; */
    height: 56px;
    background: #eafbff;
    border: 1px solid #e9f3d9;
}
.tell-box-info .tell{
    position: relative;
    padding-left: 42px;
    /* padding-right: 10px; */
    height: 56px;
	font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    /* border: 1px solid #08afd9; */
    /* background-color: #f9feff; */
    border-radius: 3px;
    color: #08afd9;
    font-size: 28px;
    font-weight: 400;
}
.tell-box-info .phone-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 56px;
    background-color: #08afd9;
}
.tell-box-info .ico-phone{
    position: absolute;
    left: 7px;
    top: 18px;
    width: 21px;
    height: 21px;
    background:  url(../image/common/ico-tel.png) no-repeat;
}
.tell-box-info .desc{
    margin-top: 7px;
    font-size: 14px;
    color: #888;
    line-height: 1.6;
    text-align: right;
    padding-right: 10px;
}
.tell-box-info .desc em{
    color: #08afd9;
}
.detial-info3{
	margin-top: 22px;
}
.detial-info3 .mt0 {
    margin-top: 0;
}
.detial-info3 .left-box{
	width: 846px;
}
.detial-info3 .right-box{
	width: 328px;
	margin-left: 26px;
}
.detial-info3 .right-box .detial-ad1 img {
    width: 332px;
}
.detial-info3 .right-box .zx {
	margin-top: 20px;
}
.detial-info3 .right-box .zx img {
    width: 328px;
    height: 113px;
}
.detial-guide{
	margin-top: 20px;
}
.detial-guide .guide .guide-list .guide-list-bd li a {
  display: block;
  width: 132px;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
}
.tgph{
	margin-top: 20px;
}
.tgph span{
	float: left;
}
.tgph h2{
	font-size: 18px;
}
.tgph .tgph-hd{
	height: 30px;
	line-height: 30px;
	margin: 12px 0 7px 0;
	background-color: #f6f6f6;
	border:1px solid #efefef;
}
.tgph .tgph-hd .tit1{
    margin-left: 10px;
    width: 130px;
}
.tgph .tgph-hd .tit3{
    width: 130px;
    text-align: right;
}
.tgph .tgph-bd .tit{
    width: 145px;
    height: 28px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tgph .tgph-hd .tit2,
.tgph .tgph-bd .add{
width: 50px;
    text-align: center;
}
.tgph .tgph-bd .count{
    width: 130px;
    font-size: 14px;
}
.tgph .tgph-bd{

}
.tgph .tgph-bd li{
height: 28px;
line-height: 28px;
}
.tgph .tgph-bd li:first-child i{
background-color: #f93d5b;
}
.tgph .tgph-bd li:nth-child(2) i{
background-color: #ff8401;
}
.tgph .tgph-bd li:nth-child(3) i{
background-color: #ff8401;
}
.tgph .tgph-bd .count{
text-align: right;
color: #f73453;
}
.tgph .tgph-bd .tit i{
display: inline-block;
vertical-align: top;
width: 17px;
height: 16px;
margin: 7px 9px 0 0;
border-radius: 2px;
background: #c0c4c5;
color: #fff;
font-size: 12px;
line-height: 16px;
text-align: center
}
.detial-info3 .minfo .minfo-hd{
border-bottom: 1px solid #ddd;
}
.detial-info3 .minfo .minfo-hd h2{
margin-top: 5px;
font-size: 20px;
float: left;
}
.detial-info3 .minfo .minfo-tab{
height: 42px;
line-height: 42px;
margin-left: 30px;
}
.detial-info3 .minfo .minfo-tab li{
float: left;
padding: 0 17px;
cursor: pointer;
}
.detial-info3 .minfo .minfo-tab .school{color:#08afd9;}
.detial-info3 .minfo .minfo-tab .on{
color: var(--themeColor);

border-bottom: 2px solid var(--themeColor);
}
.detial-info3 .minfo-tab .school a {
display: block;
position: relative;
padding: 0 12px;
color: #fff;
transition: all .15s ease;
}
.detial-info3 .minfo-tab .school a .ico-light{
background: url(../image/common/sprite-common.png) no-repeat;
position: absolute;
z-index: 5;
right: -25px;
top: -40px;
width: 20px;
height: 20px;
background-position: -210px -95px;
}
.detial-info3 .minfo .minfo-bd {
padding-top: 18px;
overflow: hidden;
overflow-y: auto;
}
.detial-info3 .minfo .minfo-bd li{
display: none;
}
.detial-info3 .minfo .minfo-bd li.show{
display: block;
}
.detial-info3 .minfo .minfo-bd li .box {
float: left;
width: 50%;
line-height: 30px;
}
.detial-info3 .minfo .minfo-bd li .intro {
line-height: 1.8;
}
.detial-info3 .minfo .minfo-bd li .intro p {
margin-bottom: 0.8em;
}
.detial-info3 .minfo .minfo-bd li .school a{margin:0 5px;}
.detial-info3 .lp-gallery {
margin-top: 22px;
}
.lp-gallery .lp-gallery-hd{
border-bottom: 1px solid #ddd;
}
.lp-gallery .lp-gallery-hd h2{
font-size: 20px;
float: left;
margin-top: 5px;
}
.lp-gallery .lp-gallery-tab{
height: 42px;
line-height: 42px;
margin-left: 30px;
}
.lp-gallery .lp-gallery-tab li {
position: relative;
float: left;
padding: 0 17px;
cursor: pointer;
}
.lp-gallery .lp-gallery-tab .on {
color: var(--themeColor);
border-bottom: 2px solid var(--themeColor);
}
.lp-gallery .lp-gallery-bd {
position: relative;
height: 176px;
}
.lp-gallery .lp-gallery-bd .box {
position: absolute;
left: 0;
top: 20px;
filter: alpha(opacity=0);
opacity: 0;
visibility: hidden;
-moz-transition: opacity .4s cubic-bezier(0.25, 0.1, 0.26, 0.96);
-webkit-transition: opacity .4s cubic-bezier(0.25, 0.1, 0.26, 0.96);
transition: opacity .4s cubic-bezier(0.25, 0.1, 0.26, 0.96);
}
.lp-gallery .lp-gallery-bd .box.show {
filter: alpha(opacity=100);
opacity: 1;
visibility: visible;
}
.lp-gallery .lp-gallery-bd .pic-wrap li{
float: left;
margin-right: 20px;
text-align: center;
width: 196px;
}
.lp-gallery .lp-gallery-bd .pic-wrap li img{
width: 196px;
height: 120px;
}
.lp-gallery .lp-gallery-bd .pic-wrap li:last-child{
margin-right: 0;
}
.lp-gallery .lp-gallery-bd .pic-wrap li p{
padding-top: 10px;
}
.mapzb{
margin-top: 20px;
}
.mapzb-hd h2{
float: left;
font-size: 20px;
}
.mapzb-hd .nav{
float: right;
margin-top: 20px;
}
.mapzb-hd .nav a{
position: relative;
display: inline-block;
padding: 0 5px;
height: 26px;
line-height: 26px;
border: 1px solid #fff;
border-radius: 3px;
}
.mapzb-hd .nav i {
display: inline-block;
vertical-align: top;
background:url(../image/common/sprite-mapmin.png) no-repeat;
width: 19px;
height: 19px;
margin: 5px 6px 0 0;
}
.mapzb-hd .nav .ico-bank,
.mapzb-hd .nav .ico-school {
margin-top: 4px;
}
.mapzb-hd .nav .ico-car {
width: 18px;
background-position: 0 0;
}
.mapzb-hd .nav .ico-market{
width: 17px;
background-position: 0 -52px;
}
.mapzb-hd .nav .ico-diner{
width: 17px;
background-position: 0 -104px;
}
.mapzb-hd .nav .ico-play{
width: 17px;
background-position: 0 -157px;
}
.mapzb-hd .nav .ico-bank{
background-position: 0 -209px;
}
.mapzb-hd .nav .ico-school{
background-position: 0 -267px;
}
.mapzb-hd .nav .ico-hospital{
width: 17px;
background-position: 0 -325px
}
.mapzb-hd .nav a:hover {
color: #121212;
background-color: #f6f6f6;
border-color: #f4f4f4;
}
.mapzb-hd .nav a.active,
.mapzb-hd .nav a.active:hover {
color: #fff;
background: #08afd9;
}
.mapzb-hd .nav a.active .ico-car {
background-position: 0 -26px;
}
.mapzb-hd .nav a.active .ico-market{
width: 17px;
background-position: 0 -78px;
}
.mapzb-hd .nav a.active .ico-diner{
width: 17px;
background-position: 0 -131px;
}
.mapzb-hd .nav a.active .ico-play{
width: 17px;
background-position: 0 -183px;
}
.mapzb-hd .nav a.active .ico-bank{
background-position: 0 -238px;
}
.mapzb-hd .nav a.active .ico-school{
background-position: 0 -296px;
}
.mapzb-hd .nav a.active .ico-hospital{
width: 17px;
background-position: 0 -352px
}
.mapzb-bd{
position: relative;
margin-top: 5px;
width: 846px;
height: 334px;
}
.mapzb-bd .enlarge{
position: absolute;
top: 20px;
right: 20px;
width: 65px;
height: 27px;
background:rgba(0,0,0,.6);
border-radius: 3px;
color: #fff;
line-height: 27px;
}
.mapzb-bd .enlarge span{
display: inline-block;
margin-left: 29px;
width: 42px;
}
.mapzb-bd .ico-enlarge{
position: absolute;
top: 6px;
left: 8px;
width: 15px;
height: 15px;
background: url(../image/common/enlarge.png) no-repeat;
}
.mapzb-bd .enlarge:hover {
background: #222;
background: rgba(0,0,0,.8);
}
.more-link{
float: right;
color: #666;
height: 37px;
line-height: 37px;
}
.zblp{
margin-top: 25px;
}
.zblp .zblp-hd{
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
}
.zblp .zblp-hd h2{
font-size: 20px;
float: left;
}
.zblp .zblp-bd li{
float: left;
margin-right: 20px;
text-align: center;
}
.zblp .zblp-bd li:last-child{
margin-right: 0;
}
.zblp .zblp-bd li img{
width:196.5px;
height:111px;
}
.zblp .zblp-bd li p{
margin-top: 7px;
width:196.5px;
height:22px;
line-height:22px;
overflow:hidden;
}
.djxh {
margin-top: 25px;
}
.djxh .djxh-hd{
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
}
.djxh .djxh-hd h2{
font-size: 20px;
float: left;
}
.djxh .djxh-bd li{
float: left;
margin-right: 20px;
text-align: center;
}
.djxh .djxh-bd li:last-child{
margin-right: 0;
}
.djxh .djxh-bd li img{
width:196.5px;
height:111px;
}
.djxh .djxh-bd li p{
margin-top: 10px;
width:196.5px;
height:22px;
line-height:22px;
overflow:hidden;
}
/* canves图表/S */
.price-chart {
    margin-top: 20px;
    border: 1px solid #efefef;
}
/* canves图表/E */

/* 团购留言/S */
.msg-list {
    margin-top: 22px;
}
.msg-list .msg-list-hd {
    margin-bottom: 8px;
}
.msg-list .msg-list-hd h3 {
    float: left;
}
.msg-list .msg-list-hd p {
    float: left;
    margin: 3px 0 0 12px;
}
.msg-list .msg-list-hd em { color: #f73453; }
.msg-list .msg-list-bd li {
    padding: 6px 0;
    border-bottom: 1px dotted #ddd;
}
.msg-list .msg-list-bd .name {
    margin-right: 15px;
}
.msg-list .msg-list-bd .info p {
    padding-bottom: 5px;
}
.msg-list .msg-list-bd .info time {
    color: #999;
}
.msg-list .msg-list-bd .info .ico-mobile {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 20px;
    margin: 1px 5px 0 0;
    background: url("../image/common/ico-mobile.png") no-repeat;
}
/* 团购留言/E */

/* 网上销售中心-表单/S */
.tuan-center {
    margin-top: 20px;
}
.tuan-center .tuan-center-hd {
    height: 38px;
}
.tuan-center .tuan-center-hd .tell-box-info{
    margin-top: 10px;
}
.tuan-center .tuan-center-hd h2 {
    float: left;
    font-size: 20px;
}
.tuan-center .tuan-center-bd {
    padding: 20px 24px 25px;
    border: 1px solid #ddd;
}
.tuan-center .tuan-center-bd h3 {
    font-weight: bold;
    font-size: 16px;
}
.tuan-center .tuan-center-bd .panel {
    margin-top: 6px;
    padding: 10px 12px;
    color: #444;
    background: #e3f7fa;
    border: 1px solid #d2edf1;
}
.tuan-center .tuan-form .tuan-form-item {
    padding-top: 18px;
}
.tuan-center .tuan-form .checkbox {
    position: relative;
    float: left;
    height: 22px;
    margin-right: 18px;
    padding-left: 24px;
    line-height: 22px;
    cursor: pointer;
}
.tuan-center .tuan-form .checkbox-bg {
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url("../image/common/ico-checkbox.png");

}
.tuan-center .tuan-form .checkbox:hover .checkbox-bg {
    background-position: 0 -21px;
}
.tuan-center .tuan-form .checkbox .checkbox-bg.checked,
.tuan-center .tuan-form .checkbox:hover .checkbox-bg.checked {
    background-position: 0 -44px;
}
.tuan-center .tuan-form .checkbox input {
    width: 16px;
    height: 16px;
    padding: 0;
    background: none;
    border: 0 none;
    box-shadow: none;
    filter: alpha(opacity = 0);
    opacity: 0;
    cursor: pointer;
}
.tuan-center .tuan-form .placeholder {
    display: none;
}
.tuan-center .tuan-form .title {
    display: block;
    height: 19px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 19px;
}
.tuan-center .tuan-form .title .required {
    display: inline-block;
    vertical-align: top;
    height: 19px;
    padding: 0 3px;
    font-size: 14px;
    line-height: 19px;
    color: #f73453;
}
.tuan-center .tuan-form textarea {
    display: block;
    width: 775px;
    height: 80px;
}
.tuan-center .tuan-form .tuan-form-item-cell input {
    width: 301px;
}
.tuan-center .tuan-form .chose-sex-wrap {
    width: 319px;
    height: 38px;
}
.tuan-center .tuan-form .chose-sex {
    position: relative;
    width: 78px;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.tuan-center .tuan-form .chose-sex ul {
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 5;
    width: 80px;
    height: 38px;
}
.tuan-center .tuan-form .chose-sex ul li {
    float: left;
}
.tuan-center .tuan-form .chose-sex ul li a {
    display: block;
    width: 40px;
    height: 0;
    padding-top: 38px;
    background: url("../image/common/ico-sex.png") no-repeat;
    overflow: hidden;
}
.tuan-center .tuan-form .chose-sex ul li .man {
    background-position: 1px 0;
}
.tuan-center .tuan-form .chose-sex ul li .woman {
    background-position: 1px -38px;
}
.tuan-center .tuan-form .chose-sex ul li.on .man {
    background-position: 1px -76px;
}
.tuan-center .tuan-form .chose-sex ul li.on .woman {
    background-position: 1px -114px;
}
.tuan-center .tuan-form .chose-sex .select-bg {
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 3;
    width: 40px;
    height: 38px;
    background-color: #4fcadc;
    border-radius: 3px 0 0 3px;
}
.tuan-center .tuan-form .tuan-form-item-btn {
    margin-top: 22px;
    text-align: center;
}
/* 网上销售中心-表单/E */

/* 地图交通单页/S */
.map-single .mapzb{
    margin-top: 0;
}
.map-single .tjlp{
    margin-top: 3px;
}
.map-single .mapzb-info{
    margin-top: 20px;
    line-height: 25px;
}
.map-single .mapzb-info .box2{
    margin-left: 35px;
    margin-top: 25px;
}
.map-single .map{
    position: relative;
    padding-left: 17px;
    color: #666;
}
.map-single .map:hover {
    color: #f73453;
}
/* 地图交通单页/E */

/* QA/S */
.qa li {
    padding: 10px 0;
    border-bottom: 1px dotted #ddd;
}
.qa li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.qa .ico-qu,
.qa .ico-excl {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin-top: 4px;
    margin-right: 5px;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    border-radius: 2px;
}
.qa .ico-qu {
    background: #ffb71d;
}
.qa .ico-excl {
    font-weight: bold;
    background: #0dbad9;
}
.qa p {
    line-height: 22px;
}
.qa .text-qu {
    margin-bottom: 7px;
}
/* QA/E */

/* 楼盘信息/S */
.base-info h2{
    font-size: 20px;
    padding-bottom: 4px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.base-info p{
    line-height: 25px;
}
.base-info .content{
    line-height: 25px;
}
.base-info .content p{
    margin-bottom: 18px;
}
.base-info .infol strong{
    font-size: 28px;
    color: #f73453;
}
.base-info-content{
    margin-top: 25px;
    padding-bottom: 1px;
}
/* 楼盘信息/E */

/* 相关资讯/S */
.xgzx .xgzx-title{
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.xgzx .tgph{
    margin-top: 1px;
}
/* 相关资讯/E */

/* 销售动态/S */
.dt-title{
    font-size: 20px;
    padding-bottom: 10px;
}
.dt-content {
    width: 100%;
    line-height: 1.8;
}
.dt-content td {
    border:1px solid #e0e0e0;
}
.dt-content td.time {
    width: 96px;
    padding-right: 0;
    vertical-align: middle;
}
.dt-content td.avg-price {
    width: 96px;
    padding-right: 0;
    vertical-align: middle;
}
.dt-content thead td {
    padding: 8px 0 8px 15px;
}
.dt-content tbody td{
    padding: 10px 15px;

}
/* 销售动态/E */

/* 新房相册页面/S */
.xf-gallery{
    margin-top: 30px;
}
.xf-gallery .nav{
    position: relative;
    margin-right: 24px;
    width: 162px;
    border-radius: 4px;
}
.xf-gallery .nav .ico-menu{
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 12px;
    margin: 15px 7px 0 0;
    background: url(../image/common/ico-menu.png) no-repeat;
}
.xf-gallery .nav li a{
    position: relative;
    z-index: 5;
    display: block;
    height: 41px;
    line-height: 41px;
}
.xf-gallery .nav li a .text {
    position: absolute;
    left: 12px;
    color: #fff;
}
.xf-gallery .nav li a .num{
    position: absolute;
    right: 12px;
    font-size: 12px;
    color: #fff;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.xf-gallery .nav li.current a .text {
    text-decoration: underline;
}
.xf-gallery .nav .nav-current{
    position: absolute;
    top: 0;
    left: 0;
    width: 167px;
    z-index: 4;
    /*background: url(../image/common/ico-arrow-right.png) no-repeat 162px 17px;*/
}
.xf-gallery .nav .nav-current .fill{
    width: 162px;
    height: 42px;
    background-color: var(--themeColor);
    -moz-transition: border-radius .2s ease;
    -webkit-transition: border-radius .2s ease;
    transition: border-radius .2s ease;
}
.xf-gallery .nav .nav-current.radiusTop .fill{
    border-radius: 4px 4px 0 0;
}
.xf-gallery .nav .nav-current.radiusBottom .fill{
    border-radius: 0 0 4px 4px;
}
.boxpic-wrap{
    width: 1014px;
}
.boxpic{
    padding-top: 10px;
}
.boxpic-1{
    margin-top: 0;
}
.boxpic .boxpic-hd{
    margin-top: -9px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}
.boxpic .boxpic-hd h2{
    float: left;
    font-size: 20px;
    border-bottom: 2px solid var(--themeColor);
}
.boxpic .boxpic-hd .sx a{
    display: inline-block;
    margin-left: 20px;
}
.boxpic .boxpic-hd .more{
    margin-left: 20px;
    color: #666;
}
.boxpic .boxpic-hd .more:hover {
    color: #f73453;
}
.boxpic .boxpic-bd {
    width: 100%;
    padding-top: 20px;
}
.boxpic .boxpic-bd li {
    float: left;
    width: 238px;
    margin: 0 20px 22px 0;
}
.boxpic .boxpic-bd li:nth-child(4n){
    margin-right: 0;
}
.boxpic .boxpic-bd li:last-child{
    margin-right: 0;
}
.boxpic .boxpic-bd li img {
    width: 100%;
}
.boxpic .boxpic-bd li p {
    margin-top: 11px;
    text-align: center;
}
.boxpic .boxpic-bd li .thumb img {
    width: 100%;
    height: 152px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.boxpic .boxpic-bd li:hover img {
    filter: alpha(opacity=75);
    opacity: 0.75;
}
/* 新房相册页面/E */

/* 在线咨询/S */
.qa-list .list-item .item-hd,
.qa-list .list-item .item-bd:after,
.tuan-center .tuan-center-bd h3 .ico-qa {
    background: url("../image/common/sprite-QA.png") no-repeat;
}
.qa-list .list-item {
    margin-top: 21px;
}
.qa-list .list-item .item-hd {
    float: left;
    width: 39px;
    height: 39px;
    text-indent: -999em;
    overflow: hidden;
    border-radius: 5px;
}
.qa-list .list-item .item-bd {
    position: relative;
    padding-left: 15px;
    overflow: hidden;
}
.qa-list .list-item .item-bd:after {
    content: '';
    position: absolute;
    left: 9px;
    top: 13px;
    width: 7px;
    height: 12px;
}
.qa-list .list-item .item-bd p {
    display: inline-block;
    padding: 6px 11px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
}
.qa-list .list-item .item-ft {
    padding-top: 12px;
    clear: both;
    text-align: center;
}
.qa-list .list-item .item-ft span {
    display: inline-block;
    height: 23px;
    padding: 0 7px;
    font-size: 12px;
    line-height: 23px;
    color: #fff;
    background: #e4e4e4;
    border-radius: 3px;
}
.qa-list .list-item-da {
    padding-bottom: 21px;
    border-bottom: 1px dashed #dfdfdf;
}
.qa-list .list-item-wen .item-hd {
    background-color: #ffb71d;
    background-position: 0 0;
}
.qa-list .list-item-da .item-hd {
    background-color: #0dbad9;
    background-position: 0 -47px;
}
.qa-list .list-item-wen .item-bd:after {
    background-position: 0 -106px;
}
.qa-list .list-item-da .item-bd:after {
    background-position: 0 -126px;
}
.qa-list .list-item-da .item-bd p {
    border-color: #1fbfdc;
}
.tuan-center .tuan-center-bd h3 .ico-qa {
    display: inline-block;
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 4px 8px 0 0;
    background-position: 0 -146px;
    border-radius: 2px;
}
/* 在线咨询/E */

/* 楼盘点评/S */
.dp-fill h2 {
    font-size: 20px;
    padding-bottom: 4px;
}
.dp-fill .dp-form {
    padding: 22px 24px 25px;
    border: 1px solid #ddd;
}
.dp-fill .dp-form textarea {
    display: block;
    width: 778px;
    height: 158px;
}
.dp-fill .dp-form .placeholder {
    display: none;
}
.dp-fill .dp-form .checkbox {
    position: relative;
    display: inline-block;
    height: 22px;
    margin-left: 15px;
    margin-right: 18px;
    padding-left: 24px;
    line-height: 22px;
    cursor: pointer;
}
.dp-fill .dp-form .checkbox:hover .checkbox-bg {
    background-position: 0 -21px;
}
.dp-fill .dp-form .checkbox .checkbox-bg.checked,
.dp-fill .dp-form .checkbox:hover .checkbox-bg.checked {
    background-position: 0 -67px;
}
.dp-fill .dp-form .checkbox-bg {
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url("../image/common/ico-checkbox.png");
}
.dp-fill .dp-form .checkbox input {
    width: 16px;
    height: 16px;
    padding: 0;
    background: none;
    border: 0 none;
    box-shadow: none;
    filter: alpha(opacity = 0);
    opacity: 0;
    cursor: pointer;
}
.dp-fill .dp-form .dp-form-item-btn {
    margin-top: 22px;
    text-align: center;
}
.dp-fill .dp-form .chose-stars {
    height: 30px;
    margin-bottom: 20px;
    line-height: 30px;
}
.dp-fill .dp-form .chose-stars .title {
    float: left;
    margin-right: 15px;
    font-weight: bold;
}
.dp-fill .dp-form .chose-stars .stars-bd {
    float: left;
}
.dp-fill .dp-form .chose-stars .stars-bd .ico-star {
    float: left;
    width: 32px;
    height: 30px;
    margin-right: 6px;
    background: url("../image/common/sprite-form-dp.png") no-repeat;
}
.dp-fill .dp-form .chose-stars .stars-bd .ico-star:hover {
    background-position: 0 -80px;
}
.dp-fill .dp-form .chose-stars .stars-bd .ico-star.active,
.dp-fill .dp-form .chose-stars .stars-bd .ico-star.active:hover {
    background-position: 0 -40px;
}
.dp-fill .dp-form .chose-stars .stars-bd span {
    padding-left: 4px;
    color: #999;
}
.dp-fill .dp-form .chose-stars .stars-bd span i {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-left: 6px;
    background: url("../image/common/sprite-form-dp.png") no-repeat;
    filter: alpha(opacity=0);
    opacity: 0;
}
.dp-fill .dp-form .chose-stars .stars-bd span .ico-face-0 {
    filter: alpha(opacity=100);
    opacity: 1;
    background-position: 0 -267px;
}
.dp-fill .dp-form .chose-stars .stars-bd span .ico-face-1 {
    filter: alpha(opacity=100);
    opacity: 1;
    background-position: 0 -233px;
}
.dp-fill .dp-form .chose-stars .stars-bd span .ico-face-2 {
    filter: alpha(opacity=100);
    opacity: 1;
    background-position: 0 -199px;
}
.dp-fill .dp-form .chose-stars .stars-bd span .ico-face-3 {
    filter: alpha(opacity=100);
    opacity: 1;
    background-position: 0 -165px;
}
.dp-fill .dp-form .chose-stars .stars-bd span .ico-face-4 {
    filter: alpha(opacity=100);
    opacity: 1;
    background-position: 0 -131px;

}
.dp-fill .dp-form .chose-stars .stars-bd span.on {
    color: #444;
}
.lpdp .tb-title .title-main {
    padding-top: 5px;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
}
.lpdp .tb-title .title-main a {
    position: relative;
    top: 2px;
    z-index: 5;
    float: left;
    height: 42px;
    margin-right: 32px;
    line-height: 42px;
}
.lpdp .tb-title .title-main a span {
    position: relative;
    top: -1px;
    padding-left: 5px;
    font-size: 18px;
}
.lpdp .tb-title .title-main a.on {
    border-bottom: 2px solid #f73453;
}
.lpdp .tb-title .title-sub {
    margin-top: 11px;
    margin-bottom: 12px;
}
.lpdp .tb-title .title-sub a {
    float: left;
    margin-right: 18px;
}
.lpdp .tb-title .title-sub a span {
    padding-left: 4px;
    color: #888;
}
/* 楼盘点评/E */

/* 价格趋势/S */
.chart-tb {
    margin-top: 20px;
}
.chart-tb h2 {
    margin-bottom: 0;
    padding-bottom: 6px;
    border-bottom: 0 none;
}
/* 价格趋势/E */

/* 弹窗—看房直通车报名/S */
.seehouse-dialog {
    width: 520px;
    height: 526px;
    margin: -263px 0 0 -260px;
}
.seehouse-dialog h2 {
    margin-top: 40px;
    margin-bottom: 26px;
    font-size: 26px;
    text-align: center;
}
.seehouse-form {
    width: 362px;
    margin: 0 auto;
}
.seehouse-form .form-group {
    position: relative;
    height: 76px;
}
.seehouse-form .form-group .placeholder {
    position: absolute;
    left: 0;
    top: 0;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    color: #999;
    cursor: text;
}
.seehouse-form .form-group .placeholder i {
    display: inline-block;
    vertical-align: top;
    width: 47px;
    height: 46px;
    margin-right: 10px;
    background: url("../image/common/sprite-seehouse-dialog.png") no-repeat;
}
.seehouse-form .form-group .placeholder .ico-name {
    background-position: 0 0;
}
.seehouse-form .form-group .placeholder .ico-phone {
    background-position: 0 -46px;
}
.seehouse-form .form-group .placeholder .ico-code {
    background-position: 0 -92px;
}
.seehouse-form .form-group .placeholder .ico-people {
    background-position: 0 -138px;
}
.seehouse-form .form-group .placeholder span {
    display: none;
}
.seehouse-form input {
    width: 294px;
    padding: 12px 10px 12px 56px;
    font-size: 16px;
}
.seehouse-form .form-cell {
    float: left;
}
.seehouse-form .input-send {
    width: 182px;
    margin-right: 8px;
}
.seehouse-form .btn-send {
    width: 102px;
    height: 44px;
    padding: 0;
    font-size: 16px;
    color: #555;
    border-color: #c0c0c0;
    background: #fff;
    box-shadow: none;
}
.seehouse-form .btn-send:hover {
    color: #09a7cf;
    border-color: #08afd9;
}
.seehouse-form .btn-send.disabled,
.seehouse-form .btn-send.disabled:hover {
    color: #aaa;
    background: #f6f6f6;
    border-color: #c5c5c5;
}
.seehouse-form .btn-submit {
    display: block;
    width: 100%;
    padding: 0;
    height: 48px;
    font-size: 16px;
    background: #ff8604;
    border: 0;
}
.seehouse-form .btn-submit:hover {
    background: #ff6801;
}
/* 弹窗—看房直通车报名/E */

/* ie-hack/S */
.lte-ie8 .tuan-center .tuan-form .placeholder,
.lte-ie8 .dp-fill .dp-form .placeholder{
    display: block;
    position: absolute;
    left: 1px;
    top: 25px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-indent: 8px;
    color: #999;
    cursor: text;
}
.lte-ie8 .dp-fill .dp-form .placeholder {
    top: 0;
}
.lte-ie8 .carousel .carousel-ft-nav a span {
    background: url("../image/common/hack/ie-linear-gradient-bg.png") repeat-x;
}
.lte-ie8 .mapzb-bd .enlarge {
    background: url("../image/common/hack/ie-bg-60.png") repeat;
}
.lte-ie8 .detial-nav .share .ico-share {
    background-image: url("../image/common/hack/ie-ico-add.png");
    background-position: 0 0;
}
.lte-ie8 .detial-nav .share.on .ico-share {
    background-position: 0 -28px;
}
.lte-ie8 .detial-nav .share.on .ico-share-sina {
    top: -40px;
    left: 6px;
}
.lte-ie8 .detial-nav .share.on .ico-share-qq {
    top: -28px;
    left: -35px;
}
.lte-ie8 .detial-nav .share.on .ico-share-zone {
    top: 13px;
    left: -47px;
}
.lte-ie8 .carousel .carousel-ft .carousel-ft-prev,
.lte-ie8 .carousel .carousel-ft .carousel-ft-next {
    background-image: url("../image/common/hack/ie-arrow.png");
}
.lte-ie8 .carousel .carousel-ft .carousel-ft-prev {
    background-position: 0 0;
}
.lte-ie8 .carousel .carousel-ft .carousel-ft-next {
    background-position: 0 -50px;
}
.lte-ie8 .qa li.last {
    padding-bottom: 0;
    border-bottom: none;
}
/* ie-hack/E */

.Rbigbt {
    width: 562px;
    height: 50px;
    line-height: 50px;
    clear: both;
}
.Rbigbt {
    position: relative;
}
.Rbigbt h1 {
    float: left;
    font-size: 30px;
    color: #333;
    display: inline;
}
.Rbigbt h1 {
    line-height: 50px;
    float: left;
}
.Rbiginfo {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 8px 0;
}
.Rbiginfo .prib {
    font-size: 24px;
    line-height: 30px;
    color: var(--themeColor);
    font-weight: bold;
    margin: 0 10px;
    overflow: hidden;
    vertical-align: top;
    *vertical-align: middle;
}
.Rbiginfo .hb {
    margin-left: 15px;
}
.Rbiginfo .hb em {
    color: #dc363d;
    margin-left: 5px;
    font-style: normal;
}
.Rbiginfo a.jsq {
    height: 22px;
    border: solid 1px #fff;
    font-size: 13px;
    line-height: 22px;
    color: #999;
    text-decoration: none;
    padding: 2px 6px 2px 0px;
    margin-top: 5px;
    margin-left: 12px;
    overflow: hidden;
}
.line_dj {
    height: 37px;
    background: #fff1f1;
    color: #f77a7a;
    font-size: 14px;
    line-height: 37px;
    margin: 13px 0 18px;
    padding-left: 18px;
    position: relative;
}
.btn_dj {
    background: #f54f4f;
    text-align: center;
    width: 87px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.Rinfolist {
    width: 562px;
    overflow: hidden;
}
.Rinfolist li {
    float: left;
    line-height: 38px;
    width: 281px;
    font-size: 15px;
    height: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.Rinfolist li b {
    font-weight: normal;
    color: #999;
    margin-right: 20px;
}
.Rinfolist li.whole {
    width: 562px;
}
.Rgwno {
    width: 562px;
    overflow: hidden;
}
.Rgwno .std {
    float: left;
    width: 158px;
    border: 1px solid #eee;
    margin-right: 15px;
}
.Rgwno .std p {
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}
#J_xfnav li{
    background: var(--themeColor);
    opacity: 1;
}
.xf-gallery #J_xfnav li.current{
    background: var(--themeColor);
    border-color:var(--themeColor);
    opacity: 0.8;
}
