@charset "utf-8";
/*

index.html

*/
/*=========================================
general
=========================================*/
#main_content {overflow: hidden;}
#main_content #article {
	width: 752px;
	float: left;
	background: #fff;
}
#main_content #sidebar {
	width: 238px;
	float: right;
}

/*.spread_detail #fancybox-content{   mod by liqf 20151023
	width:960px !important;
}*/
.fancy_on{

width:960px !important;

}
/*=========================================
common
=========================================*/

/* headtitle
-----------------------------------------*/
h3.ht {
	margin-bottom: 10px;
	padding: 4px 4px 4px 16px;
	border-left: 5px solid #00396b;
	font-size: 1.308em;
	font-weight: 600;
	color: #00396b;
	line-height: 1;
	letter-spacing: 0.05em;
}
/*add by fyf 20160128 start for spread campaign start  */
h3.ht a{
        text-decoration:none;
}
/*add by fyf 20160128 start for spread campaign end  */
h3.ht.icon {
	padding-left: 0;
	border-left:none;
}
h3.ht.icon span {margin-right: 10px;}



.common_tbl3 th {width: 115px;}
.common_tbl3 td {width: 118px;}
.common_tbl3 td.flex {width: auto;}



/*=========================================
article
=========================================*/
/* common */
.favorite_btn {}
.favorite_btn {
	display: table;
	width: 100%;
}
.favorite_btn a {
	display: block;
	text-decoration: none;
}
.favorite_btn p {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.favorite_btn p.favorite_now {
	position: relative;
	width: 40%;
	padding: 12px;
	background: #125bac;
	color: #fff;
	font-size: 1.154em;
	border-radius: 2px 0 0 2px;
}
.cont_r .favorite_btn p.favorite_now{
	font-size:12px;
}
.cont_r .added p.favorite_now{
	width:32%;
}

.favorite_btn p.favorite_now:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -7px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 4px solid transparent;
    border-left-color:#125bac;
}
.favorite_btn p.favorite_now span {
	padding: 0 2px;
	color: #f3f100;
	font-size: 1.231em;
	font-weight: bold;
}
.favorite_btn p.favorite_do {
	width: 60%;
}
.favorite_btn.added p.favorite_do {
	border: none;
	background: #c2c2c2;
	color: #fff;
}

.spread_gall_favorite{
                width: 60%;
        font-size: 1.231em;
        font-weight: bold;
        color: #333;
        border: 1px solid #cecece;
        border-radius: 0 2px 2px 0;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(bottom, #eeeeee, #ffffff);
        background: -webkit-gradient(linear, left bottom, left bottom, from(#eeeeee), to(#ffffff));??@
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.price_lst {
	margin-top:20px;
}
.price_lst a{
	width:200px;
}
.price_lst span{
	background: url(../img/arrow-w.gif) 124px 4px no-repeat;
	display:block;
	width:100%;
}
/* #head_cont
-----------------------------------------*/
#spread_gall{
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom:15px;
}

#spread_gall .tags {float: left;}
#spread_gall .tag {
        display: inline-block;
        width: auto;
        margin-right: 10px;
}

.tags .tag_new {
       background:#d10000 none repeat scroll 0 0;
       color:#fff;
       letter-spacing:0.05em;
       margin-bottom:0;
       padding: 7px 5px;
}

.tags .tag {
    display: inline-block;
    width: 100%;
    /*margin-bottom: 5px; del by liqf  20151012*/
    padding: 7px 1px;
    line-height: 1;
    text-align: center;
    font-weight:bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-spacing: 0em;
    letter-spacing: 0em;
}

/*#detail_headtitle {
    background-color: #005797;
    color: #fff;
    font-size: 1.500em;
    font-weight: bold;
    padding: 10px 10px 10px 5px;
    margin-bottom:10px;
	
}*/
/* add by soan 19947 20180921 START */
#detail_headtitle{
	border-left:5px solid #00A0DC;
    background-color: #fff;
    color: #000;
    font-size: 1.5em;
    font-weight: 600;
    padding: 5px 0px 5px 15px;
    margin-bottom: 20px;
}
/* add by soan 19947 20180921 END */

#detail_headtitle .tags {float: left;}
#detail_headtitle .tag {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}
#detail_headtitle .tags img{
	display:inline-block;
	margin-right:4px;
}

/* #head_cont
-----------------------------------------*/
#head_cont {
	overflow: hidden;
	margin-bottom: 25px;
	position:relative;
}
/* .cont_l */
#head_cont .cont_l {
	width: 473px;
	padding: 15px 25px 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* .prices */
#head_cont .prices {
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 2px solid #00396b;
	overflow: hidden;
}
#head_cont .prices p {
	text-align: left;/* #12203 modify by xa_liht 20170321*/
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
}
#head_cont .prices p span {
	padding: 0 2px 0 4px;
}
#head_cont .prices p.total span{
	color: #eb051a;
}
#head_cont .prices p.total {
	margin-bottom: 5px; /* #12203 modify by xa_liht 20170321 start*/
	padding-right: 13px;
	font-size: 1.231em;
	border-right: 1px dotted #000;
	margin-bottom: 10px;
}
#head_cont .prices p {line-height: 1;}
#head_cont .prices p.total span {font-size: 1.692em;}
#head_cont .prices p.price span {font-size: 1.6em;}
#head_cont .prices p.tax {
	padding-top: 5px;
	font-size: 12px;
	font-weight: normal;
	}
#head_cont .prices p.tax span{
   line-height:14px;
}
#head_cont .prices #price_box{
   float: left;
}                          /* #12203 modify by xa_liht 20170321 end*/
/*#9008 modify by xa_huangxm 2016-01-26 for ʪ???ܺ٥ڡ????˸??߸????????????Ƥ????־????ǹ??ס֥????̡?ɽ?????ǡ???Ϣư??????*/
/*#9008 add by xa_huangxm 2016-01-26 Start for ʪ???ܺ٥ڡ????˸??߸????????????Ƥ????־????ǹ??ס֥????̡?ɽ?????ǡ???Ϣư??????*/
/*#9008 add by xa_huangxm 2016-01-26 End for ʪ???ܺ٥ڡ????˸??߸????????????Ƥ????־????ǹ??ס֥????̡?ɽ?????ǡ???Ϣư??????*/
#head_cont .prices p.recycle {padding-top:15px;font-size:10px;padding-left:8px; font-weight:normal;}
/* .package */
#head_cont .package table {}
#head_cont .package table th, #head_cont .package table td {
	padding: 5px;
	line-height: 1;
	font-weight: bold;
	vertical-align: middle;
}
#head_cont .package table th {text-align: right;}
#head_cont .package table td.package_price {
	padding: 2px 0 0 10px;
	vertical-align: top;
}
#head_cont .package table td.package_price span {
	color: #eb051a;
	font-size: 17px;
}

/* .equip */
/* #head_cont .equip p {word-break: keep-all;} */ /* #12203 by cuil 20170330 */
#head_cont .equip p span {display: inline-block;}
#head_cont .equip p span:after {
	content: "|";
	padding: 0 0.5em;
}
#head_cont .equip th{
	background:#ecf1f6;
}


/* loan */
#head_cont .loan table tr.last td.last,
#head_cont .loan table tr.last td.first {
	border-right: 1px solid #e3dfda;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .common_tbl2 th, .common_tbl2 td {
	border-left: none; } /* IE11 */
}



/* .cont_r */
#head_cont .cont_r {
	width: 279px;
	padding: 13px 25px 10px 22px;
	float: right;
	background: url(/img/search/bg_headcont.jpg) left 50% no-repeat #fbfbfb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#head_cont .cont_r a.common_btn1 {
	width: 100%;
	padding: 20px 0;
	font-size: 19px;
}
/* .favorite_btn */
#head_cont .cont_r .favorite_btn p {padding: 2px;}
#head_cont .cont_r .favorite_btn .favorite_do {padding: 0px;margin:0px;}

/* .contact */
#head_cont .cont_r .contact {
	position: relative;
	height: 40px;
	background: #fbd7d7;
	border: 1px solid #ea6566;
	border-radius: 2px;
}
#head_cont .cont_r .contact p {
	position: absolute;
	top: 5px;
	left: 42px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
}
#head_cont .cont_r .contact p.number {
	top: 19px;
	font-size: 16.21px;
	color: #eb051a;
}
#head_cont .cont_r .contact:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 18px;
	width: 14px;
	height: 30px;
	background: url(/img/search/bg_mobile.png) 0 0 no-repeat;
}

#head_cont .cont_r .tags li{
	width:115px;
	text-align:center;
}

#head_cont .cont_r .print_btn {
        padding: 7px 25px;
        background: #fff;
        border: 1px solid #cecece;
        line-height: 1;
        text-decoration: none;
        color: #333;
        text-align: center;
        font-weight: bold;
        border-radius: 3px;
        box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

#cnt_tit{
	position:relative;
}
#cnt_tit .print_btn {
	width:72px;
    background:#f5f5f5 url("/img/area_shop_icon_1.jpg") no-repeat 5px center;
    padding: 7px 15px 7px 20px;
	border: 1px solid #cecece;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	position:absolute;
	top:7px;
	right:6px;
}
#cnt_tit .print_btn a{
	text-decoration: none;
	color: #333;
	font-weight: bold;

}




.add_txt{
	padding:0px 5px;
	margin-bottom:10px;
}


/* #detail_slide
-----------------------------------------*/
#detail_slide {padding: 0 56px;}
#detail_slide #slide {position: relative;}
/* ##slide_loading */
#detail_slide #slide_loading {
	position: absolute;

}
/* .fxSlider */
#detail_slide .fxSlider .slides {display: none;}
#detail_slide .flex-direction-nav a {
	margin: 0;
	top: 225px;
}


/*movie*/
#detail_slide #mov {
	position: absolute;
	top:554px;
	background:#2d353c;
	width:638px;
	border-radius:5px;
	padding:1px;
}
#detail_slide #mov h3{
	float:left;
	width:160px;
	text-align:center;
	padding-top:16px;
}
#detail_slide #mov .movList li{
	width:80px;
	margin:0px 0px 0px 8px;
}
#detail_slide #mov .movList {
	background:#ffffff;
	float:right;
	width:450px;
	border-radius: 0px 5px 5px 0px;
}
#detail_slide #mov .movList p{
	float:right;
	padding-top:20px;
}


/* add #17837 by xa_cuiyb 20171213 start */
#detail_slide #mov_nojs {
  position: absolute;
  top:100px;
  left:20px;
  background:#2d353c;
  width:638px;
  border-radius:5px;
  padding:1px;
}
#detail_slide #mov_nojs h3{
  float:left;
  width:160px;
  text-align:center;
  padding-top:16px;
}
#detail_slide #mov_nojs .movList li{
  width:80px;
  margin:0px 0px 0px 8px;
  padding-top:10px;
}
#detail_slide #mov_nojs .movList {
  background:#ffffff;
  float:right;
  width:450px;
  border-radius: 0px 5px 5px 0px;
}
#detail_slide #mov_nojs .movList p{
  float:right;
  padding:5px 5px 10px 15px;
  text-align:left;
}
/* add #17837 by xa_cuiyb 20171213 end */


/* .fxThumbs */
#detail_slide .fxThumbs {
	position: relative;
	margin: 100px 0 10px;
	display: none;
}
#detail_slide .fxThumbs .fxThumbs_inner {
	position: relative;
	width: 540px;
	height: 82px;
	margin: auto;
	overflow: hidden;
}
#detail_slide .fxThumbs .fxThumbs_inner ul {
	float: left;
	width: 540px;
	margin: auto;
	overflow: hidden;
}
#detail_slide .fxThumbs .fxThumbs_inner ul li {
	float: left;
	width: 52px;
	margin: 1px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#detail_slide .fxThumbs li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#detail_slide .fxThumbs li.flex-active:before {
  content: "";
  position: absolute;
  display: block;
  width: 52px;
  height: 39px;
  top: -1px;
  left: -1px;
  border: 1px solid #00b2f0;
}

/* .fxThumbs_control */
#detail_slide .fxThumbs_control .fxThumbs_prev,
#detail_slide .fxThumbs_control .fxThumbs_next {
	position: absolute;
	cursor: pointer;
	-webkit-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}
#detail_slide .fxThumbs_control .fxThumbs_prev {top: 0; left: 0;}
#detail_slide .fxThumbs_control .fxThumbs_next {top: 0; right: 0;}
#detail_slide .fxThumbs_control .fxThumbs_prev.none,
#detail_slide .fxThumbs_control .fxThumbs_next.none {
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha(opacity=20)";
	-khtml-opacity: 0.2;
	-moz-opacity: 0.2;
	cursor: default;
	z-index: 10;
}




/* utility_buttons
-----------------------------------------*/
.utility_buttons {
	padding: 22px 56px;
	overflow: hidden;
	background: #f8f8f8;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.utility_buttons .fr{
	padding-top:4px;
}
.utility_buttons li {width: 310px;}
.utility_buttons .common_btn1, .utility_buttons .favorite_btn a {width: 100%;}
.utility_buttons .common_btn1 {padding: 22px 0;}
.utility_buttons .favorite_btn .favorite_now {
	width: 310px;
	padding-top: 9px;
	padding-bottom: 9px;
}


.utility_buttons .contact {
	height: 45px;
	border: 1px solid #ea6566;
	border-radius: 5px;
	background:#fbd7d7 url(/img/bg_mobile.png) 20px center no-repeat;
	width:634px;
	margin:0px auto;
}

.utility_buttons .contact h5,
.utility_buttons .contact p {
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}
.utility_buttons .contact h5{
	float:left;
	background:#686868 none repeat scroll 0 0;
	padding:10px;
	color:#ffffff;
	border-radius: 5px;
	margin:6px 5px 0px 42px;
}
.utility_buttons .contact p.number {
	font-size: 23px;
	color: #eb051a;
	float:left;
	padding:9px;
}
.utility_buttons .contact:before {
	content: "";
	width: 14px;
	height: 30px;
	
}

.under_est_box .utility_buttons {
	padding:22px 27px;
}



/* detail_info
-----------------------------------------*/
#detail_info {padding: 35px 25px 0;}
#detail_info .section .section_header {
	position: relative;
}
#detail_info .section .section_header .posr {
	position: absolute;
	top: 0;
	right: 0;
}
#detail_info .section .section_footer {
	padding: 10px;
	background: #f8f8f8;
	text-align: center;
}

#detail_info p.comment {
	position: relative;
	font-size: 0.846em;
	margin-bottom: 2px;
	padding-left: 1.5em;
}
#detail_info p.comment span {
	position: absolute;
	left: 0;
}


/* section_review */
#detail_info .section_review .inner {
	padding: 18px;
	background: #f8f8f8;
}
#detail_info .section_review .inner table {
	border-left: 1px solid #d7dfe5;
	border-right: 1px solid #d7dfe5;
	border-radius: 2px 2px 0 0;
}
#detail_info .section_review .inner table .first {border-left: none;}
#detail_info .section_review .inner table p {line-height: 1}
#detail_info .section_review .inner table strong {font-size: 1.75em;}
#detail_info .section_review .review_rank {
	padding: 15px;
	background: #fff;
	border: 1px solid #d7dfe5;
	border-top: none;
	border-radius: 0 0 2px 2px;
}


/* section_loan */
#detail_info .section_loan {}
#detail_info .section_loan h3.ht {
	color: #9d8664;
	border-color: #9d8664;
}
#detail_info .section_loan .common_tbl3.table_loan td {
	font-size: 1.231em;
	font-weight: bold;
}


/* section_list */
#detail_info .section_list table td,#detail_info .section_list table th {vertical-align: top;}
#detail_info .section_list table .pack_img {margin-bottom: 10px;}
#detail_info .section_list table a.common_btn1 {
	width: 100%;
	font-size: 12px;
	padding: 11px 0;
}

#detail_info .section_list .est_btn{
	text-align:center;
}


.iconQ p{
    float: left;
    width:44px;
}
.iconQ div {
    cursor: pointer;
    float: left;
    padding-top: 1px;
    width: 12px;
}


#detail_info .inner div.itemList ul li {
    float: left;
    line-height: 17px;
    margin-bottom: 3px;
    margin-right: 3px;
    padding: 4px 5px 3px;
}

#detail_info .inner .itemList ul li.on {
    background: #dfeeff none repeat scroll 0 0;
    border: 1px solid #5aa8ff;
}
#detail_info .inner div.itemList ul li.on {
    color: #666666;
    font-weight: bold;
}

#detail_info .inner .itemList ul li.lineL {
    width: 335px;
}

#detail_info .inner div.itemList ul li {
    background-color: #f1f1f1;
    border: 1px solid #d0d0d0;
    color: #999999;
    float: left;
    line-height: 17px;
    margin-bottom: 3px;
    margin-right: 3px;
    padding: 4px 5px 3px;
    width: 160px;
}

.cam_box .inner,
.coupon_box .inner{
	background:#f8f8f8;
	padding:15px;
}
.cam_box .inner .cu_in,
.coupon_box .inner .cu_in{
	border:#d7dfe5 2px solid;
	padding:15px;
}

.coupon_box h3{
	border-bottom:#cccccc 1px solid;
}
.coupon_box h3 span{
	display:inline-block;
	padding:10px;
}
.coupon_box .coup_detail p{
	padding:5px;
}
.coupon_box .coup_detail .att{
	margin-top:10px;
	color:#eb051a;
}
.coupon_box .coup_detail p img{
	display:inline-block;
	float:right;
	width:140px;
	margin-left:5px;
}

.under_est_box {
	background:#f8f8f8;
	border:5px solid #dddddd;
}

.under_est_box h3.ht{
	background:#ececec;
	padding:13px 0px 13px 10px;
}

.under_est_box .inner{
	padding:10px;
}

.under_est_box .inner .boxL{
	float:left;
	width:150px;
}
.under_est_box .inner .boxR{
	float:right;
	width:440px;
}

.under_est_box .inner .boxR dt{
	font-size:14px;
	padding-bottom:15px;
}
.under_est_box .inner .boxR dd{
	line-height:20px;
}
.under_est_box{
	margin-bottom:10px;
}




.cam_box .inner .boxL{
	float:left;
	width:250px;
}
.cam_box .inner .boxR{
	float:right;
	width:375px;
}
.cam_box .inner .boxR h3{
	font-size:14px;
	color:#ff6600;
	font-weight:bold;
}
.cam_box .inner .boxR h4{
	font-size:12px;
	font-weight:bold;
	padding:10px 0px 5px 0px;
}
.cam_box .inner .boxR .cam_date{
	padding-bottom:10px;
}

.cam_box .inner .boxR h3 a{
	color:#ff6600;
	}


/*=========================================
aside
=========================================*/
#sidebar {}

/* common
-----------------------------------------*/
/* .sidebar_cont1 */
#sidebar .sidebar_cont1 {}
#sidebar .sidebar_cont1 h5 {
	width: 238px;
	height: 41px;
	padding: 13px 15px 0;
	color: #fff;
	font-size: 1.154em;
	font-weight: 600;
	line-height: 1;
	background: url(/img/side_bg.png) 0 0 no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar .sidebar_cont1 .inner {
	background: #fff;
	padding: 15px;
}


/* .sidebar_cont2 */
#sidebar .sidebar_cont2 {
	color: #fff;
}
#sidebar .sidebar_cont2 h5 {
	width: 238px;
	height: 37px;
	padding: 12px 15px 0;
	color: #fff;
	font-size: 1.154em;
	font-weight: 600;
	line-height: 1;
	background: url(/img/side_bg2.png) 0 0 no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar .sidebar_cont2 .inner {
	background: #20528a;
	padding: 0 15px 15px;
}
#sidebar .sidebar_cont2 .sidebar_cont_box {
	padding: 1px 0;
	border-top: 1px solid #6386ad;
	border-bottom: 1px solid #6386ad;
}



/* massage
-----------------------------------------*/
#sidebar #message{
	margin-bottom:10px;
}
#sidebar #message a span {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}


/* store_info
-----------------------------------------*/
#sidebar #store_info h3 {
	margin-bottom: 12px;
	font-size: 1.154em;
	font-weight: 600;
	line-height: 1.3;
}
#sidebar #store_info dl {
	padding-bottom: 1px;
	border-bottom: 1px solid #949494;
}
#sidebar #store_info dl dt {
	padding: 6px 10px;
	color: #fff;
	background: #949494;
}
#sidebar #store_info dl dd {
	padding: 6px 10px 13px;
	color: #333;
	background: #fff;
}
#sidebar #store_info dl dd.last {border-bottom: 2px solid #949494;}

#sidebar #store_info .store_link {
	margin-top: 10px;
	text-align: right;
}
#sidebar #store_info .store_link a {margin-bottom: 3px;}

#sidebar #cam_info .sidebar_cont_box img{
	display:block;
	margin:0px auto;
}

/* car_info
-----------------------------------------*/
#sidebar #car_info .car_qr {
	margin-bottom: 10px;
	padding: 15px 10px;
	text-align: center;
	background: #2a5a90;
}
#sidebar #car_info .car_qr p {
	padding-top: 10px;
	font-size: 0.923em
}


/* more_info
-----------------------------------------*/
#sidebar #more_info .car_list {
	padding: 10px 0;
	border-top: 1px solid #ccc;
	clear: both;
}
#sidebar #more_info .car_list.last {border-bottom: 1px solid #ccc;}
#sidebar #more_info .car_list a {text-decoration: none;}
#sidebar #more_info .car_list img {float: left;}
#sidebar #more_info .car_list h4 {
	padding-left: 82px;
	color: #036ec0;
	text-decoration: underline;
	margin-bottom: 10px;
	font-weight: 600;
}
#sidebar #more_info .car_list p {
	padding-left: 82px;
	font-size: 0.923em;
	font-weight: 600;
	color: #333;
}
#sidebar #more_info .car_list p span {
	padding-left: 5px;
	color: #eb051a;
}
table.tbl_distribution .over{
	background-color: #fff5b2 !important;
}


/* property list */

/*-- #tab_priceDetail --*/


#tab_priceDetail{
	margin: 0 0 10px 0;
	position: relative;
}

#tab_priceDetail ul.tabLink{
	width: 920px;
	overflow: hidden;
	border-bottom:#dddddd 1px solid;
}

#tab_priceDetail ul.tabLink li{
	width: 300px;
	height:30px;
	margin-right:3px;
	float: left;
}
#tab_priceDetail ul.tabLink li a{
	display:block; text-align:center; color:#fff; text-decoration:none; font-weight:bold; width:100%; height:30px;
}


.tabLink li {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #808080), color-stop(1, #4f4f4f));
	background:-moz-linear-gradient(top, #808080 5%, #4f4f4f 100%);
	background:-webkit-linear-gradient(top, #808080 5%, #4f4f4f 100%);
	background:-o-linear-gradient(top, #808080 5%, #4f4f4f 100%);
	background:-ms-linear-gradient(top, #808080 5%, #4f4f4f 100%);
	background:linear-gradient(to bottom, #808080 5%, #4f4f4f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#4f4f4f',GradientType=0);
	background-color:#808080;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding-top:12px;
	text-decoration:none;
}
.tabLink .current,
.tabLink li:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7d7d7d), color-stop(1, #a6a6a6));
	background:-moz-linear-gradient(top, #7d7d7d 5%, #a6a6a6 100%);
	background:-webkit-linear-gradient(top, #7d7d7d 5%, #a6a6a6 100%);
	background:-o-linear-gradient(top, #7d7d7d 5%, #a6a6a6 100%);
	background:-ms-linear-gradient(top, #7d7d7d 5%, #a6a6a6 100%);
	background:linear-gradient(to bottom, #7d7d7d 5%, #a6a6a6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7d7d', endColorstr='#a6a6a6',GradientType=0);
	background-color:#7d7d7d;
}

.tabLink li:active {
	position:relative;
	top:1px;
}
*/

/*  #propertyMain
---------------------------------------------------------- */
#propertyMain{
	clear: both;
}

#propertyMain .box_priceAge .tbl_distribution{
	width: 100%;
	font-size: 88%;
}

#propertyMain .box_priceAge .tbl_distribution{
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#propertyMain .box_priceAge .tbl_distribution th,
#propertyMain .box_priceAge .tbl_distribution td{
	padding: 5px 0 5px 0;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: center;
	vertical-align: middle;
}

#propertyMain .box_priceAge .tbl_distribution td.cur{
	padding:0;
}

#propertyMain .box_priceAge .tbl_distribution td.cur a{
	border: 3px solid red;
	display: block;
	padding: 2px;
}

#propertyMain .box_priceAge .tbl_distribution th{
	background: #eeeeee;
}

#propertyMain .box_priceAge .tbl_distribution td.tit{
	background: #E8DFDA;
	position: static;
}

#propertyMain .box_priceAge .tbl_distribution td.per10{
	background: #ff5c20;
}

#propertyMain .box_priceAge .tbl_distribution td.per05{
	background: #ff7b4b;
}

#propertyMain .box_priceAge .tbl_distribution td.per03{
	background: #ffd1b2;
}

#propertyMain .box_priceAge .tbl_distribution td.per01{
	background: #ffb695;
}

#propertyMain .box_priceAge .tbl_distribution td.per00{
	background: #ffd4ba;
}

/* tbl_gradePrice */
#propertyMain .box_priceAge .tbl_gradePrice{
	width: 100%;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

#propertyMain .box_priceAge .tbl_gradePrice th,
#propertyMain .box_priceAge .tbl_gradePrice td{
	padding: 5px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	vertical-align: top;
}

#propertyMain .box_priceAge .tbl_gradePrice th{
	background: #f2f2f2;
}

#propertyMain .box_priceAge .tbl_gradePrice td em{
	margin: 0 5px 0 0;
	color: #ff0000;
	font-weight: bold;
}

#propertyMain .box_priceAge .tbl_gradePrice td span{
	font-size: 84%;
}

#propertyMain .box_priceAge h3.tit{
	border-bottom: 2px solid #999;
	height: 25px;
}

#propertyMain .box_priceAge h3.tit em{
	background: url(../img/icon_h_spectable.gif ) no-repeat 7px 0;
	padding: 2px 0 0 18px;
	display: block;
}


#propertyMain .box_priceAge .box_roundWhite{
	padding: 20px;
}

#propertyMain .box_priceAge .box_roundWhite .info{
	float: left;
	margin: 0 0 10px 0;
}

#propertyMain .box_priceAge .box_roundWhite .info dt,
#propertyMain .box_priceAge .box_roundWhite .info dd{
	float: left;
}

#propertyMain .box_priceAge .box_roundWhite .info dt{
	padding: 0 10px 0 0;
	border-right: 1px solid #e5e5e5;
}

#propertyMain .box_priceAge .box_roundWhite .info dd{
	padding: 2px 0 2px 10px;
	line-height: 1.1;
}

#propertyMain .box_priceAge .box_roundWhite .info span{
	display: block;
	float: left;
	margin: -2px 5px 0 0;;
	width: 13px;
	height: 13px;
	border: 1px solid #cccccc;
}

#propertyMain .box_priceAge .box_roundWhite .info .type01 span{
	background: #ff5b1e;
}

#propertyMain .box_priceAge .box_roundWhite .info .type02 span{
	background: #ff7a4b;
}

#propertyMain .box_priceAge .box_roundWhite .info .type03 span{
	background: #ff9871;
}

#propertyMain .box_priceAge .box_roundWhite .info .type04 span{
	background: #feb799;
}

#propertyMain .box_priceAge .box_roundWhite .info .type05 span{
	background: #ffd4bb;
}

#propertyMain .box_priceAge .box_roundWhite .info .type06 span{
	background: #ffffff;
}

#propertyMain .box_priceAge .box_roundWhite .info .type07 span{
	background: #e8dfda;
}

#propertyMain .box_priceAge .box_roundWhite .info .type08 span{
	background: #ffffff;
	border: 3px solid #ff0115;
	width: 9px;
	height: 9px;
}

#propertyMain .box_priceAge p.note{
	margin: 10px 0 10px;
}



/*-- box_note --*/
#propertyMain .box_note { margin: 0 0 20px 0; }
/*-- wrapLB --*/


/* fixedBnr */
#propertyMain #ctitroRecommend {
	margin-bottom: 20px;
}

#propertyMain .asideMain #ctitroRecommend h2.tit {
	margin-bottom: 0;
}

#propertyMain #ctitroRecommend #ctitroContents {
	padding: 10px 10px 10px 0;
	border-right: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
	border-left: 1px solid #b6b6b6;
}

#propertyMain #ctitroRecommend #ctitroContents .item {
	float: left;
	width: 158px;
	margin-left: 10px;
}

* html #propertyMain #ctitroRecommend #ctitroContents .item {
	display: inline;
}

#propertyMain #ctitroRecommend #ctitroContents .itemImage {
	position: relative;
	width: 158px;
	height: 120px;
	margin-bottom: 5px;
}

#propertyMain #ctitroRecommend #ctitroContents .itemImage img {
	border: 2px solid #ff6602;
}

#propertyMain #ctitroRecommend #ctitroContents .itemImage span {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #ff6602;
	color: #ffffff;
	padding: 2px 4px;
	font-size: 84%;
	font-weight: bold;
}

#propertyMain #ctitroRecommend #ctitroContents .item .carName {
	overflow: hidden;
	margin-bottom: 5px;
	height: 34px;
}

#propertyMain #ctitroRecommend #ctitroContents .item dt {
	font-size: 117%;
}

#propertyMain #ctitroRecommend #ctitroContents .item dd {
	margin-bottom: 5px;
	text-align: right;
	font-size: 125%;
}

#propertyMain #ctitroRecommend #ctitroContents .item dd em {
	margin-right: 3px;
	color: #ff0000;
	font-size: 167%;
	font-weight: bold;
}

#propertyMain #ctitroRecommend #ctitroContents .item .gooCoupon {
	display: block;
	background-color: #ffffff;
	border: 1px solid #FF9900;
	color: #FF9900;
	font-size: 84%;
	padding: 1px 0;
	text-align: center;
	width: 79px;
}



#propertyMain #loanplan { margin: 0 0 20px 0; }
#propertyMain #loanplan h3 {
	margin-bottom: 10px;
	padding-left: 4px;
	font-size: 125%;
	font-weight: bold;
	color: #ff0000;
}

#propertyMain #loanplan .loanplan_box {
	margin-bottom: 10px;
	padding: 10px;
	background: #f2f2f2;
}

#propertyMain #loanplan .loan_question {
	margin-bottom: 10px;
	text-align: right;
}

#propertyMain #loanplan .loan_question a {
	padding: 3px 17px 0 0;
	background: url("/common/img/icon_faq_gray.gif") no-repeat right center;
}

#propertyMain #loanplan .loan_apply {
	margin-bottom: 20px;
	text-align: center;
}

#propertyMain #loanplan .loan_apply a {
	display: block;
	background: url(/common/img/btn_loan_apply.png) no-repeat scroll left top transparent;
	padding: 16px 0 14px;
	margin: 0 auto;
	width: 370px;
	color: #ffffff;
	font-size: 183%;
	font-weight: bold;
	text-decoration: none;
}

#propertyMain #loanplan .notes {
	padding: 15px 20px;
	border: 2px solid #ccc;
}

#propertyMain #loanplan .notes h3 {
	padding: 0;
	font-size: 150%;
	color: #e50012;
}

#propertyMain #loanplan .notes ul li {
	margin-bottom: 5px;
	margin-left: 1em;
	list-style: disc;
}
.loan td.txt_l{
	padding:5px 12px;
}

/*photo list*/
#movall,
#photoall{
	padding:35px 25px 0;
}
.movList {
	padding: 7px;
}
.movList li{
	float:left;
	width:164px;
	margin: 0 8px 8px 0;
	position:relative;
}
.movList li img{
}

.movList li .playmark{
    position: absolute;
 	left: 0;
    top: 0;
    z-index: 9;
}


.photoList { padding: 7px;position:relative;margin-bottom:50px;}
 ul#photoGalleryThumbnail { width: 100%; height: auto !important;}
 ul#photoGalleryThumbnail li { float: left; width: 164px; height: 123px; margin: 0 8px 8px 0; display: block; cursor: pointer;}
 ul#photoGalleryThumbnail li span{overflow: hidden; float: left;}
 ul#photoGalleryThumbnail li img {width: 164px; height: 123px; vertical-align: middle; }
 ul#photoGalleryThumbnail li.cur span{border: 1px solid #ff0000;}
 ul#photoGalleryThumbnail li.cur img { margin:-1px;}

 ul#photoGalleryThumbnail li#viewWindow { width: 675px; background:#ffedea; padding: 11px 0; height: auto !important; position: relative;}
 ul#photoGalleryThumbnail li#viewWindow span { height: auto; margin: 0; display: block;}

 ul#photoGalleryThumbnail li#viewWindow span.photo { width: 584px; padding: 0 45px;}
 ul#photoGalleryThumbnail li#viewWindow img { width: 584px; height: 437px;}
 ul#photoGalleryThumbnail li#viewWindow span.caption { width: 584px; padding: 0 45px; margin-top: 10px;}
 ul#photoGalleryThumbnail li#viewWindow p { position: absolute; top: 162px;}
 ul#photoGalleryThumbnail li#viewWindow p img { width: 90px; height: 117px;}
 ul#photoGalleryThumbnail li#viewWindow .prev { left: 0;}
 ul#photoGalleryThumbnail li#viewWindow .next { right: 0;}




/* 20151002?ǉ? */
.tabArea{
	width:920px;
	overflow:hidden;
	clear:both;
}

.tabArea .TabAreaInner{
	width:2760px;
	overflow: hidden;
}

.tabArea .tab_content{
	float: left;
	width: 920px;
	margin-top:-120px;
	padding-top:120px;
	position: relative;
}


/* 20160427 extend*/

#detail_slide #slide .movbig{
  z-index:100 !important;
  position:absolute !important;
}

/* add by soan 19947 20180903 START */
.sug007_2,
.sug007{
	background-image: none;
	background-color: #fff;
}
.sug007_2 .u-menu .menu-label,
.sug007 .u-menu .menu-label{
	color: #000;
	border-bottom: 1px solid #000;
}
.sug007_2 .menu-list a,
.sug007 .menu-list a{
	color: #000;
}
.sug007_2 .menu-line a,
.sug007 .menu-line a{
	color: #000;
}
.sug007_2 .menu-half a,
.sug007 .menu-half a{
	color: #000;
}

.sug007_2 #head_cont,
.sug007 #head_cont {
    border: 1px solid #ccc;
}
.sug007_2 #main_content #article,
.sug007 #main_content #article {
    width: 750px;
    border: 1px solid #ccc;
}
.sug007_2 #sidebar .sidebar_cont1,
.sug007 #sidebar .sidebar_cont1 {
    border: 1px solid #ccc;
}
.sug007_2 .menu-button,
.sug007 .menu-button {
    background-color: #333;
}

.sug007_2 #head_cont .cont_r{
	width:275px;
}
/* add by soan 19947 20180903 END */

/* add by PS20190227 START */
#head_cont .eyesight_area {
	overflow: hidden;
	border: 1px solid #e4e4e8;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #F8F8F8;
	padding: 15px;
	margin-top: 20px;
}

#head_cont .eyesight_area .icon_box,
#head_cont .prices.wrap .left_box {float: left;}

#head_cont .eyesight_area .icon_box {width: 287px;}

#head_cont .eyesight_area .text_box,
#head_cont .prices.wrap .right_box {float: right;}

#head_cont .eyesight_area .text_box {width: 310px;}

#head_cont .prices.wrap .right_box p a {font-size: 12px;}

#head_cont .eyesight_area .text_box p {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
}

#head_cont .eyesight_area .text_box p a {
	font-size: 12px;
	background: none;
	margin: 0;
}


/* #21075 20190320 xa_yangkq add  START */
#head_cont .info_area {
	overflow: hidden;
	border: 1px solid #e4e4e8;
	background: #F8F8F8;
	padding: 10px;
	margin-top: 10px;
}

#head_cont .info_area .text_box,
#head_cont .prices.wrap .left_box,
#head_cont .info_area .btn_box li {float: left;}

#head_cont .info_area .text_box {
	width: 218px;
	color: #002060;
	font-size: 18px;
	font-weight: bold;
	line-height: 85px;
	text-align: center;
	letter-spacing: -0.02em;
}

#head_cont .info_area .btn_box,
#head_cont .prices.wrap .right_box {float: right;}

#head_cont .info_area .btn_box {
	overflow: hidden;
	width: 400px;
	height: 86px;
}

#head_cont .info_area .btn_box li {
	width: 195px;
	margin: 0 10px 10px 0;
}

#head_cont .info_area .btn_box .mr0 {margin-right: 0;}

#head_cont .info_area .btn_box li a {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 38px;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #E2E2E2;
	padding: 0 10px;
	-webkit-transition: all .2s;
    transition: all .2s;
}

#head_cont .info_area .btn_box li a:hover {cursor: default;}

#head_cont .info_area .btn_box li .active:hover {
	cursor: pointer;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	zoom: 1;
}

#head_cont .info_area .btn_box li .link {
	background: #E2E2E2 url(/img/icon_white_arrow.png) no-repeat 93% 50%;
}

#head_cont .info_area .btn_box li .link.active {
	background: #254974 url(/img/icon_white_arrow.png) no-repeat 93% 50%;
}

#head_cont .info_area .btn_box li .under_link {
	background: #E2E2E2 url(/img/icon_white_under_arrow.png) no-repeat 93% 50%;
}

#head_cont .info_area .btn_box li .under_link.active {
	background: #254974 url(/img/icon_white_under_arrow.png) no-repeat 93% 50%;
}

#head_cont .info_area .btn_box li a span {
	font-size: 12px;
	font-weight: normal;
}


#head_cont .info_area .btn_box li a:hover span {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	zoom: 1;
}

#head_cont .info_area .btn_box li .icon_pdf {
	background: url(/img/icon_pdf_catalog.png) no-repeat 0 50%;
	padding-left: 20px;
	margin-left: 3px;
}

/* #21075 20190320 xa_yangkq add  end */

#head_cont .prices.wrap .right_box p a {font-size: 12px;}


#head_cont .prices.wrap {overflow: hidden;}

#head_cont .prices.wrap .left_box {width: 195px;}

#head_cont .prices.wrap .left_box .total {
	letter-spacing: -0.08em;
	padding-right: 0;
	margin-right: 0;
}

#head_cont .prices.wrap .right_box {width: 100px;}

#head_cont .prices.wrap .right_box p {
	text-align: right;
	margin-top: 8px;
}

.eyesight_box .inner h4 {
	font-size: 17px;
	margin-bottom: 5px;
}

.eyesight_box .inner .not_hit_box,
.eyesight_box .inner .never_tired_box,
.eyesight_box .inner .maker_option_box {margin-bottom: 25px;}

.eyesight_box .inner p {
	font-size: 11px;
	line-height: 1.6;
	margin-bottom: 15px;
}

.eyesight_box .inner .table dl,
.eyesight_box .inner .table ul {
	overflow: hidden;
	font-size: 13px;
}

.eyesight_box .inner .table dl {margin-bottom: 4px;}

.eyesight_box .inner .table dl {padding: 0 10px 2px;}

.eyesight_box .inner .table dl dt,
.eyesight_box .inner .table span,
.eyesight_box .inner .table em,
.eyesight_box .inner .table dl dd span,
.eyesight_box .inner .table dl dd em,
.eyesight_box .inner .table .column_02 li span,
.eyesight_box .inner .table .column_02 li em,
.eyesight_box .inner .table dl dd ul li span,
.eyesight_box .inner .table dl dd ul li em {padding: 8px 0;}

.eyesight_box .inner .table dl dt {overflow: hidden;}

.eyesight_box .inner .table span,
.eyesight_box .inner .table em {width: 48%;}

.eyesight_box .inner .table dl dt span,
.eyesight_box .inner .table dl dt em {padding: 0;}

.eyesight_box .inner .table dl dt em,
.eyesight_box .inner .table .column_02 li em,
.eyesight_box .inner .never_tired_box .table dl dd em,
.eyesight_box .inner .maker_option_box .table dl dd em {
	width: 60px;
	text-align: right;
}

.eyesight_box .inner .table span,
.eyesight_box .inner .table dl dd dl dd .column_04 li,
.eyesight_box .inner .table dl dd ul li {
	float: left;
	text-align: left;
}

.eyesight_box .inner .table em {
	float: right;
	text-align: right;
}

.eyesight_box .inner .table dl dd {
	overflow: hidden;
	padding: 0 10px;
	margin-bottom: 8px;
}

.eyesight_box .inner .table dl dd ul li {
	width: 316px;
	margin-right: 8px;
	padding: 0 10px;
}

.eyesight_box .inner .table dl dd dl {padding: 0;}

.eyesight_box .inner .table dl dd dl dd {padding: 0;}

.eyesight_box .inner .table dl dd dl dd .column_04 li {
	width: 139px;
	margin-right: 8px;
}

.eyesight_box .inner .table .column_02 li span,
.eyesight_box .inner .table .column_02 li em {padding: 8px 10px;}

.eyesight_box .inner .table .column_02 li {
	float: left;
	width: 348px;
	margin: 0 4px 4px 0;
}

.eyesight_box .inner .table .column_02 .inactive {
	color: #999;
	background: #F1F1F1;
}

.eyesight_box .inner .not_hit_box .table li {background: #e1e5f6;}

.eyesight_box .inner .not_hit_box .table dl {background: #E1E5F6;}

.eyesight_box .inner .not_hit_box .table dl dd dl {background: #CFD5E7;}

.eyesight_box .inner .not_hit_box .table dl dd {
	background: #cfd5e7;
	padding: 0 10px;
}

.eyesight_box .inner .not_hit_box .table dl dd dd {padding: 0;}

.eyesight_box .inner .never_tired_box .table dl,
.eyesight_box .inner .never_tired_box .table li {background: #ddf2e8;}

.eyesight_box .inner .never_tired_box .table dl dd li {background: #cbe3d5;}


.eyesight_box .inner .maker_option_box .table li {background: #dcf1f6;}

.eyesight_box .inner .maker_option_box .table dl {
	color: #FFF;
	background: #6097d4;
}

.eyesight_box .inner .maker_option_box .table dl li {background: #bed9f7;}

.eyesight_box .inner .table .column_02 li span {width: 71%;}

.eyesight_box .inner .table dl dd {padding: 0;}

.eyesight_box .inner .maker_option_box .table dl dd {color: #444;}

.eyesight_box .inner .never_tired_box .table dl dd ul li span,
.eyesight_box .inner .maker_option_box .table dl dd ul li span {width: 81%;}

.eyesight_box .inner .table dl dd dl dd .column_04 li.mr0,
.eyesight_box .inner .table li.mr0,
.eyesight_box .inner .table dl dd li.mr0,
.eyesight_box .inner .table .column_02 li.mr0 {margin-right: 0;}
.eyesight_box .inner .table .column_03 .inactive{
    color: #999;
    background: #F1F1F1;
}


.detail_btn02.m0 {margin: 0;}
/* add by PS20190227 END */
