body {
	background: #F2F2F2;
	padding-top: 40px;
	padding-bottom: 50px;
        font-family:"Microsoft Yahei","微软雅黑",Arial,"Hiragino Sans GB","宋体","Helvetica Neue",Helvetica,sans-serif;
}

.head {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #0073C3;
	margin-bottom: 5px;
	padding: 0 5px;
	color: #FFF;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	position: fixed;
	z-index: 9000;
	left: 0;
	top: 0;
}

.head .bn {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin-top: 4px;
	font-size: 30px;
	color: #FFF;
	text-decoration: none;
}

.head .bn.pull-right {
	position: absolute;
	right: 5px;
	top: 0;
}

.head .bn .buy-num {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #5a475a;
	font-size: 12px;
	font-family: Arial;
	position: absolute;
	right: -3px;
	top: -3px;
}

.head .title {
	font-size: 14pt;
	display: block;
	padding-left: 10px;
	font-weight: bolder;
	margin-right: 49px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.head .order {
	filter: Alpha(opacity=70);
	max-height: 280px;
	list-style: none;
	padding: 0px;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	z-index: 9999;
	left: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

.head .order li > a {
	display: block;
	padding: 0 10px;
	min-width: 100px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	border-top: 1px #666 solid;
}

.head .order li > a i {
	display: inline-block;
	width: 20px;
}

.head .order li > a.smtype {
	padding-left: 15px;
	font-size: 15px;
}

.shopping-main {
	padding: 5px 0px 0px 0px;
}

.list {
	margin-top: 20px;
	overflow: hidden;
}

.list .list-tips {
	color: #555;
	margin-bottom: 10px;
}

.list .list-item {
	width: 45%;
	overflow: hidden;
	float: left;
	background: #FFF;
	margin: 0 2.4% 15px 2.4%;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
}

.list .list-item > div {
	overflow: hidden;
}

.list .list-item > div > span, .list .list-item > span {
	display: block;
	padding: 5px 10px;
	overflow: hidden;
	font-size: 12px;
	color: #999;
}

.list .list-item a {
	color: #000;
}

.list .list-item img {
	display: block;
	max-width: 100%;
	height: 90px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0 10px;
}

.list .list-item .title {
	text-align: center;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.list .list-item .sold {
	color: #8c8c8c;
}

.list .list-item .sold .price {
	color: #ed3f02;
	white-space: nowrap;
	overflow: hidden;
}

.list .list-item .add-cart {
	background: #ebe9e9;
	height: 36px;
	line-height: 36px;
	color: #616161;
	text-align: center;
	cursor: pointer;
}

.show-more {
	text-align: center;
	margin: 10px 0;
}

.show-more a {
	display: inline-block;
	color: #555;
	font-size: 13px;
	text-shadow: 0 1px 1px #fff;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2) inset;
	padding: 8px 50px;
	background: #ebebeb;
	text-decoration: none;
}

.detail-main {
	padding: 10px;
}

.detail-main .detail-div {
	margin-top: 10px;
	background: #FFF;
	overflow: hidden;
	padding: 10px;
	border: 1px #DDD solid;
}

.detail-main .detail-group {
	overflow: hidden;
}

.detail-main .detail-group .col-xs-4 {
	color: #999;
}

.detail-main .detail-content {
	line-height: 20px;
}

.detail-main .detail-content img {
	width: 100%;
}

.detail-main .detail-group .property {
	color: #333;
	float: left;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	padding: 0 5px;
	margin: 0 10px 10px 0;
	background: #fff;
	min-width: 49px;
	text-align: center;
	border: 1px solid #edeeef;
	font-size: 12px;
	cursor: pointer;
}

.detail-main .detail-group .propertyimg {
	color: #333;
	float: left;
	line-height: 40px;
	height: 75px;
	display: inline-block;
	padding: 0 5px;
	margin: 0 10px 10px 0;
	background: #fff;
	min-width: 49px;
	text-align: center;
	border: 1px solid #edeeef;
	font-size: 12px
}

.detail-main .detail-group .current {
	background: #f90;
	color: #fff;
	border: 1px solid #f90;
	text-shadow: none;
}

.detail-main .detail-group .disabled {
	background: #f1f1f1;
	color: #ccc;
	text-shadow: none;
}

.shopcart-main {
	margin: 10px;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.2);
	overflow: hidden;
	background: #FFF;
}

.shopcart-main1 {
	margin: 10px;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.2);
	overflow: hidden;
	background: #ffffe1;
}

.shopcart-main .shopcart-hd {
	height: 50px;
	line-height: 50px;
	background: #f0f0f0;
	border-bottom: 1px solid #cacaca;
	padding: 0 10px;
}

.shopcart-main .shopcart-hd > span {
	font-size: 15px;
	color: #504040;
	font-weight: bold;
}

.shopcart-main .shopcart-hd > a.pull-right {
	text-decoration: none;
	font-size: 28px;
	color: #C9C9C9;
	margin-top: 10px;
}

.shopcart-main .shopcart-item {
	height: 120px;
	border-bottom: 1px solid #f3f3f4;
	padding: 10px;
	overflow: hidden;
}

.shopcart-main .shopcart-item img {
	width: 60px;
	max-height: 110px;
	margin: 0 10px;
	float: left;
}

.shopcart-main .shopcart-item .shopcart-item-detail {
	float: left;
	display: block;
	width: 170px;
	overflow: hidden;
}

.shopcart-main .shopcart-item .name {
	color: #4d4f5d;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.shopcart-main .shopcart-item .price {
	color: #e9342a;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.shopcart-main .shopcart-item .input-group {
	width: 115px;
	margin-top: 5px;
}

.shopcart-main .shopcart-item .input-group .form-control {
	text-align: center;
}

.shopcart-main .shopcart-item .input-group .btn {
	background: #EEE;
}

.shopcart-main .shopcart-item .shopcart-item-remove {
	color: #d5a7a7;
}

.shopcart-main .store-total {
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	color: #b9b9b9;
	font-weight: bold;
}

.shopcart-main .store-total span {
	color: #e9342a;
}

.shopcart-footer {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	padding: 0 10px;
	background: #6d7081;
	position: fixed;
	bottom: 45px;
	left: 0;
	filter: alpha(opacity=95);
	opacity: .95;
	font-weight: bold;
}

.shopcart-footer .btn {
	margin-top: 3px;
}

.order-main {
	/*padding: 10px 10px 20px 10px;*/
}

.order-main h5 {
	font-size: 14px;
	border-left: 3px #b3b6c0 solid;
	padding-left: 10px;
	margin-top: 15px;
}

.order-main .address {
	font-weight: normal;
	margin-bottom: 10px;
}

.order-main .address > div {
}

.order-main .address > div.detail {
}

.order-main .address > div.detail span {
	display: block;
}

.order-main .address > div.detail span a {
	display: inline-block;
	margin-top: 5px;
	color: #62413d;
	text-decoration: underline;
}

.order-main .add-address {
	/*border: 1px solid #e1e1e1;*/
	background: #FFF;
	margin-top: 10px;
	overflow: hidden;
}

.order-main .add-address-hd {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	background: #f4f4f4;
	color: #555;
	font-weight: bold;
}

.order-main .add-address .add-address-main {
	padding: 10px;
}

.order-main .add-address .add-address-main .control-label {
	font-weight: normal;
}

.order-main .order-detail .order-detail-hd {
	color: #555;
	margin: 5px 0;
	font-size: 12px;
}

.order-main .order-detail .table {
	background: #FFF;
}

.order-main .order-detail .table thead {
	background: #6c6666;
	color: #FFF;
}

.order-main .order-detail .table > thead > tr > th {
	border: 0;
}

.order-main .order-detail .table > tbody > tr > td {
	border-bottom: 1px #DDD dotted;
}

.order-main .order-detail .table .name {
	width: 160px;
}

.order-main .order-detail .table .name span {
	display: inline-block;
	width: 140px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.order-main .order-detail .table .num {
	width: 80px;
	text-align: center;
}

.order-main .order-detail .table .total {
	text-align: right;
	width: 100px;
}

.order-main .message-box {
	margin-bottom: 10px;
}

.order-main .order-submit {
	width: 100%;
}

.myoder {
	margin: 10px;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.2);
	overflow: hidden;
	background: #FFF;
}

.myoder .myoder-hd {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	background: #f0f0f0;
	border-bottom: 1px solid #cacaca;
	padding: 0 10px;
}

.myoder .myoder-hd > span {
	font-size: 14px;
	color: #504040;
}

.myoder .myoder-hd > span.pull-right {
	font-size: 12px;
	color: #999;
}

.myoder .myoder-detail {
	min-height: 73px;
	border-bottom: 1px solid #f3f3f4;
	padding: 10px;
	overflow-x: hidden;
}

.myoder .myoder-detail img {
	width: 50px;
	margin-right: 10px;
	float: left;
}

.myoder .myoder-detail .name a {
	color: #4d4f5d;
	display: inline-block;
	width: 200px;
	font-weight: bold;
	text-decoration: underline;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.myoder .myoder-detail .price {
	font-size: 14px;
}

.myoder .myoder-detail .price span {
	display: inline-block;
	width: 100px;
}

.myoder .myoder-detail .price span.num {
	width: 60px;
}

.myoder .myoder-total {
	padding: 10px;
	margin-bottom: 20px;
}

.myoder .myoder-total > span {
	margin-right: 5px;
}

.myoder .myoder-total > span .false {
	color: #e9342a;
}

.myoder .myoder-total > .btn {
	margin-top: 3.5px;
}

.myoder .myoder-express {
	border-bottom: 1px solid #f3f3f4;
	padding: 5px 10px;
	overflow: hidden;
	background: #F9F9F9;
}

.myoder .myoder-express > span {
	display: inline-block;
	width: 50%;
	float: left;
}

.myoder .myoder-express .express-company {
}

.myoder .myoder-express .express-num {
	text-align: right;
}

#footer {
	background: #c0c4d0;
	border-top: 1px solid #b3b6c0;
	color: #FFF;
}

.row_category {
	margin-bottom: 1em;
	padding: 0 1em;
}

.row_category ul {
	margin: 1.5em auto 0;
}

.row {
	margin-top: -20px;
}

.row_category li {
	overflow: hidden;
	text-align: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1
}

.row_category li a {
	display: block;
	overflow: hidden;
}

.row_category li a img {
	width: 6.2em;
	height: 6.2em
}

.row_category li p {
	color: #333;
	font-size: 1.3em;
	margin-top: .61538em;
}

.h_box {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	width: 100%;
}

.h_box li {
	color: #f7762e;
	font-size: 12px;
}

.box_swipe {
	overflow: hidden;
	position: relative;
}

.box_swipe ul {
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}

.box_swipe ul > li {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}

.box_swipe ul > li a {
	color: #FFF;
	text-decoration: none;
}

.box_swipe ul > li .title {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 20px;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #FFF;
	z-index: 100;
}

.box_swipe>ol {
	height: 20px;
	position: relative;
	z-index: 10;
	margin-top: -20px;
	text-align: right;
	padding-right: 15px;
	background-color: rgba(0,0,0,0.3);
}

.box_swipe>ol>li {
	display: inline-block;
	margin-bottom: 1px;
	width: 8px;
	height: 8px;
	background-color: #757575;
	border-radius: 8px;
}

.box_swipe>ol>li.on {
	background-color: #ffffff;
}

.box_swipe img {
	max-width: 100%;
	max-height: 200px;
}/*这是门诊就诊信息*/.kpage {
 /*background:#fff; margin:10px;*/
}

.kpage .p0 {
	padding: 0px;
}

.kpage .row {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.k_tab_a {
	padding-left: 0px;
	padding-right: 0px;
	font-size: 16px;
}

.k_tab a {
	width: 100%;
	text-align: center;
	padding: 10px;
	display: block;
	border-bottom: #999 3px solid;
	color: #999;
}

.k_tab a,.k_tab a:visited,.k_tab a:hover,.k_tab a:link {
	text-decoration: none;
}

.k_tab a.on {
	border-bottom: 3px #0073C3 solid;
	color: #0073C3;
}

.k_tab_box {
	background: #fff;
}

.k_tab_item {
	padding: 20px 10px;
	border-bottom: #ccc 1px solid;
}

.k_tab_item label {
	text-align: right;
	font-weight: normal;
}

.btn-success {
	background-color: #0073C3;
	border-color: #0073C3;
}/*科室搜索*/.fontB {
	font-weight: bold;
	color: #0073C3;
}

.k_search .k_sbtn {
	height: 40px;
} /*tab*/.hotel-tab-btn-area {
	margin-top: 0px;
}

.hotel-tab-btn-area ul {
	padding: 0px;
	margin: 0px;
}

.hotel-tab-btn-area ul li {
	list-style: none;
}

#hotel-tab {
	margin-top: 15px;
	padding-left: 0;
	background-color: #fff;
}

.hotel-tab-btn-area {
}

.hotel-tab-btn-area:after {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 1px;
	content: '';
	background-color: #c8c7cc;
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5);
}

.hotel-tab-btn-area li {
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
	background-color: #FFF;
}

.hotel-tab-btn-area li.on {
	background-color: #0073C3;
	color: #fff;
}

.hotel-tab-btn-area li:after {
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	height: 1px;
	content: '';
	background-color: #c8c7cc;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}

.hotel-tab-panel-area {
	height: 100%;
	overflow: auto;
}

.kpage .mui-table-view .mui-media-object {
	max-width: 90px;
	height: 105px;
	line-height: 42px;
}

#view_work_ul .mui-media-object{
    	max-width: 65px;
	height: 70px;
}

.kpage .mui-media a,.kpage .mui-media a:link,.kpage .mui-media a:visited,
.kpage .mui-media a:hover {
	text-decoration: none;
}

.kpage .mui-media .mui-media-body label {
	color: #0073C3;
}

.kpage .html_div {
	font-size: 14px;
	line-height: 26px;
	padding-top: 20px;
}

.pdt15 {padding-top:15px;}
.k_drop .k_drop_tab {
	padding: 0px;
}

.k_drop .k_drop_tab span {
	background-color: #fff;
	display: block;
	width: 100%;
	height: 60px;
	text-align: center;
}
.k_drop .k_drop_tab span.active{
    background-color: #0073C3;
    color:#fff;
}

.k_drop .k_drop_tab {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.k_drop .k_drop_tab:last {
	border-right: 0px solid #ccc;
}
.k_drop .mui-table-view-cell {padding:11px 0 0 0;}

.kpage .mt0{margin-top: 0px;}
.kpage .linbox{background: #f2f2f2; height: 40px; line-height: 40px;}
.kpage .line_week{   padding-top: 20px;   padding-left:0px; padding-right: 0px;}
.kpage .line_week2{ padding-left:0px; padding-right: 0px; text-align: center;}
.kpage .lines{display: block; width:100%; margin:0px; height:1px;border:0px;background-color:#666;color:#666;}

.work_times .mui-table-view{ margin-top: 0px;}
.work_times .mui-btn{color: #fff; font-weight: bold; font-size: 14px;}

#order_param  .mui-table-view-cell span{ font-weight: bold; color:red;}
.k_tab_box   .mui-table-view-cell b{color:#0073C3; }

 .mui-table-view-cell label{font-weight: normal;}
.kpage .btn-blue{background-color: #0073C3; border:1px solid #0073C3; }
.kpage .blue{color:#0073C3; font-weight: bold;}

.kpage a,.kpage a:link,.kpage a:active,.kpage a:visited{ text-decoration: none;}