.fixedBox {
	background: rgb(255,255,255);
	border: 1px solid rgb(214,214,214);
	top: 300px;
	/*width: 70px;*/
	right: 8px;
	position: fixed;
	z-index: 9999;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	_position: absolute;
}

.fixedBox ul.fixedBoxList {
	padding: 0px;
	margin-bottom: 0px;
}

.fixedBox ul.fixedBoxList li{
	display: flex;
	justify-content:center;
	align-items:Center;
}

.fixedBox ul.fixedBoxList li.fixeBoxLi.fixeBoxLi {
	background: rgb(241,241,241);
	margin: 1px auto 0px;
	/*padding: 10px 1px 1px;*/
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
}

.fixedBox ul.fixedBoxList li.hover.cart_bd.fixeBoxLi {
	background: rgb(255,255,255);
	/*padding: 9px 0px 0px;*/
	border: 1px solid rgb(214,214,214);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.fixedBox ul.fixedBoxList li.hover.Service.fixeBoxLi {
	background: rgb(255,255,255);
	/*padding: 9px 0px 0px;*/
	border: 1px solid rgb(214,214,214);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.fixedBox ul.fixedBoxList li.hover.BackToTop.fixeBoxLi {
	background: rgb(241,241,241);
	margin: 1px auto 0px;
	/*padding: 10px 1px 1px;*/
	border: 0px currentColor;
	text-align: center;
	position: relative;
}

.fixedBox ul.fixedBoxList li.hover.Home.fixeBoxLi {
	background: rgb(241,241,241);
	margin: 1px auto 0px;
	/*padding: 10px 1px 1px;*/
	border: 0px currentColor;
	text-align: center;
	position: relative;
}

.fixedBox ul.fixedBoxList li.Home.fixeBoxLi a {
	width: 50px;
	height: 50px;
	text-decoration: none;
	display: flex;
	justify-content:center;
	align-items:Center;
}

.fixedBox ul.fixedBoxList li p.good_cart {
	background: rgb(58,163,24);
	padding: 0px 4px;
	top: 0px;
	height: 15px;
	right: 0px;
	color: rgb(255,255,255);
	line-height: 15px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	display: block;
	position: absolute;
}

.fixeBoxLi .fixeBoxSpan {
	margin: 0px auto;
	width: 26px;
	height: 24px;
	display: block;
	cursor: pointer;
}

.fixedBox ul.fixedBoxList li.fixeBoxLi strong {
	height: 22px;
	color: rgb(102,102,102);
	line-height: 22px;
	font-weight: normal;
	cursor: pointer;
}

.fixedBox ul.fixedBoxList li.cart_bd .cartBox {
	background: rgb(255,255,255);
	border: 1px solid rgb(214,214,214);
	left: -280px;
	top: -1px;
	width: 280px;
	display: none;
	position: absolute;
	z-index: 9999;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.fixedBox ul.fixedBoxList li.hover.cart_bd .cartBox {
	display: block;
}

.fixedBox ul.fixedBoxList li.hover .bjfff {
	background: rgb(255,255,255);
	top: 0px;
	width: 10px;
	height: 48px;
	right: -5px;
	position: absolute;
}

.fixedBox ul.fixedBoxList li.cart_bd .cartBox .cartBoxList {
	height: 296px;
	position: relative;
	z-index: 1000000;
	overflow-y: auto;
}

.fixedBox ul.fixedBoxList li.cart_bd .cartBox .cartBoxC ul {
	margin: 0px auto;
	width: 256px;
}

.fixedBox ul.fixedBoxList li.cart_bd .cartBox .cartBoxC ul li {
	height: 62px;
	padding-top: 11px;
	border-bottom-color: rgb(220,223,228);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: flex;
	justify-content:center;
	align-items:Center;
}

.fixedBox ul.fixedBoxList li.cart_bd .cartBox .cartBoxC ul li .p-img {
	border: 1px solid rgb(220,223,228);
	width: 48px;
	height: 48px;
	overflow: hidden;
	float: left;
}

.fixedBox ul.fixedBoxList li.cart_bd .cartBox .cartBoxC ul li .p-img img {
	width: 48px;
	height: 48px;
}

.fixedBox ul.fixedBoxList li.cart_bd .cartBox .cartBoxC ul li .p-name {
	width: 105px;
	height: 38px;
	text-align: left;
	line-height: 19px;
	overflow: hidden;
	padding-left: 8px;
	float: left;
}

.fixedBox ul.fixedBoxList li.cart_bd .cartBox .cartBoxC ul li .p-name a {
	color: rgb(102,102,102);
}

.fixedBox ul.fixedBoxList li.cart_bd .cartBox .cartBoxC ul li .p-detail {
	width: 72px;
	text-align: left;
	float: right;
}

.fixedBox ul.fixedBoxList li.cart_bd .cartBox .cartBoxC ul li .p-detail span.p-price {
	display: block;
}

.fixedBox ul.fixedBoxList li.cart_bd .cartBox .cartBoxC ul li .p-detail span.p-price strong {
	color: red;
	font-weight: normal;
}

.fixedBox ul.fixedBoxList li.cart_bd .cartBox .cartBoxC ul li .p-detail a.delete {
	color: rgb(153,153,153);
}

.fixedBox ul.fixedBoxList li.cart_bd .cartBox .message {
	background: url("../images/Service4.jpg") no-repeat 15px;
	height: 92px;
	line-height: 92px;
	padding-left: 80px;
}

.fixedBox ul.fixedBoxList li.cart_bd .cartBox .cartBoxFoot {
	margin: 0px auto;
	width: 256px;
	height: 48px;
	text-align: left;
	line-height: 48px;
}

.fixedBox ul.fixedBoxList li.cart_bd .cartBox .cartBoxFoot span {
	color: rgb(153,153,153);
	line-height: 48px;
	float: left;
}

.fixedBox ul.fixedBoxList li.cart_bd .cartBox .cartBoxFoot em {
	line-height: 48px;
	float: left;
}

.fixedBox ul.fixedBoxList li.cart_bd .cartBox .cartBoxFoot strong {
	color: red;
	line-height: 48px;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

.fixedBox ul.fixedBoxList li.cart_bd .cartBox .cartBoxFoot a#btn-payforgoods {
	background: rgb(255,102,51);
	border-radius: 2px;
	border: 1px solid rgb(228,109,29);
	width: 80px;
	height: 24px;
	text-align: center;
	color: rgb(255,255,255);
	line-height: 24px;
	margin-top: 11px;
	float: right;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffac75',endColorstr='#FF822F',GradientType='0');
	cursor: pointer;
	box-shadow: inset 1px 1px 0px #f8ccb0,inset -1px -1px 0px #f8ccb0;
	-moz-border-radius: 2px;
}

.fixedBox ul.fixedBoxList li.Service .ServiceBox {
	background: rgb(255,255,255);
	border: 1px solid rgb(214,214,214);
	left: -220px;
	top: -1px;
	width: 220px;
	display: none;
	position: absolute;
	z-index: 999;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.fixedBox ul.fixedBoxList li.hover.Service .ServiceBox {
	display: block;
}

.fixedBox ul.fixedBoxList li.Service .ServiceBox dl {
	margin: 0px auto;
	width: 200px;
	height: 85px;
	padding-top: 8px;
	border-bottom-color: rgb(214,214,214);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.fixedBox ul.fixedBoxList li.Service .ServiceBox dl dt {
	padding: 1px;
	border: 1px solid rgb(225,226,227);
	width: 71px;
	height: 71px;
	float: left;
}

.fixedBox ul.fixedBoxList li.Service .ServiceBox dl dt img{
	max-width: 100%;
	max-height: 100%;
}

.fixedBox ul.fixedBoxList li.Service .ServiceBox dl dd {
	width: 126px;
	text-align: left;
	float: left;
	text-align: center;
}
.fixedBox ul.fixedBoxList li.Service .ServiceBox dl dd:hover{
	/*color:#fff;*/
	background-color: #fff;
	border-left: none;
}

.fixedBox ul.fixedBoxList li.Service .ServiceBox dl dd strong {
	height: 20px;
	color: rgb(51,51,51);
	line-height: 20px;
	font-weight: bold;
}

.fixedBox ul.fixedBoxList li.Service .ServiceBox dl dd p.p1 {
	height: 18px;
	color: rgb(102,102,102);
	line-height: 18px;
	overflow: hidden;
	font-size: 12px;
}

.fixedBox ul.fixedBoxList li.Service .ServiceBox dl dd p.p2 {
	height: 30px;
}

.fixedBox ul.fixedBoxList li.Service .ServiceBox dl dd p.p2 a {
	background: rgb(244,244,244);
	border: 1px solid rgb(216,216,216);
	width: 70px;
	height: 22px;
	text-align: center;
	color: rgb(51,51,51);
	line-height: 22px;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f2f2f2',GradientType='0');
	cursor: pointer;
}

.fixedBox ul.fixedBoxList li.Service .ServiceBox dl.contact-phone dd p.p2 {
	color: #ff7900;
	font-family: Verdana;
}

.fixedBox ul.fixedBoxList li.BackToTop.fixeBoxLi{
	cursor: pointer;
}

.fixedBox ul.fixedBoxList li.BackToTop.fixeBoxLi strong {
	width: 60px;
	height: 55px;
	text-decoration: none;
	display: flex;
	justify-content:center;
	align-items:Center;
}
.fixedBox ul.fixedBoxList li img{
	width: 50%;
	height: 50%;
}

/* 发送邮件部分 */
.fixedBox ul.fixedBoxList li.contactus{
	cursor: pointer;
}
.contactBox{
	position: fixed;
	background-color: #fff;
	right: 10%;
	bottom: 10%;
	width: 70vw;
	z-index: 1200;
	display: none;
}
.contactBox #quickFeedback1{
	margin-bottom: 0;
}
.contactBox #quickFeedback1 .row{
	clear: both;
}
.contactBox #quickFeedback1 .title{
	margin-top: 0;
	width: 100%;
	text-align: left;
	text-indent: 10px;
	background-color: #323534;
}
.contactBox #quickFeedback1 .iBoxList3{
	overflow-y: scroll;
	max-height: 80vh;
}
.contactBox #quickFeedback1 .iBoxList3 .bottom{
	position: static;
	text-align: right;
	margin-bottom: 30px;
}
.contactBox .close-contact{
	position: absolute;
	top: -4px;
	right: 7px;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}

/*分享部分*/
.fixedBox ul.fixedBoxList li.hover.share.fixeBoxLi{
	background: rgb(255,255,255);
	/*padding: 9px 0px 0px;*/
	border: 1px solid rgb(214,214,214);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.fixedBox ul.fixedBoxList li.share .ServiceBox {
	background: rgb(255,255,255);
	border: 1px solid rgb(214,214,214);
	left: -351px;
	top: -1px;
	width: 350px;
	display: none;
	position: absolute;
	z-index: 999;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	padding-top: 5px;
}
.fixedBox ul.fixedBoxList li.hover.share .ServiceBox {
	display: block;
}
