/*miECS2014 for ECS2.0*/
body {
	font:13px/1.5 "Microsoft Yahei",simsun,Arial,Helvetica,sans-serif;
	color:#696969;
}
a {
	color:#656D78;
}
a:hover {
	color:#F84858;
	text-decoration:none;
}
.logo {margin-left:10px;}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clr {
	min-height:1%;
	_height:1%;
}
.clr:after {
	clear:both;
	content:".";
	overflow:hidden;
	height:0;
	display:block;
}
.clear {
	clear:both;
}
:focus {
	outline:0 none;
}
img {
	vertical-align:middle
}
h1,h2,h3,h4,h5,h6 {
	color: #111;margin: 5px 0;font-weight: bold;}
h6 {
	font-size:12px;
	font-weight:normal;
}
p {
	margin:0;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt15 {
	margin-top:15px;
}
.mt20 {
	margin-top:10px;
}
.radius5 {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.hover-border {
	border:5px solid rgba(0,0,0,0.05);
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	display:none;
}
.Navigation {
/*
	height:24px;
	padding:5px 0;
*/
	padding-left: 18px;
	background: url('ui/Navigation.gif') no-repeat scroll 0px 12px transparent;
	line-height:36px;
	color:#434A54;
}
.Navigation a {
	color:#434A54;
}
.Navigation a:hover {
	color:green;
}
/* ----- 容器 -----*/
body {
	background:#F5F7FA;
} 
.wrap {
	width:1190px;
	margin-left:auto;
	margin-right:auto;
}
/* ----- 头部 ----- */
.topmenu {
	padding:25px 0 15px;
}
.search {
	padding:30px 0 0 230px;
	width:370px;
	float:left;
}
.search .SearchBar {
	width:364px;
	height:34px;
	padding:3px;
	background:url("ui/base.gif") no-repeat 0 0;
}
.search .SearchBar input {
	padding:0;
	border:none;
}
.search .SearchBar .keywords {
	height:15px;
	line-height:15px;
	padding:10px 0 9px 10px;
	color:#CCD1D9;
	width:320px;
	_padding:9px 0 8px 10px;
}
.search .SearchBar .btn_search {
	background:none;
	height:34px;
	width:34px;
	text-indent:-999em;
	overflow:hidden;
	cursor:pointer;
}
.search .SearchBar .btn_search:hover {
	background:url("ui/base.gif") no-repeat -375px 0;
}
.search-words {
	padding-top:6px;
}
.search-words .urllist li {
	margin-right:10px;
	display:inline;
}
.search-words .urllist a {
	color:#AAB2BD;
}
.search-words .urllist a:hover {
	color:#333;
	text-decoration:underline;
}
.quickmenu {
	padding-top:10px;
}
.quickmenu .item {
	float:left;
	color:#434A54;
	height:15px;
	line-height:15px;
	border-right:1px solid #CCD1D9;
	padding:0 10px;
}
.quickmenu .item a {
	color:#434A54;
}
.quickmenu .item a:hover {
	color:#F84858;
}
.quickmenu .cart {
	border-right:none;
	padding:0;
	width:110px;
}
.quickmenu .has-minicart {
	width:110px;
}
.loginbar .uname {
	color:#DD4250;
}
.loginbar em {
	padding:0 3px;
}
.cart .op-cart-number {
	height: 14px;
	line-height: 14px;
	padding: 0 4px;
	margin-left: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-style: normal;
	background: #85c143;
	color: #fff;
}
.minicart {
	text-align:right;
	position:relative;
	z-index:99999;
}
.minicart .icon {
	font-size:12px;
	margin-right:3px;
}
.minicart-text {
	padding:12px 0 0 27px;
	background:url("ui/ico.gif") no-repeat 16px 12px;
	position:absolute;
	z-index:99999;
	left:-5px;
	top:-15px;
	width:82px;
	border-width:3px 3px 0;
	border-style:solid;
	border-color:#F5F7FA;
	height:25px;
}
.minicart-text:hover,.minicart-active .minicart-text {
	background-color:#FFF;
	border-color:#EDEDED;
}
.minicart .btn-tocart {
	padding-left:20px;
	padding-right:20px;
	color:white;
	background-color:#FF8800;
	margin-left:10px;
	vertical-align:top;
}
.minicart-cont {
	width:300px;
	overflow-y:auto;
	overflow-x:hidden;
	display:none;
	background-color:white;
	border-right:1px solid #FF8800;
	position:absolute;
	right:0;
	top:22px;
	z-index:99989;
	text-align:left;
	line-height:18px;
	border:3px solid #EDEDED;
}
.minicart-cont .goods-item {
	border-bottom:1px dashed #e0e0e0;
	padding:10px;
}
.minicart-cont .goods-pic {
	width:60px;
	height:60px;
	line-height:58px;
	*line-height:60px;
	border:1px solid #cccccc;
	overflow:hidden;
	text-align:center;
	*font-size:54px;
	font-family:Arial;
	float:left;
}
.minicart-cont .goods-pic img {
	max-width:60px;
	max-height:60px;
	vertical-align:middle;
}
.minicart-cont .goods-info {
	margin-left:70px;
}
.minicart-cont .goods-name {
	margin-bottom:10px;
}
.minicart-cont .goods-name a {
	color:#666666;
}
.minicart-cont .goods-name a:hover {
	color:#666666;
}
.minicart-cont .goods-price {
	overflow:hidden;
}
.minicart-cont .p-price,.minicart-cont .p-quantity {
	color:#fc6b00;
	display:inline;
	margin-right:0;
}
.minicart-cont .action-delete {
	float:right;
	*margin-top:-16px;
}
.minicart-cont .no-information,.minicart-cont .loading {
	font-size:14px;
	text-align:center;
	padding:15px 0;
	color:#AAB2BD;
}
.minicart-cont .loading {
	background:none;
}
.has-minicart {
	text-align:center;
}
.minicart-active .minicart-cont {
	display:block;
}
.minicart-info {
	background-color:#f9f9f9;
	text-align:right;
	padding:10px;
}
.quickmenu .minicart-info .btn-tocart {
	display:inline-block;
	line-height:25px;
	margin-top:10px;
	color:#FFF;
}
.quickmenu .minicart-info .btn-tocart:hover {
	color:#FFF;
}
.topmenu-right {
	/*width:450px;*/
}
.topmenu-right .time-notice {
	padding:0 20px 0 22px;
	background:url("ui/ico.gif") no-repeat 0 -26px;
	margin-top:22px;
}
.topmenu-right .time-notice a {
	color:#AAB2BD;
}
.topmenu-right .time-notice a:hover {
	color:#333;
	text-decoration:underline;
}
.menu {
	height:45px;
	line-height:45px;
	border-radius:4px 4px 4px 0;
	-webkit-border-radius:4px 4px 4px 0;
	-moz-border-radius:4px 4px 4px 0;
	background:#fc6b00;
	color:#FFF;
}
.menu .fl	{padding-left: 4px;}
.menu .fr	{padding-right: 4px;}
.menu .all-category {
	width:229px;
	/*border-right:1px solid #DD4250;*/
	position:relative;
	z-index:10000;
}
.category-handle {
	line-height:45px;
	padding-left:20px;
	/*$$*/
	font-size:16px;
}
.category-box {
	position:absolute;
	left:0;
	top:45px;
	z-index:1000;
	/*width:230px;
	height:578px;
	background:#FFF;*/
	border-top:2px solid #F5F7FA;
}
.category-list {
	/*width:230px;*/
	position:relative;
	z-index:1;
	background:#ECEAE4;
}
.category-list .category-item {
	/*width:230px;*/
	height:40px;
	line-height:40px;
	vertical-align:middle;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
/*
.category-list .category-item .cat-root-box {
	background:url("ui/ico.gif") no-repeat right -46px;
}
*/
.category-list .cat-root-box a {
	font-size:14px;
	display:block;
	padding:0 20px;
	width:120px;
}
.category-list .cat-root-box a:hover	{background-color:#CCC;font-weight: bold;}
/*二级弹出菜单*/
.category-list .cat-children-box {
	border:3px solid #E5E5E5;
	left:230px;
	visibility:hidden;
	position:absolute;
	z-index:90;
	top:-1px;
	background:#FFF;
	width:185px;
	padding:0 20px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	/*$$*/
}
.category-list .active .cat-children-box {
	visibility:visible;
}
.category-list .sub-category li {
	padding-left:5px;
	height:41px;
	line-height:41px;
	overflow:hidden;
}
.category-list .cat-children a {
	font-size:14px;
	color:#434A54;
}
.category-list .cat-children a:hover {font-weight: bold;}
.category-list .cat-children {
	position:relative;
	z-index:9999;
}
.category-list .cat2-allcat {
	border-top:1px solid #E5E5E5;
	padding-left:35px;
	background:url("ui/ico.gif") no-repeat 10px -78px;
}
.category-list .cat-children .cat-arrow {
	width:12px;
	height:18px;
	background:url("ui/cat_arrow.gif") no-repeat 0 0;
	display:block;
	position:absolute;
	top:40px;
	left:-32px;
	z-index:99999;
}
.category-box .category-list .no-lv2 .cat-children-box {
	visibility:hidden;
}
.category-list .no-lv2 .cat-root-box {
	/*background:#FFF;*/
	border-color:#FAFAFA;
	position:relative;
	z-index:1000;
}
.category-list .active .cat-root-box {
	position:relative;
	z-index:1;
}
.MenuList li {
	float:left;
}
.MenuList li a {
	padding:0 12px;
	color:#FFF;
	font-size:16px;
	/*$$*/
	display:block;
	text-shadow: 0 1px 0 #666;
}
.MenuList li a:hover,.MenuList .current a {
	/*导航菜单hover
	color:#FFF;*/
	border-bottom:2px solid yellow;
	height: 42px;
	transition:border-color 1s ease;
}
/* ----- 底部 -----*/
.helparea {
	border:10px solid #FFF;
	background:#F5F7Fa;
}
.promise {
	padding:20px 0;
	border-bottom:1px solid #EDEDED;
}
.promise li {
	width:210px;
	height:40px;
	color:#656D78;
	float:left;
	border-right:1px solid #CCD0D9;
	padding-left:81px;
}
.promise .b-one {
	font-size:42px;
	margin-right:5px;
	line-height:40px;
	float:left;
}
.promise .s-one {
	float:left;
	font-size:14px;
	width:130px;
}
.promise .item4 {
	border:none;
}
.helpcenter {
	padding:20px 0;
}
.helpcenter .l-column {
	width:850px;
}
.helpcenter .l-column .item {
	float:left;
	width:120px;
	padding-left:50px;
	line-height:2;
}
.helpcenter .content-title,.helpcenter .l-column .item5 h6 {
	font-size:15px;
	font-weight:bold;
	padding-bottom:2px;
}
.helpcenter .article-index-list li {
	height:28px;
	line-height:28px;
	overflow:hidden;
}
.helpcenter .article-index-list li a,.helpcenter .l-column .item5 li a {
	color:#434A54;
}
.helpcenter .article-index-list li a:hover,.helpcenter .l-column .item5 li a:hover {
	color:green;
}
.helpcenter .l-column .item5 li a {
	padding-left:28px;
	background:url("ui/ico.gif") no-repeat 0 0;
}
.helpcenter .l-column .item5 .weibo a {
	background-position:0 -120px;
}
.helpcenter .l-column .item5 .qzone a {
	background-position:0 -152px;
}
.helpcenter .l-column .item5 .weixin a {
	background-position:2px -184px;
}
.helpcenter .l-column .item5 .weibo a:hover {
	background-position:0 -214px;
}
.helpcenter .l-column .item5 .qzone a:hover {
	background-position:0 -246px;
}
.helpcenter .l-column .item5 .weixin a:hover {
	background-position:2px -277px;
}
.helpcenter .r-column {
	width:200px;
	padding-right:20px;
}
.helpcenter .r-column .phone {
	padding-left:33px;
	background:url("ui/base.gif") no-repeat -466px 5px;
	font-size:24px;
	color:#434A54;
	font-family:Arial;
}
.helpcenter .r-column .service-time {
	color:#434A54;
	padding:3px 0 10px;
}
.helpcenter .r-column .contact-us a {
	width:190px;
	height:40px;
	display:block;
	background:url("ui/base.gif") no-repeat 0 -45px;
	text-indent:-999em;
	overflow:hidden;
}
.helpcenter .r-column .contact-us a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	*zoom:1;
}
.friend-link {
	padding-top:20px;
	color:#434A54;
}
.friend-link a {
	color:#434A54;
}
.friend-link a:hover {
	color:#F84858;
}
.friend-link .urllist {
	text-align:center;
}
.friend-link .urllist li {
	display:inline;
	margin-right:10px;
}
.friend-link .urllist .front {
	margin:0;
}
.sys-copyright {
	text-align:center;
	padding:10px 0;
	color:#434A54;
}
/* ----- 首页 ----- */
.index-top {
	margin:10px 0 0 0px;
}
.banner img {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.banner-ad {
	margin-top:10px;
}
.banner-ad li {
	float:left;
	margin-right:10px;
}
.banner-ad .last {
	margin:0;
}
.banner-ad .ad-item {
	position:relative;
	z-index:1;
}
.banner-ad .hover-border {
	width:220px;
	height:140px;
}
.banner-ad .ad-item:hover .hover-border {
	display:block;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.banner-ad .ad-item a:hover img {
	filter:alpha(opacity=70);
}
.banner-ad img {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.floor0 {
	margin-top:10px;
}
.floor0 .l-column {
	width:950px;
}
.floor0 .r-column {
	width:230px;
}
.floor0 .new-coming,.floor0 .tejia-goods {
	background:#FFF;
}
.floor0 .new-coming .hd {
	height:50px;
	border-bottom:1px solid #E6E9ED;
	line-height:50px;
}
.floor0 .new-coming .hd h3,.floor .hd h3 {
	padding-left:20px;
	font-size:18px;
	color:#434A54;
	/*$$*/
	font-weight:normal;
}
.floor0 .new-coming .bd {
	padding:10px;
}
.floor0 .adlist li {
	float:left;
	_display:inline;
	position:relative;
	z-index:1;
}
.floor1 .adlist li,.floor4 .adlist li {
	position:relative;
	z-index:1;
}
.floor0 .adlist .item1,.floor0 .adlist .item2 {
	margin-right:10px;
	margin-bottom:10px;
}
.floor0 .adlist .item3,.floor0 .adlist .item4,.floor0 .adlist .item8 {
	margin-bottom:10px;
}
.floor0 .adlist .item5,.floor0 .adlist .item6,.floor0 .adlist .item7 {
	margin-right:10px;
}
.floor0 .adlist a:hover img,.floor1 .adlist a:hover img,.floor4 .adlist a:hover img {
	filter:alpha(opacity=70);
}
.floor0 .adlist .item1 a:hover .hover-border,.floor1 .top-area .adlist .item1 a:hover .hover-border,.floor1 .rb-area .adlist .item2 a:hover .hover-border,.floor4 .adlist .ad-item a:hover .hover-border {
	display:block;
	width:450px;
	height:300px;
}
.floor0 .adlist .item2 a:hover .hover-border,.floor0 .adlist .item5 a:hover .hover-border,.floor0 .adlist .item6 a:hover .hover-border,.floor0 .adlist .item7 a:hover .hover-border,.floor1 .top-area .adlist .item2 a:hover .hover-border,.floor1 .top-area .adlist .item3 a:hover .hover-border,.floor1 .rb-area .adlist .item1 a:hover .hover-border,.floor1 .rb-area .adlist .item3 a:hover .hover-border {
	display:block;
	width:215px;
	height:300px;
}
.floor0 .adlist .item3 a:hover .hover-border,.floor0 .adlist .item4 a:hover .hover-border,.floor0 .adlist .item8 a:hover .hover-border,.floor0 .adlist .item9 a:hover .hover-border,.floor1 .top-area .adlist .item4 a:hover .hover-border,.floor1 .top-area .adlist .item5 a:hover .hover-border,.floor1 .lb-area .adlist .item1 a:hover .hover-border,.floor1 .lb-area .adlist .item2 a:hover .hover-border {
	display:block;
	width:215px;
	height:140px;
}
.tejia-goods {
	text-align:center;
}
.tejia-goods h3 {
	font-size:18px;
	padding-top:13px;
	font-size:18px;
	font-weight:bold;
	color:#656D78;
}
.tejia-goods h6 {
	font-weight:normal;
}
.tejia-goods p {
	color:#DA4453;
}
.tejia-goods .goodpic {
	padding:12px 0;
}
.index-news {
	background:#FFF;
	height:108px;
	padding:13px 10px 0 20px;
}
.index-news li {
	height:24px;
	line-height:24px;
	overflow:hidden;
	padding-left:10px;
	background:url("ui/dot.gif") no-repeat 0 12px;
}
.floor {background:#FFF;}
.floor .hd {height:50px;line-height:50px;border-bottom:1px solid #E6E9ED;}
.floor1 .bd {padding:10px;}
.floor1 .ad-item,.floor1 .pic-item {float:left;	_display:inline}
.floor1 .top-area .item1,.floor1 .top-area .item2,.floor1 .top-area .item3 {margin-right:10px;margin-bottom:10px;}
.floor1 .top-area .item4,.floor1 .top-area .item5,.floor1 .lb-area .item1 {margin-bottom:10px;}
.floor1 .lb-area {width:225px;margin-right:10px;}
.floor1 .rb-area .item1,.floor1 .rb-area .item2 {margin-right:10px;}
.floor2 .l-column {padding:16px 12px 0px 10px;width:460px;text-align: center;}
.floor2 .l-column .goods-item {padding-bottom: 18px;}
.floor2 .r-column {width:708px;}
.floor2 .r-column .goods-item {float:left;height:285px;	width:313px;
/*首页商品边框
	border-width:0 0 1px 1px;
	border-style:solid;
	border-color:#EDEDED;
	*/
	padding:15px 20px;
	text-align:center;
}
.floor2 .r-column .goods-name {margin:12px 0 5px;height:21px;line-height:21px;overflow:hidden;}
.floor2 .l-column .goods-name {margin:17px 26px 10px;overflow:hidden;}
.floor2 .l-column  .goods-item .goods-pic	{overflow:hidden;}
.floor2 .goods-name a {color:#434A54;font-size:14px;}
.floor2 .goods-name a:hover {color:#F84858;}
.floor2 .market-price {text-decoration:line-through;color:#DDD;}
.floor2 .selling-price {font-size:24px;color:#ED5567;}
.floor2 .l-column .goods-name a {font-size:18px;}
.floor3 .goodsshow li {float:left;width:256px;padding:15px 20px;text-align: center;/* border-width:0 1px 1px 0;border-style:solid;border-color:#EDEDED;height:285px;*/}
.floor3 .goodsshow li .goodsbox{border:2px solid #fff;padding-bottom: 10px;}
.floor3 .goodsshow li .goodsbox:hover{border-color: #f87716;}
.floor3 .goodsshow .last {border-right:none;}
.floor3 .goodpic {/*padding:25px 0;*/padding-bottom: 20px;}
.floor3 .info h6 {padding: 0 12px;height:36px;line-height:18px;	overflow:hidden;/*font-size:14px;*/	font-weight:normal;}
/*.floor3 .info h6 a {color:#434A54;}*/
.floor3 .info h6 a:hover {color:#F84858;}
.floor3 .info p {padding-top:2px;}
.floor3 .info .price1 {color: #F60;	font-size: 18px;}
.floor3 .l-column {width:460px;height:310px;padding:10px;}
.floor3 .r-column .goodsshow li {float:left;border-width:0 0 0 1px;	border-style:solid;	border-color:#EDEDED;width:195px;height:300px;text-align:center;padding:15px 20px;}
.floor3 .r-column .goodpic {padding:20px 0;}
.floor3 .info h6 {margin:12px 0 5px;height:21px;line-height:21px;overflow:hidden;font-size:14px;}
.floor4 .info h6 a {color:#434A54;}
.floor4 .info h6 a:hover {color:#F84858;}
.floor4 .price1 {font-size:24px;color:#ED5567;padding-right:5px;}
.floor3 .mktprice1 {text-decoration:line-through;color:#DDD;}
.floor3 .goodsshow li {position:relative;z-index:1;}
.floor3 .goodsshow .count {width:50px;height:40px;color:#FFF;display:block;	position:absolute;top:17px;left:22px;font-size:14px;font-family:Verdana;z-index:1;	background:url("ui/count.gif") no-repeat 0 0;line-height:30px;font-weight:bold;}
/* ----- 补白 ----- */
.signup,.mod-content,.brands-list .items dl,.consult-title,.consult-content,.panel-top,.gallery-filter {background:#FFF;}
.page-aside {float:left;width:150px;background:#FFF;}
.page-article {	margin-left:160px;}
.gallery-total-info {margin-top:5px;}
/* ----- 商品详情页自定义仿4.85 ----- */
.detail-content {padding: 0 20px;}
.product-titles	{border-bottom: 1px dotted #ddd;}
.product-titles h2	{color: #434A54;}
.product-concerns	{/*padding: 10px 0;*/}
.product-params	{border-bottom: 1px dotted #ddd;/*padding: 10px 0;*/margin: 0 0 5px 0;}
.product-concerns li	{line-height: 23px;padding-left: 15px;background: url(ra.gif) no-repeat 0 8px;}
.product-container	{padding: 5px;margin-top: 10px;}
.pop-body	{/*bottom: 28px;*/}
.tags-hd	{/*height: 36px;*/width:127px;line-height: 30px;text-align: center;}
.product-album-zoom	{background-color:transparent;}
.product-information .pop-wrapper {vertical-align: bottom;}
.btn span {border-radius: 5px;}
/* -----商品列表页-----*/
.goods-item .goods-name {padding: 0 20px;font-size:116%;}
.goods-item {-webkit-transition: -webkit-box-shadow .5s linear;transition: box-shadow .5s linear;}
.goods-item:hover {-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);box-shadow: 0 5px 15px rgba(0,0,0,0.2);/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";opacity: 1;filter: alpha(opacity=100)\9;*/}
.goods-item:hover .goods-pic img{transform:scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);}
.goods-item .goods-pic img{-webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);}
.goods-item .goods-info .goods-price ins{font-size: 24px;font-weight: 100;}
.filter-title h3	{font-size: 1em;}
/*独立页*/
.pageWrap {	padding: 5px 20px 10px;	line-height: 2;	background-color: #fff;	/*border: 1px solid #ccc;*/}
.pageWrap h4 {margin: 10px 0;}
.pageWrap ul.list li {background: url(ra.gif) no-repeat 0 8px;padding-left: 15px;margin-left: 20px;}
.pageWrap  p {text-indent: 2em;}
.liststyle {border: 1px solid #ddd;width: 100%;margin: 0;}
.liststyle thead th {text-align: center;font-size: 12px;white-space: nowrap;font-weight: 700;background: url(/public/app/b2c/statics/images/tablethbg.gif);border-bottom: 1px solid #ccc;border-right: 1px solid #ddd;padding: 4px 3px;}
.liststyle td, .liststyle th {vertical-align: middle;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;padding: 4px 3px;}
/* 在线客服 */
.float-bar{position:fixed;right:0;top:50%;}
.float-bar li{cursor:pointer;text-align:center;margin-bottom:5px;position:relative;}
.float-bar li .ic{font-size:20px;display:block;width:46px;height:46px;line-height:46px;background-color:#CFCFCF;color:#fff;}
.float-bar li .ic:hover{background-color:#3A3A3A;}
.float-bar li.mes a{color:#fff;}
.float-bar .sub-cont{position:absolute;left:111px;top:0;border-radius:5px 0 0 5px;background-color:#C50000;color:#fff;height:46px;line-height:46px;padding:0 10px;font-size:14px;}
/*信任登陆*/
.trust-signin{text-align: center;}
.trust-signin span {font-weight: bold;}
.trust-signin img{vertical-align: middle;padding: 2 3px;width: 120px;height: 24px;}
/*注册登录页*/
.signin-page-wrap{padding-top: 10px;background-color: #fff;background: url(pic/loginbg.jpg) 0 10px no-repeat;}
.signup-aside{text-align: center;margin-left: 640px;padding-bottom: 330px;background: url(pic/loginbg.jpg) 10px 0px no-repeat;}
/*支付宝网关支付样式补充*/
.payment-bank .switchable-trigger{text-align: center;width: 100px;float: left;}
/*回顶部*/
.back_top{ width:40px; height:40px; position:fixed; right:5%; bottom:10%; display:none;  padding:2px; cursor:pointer;  overflow:hidden; background:#666; transition: all ease-in .15s; -webkit-transition: all ease-in .15s; -moz-transition: all ease-in .15s; -ms-transition: all ease-in .15s; -o-transition: all ease-in .15s;}
.back_top:hover { border-radius:25px;}
/*文章内容页边框*/
.article-main{border-radius:5px;font-size:15px;}
.Navigation span{color: #bd0000;margin-right: 5px;}
/* 在线客服 */
.im { position: absolute; z-index: 1000; }
.im .im-bar { width: 16px; padding: 10px 12px; background-color: #aaaaaa; position: relative; color: white;float: left;_display: inline; }
.im .im-bar .icon { font-size: 14px; display: block; height: 20px; }
.im .im-bar .arrow { position: absolute; border-width: 6px 4px; border-style: solid dashed dashed solid; border-color: #aaaaaa transparent transparent #aaaaaa; bottom: -12px; left: 0; width: 0; height: 0; _font-size: 0; _line-height: 0; }
.im .im-main { border: 1px solid #A9A9A9; float: right; _display: inline; padding: 25px 20px; background-color: white; }
.im .im-item { margin: 5px 0; }
/*在线客服 */