/* page二级 */
/* table */
.fixed-table-container { border: none !important; }
.fixed-table-container thead th .th-inner { background-color: #F2F2F2; }
.pagination > li > a {color: #042840;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover { background-color: #042840; border-color: #042840;}
.button {
	display: inline-block;
	padding: 0 15px;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #042840;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
/* 促销 */
.sale {
	position: absolute;
	top: 0;
	left: 0;
	width: 15%;
	height: 15%;
	background: url(../images/sale.png) no-repeat top;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
/* 弹窗 */
/*.modal .modal-footer .btn-primary {
	color: #FFFFFF;
	background-color: #042840;
	border-color: #042840;
}*/

/*	
 * 面包屑
 */
.breadcrumb {
	background-color: transparent;
	margin-bottom: 5px;
}

/*	
 * 侧边栏
 */
.aside {
	position: fixed;
	bottom: 100px;
	left: 50%;
	margin-left: 620px;
	width: 40px;
	background-color: #999999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index: 9;
}
.logaside {
	position: absolute;
	top: -26px;
    left: 3px;
}
.aside a {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	border-top: 1px solid #CCCCCC;
	overflow: hidden;
}
.aside a i {
	width: 40px;
    height: 40px;
    line-height: 40px;
}
.aside a span {
	display: inline-block;
	width: 70px;
	line-height: 39px;
	padding-left: 10px;
}
.aside a:hover {
	width: 110px;
	text-decoration: none;
	background-color: #042840;
}
.aside a:nth-child(4) i {
	color: #042840;
}
.aside a:nth-child(4):hover i {
	color: #FFFFFF;
}
.aside a:nth-child(2) {
	border-top: none;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.aside a:last-child {
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.aside .aside-cart {
	height: 90px;
	line-height: 16px;
}
.aside .aside-cart i {
	height: 30px;
}
.aside .aside-cart span {
	font-size: 12px;
	width: 20px;
	line-height: 16px;
	padding-left: 0;
}
.aside .aside-cart:hover {
	width: 40px;
}

/*	
 * 二级导航左左左
 */
.pagenav {
	position: relative;
	width: 190px;
	height: auto;
	padding: 15px 10px 30px;
	color: #042840;
	border: 2px solid #042840;
	background-color: #FFFFFF;
}
.pagenav .page-info {
	text-align: center;
}
.pagenav .page-info h4 {
	font-size: 14px;
	font-weight: bold;
}
.pagenav .page-info h4 span {
	display: inline-block;
	margin-right: 15px;
	width: 50px;
	height: 50px;
	font-size: 24px;
    color: #999;
    line-height: 50px;
	vertical-align: middle;
	background-color: #EEEEEE;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pagenav .page-info h4 img {
	width: 40px;
}
.pagenav h2 {
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #042840;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.pagenav h2:after {
	content: "";
	position: absolute;
	top: 0;
	left: -25px;
	border-style: solid;
	border-width: 20px 15px 20px 10px;
    border-color: #042840 #042840 #042840 transparent;
}
.pagenav ul.nav li {
	position: relative;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.pagenav ul.nav li:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 3px;
	background-color: #CCCCCC;
	box-shadow: 163px 0 #CCCCCC;
	-webkit-box-shadow: 163px 0 #CCCCCC;
}
.pagenav ul.nav li.active a {
	color: #333333;
	background-color: #EEEEEE;
}
.pagenav ul.nav li.active:before {
	content: "";
	position: absolute;
	top: 15px;
    right: 15px;
    border-style: solid;
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent #042840;
    z-index: 1;
}
.pagenav ul.nav li:hover {
	text-decoration: underline;
}

/*	
 * 二级主体右右右
 */
.main.pull-right {
    width: 995px;
}
.main {
	position: relative;
    min-height: 750px;
    padding-top: 20px;
    padding-bottom: 30px;
	/*margin-right: -15px;
	margin-left: -15px;*/
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border-top: 2px solid #042840;
}
.main .nav-tag {
	position: relative;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #042840;
}
.main .nav-tag a {
	display: inline-block;
	padding: 5px 15px;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
.main .nav-tag a.active {
	color: #FFFFFF;
	background-color: #042840;
}



/*	
 * 商品搜索列表
 */
/* 条件 */
.condition table {
	border: 1px solid #ddd;
	border-top: none;
}
.condition table th {
	width: 160px;
	padding-right: 20px !important;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	background-color: #F2F2F2;
	border-right: 1px solid #ddd;
}
.condition table tr td:nth-child(2) {
	width: 100px;
	text-align: center;
}
.condition table tr td:nth-child(3) {
    position: relative;
    display: block;
	height: 31px;
	overflow: hidden;
}
.condition table tr td:last-child {
	width: 100px;
	padding-right: 20px;
	text-align: right;
}
.condition .detail {
	margin-right: 30px;
	height: 22px;
    display: inline-block;
}
.condition .detail.active {
	color: #C31820;
	font-weight: bold;
	text-decoration: underline;
}
.condition ul.clearfix {
	margin-bottom: 0;
}
.condition ul.clearfix li {
	float: left;
	width: 265px;
	margin: 5px 0;
}
.condition ul.clearfix li > span {
	display: inline-block;
	width: 28px;
}
.condition ul.clearfix li > input {
	margin-left: 5px;
	padding-left: 6px;
	width: 160px;
	height: 26px;
	line-height: 24px;
	border: 1px solid #999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.condition ul.clearfix input.pricerange {
	width: 72px;
}

/* 表头 */
.productlist-header {
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	/* padding-right: 20px; */
	margin-bottom: 20px;
	border: 1px solid #ddd;
	background-color: #F2F2F2;
}
.productlist-header button {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	width: 160px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border: none;
	border-right: 1px solid #ddd;
}
.productlist-header small {
	color: #888;
	padding-left: 20px;
}
.productlist-header p span {
	margin: 0 3px;
}

.productlist-header a {
	float: left;
	display: inline-block;
	padding: 0 15px;
	height: 48px;
	/* width: 160px; */
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border-right: 1px solid #ddd;
}
.productlist-header a.active {
	background-color: #ffffff;
}
.productlist-header .pull-right div {
	float: right!important;
	height: 48px;
	padding: 0 15px;
    border-left: 1px solid #ddd;
    cursor: pointer;
}
.productlist-header .pull-right div.active {
	background-color: #ffffff;
}

/* 网格模式 */
.product-list {
	position: relative;
	width: 1172px;
}
.product-list .fixed-table-container,
.product-list table {
	border: none;
}
.product-list .fixed-table-body {
	overflow-x: inherit;
	overflow-y: inherit;
}
.product-list table thead {
	display: none !important;
}

.product-list table.product-grid tr {
	position: relative;
	width: 195px;
    display: block;
    float: left;
    border: 1px solid #ddd;
}
.product-list table.product-grid tr td {
	display: block;
	border: none !important;
}
.product-list table.product-grid .list-img {
	width: 100%;
	width: 177px;
	height: 177px;
}
.product-list table.product-grid  .brandWeight{
    position: absolute;
    font-size: 16px;
    left: 16px;
    bottom: 148px;
    color: rgb(4 40 68);
    font-weight: 600;
}
.product-list table .list-pricer {
	margin: -8px 0;
    height: 20px;
    line-height: 20px;
	overflow: hidden;
    /* width: 177px; */
}
.product-list table .list-pricer strong {
	color: #C31820;
}
.product-list table .list-pricer strong strong {
	font-size: 16px;
}
.product-list table.product-grid .list-pricer span {
	font-size: 12px;
	color: #999;
	text-decoration: line-through;
}
.product-list table.product-grid .list-pricer small {
	color: #999;
	padding-left: 5px;
}
.product-list table .list-name {
	display: inline-block;
	height: 40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product-list table.product-grid .list-rests {
	margin: -8px 0 -16px;
}
.product-list table.product-grid .list-rests p {
	font-size: 12px;
	color: #666;
	margin: 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-list table.product-grid .list-btn {
	display: none;
	position: absolute;
	top: 8px;
	left: 8px;
    width: 177px;
    height: 177px;
	text-align: center;
	line-height: 177px;
	background-color: rgba(0,0,0,0.5);
}
.product-list table .list-btn a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 5px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.product-list table .list-btn a:hover {
	text-decoration: none;
	background-color: #C31820;
}
.product-list table.product-grid tr:hover .list-btn {
	display: block;
}



/* 列表模式 */
.product-list table.TableCss thead {
	display: table-header-group !important;
	border-top: 1px solid #ddd;
}
.product-list table.TableCss thead th {
	border-left: 1px solid #ddd !important;
}
.product-list table.TableCss tr {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.product-list table.TableCss tr td {
	border-left: 1px solid #ddd !important;
	vertical-align: middle;
}
.product-list table.TableCss .list-name {
	color: #042840;
    text-decoration: underline;
}
.product-list table.TableCss .list-pricer {
	height: inherit;
	overflow: inherit;
	text-align: center;
	margin: 0;
}
.product-list table.TableCss .list-pricer small {
	float: inherit !important;
    display: block;
    margin-top: 10px;
}
.product-list table.TableCss .list-btn a {
	color: #333;
	border: 2px solid #333;
}
.product-list table.TableCss .list-btn a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #C31820;
	border: 2px solid #C31820;
}


/* 非在目订购 */
#Noitems .col-md-8 {
	padding-right: 0;
}
#Noitems .col-md-8 label {
	margin-right: 15px;
	font-weight: normal;
	cursor: pointer;
}


/*	
 * 商品详情
 */
.details-img {
	position: relative;
	width: 400px;
	height: 400px;
}
.details-img img {
	width: 100%;
	height: 100%;
}
/* 价格购买 */
.details-info {
	position: relative;
	width: 770px;
	height: 400px;
	padding-left: 30px;
}
.details-info h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	min-height: 50px;
}
.details-info p {
	padding: 0 15px;
}
.details-info p span {
	color: #999;
	padding-right: 15px;
}
.details-info p strong {
	color: #C31820;
}
.details-info p strong strong {
	font-size: 22px;
}
.details-info p em {
	font-style: normal;
}
.details-info p small {
	padding-left: 15px;
}
.details-info .buy-num {
	padding-right: 0;
}
.details-info .details-pricer {
	position: relative;
	padding: 15px 0 5px;
	background-color: #F2F2F2;
	margin-bottom: 15px;
}
.details-info .details-pricer a {
	display: block;
	position: absolute;
	top: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	border: 2px solid #333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.details-info .details-pricer a:hover {
	color: #fff;
    border: 2px solid #C31820;
	background-color: #C31820;
}
.details-info .btn-default {
	color: #042840;
	background-color: #E1EEF7;
	border: 1px solid #042840;
	padding: 10px 40px;
	margin-left: 75px;
	margin-right: 15px;
	margin-top: 20px;
}
.details-info .btn-primary {
	background-color: #042840;
	padding: 10px 30px;
	margin-top: 20px;
}
/* 参数详情 */
.details-parameter {
	position: relative;
	width: 100%;
	padding: 30px 0 0;
}
.details-parameter .table>tbody>tr>td,
.details-parameter .table>tbody>tr>th {
	padding: 10px 30px;
}
.details-parameter th {
	width: 120px;
	text-align: right;
    background-color: #F2F2F2;
    border-bottom: none !important;
    border-top: none !important;
}

/* 加减数量 */
.buy-num {
	display: inline-block;
	min-width: 85px;
	color: #333;
	border: 1px solid #999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.buy-num a {
	padding: 0 8px;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.buy-num a:hover {
	text-decoration: none;
}
.buy-num input {
	width: 34px;
	text-align: center;
	border: none;
}

/*	
 * 购物车
 * 		----商品列表通用表格样式
 */
.TableCss {}
.TableCss thead {
	border: 1px solid transparent;
}
.TableCss thead th {
	text-align: center;
	font-weight: normal;
	border: none !important;
	/*border-bottom: 1px solid #E1EEF7 !important;
	border-left: none !important;*/
}
.TableCss td{
	border: none !important;
    border-top: 1px solid #ddd !important;
}
.TableCss td.bs-checkbox {
	vertical-align: middle;
}
.TableCss .list-id p {
	font-size: 12px;
	color: #999;
	margin-top: 50px;
	margin-bottom: 0;
	text-align: center;
}
.TableCss .list-img {
	position: relative;
	width: 90px;
	height: 90px;
}
.TableCss .list-img img {
	width: 100%;
	height: 100%;
}
.TableCss .list-img .sale {
	width: 28%;
	height: 28%;
}
.TableCss .list-name {
	max-width: 300px;
	min-width: 200px;
}
.TableCss .list-name a {
    height: 40px;
	line-height: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.TableCss .list-name p {
	font-size: 12px;
	color: #999;
	margin-top: 30px;
	margin-bottom: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	word-break:break-all;
}
.TableCss .list-rests {
	min-width: 180px;
	max-width: 220px;
}
.TableCss .list-rests p {
	font-size: 12px;
	color: #999;
	margin-bottom: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	word-break:break-all;
}
.TableCss  .list-pricer {
	min-width: 130px;
}
.TableCss  .list-pricer span {
	color: #C31820;
}
.TableCss .list-num {
	max-width: 150px;
}
.TableCss .list-state {
	min-width: 120px;
}
.TableCss .list-btn {
	min-width: 150px;
}
.TableCss {
	min-height: 50px;
}

/*	
 * 购物车
 */
.shoppingCart .table-bordered,
.shoppingCart tbody {
	border: 1px solid #E1EEF7 !important;
}
.shoppingCart .fixed-table-container thead th .th-inner {
    margin-bottom: 20px;
}
.shoppingCart td {
	border-top: 1px solid #E1EEF7 !important;
}
.shoppingCart .fixed-table-container tbody .selected td {
	background-color: #E1EEF7;
}
.shoppingCart .list-num input.form-control {
	padding: 5px 0;
}
.shoppingCart .list-btn button {
	margin: 0 5px;
	padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
} 
.shoppingCart .list-btn button:hover {
	color: #fff;
    border: 2px solid #C31820;
	background-color: #C31820;
}
.shoppingCart tr td:nth-child(5),
.shoppingCart tr td:nth-child(6),
.shoppingCart tr td:nth-child(7),
.shoppingCart tr td:nth-child(8){ vertical-align: middle;}

/* 结算账号 */
.shoppingCart .pull-right {
	position: relative;
}
#clearing {
	position: relative;
	margin-right: 30px;
	margin-top: 10px;
	padding: 5px 20px;
}
#popover {
	/*display: block;*/
    top: inherit;
    left: inherit;
    bottom: 95px;
	right: 80px;
	max-width: 500px;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
}
#popover .popover-content{
	min-width: 360px;
}
.popover-title small {
	color: #C31820;
	padding-left: 5px;
}
.popover-content .clearing {
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.popover-content .clearing label {
	margin-right: 5px;
	/* width: 98px; */
	max-width: 190px;
	min-width: 160px;
	font-weight: normal;
	vertical-align: middle;
}
.popover-content .clearing label input {
	float: left;
}
.popover-content .clearing label span {
	float: left;
	display: inline-block;
	margin-left: 5px;
    width: 170px;
    height: 24px;
    line-height: 20px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.popover-content .clearing input.form-control {
	display: inline-block;
	width: 80px;
	height: 22px;
	padding: 5px;
	margin-left: 5px;
}

/* 购物车提交底部 */
.shoppingCartBot {
	position: relative;
	width: 100%;
	height: 90px;
	margin: 20px 0 0;
	background-color: #F2F2F2;
}
#BuyNow {
	margin-left: 20px;
	width: 120px;
	height: 90px;
	font-size: 22px;
	letter-spacing: 5px;
	color: #fff;
	background-color: #C31820;
}
.shoppingCartBot .pull-left {
	padding: 15px 20px;
	width: 500px;
}
.shoppingCartBot .pull-left input.input-sm {
	height: 26px;
	width: 350px;
}
.shoppingCartBot .pull-left a {
	display: inline-block;
	margin: 10px 0 0 40px;
}
.shoppingCartBot .pull-right p strong {
	font-size: 20px;
	color: #C31820;
}
.shoppingCartBot .pull-right p strong span {
	font-size: 30px;
}

/*	
 * 单品订购
 */
.product-buy {}
.product-buy .TableCss thead {
    border: 1px solid #ddd;
}
.product-buy .TableCss .list-pricer {
    min-width: 200px;
}
.product-buy tr td:nth-child(4),
.product-buy tr td:nth-child(5),
.product-buy tr td:nth-child(6){ vertical-align: middle;}

/* 订购信息 */
.product-buy-info {
	margin: 20px 0;
}
.product-buy-info ul li {
	float: left;
	width: 50%;
	line-height: 30px;
}
.product-buy-info ul li input.form-control {
	width: 200px;
	height: 26px;
	margin-left: 10px;
}
.product-buy-info h5 {
	width: 1169px;
	margin-left: -15px;
	margin-top: 15px;
	padding: 15px 15px 0;
	border-top: 1px solid #ddd;
}
.product-buy-info h5 small {
	/*color: #C31820;*/
	margin-left: 15px;
}
.product-buy-JS label {
	/*width: 150px;*/
	padding-right: 15px;
    min-width: 100px;
    font-weight: normal;
}

/*	
 * 订购成功
 */
.buy-success {
	margin: 20px 0 40px;
}
.buy-success h4 {}
.buy-success h4 strong {
	color: #C31820;
}
.buy-success h4 a.btn {
	/* margin-left: 20px; */
	padding: 6px 20px;
}


/*	
 * 订单管理
 */
.order-list {
	position: relative;
}
/* 订单搜索 */
.order-list .order-search {}
.order-list .order-search > li {
	float: left;
	width: 33%;
	padding-left: 20px;
	margin-bottom: 6px;
}
.order-list .order-search > li > span {
	display: inline-block;
	width: 70px;
	text-align: right;
}
.order-list .order-search > li > input {
	height: 28px;
	width: 200px;
}
.order-list .order-search > li .bootstrap-select {
	height: 28px;
}
.order-list .order-search > li .bootstrap-select button {
	height: 28px;
    padding: 3px 12px;
}
.order-list .order-search > li > input#StartTime,
.order-list .order-search > li > input#EndTime {
	width: 92px;
	padding: 5px;
	text-align: center;
}
.order-list .order-search > button.btn {
	color: #fff;
	background-color: #042840;
}

/* 订单列表 */
.order-list .fixed-table-container thead th .th-inner {
    margin-bottom: 20px;
}
.order-list .bootstrap-table .table:not(.table-condensed)>tbody>tr>td {
	padding: 8px 4px;
}
.order-list .TableCss td.bs-checkbox {
    vertical-align: top;
}
.order-list .TableCss .list-name a {
	margin-bottom: 15px;
}
.order-list .TableCss .list-name p {
    margin-top: 0px;
}
.order-list .TableCss .list-pricer {
    min-width: 70px;
}
.order-list .TableCss .list-btn p,
.order-list .TableCss .list-btn a {
	display: block;
	margin-bottom: 5px;
}
.order-list .TableCss .list-btn button {
	/*margin: 0 3px;
	padding: 5px 10px;
	color: #fff;
	background-color: #042840;*/
}
.order-list .fixed-table-pagination {
	display: block !important;
	height: 60px;
}
/* .order-list .pagination-detail {
	display: none;分页详情
}
按钮组
.order-btn {
	position: absolute;
	left: 0;
	bottom: 15px;
} */


/*	
 * 订单详情
 */
.order-details {}
.order-details h6 {
	padding-left: 30px;
}
.order-details h6 button {
	margin-right: 110px;
}
.order-details .step {
	width: 80%;
	float: left;
	margin-top: 90px;
	margin-bottom: 30px;
}
.order-details .step li a {
	height: 40px;
}
.order-details .step-round > li > a h4 {
	position: absolute;
	left: 0;
	bottom: 70px;
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.order-details .step-round > li > a p {
	position: absolute;
	left: 0;
	top: 15px;
	width: 100%;
	text-align: center;
	font-size: 12px;
}
.timeline {
    position: relative;
    float: right;
	width: 20%;
}
#timeline {
	padding: 6px 20px;
	margin-top: 60px;
    margin-left: 30px;
}
#orderalltime {
	top: 95px;
    left: -45px;
    z-index: 100;
}

.order-details .list-remark {
	word-wrap: break-word;
    word-break: break-all;
}
.order-details .fixed-table-container thead th .th-inner {
    margin-bottom: 0;
}
.order-details tr td:nth-child(1), 
.order-details tr td:nth-child(7), 
.order-details tr td:nth-child(8), 
.order-details tr td:nth-child(9), 
.order-details tr td:nth-child(10) {
    vertical-align: middle;
}

.order-details-info {}
.order-details-info ul li {
	width: 33.33%;
	word-wrap: break-word;
    word-break: break-all;
}

/*	
 * 促销活动
 */
.activity {}
.activity h3 {
	font-size: 20px;
	margin-top: 10px;
	height: 44px;
    overflow: hidden;
}
.activity p {
	height: 20px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.activity .activity-XQ {
	height: 20px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*	
 * 新闻列表
 */
.news-list {}
.news-list thead {
	display: none !important;
}
.news-list .fixed-table-container tbody td {
	border-left: none !important;
}
.news-list table tr td {
	padding: 10px 15px !important;
}
.news-list table tr td > div {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /*width: 750px;*/
    max-width: 750px;
}
.news-list table tr td .news-zd,
.news-list table tr td .news-zd a {
	color: #C31820;
}
.news-list table tr td .news-gq,
.news-list table tr td .news-gq a {
	color: #999;
}

/*	
 * 新闻详情
 */
.news-details p {
	text-indent: 2em;
	line-height: 1.8;
	padding: 0 15px;
}
.news-details img {
	max-width: 100%;
}




/*	
 * 联系我们
 */
#AfterSales {}
#AfterSales ul {
	position: relative;
	width: 530px;
}
#AfterSales ul li {
	float: left;
    width: 50%;
    padding: 30px 0px 30px 15px;
}

#AfterSales ul li p a{
	font-size: 13px;
}
#AfterSales ul li:nth-child(1),
#AfterSales ul li:nth-child(2) {
	border-bottom: 1px solid #eee;
}
#AfterSales ul li:nth-child(1),
#AfterSales ul li:nth-child(3) {
	border-right: 1px solid #eee;
}


/*	
 * 供应商列表
 */
.supplier-head {
	position: relative;
	margin: -20px -15px 20px;
    padding: 60px 60px 30px;
    min-height: 200px;
    max-height: 400px;
    color: #fff;
	background: url(../images/supplierbg.jpg) no-repeat top center;
}
.supplier-head h3 {
	padding-left: 150px;
}
.supplier-head h3 span {
    display: inline-block;
	padding-top: 15px;
	font-size: 15px;
}
.supplier-head p {
	font-size: 15px;
	line-height: 1.8;
	padding: 50px 100px;
}

.supplier-img {
	/* height: 190px;
	line-height: 190px; */
}
.supplier-img img {
    max-width: 100%;
    max-height: 160px;
    height: 160px;
}
.supplier-img .thumbnail .text-center {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.supplier-zz {
	position: relative;
	margin-top: 20px;
}
.supplier-zz li {
	position: relative;
    text-align: center;
    padding: 0 15px;
	position: relative;
    height: 290px;
   	line-height: 250px;
    vertical-align: middle;
}
.supplier-zz li img {
	display: inline-block;
	/*width: 100%;*/
	max-width: 100%;
	max-height: 250px;
	image-orientation: from-image;
}

/*	
 * 电商代购
 */
.eCommerce-buy {}
.eCommerce-buy .checkbox label {
	margin-right: 20px;
}






/*	
 * 合成引物
 */
.syntheticPrimer {}
.syntheticPrimer .row .text-right {
	display: inline-block;
	float: left;
	width: 120px;
	padding-top: 7px;
	/*padding: 0 15px 0 5px;*/
}



/*	
 * 
 */




