body {
	margin: 0
}
button,input,optgroup,select,textarea {
	margin: 0;
	font: inherit;
	color: inherit
}
textarea {
	overflow: auto
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
a {
	color: #62a8ea;
	text-decoration: none;
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-family: Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	color: #37474f
}
.h4,.h5,.h6,h4,h5,h6 {
	margin-top: 11px;
	margin-bottom: 1px;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:992px) {
	.container {
		width: 970px
	}
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 2px;
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
	padding: 5px;
	line-height: 1.57142857;
	vertical-align: top;
	/* border-top: 1px solid #e4eaec; */
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #e4eaec
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto
}
.btn-danger {
	color: #fff;
	background-color: #f96868;
}
.btn-group-lg>.btn,.btn-lg {
	padding: 10px 18px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px
}
.media-right,.media>.pull-right {
	padding-left: 10px
}

.media-left,.media>.pull-left {
	padding-right: 10px
}
.media-body,.media-left,.media-right {
	display: table-cell;
	vertical-align: top;
}
.xhzt{
	padding-top: 8%;
	padding-right: 10px;
	color:red;
	font-size:10px;
}
.panel {
	margin-bottom: 5px;
	background-color: #f5f5f5;
	border: 1px solid #0075ff;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgb(251, 253, 253);
	box-shadow: 0 1px 1px rgb(251, 253, 253)
}
.zdy {
width:100px;	
font-size:1em;
}
.page {
  position: relative;
  min-height: -webkit-calc(100% - 44px);
  min-height:         calc(100% - 44px);
  background: #f1f4f5;
}
@keyframes loader-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
90% {
    -webkit-transform: translateX(-1px);
         -o-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
.avatar {
	margin-top: 15px;
  position: relative;
  display: inline-block;
  width: 40px;
  white-space: nowrap;
  vertical-align: bottom;
  border-radius: 1000px;
}
.aj {text-align:center;  margin-bottom:30px; padding-bottom: 300px; }
.panel-body{ padding:10px;}
@media (min-width: 768px) {
	.panel-body{ padding:30px 20px;}
}
.cart-list-body table td{ vertical-align:middle!important; }
.cart-list-body table td a.avatar{width: 60px;}
.cart-list-body table td h4.media-heading{font-size: 10px;margin-top: 5px;}