/* html, body {
	margin: 0;
	padding: 0;
	height: 100%;
} */
body {
	padding-top: 60px;
}
/* 
.page-content {
	min-height: 100%;
}

.page-content-inside {
	padding-bottom: 200px;
}

.page-footer {
	height: 200px;
	margin-top: -200px;
	background-color: blue;
	overflow: hidden;
} */

/*
配合tab使用
*/
.tabbable-border .nav-tabs {
	margin-bottom: 0px;
}

.tabbable-border .tab-content {
	border-radius: 0px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: white;
	padding: 10px;
}

.price {
	color: #e4393c;
	font-size: 16px;
}

.sku_descr {
	height: 60px;
}

.buy_qty {
	width: 25px;
	float: right;
	margin-right: 5px;
	text-align: center;
}

.required {
	color: red;
}

.feedback-label {
	padding: 0px;
	margin: 0px;
}

.append_keyword {
	padding-right: 21px;
	padding-left: 21px;
	padding: 4px 15px;
	font-size: 12.844px;
	margin-right: 5px;
}

.order_item {
	padding: 6px;
	border: 1px solid #dddddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 8px;
	line-height: 26px;
	color: inherit;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.order_item:hover {
	border: 1px solid #3a87ad;
}

.order_item p {
	margin: 0px;
}

.card_item {
	padding: 14px;
	border: 1px solid #dddddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 8px;
	/* 	font-size: 16px; */
	/* font-weight: 20; */
	line-height: 26px;
	color: inherit;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.show-grid [class*="span"] {
	/*   background-color: #eee;   */
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 40px;
	/* line-height: 40px; */
}

.sku_img_small {
	height: 100px;
	border: 1px solid #dddddd;
	max-width: 100px;
	width: 100px;
	display: inline-block;
}

.sku_img_mini {
	max-width: 75px;
	height: 75px;
	border: 1px solid #dddddd;
	display: inline-block;
}

.qrShareLink {
	display: block;
	width: 45px;
	height: 30px;
	background-image: url('/images/side_wx_h_9a51acbd.png');
	background-repeat: no-repeat;
	background-position: center;
}

.navbar-blue .navbar-inner {
	background-color: #004386;
	background-image: -moz-linear-gradient(top, #004386, #004386);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#004386),
		to(#004386));
	background-image: -webkit-linear-gradient(top, #004386, #004386);
	background-image: -o-linear-gradient(top, #004386, #004386);
	background-image: linear-gradient(to bottom, #004386, #004386);
	background-repeat: repeat-x;
	border-color: #004386;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',
		endColorstr='#ff111111', GradientType=0);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.navbar-blue .brand, .navbar-blue .nav>li>a {
	color: #eeeeee;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-blue .brand:hover, .navbar-blue .nav>li>a:hover, .navbar-blue .brand:focus,
	.navbar-blue .nav>li>a:focus {
	color: #ffffff;
}

.navbar-blue .brand {
	color: #eeeeee;
}

.navbar-blue .navbar-text {
	color: #eeeeee;
}

.navbar-blue .nav>li>a:focus, .navbar-blue .nav>li>a:hover {
	color: #ffffff;
	background-color: transparent;
}

.navbar-blue .nav .active>a, .navbar-blue .nav .active>a:hover,
	.navbar-blue .nav .active>a:focus {
	color: #ffffff;
	background-color: #1a82c7;
}

.navbar-blue .navbar-link {
	color: #eeeeee;
}

.navbar-blue .navbar-link:hover, .navbar-blue .navbar-link:focus {
	color: #ffffff;
}

.navbar-blue .divider-vertical {
	border-right-color: #222222;
	border-left-color: #111111;
}

.navbar-blue .nav li.dropdown.open>.dropdown-toggle, .navbar-blue .nav li.dropdown.active>.dropdown-toggle,
	.navbar-blue .nav li.dropdown.open.active>.dropdown-toggle {
	color: #ffffff;
	background-color: #1a82c7;
}

.navbar-blue .nav li.dropdown>a:hover .caret, .navbar-blue .nav li.dropdown>a:focus .caret
	{
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

.navbar-blue .nav li.dropdown>.dropdown-toggle .caret {
	border-top-color: #eeeeee;
	border-bottom-color: #eeeeee;
}

.navbar-blue .nav li.dropdown.open>.dropdown-toggle .caret, .navbar-blue .nav li.dropdown.active>.dropdown-toggle .caret,
	.navbar-blue .nav li.dropdown.open.active>.dropdown-toggle .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

.navbar-blue .navbar-search .search-query {
	color: #ffffff;
	background-color: #515151;
	border-color: #111111;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0
		rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0
		rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0
		rgba(255, 255, 255, 0.15);
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.navbar-blue .navbar-search .search-query:-moz-placeholder {
	color: #cccccc;
}

.navbar-blue .navbar-search .search-query:-ms-input-placeholder {
	color: #cccccc;
}

.navbar-blue .navbar-search .search-query::-webkit-input-placeholder {
	color: #cccccc;
}

.navbar-blue .navbar-search .search-query:focus, .navbar-blue .navbar-search .search-query.focused
	{
	padding: 5px 15px;
	color: #333333;
	text-shadow: 0 1px 0 #ffffff;
	background-color: #ffffff;
	border: 0;
	outline: 0;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-blue .btn-navbar {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0e0e0e;
	*background-color: #040404;
	background-image: -moz-linear-gradient(top, #151515, #040404);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515),
		to(#040404));
	background-image: -webkit-linear-gradient(top, #151515, #040404);
	background-image: -o-linear-gradient(top, #151515, #040404);
	background-image: linear-gradient(to bottom, #151515, #040404);
	background-repeat: repeat-x;
	border-color: #040404 #040404 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',
		endColorstr='#ff040404', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-blue .btn-navbar:hover, .navbar-blue .btn-navbar:focus,
	.navbar-blue .btn-navbar:active, .navbar-blue .btn-navbar.active,
	.navbar-blue .btn-navbar.disabled, .navbar-blue .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #040404;
	*background-color: #1a82c7;
}

.navbar-blue .btn-navbar:active, .navbar-blue .btn-navbar.active {
	background-color: #1a82c7;
}

hr {
	margin: 10px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}

.fieldLabel {
	width: 90px;
	display: inline-block;
	background-color: #eee;
	text-align: left;
	padding: 0px 4px;
	vertical-align: top;
	margin: 1px;
}

.fieldValue {
	display: inline-block;
	text-align: left;
	padding: 1px;
	margin: 0px;
	vertical-align: top;
}

.partQuote {
	border-bottom: 1px solid #dddddd;
}

/*
首页样式
*/
.flex_container {
	display: flex;
	flex-wrap: wrap;
}

.flex_item {
	display: block;
	margin: 2px;
	flex-grow: 1;
	padding: 4px;
}

.flex_item .item_content {
	/* height: 50px; */
	padding: 10px;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
}

.flex_item .item_content .menu_icon {
	/*color: fuchsia; */
	/* color: #0088cc; */
	
}

.flex_item .item_content .menu_heading {
	margin-top: 0px;
	margin-bottom: 5px;
}

.flex_item .item_content .menu_tips {
	font-size: 90%;
}

.flex_item .item_content .menu_body {
	margin-left: 8px;
}

.pannel_title {
	font-size: 16px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.head_img_area {
	height: 150px;
	background-color: aliceblue !important;
	background: url('/images/header-bg.jpg') no-repeat transparent;
	background-size: cover !important;
	background-position: 20% 80%;
}

.title_icon {
	margin-top: 3px;
	margin-right: 3px;
}

.ep-wxpay-qrcode-notice {
	height: 30px;
	line-height: 30px;
	background-color: #00c800;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	width: 200px;
}

.vehicle-portrait {
	height: 100px;
	width: 100px;
	object-fit: cover;
	margin: 10px;
}

.vehicle-list-imge {
	height: 250px;
	object-fit: cover;
}

.user-portrait {
	width: 64px;
	height: 64px;
	object-fit: cover;
	display: block;
}

.pricedeadline-wall {
	padding: 20px;
	display: block;
	background-color: white;
	text-align: center;
	border-radius: 20px;
	font-weight: bold;
}

.media-inline {
	display: flex;
}

.panel-white {
	background-color: white;
	border-radius: 6px;
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

.thumbnail-img {
	height: 200px;
	object-fit: cover;
	border-radius: inherit;
	width: 100%;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.thumbnail-img:hover {
	/* opacity: 0.4; */
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

.vehicle-portrait {
	height: 100px;
	width: 100px;
	object-fit: cover;
	margin: 10px;
}

.vehicle-list-imge {
	height: 250px;
	object-fit: cover;
}

.pricedeadline-wall {
	padding: 20px;
	display: block;
	background-color: white;
	text-align: center;
	border-radius: 20px;
	font-weight: bold;
}

.media-inline {
	display: flex;
}

.image-list-container {
	display: flex;
	flex-direction: row;
	width: 100%;
	overflow: scroll;
}

.btn-round {
	border-radius: 15px;
}

.btn-arc {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 6px 16px;
	margin: 6px 20px;
	color: #333333;
	background-color: #ffffff;
}

.btn-arc:hover {
	background-color: #f5f5f5;
}

.btn-arc:disabled {
	background-color: #f5f5f5;
}

.btn-arc em {
	font-style: inherit;
}

.console-panel {
	background-color: white;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.panel {
	border: 1px solid #dddddd;
	padding: 5px;
	line-height: 20px;
	margin-bottom: 10px;
	-webkit-border-radius: 6px;
	background-color: #ffffff;
	box-sizing: border-box;
}

.panel p {
	margin: 0 0 1px;
}

.fragment-list {
	border: 1px solid #dddddd;
	padding: 5px;
	line-height: 20px;
	margin-bottom: 15px;
	-webkit-border-radius: 6px;
	background-color: #ffffff;
}

.fragment-list p {
	margin: 0 0 1px;
}

.status-wall {
	margin: 10px 0px 20px;
	background-color: white;
	padding: 10px 20px;
	border-radius: 5px;
	box-sizing: border-box;
	min-height: 80px;
}

.wordsLoop-box {
	width: 300px;
	margin: 0 auto;
	/* border: 1px solid #ff6700; */
	overflow: hidden;
	display: inline-flex;
}

.wordsLoop-animate {
	padding-left: 20px;
	/* font-size: 12px;
	color: #000; */
	display: inline-block;
	white-space: nowrap;
	animation: 20s wordsLoop linear infinite normal;
}

@
keyframes wordsLoop { 0% {
	transform: translateX(200px);
	-webkit-transform: translateX(200px);
}

100%
{
transform






:



 



translateX






(-100%);
-webkit-transform






:



 



translateX






(-100%);
}
}
@
-webkit-keyframes wordsLoop { 0% {
	transform: translateX(200px);
	-webkit-transform: translateX(200px);
}
100%
{
transform






:



 



translateX






(-100%);
-webkit-transform






:



 



translateX






(-100%);
}
}