.auto-hide{
	word-break:keep-all;/* 不换行 */
	white-space:nowrap;/* 不换行 */
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/"
}
.auto-hide-two{
	word-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.top-search{
	background-color: rgb(51, 51, 51);
}
.top-search .input-group-addon{
	background-color: transparent; border: none; color: white;font-size: 18px;cursor: pointer;
}
.top-search input{
	background-color: transparent; border: none; color: #fff; box-shadow:none;font-size: 16px;
}
.top-search input:focus{
	box-shadow:none;
}
.subnav-dropdown{
	border: 1px solid #ccc;
	border-radius: 5em;
	transition: border 0.3s;
	padding-right: 2.4em;
	padding-left: 1.1em;
}
.subnav-dropdown:hover {
	border-color: #9e9b9b;
}
.search-bar{
	font-size: 25px;color: #333;cursor: pointer;margin-top: 17px;
}
.navbar-nav > li.active:after,.navbar-nav > li:hover:after {
	width: 100%;
}
.navbar-nav > li:after {
	content: " ";
	display: block;
	width: 0px;
	height: 3px;
	margin: 0 auto;
	background-color: #e69d00;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navbar-nav > li > a,.nav-tabs > li > a{
	color: #333 !important;
}
.navbar-nav > li > a:hover,.navbar-nav > li > a:hover,.navbar-nav > li > a:focus {
	color: #e69d00 !important;
}
.dropdown-menu > li > a {
	padding: 10px 20px;
	color: #333;
	border-bottom: 1px solid #ecf0f1;
}
.dropdown-menu > li:last-child > a {
	border-bottom: 0;
}
.dropdown-menu > li > a:hover,.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus {
	color: #e69d00;
}

.product-name{
	width: 350px;
}
.product-name2{
	width: 250px;
}
.product-images-name{
	margin-left: 90px;
}
.sepLine {
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #eee;
}
.fixed-btn {
	position: fixed;
	right: 1%;
	bottom: 8%;
	width: 40px;
	border: 1px solid #eee;
	background-color: white;
	font-size: 24px;
	z-index: 1040;
	display: none;
}
.fixed-btn .go-top{
	border-bottom: 1px solid #eee;
}
.fixed-btn a{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
}
.padding-right-10{padding-right: 0px;}
section{margin-bottom:20px}
footer{font-size: 13px;border-top:1px solid #e5e5e5;padding-top:20px;margin-top:10px;}
.mar-btm10{margin-bottom:10px}
select option{
	font-size: 13px;
}
.balance{
    padding: 20px 60px;
    background-color: #eeeeee;
    color: inherit;
    border-radius: 6px;
}
.table-hover td{vertical-align:middle!important;}
.table-hover th{vertical-align:middle!important;}

.group_bottom{margin-bottom:40px;}
.group_top{margin-top:20px;}
.chosen-container a{height:32px!important;}

/**暂无数据提示**/
.transactions{
  text-align: center;
  padding-top: 15px;
  height:50px;
  border:1px solid #e8e8e8;
}

.navbar-default .showActive > li > a:hover,
.navbar-default .showActive > li > a:focus {color:#FDFDFD; background-color:#7C7979; border-radius:3px;}

/*自动提示*/
#gooSuggest {
	display: none;
	position: absolute;
	border: 1px #E4D4D4 solid;
	background-color: #F8F8F8;
	color: #494444;
	width: 452px;
	z-index: 9;
	border-radius: 5px;
	text-align: left;
}
#gooSuggest {
    line-height:28px;
}
.Selected {
   background-color: #E6E6E6;
}

/*分页样式*/
.page {
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

.page a {
	border: 1px solid #c9c9c9;
	color: #696969;
	margin-right: 2px;
	padding: 2px 5px;
}

.page a:hover {
	background: none repeat scroll 0 0 #f5f5f5;
	border: 1px solid #ffb4b4;
	margin-right: 2px;
	padding: 2px 5px;
}

.page span {
	background: none repeat scroll 0 0 #f5f5f5;
	border: 1px solid #ffb4b4;
	margin-right: 2px;
	padding: 2px 5px;
}

 /*ajax loading*/
.loading_bg{
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 2000;
	position: fixed;
	opacity: 0.6;
	display: none;
}
.ajaxLoading {
    padding-top: 30vh;
    text-align: center;
}

.form-input-widit1{
  width:110px!important;
}

.input-group-addon-imgs {
	
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.upFileClick{
  cursor:pointer;
}

/***发货***/
.showCase{ display:none;}
.showCase a{cursor:pointer;padding-left:15px;}

#content_addresses tr:hover .showCase{
   display:inline-block;

}
.addon-width{width: 125px;}
.table-font td a {color:#337ab7 !important;}
.shipping{
   margin-bottom: 30px;
   padding-right: 5%;
   font-weight: bolder;

}

/*物流页面*/
.logist_title{
  border: 1px solid #E8E8E8;background-color:#F5F5F5;
}
.logist_content table td{text-align:center;}
.logist_content table td a{color:#525557;}
.table-hover td a{color:#525557;}

.logist_content{
  margin-top:5px;border:1px solid #e8e8e8;
}
.logist_content:hover{
  margin-top:5px;border:1px solid #bfbfbf;
}
.logist_button{
    text-align:right;
    display: none;
}
.logist_content:hover .logist_button{
 display:inline-block;
 border:1px solid #bfbfbf;
}
.top-right-recycle-icon{
    float: right;
    width: 16px;
    height: 16px;
    background: url(../../images/recycle-16-16.png) no-repeat;
    margin: 5px 5px 0px 0px;
}
.logist_content_td_top{
  margin:10px;border-top:1px solid #E8E8E8;
  text-align: center;
}
.logist_content_td_text_top{
  width:400px;overflow:hidden; margin:10px;border-top:1px solid #E8E8E8;
}
.logist_content_td_top_right{
   margin:10px;border-top:1px solid #E8E8E8; border-right:1px solid #E8E8E8; line-height:30px;
}
.logist_content_td_right{
   margin:10px;border-right:1px solid #E8E8E8;
}

.logist_content_td_margin{
  margin:10px;
}

.no_logist_content{
  margin-top:5px;border:1px solid #e8e8e8;text-align:center;height:40px;padding-top:10px;
}

/*订单详情页面*/

.tabs-nav .current {
   background-position: 0 -40px;
}
.tabs-nav li {
	display: inline;
	float: left;
	width: 130px;
	height: 27px;
	margin-right: 3px;
	padding-top: 8px;
	line-height: 21px;
	text-align: center;
	background: url(//assets.alicdn.com/app/trade/img/tabview_bg.gif) no-repeat 0 6px;
}

.tabs-panels {
	clear: both;
	position: relative;
	top: 1px;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 10px ;
	border: 1px solid #AEC7E5;
}
.logist_title{
  border: 1px solid #E8E8E8;
  background-color: transparent;
}

.logist_detail{
  margin-top:5px;border:1px solid #e8e8e8;
}
.package-detail{
  color: #C60;
  margin-left: 30px;
}
.cursor{
    cursor:pointer;
}
.main-content{
	margin-top:30px;
}
.main-content-adjust{
	margin: auto;
	margin-top: 105px;
	padding-top: 10px;
}
.main-content-adjust2{
	margin: auto;
	margin-top: 88px;
}
.banner-nav{
	position: fixed; z-index: 1038; width: 100%; background: #fff;top: 28px;
}
@media (max-width: 992px) {
	.navbar-default{
		min-height: 40px;
	}
	.hidden-xs-sm-navbar-default{
		background-color: white;
		border-color: white;
	}
	.navbar-collapse{
		float: left;
		margin:0px;
		position: fixed;
		top: 75px;
		left: 10px;
		z-index: 1030;
		background-color: ghostwhite;
		min-width: 100px;
		border: 1px solid gray;
	}
	.navbar-collapse .navbar-nav{
		padding: 0px;
		margin: 0px;
	}
	.product-name{
		width: 200px;
	}
	.product-name2{
		width: 200px;
	}
}
@media (max-width: 768px) {
	.main-content{
		margin-top: 0px;
	}
	.banner-nav{
		top: 0px;
	}
	footer{margin-bottom: 30px;}
	.product-name{
		width: 150px;
	}
	.product-name2{
		width: 120px;
	}
	.product-images-name{
		margin-left: 0px;
	}
	.nav-tabs > li > a{
		padding: 5px;
	}
	.navbar-form{
		margin: 0;
	}
	.balance{
		padding: 20px;
	}
	.search-bar{
		font-size: 25px;color: #333;cursor: pointer;margin-top: 5px;
	}
	.main-content-adjust{
		margin-top:50px;
	}
	.main-content-adjust2{
		margin-top:40px;
	}
}
@media (min-width: 768px) {
	footer{margin-bottom: 10px;}
}
@media (min-width: 992px) {
	footer{margin-bottom: 10px;}
}
@media (min-width: 1200px) {
	footer{margin-bottom: 10px;}
}
@media all {
	.navbar-toggle{
		float: left;
		margin:0px;
		left: 12px;
		position: fixed;
		z-index: 1030;
	}
	.popover{
		max-width: 600px;
	}
	.navbar-toggle .icon-bar{width: 18px;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background-color:white;
	}
}

