/* download by http://www.codefans.net */
.pageScroll {
    width: 50px;
    position:fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
}
.scrollNav a {
	display: block;
	height: 50px;
	color: #666;
	font-weight: normal;
	padding: 5px 8px;
    background-color: #fff;
	border-top: 1px solid #fcfcfc;
}
.scrollNav {
	border-top: 1px solid #eee;
}
.scrollNav a:hover {
	background-color: #3399CC !important;
	color: #fff !important;
	text-decoration: none;
}
li.scrollNav.active a {
	background-color: #3399CC;
	color: #fff !important;
	font-weight: bold;
}

/* 个人中心页面 */
.shop-help-bread{
	border: 0;
}
/* 头部页面 */
.manager-content-title {
	height: 80px !important;
	color: #fff !important;
	background-color: #3399CC;
	position: fixed;
	top: 30px;
	z-index: 1040;
}
.wd{
	width: 1238px;
	height: 100%;
	margin: 0 auto;
	padding-left: 230px;
	line-height: 80px;
	position: relative;
}
.wd .imgBtn{
	width: 170px;
	height: 65px;
	float: left;
	position: absolute;
	top: 50%;
	left: 36px;
	transform: translateY(-50%);
}
.wd .spanOne:hover{
	color: #fff !important;
}
.wd ul {
	height: 100%;
	float: left;
	margin-left: 50px;
}
.wd ul li{
	height: 100%;
	padding: 0 20px;
	font-size: 14px;
	line-height: 80px;
	float: left;
	cursor: pointer;
}
.wd .RightdIV{
	float: right;
	width: 560px;
	height: 100%;
	position: relative;
}
.RightdIV .RightOne{
	width: 400px;
	height: 34px;
	background-color: #fff;
	float: left;
	position: absolute;
	top: 50%;
	right: 45px;
	transform: translateY(-50%);
}

.RightOne .buttomR{
	width: 100px;
	height: 34px;
	background-color: #3399cc;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	line-height: 32px;
	text-align: center;
	color: #666;
	cursor: pointer;
	border: .5px solid #fff;
}
.RightOne .RigthInput{
	width: 300px;
	height: 34px;
	outline: none;
	float: left;
	border: 0;
	overflow: hidden;

}
.RigthInput::-webkit-input-placeholder{
font-size: 12px;
}
.RightdIV .RightErwei{
	width: 110px;
	height: 34px;
	float: right;
	line-height: 34px;
	font-size: 14px;
	background-color: #fff;
	color: #666;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	cursor: pointer;
}
.RightErwei .mgRight{
	width: 30px;
	height: 30px;
	margin-top: -4px;
}
.manager-left-nav{
	background-color: #fff;

}
/* 右边订单 */
.table-striped>tbody>tr:nth-of-type(odd){
	background-color: #fff;
}


