@charset "utf-8";
/* CSS Document */
/*页面公用*/
body{
	background:url(../img/background.png) repeat #f4f4f5;
	width:100%;
}
.backcolor{
	background-color:#FFF;
}

.circular-bead{
	border-radius: 5px;
}

/*去掉a链接下划线*/
a:hover{
	text-decoration:none;
}

/*页面内容*/
.center-head{
	height:40px;
	line-height:40px;
	border-bottom:2px solid #0164a6;
	padding:0px 10px;
}

.center-head a{
	float:right;
	width:60px;
	height:24px;
	background:url(../img/get-back.png) no-repeat;
	margin-top: 8px;
	margin-right: 4px;
}

.center-head span{
	font-size:18px;
	font-family:黑体;
}

.head-icon{
	width:20px;
	height:21px;
	float:left;
	background:url(../img/head-icon.png) no-repeat;
	margin:9px 8px 0px 9px;
}

/*个人信息*/
.personal-details{
	height:100px;
	border-bottom:1px solid #dbdbdb;
	padding:20px 10px 20px 20px;
	_padding-bottom:12px;
}

.personal-details-head{
	width:96px;
	height:96px;
	padding:1px;
	float:left;
	border:1px solid #e6e6e6;
	margin-right: 20px;
}

.personal-details-minute{
    width:775px;
	float:left;
}

.personal-details-minute-top{
	font-size:12px;
	font-family:"宋体";
	color:#999999;
	border-bottom: 1px dashed #dad0bb;
	padding-bottom: 14px;
}

.personal-details-minute-top strong{
	font-size:16px;
	font-family:"微软黑体";
	color:#000;
}

.personal-details-minute-bottom{
	padding-top: 10px;
	float:left;
}

.personal-details-minute-left{
	width:180px;
	height: 52px;
	float:left;
	border-right:1px dashed #dad0bb;
}

.gold-member-icon{
	width:17px;
	height:17px;
	float:left;
	background:url(../img/黄金会员.png) no-repeat;
}

.member-tooltip{
	background:url(../img/黄金会员背景.png) no-repeat;
	width:115px;
	height:26px;
	line-height:26px;
	float: left;
	margin-left: 2px;
    margin-top: -4px;
    padding:0px 10px 0px 13px;
}

.member-tooltip a{
	float:right;
}

.personal-details-minute-center{
	width:180px;
	float:left;
	border-right:1px dashed #dad0bb;
	padding:0px 20px;
}

.personal-details-minute-right{
	width:300px;
	padding-left:20px;
	float:left;
}

.personal-details-minute-right span{
	float:left;
}

.personal-details-minute-left p,
.personal-details-minute-center p,
.personal-details-minute-right p{
	font-weight:bold;
	font-size:14px;
}

.personal-details-minute-center .personal-button,
.personal-details-minute-right .personal-button{
	background:url(../img/button-bg.png) no-repeat;
	width:77px;
	height:25px;
	line-height:23px;
	text-align:center;
	font-size:12px;
	border:0px;
	float: left;
    margin-right: 5px;
    color: black;
}

/*列表*/
.personal-content-left{
	float:left;
	width:674px;
	min-height:500px;
	border-right:1px solid #dbdbdb;
	padding:10px;
}

.personal-content-right{
	width:225px;
	float: left;
	padding:10px 0px 0px 10px;
	_padding:10px 0px 0px 3px;
	overflow:hidden;
}

/*右侧按钮*/

.personal-content-right a{
	width:225px;
	height:57px;
	display:block;
	border: 0px;
	margin-bottom: 10px;
	background-color:#FFF;
}

.health-file-img{
	background:url(../img/right-button.png) no-repeat -13px -13px;
}

.test-inform-img{
	background:url(../img/right-button.png) no-repeat -13px -80px;
}

.family-member-img{
	background:url(../img/right-button.png) no-repeat -13px -147px;
}

.test-subscribe-img{
	background:url(../img/right-button.png) no-repeat -13px -214px;
}

.membership-card-img{
	background:url(../img/right-button.png) no-repeat -13px -281px;
}

.online-answer-img{
	background:url(../img/right-button.png) no-repeat -13px -348px;
	position: relative;
}

.mail-img{
	background:url(../img/right-button.png) no-repeat -13px -415px;
}

.issue-message{
	width: 24px;
	height:21px;
	z-index: 2;
	position: absolute;
	top:-4px;
	right:10px;
	background: url(../img/singleproblem-answer-title.png) no-repeat;
	line-height:16px;
	text-align:center;
	color: #fff;
    font-weight: bold;
}

.issue-receipt{
	background: url(../img/menu-sms.png) no-repeat;
	width: 19px;
	height: 15px;
	position: absolute;
	right: 5px;
	top: 5px;
	color: red;
	text-align: center;
	line-height: 16px;
}

.appointment-reminders{
	height:51px;
	border:1px solid #ede8cf;
	background-color:#fffeda;
	line-height: 22px;
	padding:5px 10px 0px 10px;
	margin-bottom:10px;
}

/*最近预约*/
.recently-subscribe{
	border:1px solid #dfdedc;
/*	margin-top:10px;*/
	float:left;
}

.column-name{
	background-color:#f8f8f8;
	width: 664px;
	height:32px;
	line-height:32px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #dfdedc;
	padding-left:10px;
}

.recently-subscribe-content{
	float:left;
}

.recently-subscribe-list{
	width:653px;
	height:100px;
	float:left;
	padding:10px;
	border-bottom:1px dashed #dad0bb;
}

.recently-subscribe-list:hover,
.booking-recently-subscribe-list:hover{
	background-color:#fffef5;
}

.recently-subscribe-list:last-child,
.booking-recently-subscribe-list:last-child{
	border-bottom:0px;
}

.recently-subscribe-list table,
.booking-recently-subscribe-list table{
	height:70px;
	margin-top:11px;
	margin-top:0px;
}

/*价格*/
.subscribe-price{
	color:#ff6600;
	font-size:14px;
	font-weight:bold;
	font-family:"宋体";
}

/*状态*/
.holds-pull{
	color:#006699;
	font-size:14px;
	font-weight:bold;
	font-family:"宋体";
}

.holds-complete{
	color:#008000;
	font-size:14px;
	font-weight:bold;
	font-family:"宋体";
}

.holds-delete{
	color:#808080;
	font-size:14px;
	font-weight:bold;
	font-family:"宋体";
}

.recently-subscribe-head{
	width:96px;
	height:96px;
	padding:1px;
	float:left;
	border:1px solid #e6e6e6;
	margin-right: 20px;
}

.recently-subscribe-head a{
	width:96px;
	height:96px;
	float:left;
}

.recently-subscribe-head a img{
	width:96px;
	height:96px;
}

.recently-subscribe-name{
	text-align:left;
	width:533px;
	height:30px;
	float: left;
	line-height: 30px;
}

.recently-subscribe-name a,
.booking-recently-subscribe-name a{
	color:#333333;
	font-size:16px;
	font-weight:bold;
}

/*查看更多*/
.view-more{
	width:673px;
	height:33px;
	float:left;
	border-top:1px solid #dfdedc;
	/*渐变*/
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#fafbfd);/*IE6*/
    background:-moz-linear-gradient(top,#FFFFFF,#fafbfd);/*非IE6的其它*/
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#fafbfd));/*非IE6的其它*/
    line-height:33px;
	font-size:14px;
	font-family:"宋体";
	color:#999999;
	text-align:center;
	cursor:pointer;
}

.view-more:hover{
	background:#f7f7f7;
	color:#000;
}

/*套餐推荐*/
.set-meal-recommend{
	width: 674px;
	border:1px solid #dfdedc;
	margin-top:10px;
	float: left;
}

.set-meal-recommend-content{
	width:918px;
	height:191px;
	float:left;
	overflow:hidden;
}

.centre-set-meal-recommend-content{
	min-height:191px;
	width: 664px;
	#width: 659px;
	float:left;
	padding:0px 0px 10px 10px;
}

.set-meal-content{
	float: left;
	width: 880px;
	height: 191px;
	padding-left: 10px;
	overflow:hidden;
}

.set-meal-recommend-list{
	width:190px;
	height:159px;
	border:1px solid #dfdedc;
	float:left;
	margin-right:8px;
	margin-top:11px;
	padding:10px 10px 0px 10px;
	display:none;
}

.centre-set-meal-recommend-list{
	width:190px;
	height:149px;
	border:1px solid #dfdedc;
	float:left;
	margin-right:9px;
	#margin-right:7px;
	margin-top:11px;
	padding:10px;
	overflow: hidden;
}

.set-meal-recommend-list-img{
	width:190px;
	height: 88px;
	position:relative;
    overflow:hidden;
}

.set-meal-recommend-list-img img{
	height:88px;
	width:190px;
	float:left;
}

.recommend-list-title{
	width:190px;
	height:25px;
	line-height:25px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	font-family:"宋体";
	z-index:2px;
	position:absolute;
    top: 63px;
    text-align: center;
    background-color: #2a70b3;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	left:0;
}

.price-sales-volume{
	width: 190px;
    float: left;
	font-size:12px;
	color:#999;
	height: 21px;
}

.price-sales-volume span{
	float:right;
}

.price-sales-volume strong{
	color:#ff4400;
	font-size:14px;
	font-family:"宋体";
}

.price-sales-volume span strong{
	color:#66667d;
	font-size:14px;
	font-family:"宋体";
}

.set-meal-recommend-list p{
	width: 190px;
    float: left;
	color:#999999;
	line-height: 18px;
	margin-top:3px;
}

/*体检预约页面*/
.booking-icon{
	width:20px;
	height:21px;
	float:left;
	background:url(../img/booking-icon.png) no-repeat;
	margin:9px 8px 0px 4px;
}

.booking-process{
	height:89px;
	background-color:#f5f8fa;
}

.booking-process-list{
	width: 861px;
	height: 68px;
	padding: 10px;
	float: left;
	overflow:hidden;
}

.booking-process-list a{
	border:0px;
	float:left;
	margin-right:10px;
	display:none;
}

/*左右箭头区域*/
.booking-swap-left{
	width:22px;
	float:left;
	height:69px;
	padding:10px 10px 10px 19px;
}

.booking-swap-left a{
	width: 22px;
	height: 68px;
	float: left;
}

.arrows-left{
	background:url(../img/swap-left.png) no-repeat 0px 0px;
}

.arrows-right{
	background:url(../img/swap-left.png) no-repeat -22px 0px;
}

/*预约中的推荐箭头套餐*/
.subscribe-arrows{
	background:url(../img/subscribe-arrows.png) no-repeat;
    width: 19px;
	height: 191px;
	cursor:pointer;
	float: right;
}

.booking-process-content{
	min-height:500px;
	padding:10px;
}

.booking-recently-subscribe{
	float: left;
	width:918px;
	border:1px solid #dfdedc;
}

.booking-column-name{
	background-color:#f8f8f8;
	width:907px;
	height:32px;
	float:left;
	line-height:32px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #dfdedc;
	padding-left:10px;
}

/*需要的宽度*/
.width917{
	width:917px !important;
}

.booking-recently-subscribe-list{
	height:100px;
	padding:10px;
	border-bottom:1px dashed #dad0bb;
}

.booking-recently-subscribe-name{
	width:777px;
	height:30px;
	text-align: left;
	float: left;
	line-height: 30px;
}

.package-list{
	width: 918px;
    margin-top: 10px;
}


/*套餐详情*/
.particular-info{
	width:940px; 
	padding-bottom:5px;
}

.package-details-content{
	min-height: 185px;
    padding: 10px;
}

.package-details-img{
	width:227px;
	height:183px;
	float:left;
	border:1px solid #e6e6e6;
	padding:2px 0px 0px 2px;
}

/*图右侧信息*/
.package-details-information{
	height: 187px;
	width: 667px;
	float: left;
	padding-left:22px;
	color:#333333;
}

.package-details-information-price{
	width:667px;
	height:27px;
	float:left;
	vertical-align: top;
	margin-top: 4px;
	line-height:30px;
}

.package-details-information-price strong{
	color:#ff3300;
	font-size:30px;
	font-family:"宋体";
	line-height:22px;
}

.package-details-information-market-price{
	color:#666666;
}

.package-details-information-market-price b{
	font-size:20px;
	font-family:"宋体";
}

.package-details-information-property{
	width:667px;
	float:left;
	margin-top:9px;
	line-height:20px;
}

.package-details-information-property span{
	color:#b26600;
}

.package-details-information-subscribe{
	background-color:#f2f2f2;
	width:661px;
	height:42px;
	float:left;
	margin-top:20px;
	padding:5px 0px 0px 5px;
}

.package-details-information-subscribe .promptly-subscribe{
	background:url(../img/orange_btn_bg.png) no-repeat;
	width:127px;
	height:37px;
	line-height:37px;
	text-align:center;
	float:left;
	border:0px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

.promptly-subscribe:hover{
	color:#FFF;
}
/*右侧信息结束*/

/*套餐详情区域*/
.package-details-information-content{
	float:left;
	margin-top:10px;
}

/*套餐详情区域左侧*/
.package-details-information-left{
	width:694px;
	float:left;
	min-height:400px;
	border:1px solid #e6e6e6;
}

.package-details-information-left-column{
	height:31px;
	border-bottom:1px solid #e6e6e6;
}

.package-column-title{
	background:url(../img/taocan_details_bg.png) no-repeat;
	width:86px;
	height:33px;
	float:left;
	margin-top: -1px;
    margin-left: -1px;
	position:absolute;
}

.package-details-information-left-content{
	padding:5px;
	min-height:300px;
}

.package-details-information-left-parameter{
	min-height:10px;
	/*width: 669px;
	float: left;*/
	padding:25px 0px 20px 15px;
	line-height:22px;
	background-color:#f6f6f6;
	border-top:1px solid #c2c9d1;
	border-bottom:1px solid #eaeaea;
}

.package-details-information-left-title{
	margin-top: 17px;
    text-align: center;
	font-size:16px;
	font-family:"微软雅黑";
	font-weight:bold;
	color:#993333;
}

.package-details-information-left-body{
	font-size:14px;
	line-height:28px;
}

.package-details-parameters{
	font-size:12px;
	color:#585858;
	border-top: 1px solid #d9e2e5;
	border-left:1px solid #d9e2e5;
}

.package-details-parameters tr{
	border-bottom: 1px solid #d9e2e5;
}

.package-details-parameters tr th{
	height:30px;
	line-height:30px;
	background-color:#f8fafc;
	border-right:1px solid #d9e2e5;
	border-bottom: 1px solid #d9e2e5;
	font-weight:normal;
	padding:0px 5px;
}

.package-details-parameters tr td{
	border-right:1px solid #d9e2e5;
	border-bottom: 1px solid #d9e2e5;
	height:30px;
	line-height:22px;
	padding:0px 5px;
}
/*左侧结束*/

/*套餐详情区域右侧*/
.package-details-information-right{
	float: left;
    width: 214px;
	padding-left:10px;
}

.similar-set-meal-recommend-content{
}

.similar-set-meal-recommend-title{
	height:25px;
	float:left;
	line-height:35px;
	/*border-top:1px solid #e0e0e0;*/
	font-size:14px;
	font-weight:bold;
}

.similar-set-meal-recommend-content-list{
	float:left;
}

.similar-set-meal-recommend-img{
	width: 211px;
	height: 159px;
	float: left;
	margin-top: 8px;
}

.similar-set-meal-recommend-address{
	float:left;
	color:#666666;
	line-height: 24px;
    margin-top: 3px;
}

.similar-set-meal-recommend-rests{
	width: 214px;
	float:left;
    padding-bottom: 12px;
	color:#666666;
	border-bottom:1px solid #e0e0e0;
}

.similar-set-meal-recommend-affiliate-flog{
	width: 79px;
	height: 21px;
	margin-right: 132px;
	float: left;
}

.similar-set-meal-recommend-affiliate-img{
	background: url(../img/4056.png) no-repeat;
    height: 100%;
}

.similar-set-meal-recommend-address a{
	float:right;
	#margin-top:-25px;
}

