body, h1, h2, h3, h4, h5, h6, a, button, label {
	font-family: "微软雅黑", "宋体", Arial !important;
}

.glyphicon {
	font-family: 'Glyphicons Halflings' !important;
}

body {
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

table {
	table-layout: fixed;
	margin-bottom: 0px;
}

td {
	text-overflow: ellipsis;
	overflow: hidden;
}

a, .navbar-default .navbar-nav > li > a {
	color: #000000;
}

.container {
	min-width: 1200px;
}

.label {
	font-size: 14px;
	opacity: 0.9;
}

.breadcrumb {
	border-radius: 0;
	margin-bottom: 5px;
}
.badge {
	background-color: #d9534f !important;
}

.panel-body {
	padding: 10px;
}

.form-group {
	margin-bottom: 5px;
}

.table td, .list-group li {
}

.topbar {
	padding: 6px;
}

.navbar {
	font-size: 16px;
	color: #000000;
}
.navbar-brand {
	padding-top: 9px;
}
.navbar .container .navbar-nav {
	padding-top: 9px;
}
.navbar-form {
	padding-top: 9px;
}

#slider {
}
#slider .carousel-inner {
	height: 216px;
}
#slider .carousel-inner .item {
	height: 100%;
	overflow: hidden;
	background-position: center;
}
#slider .carousel-inner img {
}
#slider .carousel-control {
	width: 12%;
}

#slider_center {
}
#slider_center .carousel-inner {
	height: 192px;
}
#slider_center .carousel-inner .item {
	height: 100%;
	overflow: hidden;
	background-position: center;
}
#slider_center .carousel-inner img {
}
#slider_center .carousel-control {
	width: 12%;
}


.statistics {
	position: relative;
	opacity: 0.6;
}

.statistics .list-group {
	position: absolute;
	top: -245px;
	left: 0px;
	margin-left: 15px;
	width: 235px;
	height: 245px;
}

.statistics li {
	padding: 11px 5px 11px 11px;
	height: 62px;
}

.login {
	position: relative;
	opacity: 0.8;
	z-index: 20;
}

.login .col-md-3 {
	position: absolute;
	top: -245px;
	right: 0px;
	height: 245px;
	padding-left: 5px;
}

.login .panel-body {
	height: 243px;
}

.login .stat {
	font-size: 12px;
	padding-bottom: 10px;
}

.login .stat .num {
	font-size: 24px;
	color: #fc8026;
	margin: 0px 5px;
}

.login .stat .register {
	float: right;
	margin: 10px 2px 0px 0px;
}

.thumbnail .thumbnail {
	margin-bottom:-5px;
}

.sidebar {
	margin-top: 0px !important;
	position: relative;
	width: 100%;
	border-width: 1px 1px 0px 1px;
	border-color: #e7e7e7;
	border-style: solid;
}

.container.body {
}

.row .left {
	padding-right: 5px;
}

.left .title {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

.left .title span {
	font-size: 0.75em;
	font-weight: normal;
}

.left .body {
	font-size: 1.125em;
	line-height: 200%;
}

.row .right {
	padding-left: 5px;
}

.floor {
}

.floor h4 {
	float: left;
	font-weight: bold;
}

.floor-content .table {
	border: 1px solid #dddddd;
}

.floor-content .table thead {
	
	text-align: center;
}

.rule .list-group-item, .notice .list-group-item {
	
}

.panel-heading a:link, .panel-heading a:visited {
	color: white;
}


.ulFiles {
	list-style-image: url(../image/att.png);
	padding: 0px 0px 0px 30px;
	margin: 0px;
}

.ulFiles li {
	padding: 1px 0px;
}

li .aDelete:link, li .aDelete:visited {
	font-family: Arial;
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 14px;
	background-image: url(../image/x.gif);
}

li .aDelete:hover {
	font-family: Arial;
	display: inline-block;
	width: 13px;
	background-image: url(../image/x_hover.gif);
}

.footer {
	padding: 15px 0;
	text-align: center;
	background-color: #f9f9f9;
	border-top: 1px solid #e5e5e5;
}

.footer a {
	margin: 0px 10px;
}

.footer p:last-child {
	margin-bottom: 0;
}

.placeholder {
	color: #aaa;
}

input.error {
	border: 1px solid red;
}

label.error {
	font-weight: bold;
	color: red;
}

.wizard {
	padding: 0;
}

.wizard li {
	display: inline-block;
	position: relative;
	margin-right: 5px;
	line-height: 18px;
	list-style: none;
	padding: 12px 17px 10px 35px;
	background: #efefef;
	zoom: 1;
	font-size: 14px;
	*display: inline;
	*padding-left: 17px;
}

.wizard li:first-child {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	padding-left: 17px;
}

.wizard li:first-child:before {
	border: none;
}

.wizard li:last-child {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	margin-right: 0;
}

.wizard li:last-child:after {
	border: none;
}

.wizard li:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #fff;
	border-top: 20px inset transparent;
	content: "";
}

.wizard li:after {
	position: absolute;
	right: -20px;
	top: 0;
	height: 0;
	width: 0;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #efefef;
	border-top: 20px inset transparent;
	content: "";
	z-index: 2;
}

.wizard .label {
	margin: 0 5px 0 0;
	padding: 1px 5px 2px;
	position: relative;
	top: -1px;
}

.wizard .active {
	color: #fff;
	background: #d9230f;
}

.wizard .active:after {
	border-left-color: #d9230f;
}

.searchTab {
	margin-bottom: 5px;
}

.searchTab .searchTd {
	vertical-align: middle;
	background-color: #e5e5e5;
	font-weight: 400;
	font-size: 14px;
}


.goods p {
	text-overflow: ellipsis; 
	white-space:nowrap;
	overflow: hidden; 
	word-break:keep-all;
}
.goods h2,
.goods h3,
.goods .h4,
.goods h5 {
  margin-top: 5px;
  margin-bottom: 2px;
}

.goods hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.shops table tbody tr td{
	padding:1px;
}
.shops .caption {
	padding:5px;
}

.shops .shop {
	height:90px;
}
.shops .shop .introduction {
	overflow: hidden; height:80px; line-height:20px;
}



@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	50.01% {
		opacity: 0;
	}
	
	100% {
		opacity: 0;
	}
}



@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	50.01% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	50.01% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-ms-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	50.01% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	50.01% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}


.blink {
	animation: blink .75s linear infinite;
	
	-webkit-animation: blink .75s linear infinite;
	-moz-animation: blink .75s linear infinite;
	-ms-animation: blink .75s linear infinite;
	-o-animation: blink .75s linear infinite;
	color: #dd4814;
}


span.amount {
	color: #fc8026;
}



.service {
	position: fixed;
	width: 50px;
	bottom: 50px;
	right: 58px;
	text-align: center;
	z-index: 99999;
	opacity: .9;
	list-style: none;
}

.service li > a {
	display: block;
	height: 48px;
	width: 48px;
	border: 1px solid #d9230f;
}

.service .btn_qrcode {
	background: url(../image/qrcode.png) no-repeat center;
	background-color: #fcf8e3;
}

.service .btn_phone {
	background: url(../image/phone.png) no-repeat center;
	background-color: #fcf8e3;
}

.service .btn_qq {
	background: url(../image/qq.png) no-repeat center;
	background-color: #fcf8e3;
}

.service .btn_gotop {
	background: url(../image/gotop.png) no-repeat center;
	background-color: #fcf8e3;
}

.service .btn_qrcode:hover, .service .btn_phone:hover, .service .btn_qq:hover, .service .btn_gotop:hover {
	background-color: #d9230f;
	border: 1px solid #d9230f;
}

.service .phone_show, .service .qrcode_show, .service .qq_show {
	display: none;
	position: absolute;
	width: 200px;
	left: -159px;
	border: 1px solid #d9230f;
	padding: 10px;
	text-align: left;
	background-color: #ffffff;
}

.service .qq_show {
	top: 0px;
}

.service .phone_show {
	top: 48px;
	text-align: center;
}

.service .phone_show button {
	margin: 5px;
}

.service .qrcode_show {
	top: 96px;
	text-align: center;
}

.service .qrcode_show img {
	width: 120px;
	height: 120px;
}
.by-sms {
	display: none;
}
.well .checkbox table td {
	vertical-align:top;
	padding:5px;
}