@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html, button, input, select, option, textarea {
 	outline: none;
	vertical-align: middle;
}
html {
	overflow-y: auto;
 	-webkit-overflow-scrolling: touch;
}
input[type="button"] , input[type="submit"] {
	-webkit-appearance: button;
	border: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	outline: none;
	font-family: "Microsoft Yahei",tahoma,arial;
}

input[type="text"] , input[type="password"] {
	padding: 5px;
/* 	height: 26px;
	line-height: 26px; */
	font-size: 12px;
	border: 1px solid #e4e4e4;
	outline: none;
	font-family: "Microsoft Yahei",tahoma,arial;
}
select {
	padding: 0;
	font-size: 12px;
	border: 1px solid #e4e4e4;
	font-family: "Microsoft Yahei",tahoma,arial;
	outline: none;
  cursor: pointer;
}
textarea {
  padding: 5px;
	border: 1px solid #e4e4e4;
	font-size: 12px;
	overflow-y: auto;
	outline: none;
	font-family: "Microsoft Yahei",tahoma,arial;
}
body {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-family: "Microsoft Yahei",tahoma,arial;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	font-size-adjust: none;
	font-stretch: normal;
}
img {
	border: 0;
	vertical-align: middle;
}
em , i {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	background: transparent;
	text-decoration: none;
	color: #333;
	border: 0;
}
p {
	margin: 0;
	padding: 0;
}
ul , ol , li {
	list-style:none;
	outline: none;
}
.clear {
	zoom: 1;
}
.clear:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.long-con{
  	display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.online {
	color: #28b779;
}
.offline {
	color: #f37b1d;;
}
.warning{
	color: #F60;
}
.success{
	color: #28b779;
}
.fail{
	color: red;
}
.hightlight{
	color: #F60;
}
/*通用*/

/* 将要废弃的 */
/* .clear {
	clear: both;
}
table{border-spacing: 0px;}
img {
	border: none;
	border:0;
}
body {
	font-size: 12px; 
	font-family: "Microsoft YaHei";
	color: #333;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #999;
}

em {
	font-style: normal;
}
input {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
button {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
option {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
h1, h2, h3, h4, h5, h6, input, textarea, select, button {
	font-size: 100%;
} */
legend {
	color: rgb(0, 0, 0);
}
#doc {
	width: 100%;
	min-width: 1190px;
}
#hd {
	width: 100%;
	min-width: 1190px;
	position:relative;
	z-index:1980;
}
#ft {
	width: 100%;
	min-width: 1190px;
}
#bd {
	margin: 0px auto;
	width: 100%;
	clear: both;
}
#hdmain {
	height: 120px;
	background-color: #fff;
	overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
#hdmain .top-main {
	height: 120px;
}
#hdmain .ilogo {
	width: 324px;
	height: 89px;
	margin-top: 21px;
	float: left;
}
#hdmain .ilogo a {
	width: 324px;
	height: 89px;
	overflow: hidden;
	display: block;
}
#hdmain .pop-ilogo {
	height: 76px;
	padding-right: 3px;
	margin-top: 21px;
	float: left;
}
#hdmain .pop-ilogo a {
	background: url("/rs/img/pop-logo.png") no-repeat 0px 0px rgb(238, 238, 238);
	width: 96px;
	height: 76px;
	text-indent: -999px;
	overflow: hidden;
	float: left;
}
#hdmain .pop-ilogo .pop-title {
	padding-top: 34px;
	float: left;
}
#hdmain .pop-ilogo h3 {
	font: 400 16px/22px "微软雅黑";
	height: 22px;
	color: rgb(229, 0, 79);
	overflow: hidden;
	padding-left: 10px;
	max-width: 180px;
	font-size-adjust: none;
	font-stretch: normal;
}
#hdmain .pop-ilogo h4 {
	font: 400 16px/20px "微软雅黑";
	height: 22px;
	color: rgb(229, 0, 79);
	overflow: hidden;
	padding-left: 10px;
	max-width: 180px;
	font-size-adjust: none;
	font-stretch: normal;
}
#hdmain .itype {
	width: 145px;
	height: 80px;
	overflow: hidden;
	margin-top: 18px;
	float: left;
}
#hdmain .itype .line {
	margin: 6px 10px 0px;
	width: 0px;
	height: 70px;
	overflow: hidden;
	border-left-color: rgb(239, 239, 239);
	border-left-width: 1px;
	border-left-style: solid;
	float: left;
}
#hdmain .itype a {
	width: 120px;
	height: 80px;
	float: left;
}
#hdmain .itype img {
	width: 120px;
	height: 80px;
	vertical-align: top;
}
#hdmain .isearch {
	width: 568px;
	margin-top: 40px;
	float: right;
	position: relative;
	z-index: 401;
}

#hdmain .searchbox {
	border-image: none;
    width: 571px;
   	height:45px;
    margin-bottom: 8px;
}

#hdmain .searchbox input {
	background: none; 
	border:2px solid #4eae31;
    width: 490px;
    height: 41px;
    color: #888;
    line-height: 41px;
    float: left;
    font-size: 16px;
    padding: 0px; 
    padding-left: 10px;
}
#hdmain .searchbox button {
	background: url(../images/fdj.png) no-repeat center center #323333;
	border:none;
    width: 54px;
    height: 45px;
    text-indent: -1000em;
    overflow: hidden;
    display:inline-block;
    cursor: pointer;
}

#hdmain .hotkeyword {
	width: 498px;
	height: 18px;
	overflow: hidden;
}
#hdmain .hotkeyword a {
	color: rgb(136, 136, 136);
	margin-right: 12px;
	float: left;
}
#hdmain .hotkeyword a:hover {
	color: rgb(229, 0, 79);
	text-decoration: underline;
}
#hdmain .keywords-list {
	background: rgb(255, 255, 255);
	border: 2px solid rgb(50, 51, 51);
	border-image: none;
	left: 0px;
	top: 32px;
	width: 450px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 9999;
	-ms-zoom: 1;
}
#hdmain .keywords-list ul {
	padding: 10px 0px;
}
#hdmain .keywords-list li {
	height: 26px;
	line-height: 26px;
	clear: both;
	display: block;
	cursor: pointer;
	-ms-zoom: 1;
}
#hdmain .keywords-list .split-line {
	margin: 6px 10px 4px;
	height: 0px;
	overflow: hidden;
	border-top-color: rgb(210, 210, 210);
	border-bottom-color: rgb(255, 255, 255);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#hdmain .keywords-list .cur-cat {
	padding-left: 12px;
}
#hdmain .keywords-list .cur-cat strong {
	color: rgb(229, 0, 79);
	font-weight: normal;
}
#hdmain .keywords-list li div {
	padding: 0px 10px;
	width: 140px;
}
#hdmain .keywords-list .selected {
	background: rgb(238, 238, 238);
	color: rgb(229, 0, 79);
}
#hdmain #J-MiniCart {
	margin: 40px 0px 0px 18px;
	width: 160px;
	height: 45px;
	float: right;
	position: relative;
	z-index: 402;
}

#hdmain #J-MiniCart a{
	display: block;
    width: 118px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    color: #888;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    padding: 3px 15px;
    font-size: 13px;
}

#hdmain #J-MiniCart a.cart:hover {
  background: #4eae31;
  color: #fff;
  border: 1px solid #4eae31;
}

#hdmain #J-MiniCart .cart i {
    background: url(../images/cart.png) no-repeat;
}

#hdmain #J-MiniCart a.cart:hover i {
  background: url(../images/cart-w.png) no-repeat;
}
#hdmain #J-MiniCart a i {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin: 4px 10px 0 0;
}

#hdmain #J-MiniCart a.cart span {
    background: #4eae31;
}
#hdmain #J-MiniCart a span {
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: top;
    margin: 7px 0 0 8px;
    text-align: center;
    line-height: 18px;
    padding: 0 5px;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}
#hdmain #J-MiniCart a.cart:hover span {
  background: #fff;
  color: #4eae31;
}

.yt-wrap {
	margin: 0px auto;
	width: 1200px;
}
#doc-w {
	width: 100%;
}
.w_back{ background:#fff;}
.cf {
	-ms-zoom: 1;
}
.cf::after {
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
	content: ".";
}
.hidden {
	display: none;
}
.f-hidden {
	display: none !important;
}
.tab-content {
	overflow: hidden;
}
p.breakword {
	-ms-word-break: break-all;
	-ms-word-wrap: break-word;
}
h1.breakword {
	-ms-word-break: break-all;
	-ms-word-wrap: break-word;
}
div.breakword {
	-ms-word-break: break-all;
	-ms-word-wrap: break-word;
}
.red {
	color: #ff3300;
}
.hide{display:none;}
.fl {
	float: left;
}
.fr {
	float: right;
}
.textcenter {
	text-align: center;
}
.btnlink a,a.btnlink{ 
display:inline-block;
overflow: hidden;
position: relative; 
height: 30px;
line-height: 30px;
padding:0 20px;
background-color: #4eae31;
color: #fff;
font-family: 'Microsoft Yahei';
font-size: 14px;
text-align: center;
}
.v_align_mid *{ vertical-align:middle;}

.m10 {
	margin-top: 10px;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
}
.pink {
	color: rgb(229, 0, 79);
}
a.pink {
	color: rgb(229, 0, 79);
}
.red {
	color: red;
}
a.red {
	color: red;
}
a.red:hover {
	color: rgb(229, 0, 79);
}
.blue {
	color: blue;
}
a.blue {
	color: blue;
}
a.blue:hover {
	color: rgb(229, 0, 79);
}
.green {
	color: green;
}
a.green {
	color: green;
}
a.green:hover {
	color: rgb(229, 0, 79);
}
.gray {
	color: gray;
}
a.gray {
	color: gray;
}
a.gray:hover {
	color: rgb(229, 0, 79);
}
.f14 {
	font-size: 14px;
}
.fbold {
	font-weight: 700;
}
.underline {
	text-decoration: underline;
}
.w100 {
	width: 100px;
}
.w200 {
	width: 200px;
}
.w300 {
	width: 300px;
}
.w400 {
	width: 400px;
}
.w500 {
	width: 500px;
}
.w600 {
	width: 600px;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.yt-pink {
	color: rgb(229, 0, 79);
}
.crumbs {
	padding: 9px 0px;
	width: 100%;
	height: 20px;
}
.crumbs span {
	margin: 0px 3px 0px 0px;
	color: rgb(102, 102, 102);
}
.crumbs span a {
	color: rgb(102, 102, 102);
}
.crumbs span a:hover {
	color: rgb(229, 0, 79);
}
.crumbs .crumbs-links {
	font-family: "宋体", Arial, Lucida, Verdana, Helvetica, sans-serif;
}
.crumbs .crumbs-now {
	color: rgb(0, 0, 0);
}
.c-tabview .tab-nav li {
	float: left;
	position: relative;
}
.c-tab-default .tab-nav {
	height: 30px;
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.c-tab-default .tab-nav li {
	background: rgb(225, 225, 225);
	margin: 0px 3px 0px 0px;
	padding: 0px 15px;
	height: 29px;
	line-height: 29px;
	border-top-color: rgb(204, 204, 204);
	border-right-color: rgb(204, 204, 204);
	border-left-color: rgb(204, 204, 204);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	_top: 1px;
}
.c-tab-default .tab-nav li a {
}
.c-tab-default .tab-nav .selected {
	background: rgb(255, 255, 255);
	height: 30px;
}
.c-tab-default .tab-content {
	border-right-color: rgb(204, 204, 204);
	border-bottom-color: rgb(204, 204, 204);
	border-left-color: rgb(204, 204, 204);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.c-table {
	width: 100%;
	table-layout: fixed;
}
.c-table table {
	width: 100%;
}
.c-table th {
	background: rgb(249, 249, 249);
	color: rgb(51, 51, 51);
	font-weight: 700;
}
.c-table th {
	padding: 10px;
	border: 1px solid rgb(204, 204, 204);
	border-image: none;
	text-align: center;
}
.c-table td {
	padding: 10px;
	border: 1px solid rgb(204, 204, 204);
	border-image: none;
	text-align: center;
}
.c-table .tw2 {
	width: 200px;
}
.c-form p {
	padding: 10px 10px 0px;
}
.c-form .lab {
	width: 7em;
	text-align: right;
	display: inline-block;
}
.c-form p input {
	padding: 2px;
	vertical-align: middle;
}
.c-form p .radio {
	margin-right: 3px;
}
.c-form p em {
	color: rgb(153, 153, 153);
	margin-left: 10px;
}
.c-form .nolab {
	padding-left: 8em;
}
.c-form .labox {
	line-height: 2em;
	padding-top: 6px;
	vertical-align: top;
	display: inline-block;
}
.nolab label {
	margin-right: 6px;
}
.c-btn {
	background: url("/rs/img/hp/rpt.png") repeat-x 0px -160px rgb(82, 82, 82);
	padding: 6px 15px 8px;
	border: 1px solid rgb(51, 51, 51);
	border-image: none;
	height: 30px;
	color: rgb(238, 238, 238);
	line-height: 1;
	overflow: visible;
	font-size: 14px;
	cursor: pointer;
}
.c-lbtn {
	background: url("/rs/img/hp/rpt.png") repeat-x 0px -160px rgb(82, 82, 82);
	padding: 6px 15px 8px;
	border: 1px solid rgb(51, 51, 51);
	border-image: none;
	height: 30px;
	color: rgb(238, 238, 238);
	line-height: 1;
	overflow: visible;
	font-size: 14px;
	cursor: pointer;
}
.c-btn-big.c-btn {
	background-position: 0px -109px;
	padding: 7px 13px 9px;
	height: 35px;
	font-weight: 700;
	_padding: 4px 13px;
}
.c-lbtn-big.c-lbtn {
	background-position: 0px -109px;
	padding: 7px 13px 9px;
	height: 35px;
	font-weight: 700;
	_padding: 4px 13px;
}
.c-btn-small.c-btn {
	background-position: 0px -214px;
	padding: 0px 12px 3px;
	height: 22px;
	line-height: 14px;
	font-size: 12px;
	_padding: 3px 14px 0;
}
.c-lbtn-small.c-lbtn {
	background-position: 0px -214px;
	padding: 0px 12px 3px;
	height: 22px;
	line-height: 14px;
	font-size: 12px;
	_padding: 3px 14px 0;
}
.c-btn:hover {
	background-position: 0px -37px;
	color: rgb(255, 255, 255);
	background-color: rgb(76, 76, 76);
}
.c-btn-big.c-btn:hover {
	background-position: 0px 0px;
}
.c-btn-small.c-btn:hover {
	background-position: 0px -73px;
}
.c-lbtn {
	background-position: 0px -301px;
	border: 1px solid rgb(224, 224, 224);
	border-image: none;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
}
.c-lbtn:hover {
	background-position: 0px -485px;
	background-color: rgb(240, 240, 240);
}
.c-lbtn-big.c-lbtn {
	background-position: 0px -252px;
}
.c-lbtn-big.c-lbtn:hover {
	background-position: 0px -432px;
}
.c-lbtn-small.c-lbtn {
	background-position: 0px -347px;
}
.c-lbtn-small.c-lbtn:hover {
	background-position: 0px -535px;
}
a.c-btn {
	padding: 5px 15px 6px;
}
a.c-lbtn {
	padding: 5px 15px 6px;
}
a.c-btn-big.c-btn {
	padding: 7px 16px 9px;
	_padding: 8px 14px 9px;
}
a.c-lbtn-big.c-lbtn {
	padding: 7px 16px 9px;
	_padding: 8px 14px 9px;
}
a.c-btn-small.c-btn {
	padding: 2px 15px 3px;
	_padding: 4px 15px 2px;
}
a.c-lbtn-small.c-lbtn {
	padding: 2px 15px 3px;
	_padding: 4px 15px 2px;
}
a.c-lbtn-pink.c-lbtn {
	padding: 2px 15px 3px;
	_padding: 4px 15px 2px;
}
a.c-btn:hover {
	color: rgb(255, 255, 255);
}
a.c-lbtn:hover {
	color: rgb(0, 0, 0);
}
a.c-btn-big.c-btn:hover {
}
a.c-btn-small.c-btn:hover {
	_background-position: 0 -72px;
}
.c-lbtn-pink.c-lbtn {
	background-position: 0px -571px;
	border: 1px solid rgb(131, 4, 75);
	border-image: none;
	color: rgb(255, 208, 248);
	background-color: rgb(204, 1, 118);
}
.c-lbtn-pink.c-lbtn:hover {
	background-position: 0px -571px;
	border: 1px solid rgb(131, 4, 75);
	border-image: none;
	color: rgb(255, 208, 248);
	background-color: rgb(204, 1, 118);
}
a.c-lbtn-pink.c-lbtn {
	_padding: 2px 15px;
}
.c-lbtn-pink.c-lbtn:hover {
	color: rgb(255, 255, 255);
}
a.c-lbtn-pink.c-lbtn:hover {
	color: rgb(255, 255, 255);
}
/** 将要废弃的 */
/* #hdtop {
	height: 30px;
	border-bottom: 1px solid #eaeaea;
	background-color: #f5f5f5;
	line-height: 30px;
	position:relative;
	z-index:9000;
}
#hdtop .top-side {
	height: 30px;
}
#hdtop li {
	height: 30px;
	padding: 0 15px;
	display:inline-block;
	float:left;
	*display:inline;
	zoom:1;
}
#hdtop .fl .fore1 {
	background: none;
}
#hdtop .fr {
	height: 30px;
	overflow: visible;
}
#hdtop .fr li {
	background: url(../images/topmenuline.jpg) no-repeat 0 9px;
}
#hdtop .fr li#loginbar {
	background: none;
}
#hdtop .fr .fore1 {
	background: none;
}
#hdtop .fr .menu {
	position: relative;
	z-index: 10;
	width: 73px;
	padding: 3px 0 0;
}
#hdtop .menu dl {
	width: 73px;
	padding: 0 7px;
}
#hdtop .menu dt {
	height: 24px;
	padding: 0 12px 1px 10px;
	line-height: 24px;
	cursor: pointer;
	background: url(../images/triangle.gif) no-repeat right center;
}
#hdtop .on dt {
	background: url(../images/triangle.gif) no-repeat right center;
}
#hdtop .menu dd {
	display: none;
	padding: 4px 0 4px 9px;
	line-height: 21px;
}
#hdtop .on dl {
	background: #fff;
	border: 1px solid #dddddd;
	width: 252px;
	float: right;
}
#hdtop .on dt {
	border-bottom: 1px solid #dddddd;
}
#hdtop .on dd {
	display: block;
	background: #fff;
	border-bottom: 1px solid #dddddd;
	border-collapse: collapse;
	padding-left: 3px;
	width: 100%;
	float: right
}
#hdtop .fr .on {
	z-index: 11;
}
#hdtop .on dd div {
	width: 250px;
} */

.lh {
	overflow: hidden;
	zoom: 1;
}
.lh li, .lh dl, .lh .item {
	float: left;
}
.ld {
	position: relative;
	zoom: 1;
}
.ld s, .ld b, .ld .block {
	position: absolute;
	overflow: hidden;
}

.top-menu .nav-hr {
	height: 39px;
	float: left;
}
.top-menu .nav-hr li {
	padding: 0px 11px;
	height: 39px;
	float: left;
	position: relative;
	z-index: 1;
}
.top-menu .nav-hr li a {
	font: 400 16px/20px "微软雅黑";
	height: 39px;
	text-align: center;
	color: rgb(50, 51, 51);
	overflow: hidden;
	float: left;
	font-size-adjust: none;
	font-stretch: normal;
}
.top-menu .nav-hr li a span {
	padding: 10px 10px 0px;
	height: 26px;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	float: left;
	position: relative;
}
.top-menu .nav-hr li .haitao {
	background: url("/rs/img/header-haitai-tips.gif") no-repeat 0px 0px;
	top: 0px;
	width: 21px;
	height: 17px;
	right: 12px;
	position: absolute;
}
.top-menu .nav-hr .focus {
	color: rgb(229, 0, 79);
	border-bottom-color: rgb(229, 0, 79);
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
.top-menu .nav-hr .focus span {
	color: rgb(229, 0, 79);
	border-bottom-color: rgb(229, 0, 79);
	border-bottom-width: 3px;
	border-bottom-style: solid;
}


.top-menu .nav-hr li a:hover span {
	color: rgb(229, 0, 79);
	border-bottom-color: rgb(229, 0, 79);
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.nav-hr li.current-page a span {
	color: rgb(229, 0, 79);
	border-bottom-color: rgb(229, 0, 79);
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
.top-menu .nav-hr li.everyday {
	text-align: left;
	letter-spacing: 0px;
	position: relative;
}
.top-menu .nav-hr li.everyday a {
	padding-right: 45px;
}
.top-menu .nav-hr li.everyday .everyday-new {
	font: 700 12px/17px Arial;
	left: 82px;
	top: 2px;
	height: 17px;
	text-align: center;
	color: rgb(255, 255, 255);
	overflow: hidden;
	display: none;
	position: absolute;
	-ms-zoom: 1;
	font-size-adjust: none;
	font-stretch: normal;
}
.top-menu .nav-hr li.everyday .everyday-new span {
	height: 17px;
	float: left;
	display: block;
}
.top-menu .nav-hr li.everyday .everyday-new .qipao_l {
	background: url("/rs/img/ec/v3/n_qipao.png") no-repeat;
	_background: url(/rs/img/ec/v3/n_qipao_ie6.png) no-repeat;
}
.top-menu .nav-hr li.everyday .everyday-new .qipao_r {
	background: url("/rs/img/ec/v3/n_qipao.png") no-repeat;
	_background: url(/rs/img/ec/v3/n_qipao_ie6.png) no-repeat;
}
.top-menu .nav-hr li.everyday .everyday-new .qipao_c {
	background: url("/rs/img/ec/v3/n_qipao.png") no-repeat;
	_background: url(/rs/img/ec/v3/n_qipao_ie6.png) no-repeat;
}
.top-menu .nav-hr li.everyday .everyday-new .qipao_l {
	background-position: 0px 0px;
	padding-left: 8px;
	_background-position: 1px 0;
	_padding-left: 6px;
}
.top-menu .nav-hr li.everyday .everyday-new .qipao_r {
	background-position: right 0px;
	padding-right: 8px;
	font-size: 12px;
	_background-position: right 0;
	_padding-right: 5px;
}
.top-menu .nav-hr li.everyday .everyday-new .qipao_c {
	background-position: 0px bottom;
	background-repeat: repeat-x;
}
.top-menu .nav-rr {
	height: 38px;
	color: rgb(203, 203, 203);
	padding-top: 1px;
	float: right;
}
.top-menu .nav-rr a {
	font: 400 14px/38px "微软雅黑";
	margin: 0px 8px;
	font-size-adjust: none;
	font-stretch: normal;
}
.top-menu {
	height: 39px;
	clear: both;
	position: relative;
	z-index: 400;
}
.top-menu .menu-cate {
	width: 210px;
	height: 39px;
	float: left;
	position: relative;
}
.top-menu .menu-cate .menu-cate-title {
	font: 400 18px/39px "微软雅黑";
	width: 210px;
	height: 39px;
	text-align: center;
	color: rgb(255, 255, 255);
	float: left;
	display: block;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	font-size-adjust: none;
	font-stretch: normal;
	background-color: rgb(34, 34, 34);
}
.top-menu .menu-cate-hover .menu-cate-title {
	background-position: 0px -35px;
}
.top-menu .menu-cate .menu-cate-title:hover {
	color: rgb(255, 255, 255);
}
.top-menu .default-expand-menu .menu-cate-all-out {
	visibility: visible;
}
.top-menu .menu-cate-all-out {
	left: 0px;
	top: 39px;
	width: 210px;
	height: 470px;
	clear: both;
	border-top-color: rgb(34, 34, 34);
	border-top-width: 1px;
	border-top-style: solid;
	float: left;
	display: block;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	box-shadow: 3px 1px 5px rgba(0,0,0,0.2);
	background-color: rgb(81, 81, 81);
	-webkit-box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.2);
}
.top-menu .menu-cate-all-out dl {
	width: 210px;
	height: 46px;
	color: rgb(102, 102, 102);
	margin-bottom: 1px;
	float: left;
}
.top-menu .menu-cate-all-out dl dt {
	width: 210px;
	height: 30px;
	padding-top: 16px;
	float: left;
	background-color: rgb(51, 51, 51);
	cursor:pointer;
}
.top-menu .menu-cate-all-out dl dt em img{
	-webkit-animation-duration: 1s;
	animation-duration: 1s
}
.top-menu .menu-cate-all-out dl dt:hover em img {
	position: relative;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}
@keyframes swing{ 
	20%{
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg)
	}
	40%{
	-webkit-transform:rotate(-10deg) ;
	transform :rotate(-10deg)
	}
	60%{
	-webkit-transform:rotate(5deg);
	transform:rotate(5deg)
	}
	80%{
	-webkit-transform:rotate(-5deg);
	transform:rotate(-5deg)
	}
	100%{
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
	}
}
@-webkit-keyframes swing{ 
	20%{
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg)
	}
	40%{
	-webkit-transform:rotate(-10deg) ;
	transform :rotate(-10deg)
	}
	60%{
	-webkit-transform:rotate(5deg);
	transform:rotate(5deg)
	}
	80%{
	-webkit-transform:rotate(-5deg);
	transform:rotate(-5deg)
	}
	100%{
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
	}
}
.top-menu .menu-cate-all-out dl dt.selected {
	background-color: rgb(229, 0, 79);
}
.top-menu .menu-cate-all-out dl dt a {
	color: rgb(255, 255, 255);
	float: left;
}
.top-menu .menu-cate-all-out dl dt a.category {
	font: 400 14px/16px "微软雅黑";
	margin: 0px 0px 0px 18px;
	height: 20px;
	display: inline;
	font-size-adjust: none;
	font-stretch: normal;
}
.top-menu .menu-cate-all-out dl dt a.a_categ {
	font: 400 14px/16px "微软雅黑";
	margin: 0px 0px 0px 18px;
	height: 20px;
	display: inline;
	font-size-adjust: none;
	font-stretch: normal;
	color:#fd56a9;
}
.top-menu .menu-cate-all-out dl dt a.hot {
	font: 400 12px/20px "微软雅黑";
	height: 20px;
	font-size-adjust: none;
	font-stretch: normal;
}
.top-menu .menu-cate-all-out dl dt a:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.top-menu .menu-cate-all-out dl dt a.hot:hover {
	text-decoration: underline;
}
.top-menu .menu-cate-all-out dl dt i {
	margin: 0px 8px;
	left: 0px;
	top: 2px;
	width: 0px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	font-size: 0px;
	border-left-color: rgb(153, 153, 153);
	border-left-width: 1px;
	border-left-style: solid;
	float: left;
	position: relative;
}
.top-menu .menu-cate-all-out dl dt span {
	background: url(../images/menu_arrow.png) no-repeat;
	margin: 2px 15px 0px 0px;
	width: 12px;
	height: 18px;
	float: right;
}
.top-menu .menu-cate-all-out dl dt.selected span {
	display: none;
}
.top-menu .menu-cate-all-out dl dt.selected i {
	border-left-color: rgb(242, 128, 167);
	border-left-width: 1px;
	border-left-style: solid;
}
.top-menu .menu-cate-all-out dl dt a em {
	width: 20px;
	height: 20px;
	margin-right: 12px;
	vertical-align: top;
	display: inline-block;
}
.top-menu .menu-cate-all-out dl dt a em img{
	width:20px;
	height:20px;
}
.top-menu .menu-cate-all-out dl.dl-1 dt a em {
	background-position: 0px 0px;
}
.top-menu .menu-cate-all-out dl.dl-2 dt a em {
	background-position: -20px 0px;
}
.top-menu .menu-cate-all-out dl.dl-3 dt a em {
	background-position: -40px 0px;
}
.top-menu .menu-cate-all-out dl.dl-4 dt a em {
	background-position: -60px 0px;
}
.top-menu .menu-cate-all-out dl.dl-5 dt a em {
	background-position: -80px 0px;
}
.top-menu .menu-cate-all-out dl.dl-6 dt a em {
	background-position: -100px 0px;
}
.top-menu .menu-cate-all-out dl.dl-7 dt a em {
	background-position: -120px 0px;
}
.top-menu .menu-cate-all-out dl.dl-8 dt a em {
	background-position: -140px 0px;
}
.top-menu .menu-cate-all-out dl.dl-9 dt a em {
	background-position: -160px 0px;
}
.top-menu .menu-cate-all-out dl.dl-10 dt a em {
	background-position: -180px 0px;
}

.top-menu .menu-cate-all-out dl dd {
	left: 210px;
	top: 0px;
	visibility: visible;
	position: absolute;
	z-index: 1000;
	display:none ;
}
.top-menu .menu-cate-all-out dl dd.height-limit {
	height: 470px;
	overflow: hidden;
	-ms-zoom: 1;
}
.top-menu .submenu {
	background: url("/rs/img/category-listings3.png") repeat-y 0px 0px;
	width: 495px;
	letter-spacing: 0px;
	padding-bottom: 10px;
	float: left;
	opacity: 0.97;
}
.top-menu .submenu .alpha-bg {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	z-index: -1;
}
.top-menu .submenu .sorts-list {
	padding: 8px 20px 0px;
	width: 295px;
	float: left;
}
.top-menu .submenu .sorts-list a:hover {
	color: rgb(229, 0, 79);
}
.top-menu .submenu .sorts-repeat {
	padding: 8px 0px 7px;
	line-height: 20px;
	border-bottom-color: rgb(102, 102, 102);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	_padding: 7px 0 6px 0;
}
.top-menu .submenu .sorts-repeat h3 {
	width: 295px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
}
.top-menu .submenu .sorts-repeat h3 a {
	color: rgb(255, 255, 255);
	font-family: "微软雅黑";
}
.top-menu .submenu .sorts-repeat p {
	width: 295px;
}
.top-menu .submenu .sorts-repeat p a {
	color: rgb(255, 255, 255);
	margin-right: 10px;
	float: left;
	display: inline;
	white-space: nowrap;
}
.top-menu .submenu .sorts-brand {
	padding: 15px 0px 15px 15px;
	width: 145px;
	float: left;
}
.top-menu .submenu .sorts-brand a:hover {
	color: rgb(229, 0, 79);
}
.top-menu .submenu .sorts-brand h3 {
	width: 130px;
	height: 26px;
	text-align: left;
	color: rgb(255, 255, 255);
	font-family: "微软雅黑";
	font-size: 14px;
	margin-bottom: 5px;
	border-bottom-color: rgb(102, 102, 102);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.top-menu .submenu .sorts-brand p {
	width: 130px;
}
.top-menu .submenu .sorts-brand p a {
	height: 24px;
	color: rgb(255, 255, 255);
	line-height: 24px;
	margin-right: 10px;
	float: left;
	display: inline;
	white-space: nowrap;
}
.top-menu .submenu .sorts-none {
	border: currentColor;
	border-image: none;
}

.subcat{position:absolute;top:0;left:100%;width:920px;min-height:360px;padding:20px 30px 15px 30px;background-color:#fff;box-shadow:0 0 8px rgba(0,0,0,0.15);*zoom:1}
.subcat:after{content:'\20';display:block;height:0;clear:both}
.subcat .sc-aside {
width: 280px;
float: right;
}
.subcat .sc-aside h3{border-bottom: 1px solid #eee;
	font: bold 14px/36px '\5fae\8f6f\96c5\9ed1';
	margin-bottom: 5px;
	color: #4eae31; }
.subcat .sc-aside .brand{ margin-left:-20px; padding-top:15px;}
.subcat .sc-aside .brand li{ float:left; display:inline; margin-left:20px; margin-bottom:15px;}
.subcat .sc-main {
	overflow: hidden;
*zoom:1;
margin-right:290px;
}

.subcat .sc-main .subcell {
	width: 49%;
	display: inline-block;
	vertical-align: top
}
.subcat .sc-main h3 {
	margin-right: 10px
}
.subcat .sc-main h3 {
	border-bottom: 1px solid #eee;
	font: bold 14px/36px '\5fae\8f6f\96c5\9ed1';
	margin-bottom: 5px;
	color: #4eae31;
}
.subcat .sc-main h3 .sc-item {
	color: #4eae31
}
.subcat .sc-main h3 .sc-item:hover {
	color: #6b155a
}
.subcat .sc-main p {
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
	padding-right:10px;
	font: normal 12px/24px '\5fae\8f6f\96c5\9ed1'
}
.subcat .sc-main p a{ padding-right:15px; white-space:nowrap;}
#ft {
	padding-top: 20px;
	margin-top: 20px;
	background-color: rgb(255, 255, 255);
}
#ft .itips {
	border: 1px solid rgb(238, 238, 238);
	border-image: none;
	width: 1188px;
	height: 88px;
	margin-bottom: 35px;
	background-color: rgb(247, 247, 247);
}
#ft .itips span {
	font-family: "微软雅黑";
	border-right-color: rgb(238, 238, 238);
	border-right-width: 1px;
	border-right-style: solid;
	float: left;
}
#ft .itips span strong {
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-weight: 400;
	display: block;
}
#ft .itips span strong i {
	color: rgb(229, 0, 79);
	font-style: normal;
}
#ft .itips span b {
	color: rgb(136, 136, 136);
	font-weight: 400;
}
#ft .itips .service {
	padding: 20px 0px 0px 45px;
	width: 282px;
	height: 68px;
}
#ft .itips .service strong {
	background: url("/rs/img/footer-01.png") no-repeat 2px 0px;
	padding: 0px 20px 0px 24px;
	color: rgb(229, 0, 79);
	font-family: Arial;
	font-size: 20px;
	display: inline-block;
}
#ft .itips .service i {
	font-style: normal;
}
#ft .itips .service b {
	background: url("/rs/img/footer-01.png") no-repeat 0px -28px;
	padding-left: 24px;
	font-family: Arial;
	font-size: 14px;
}
#ft .itips .delivery {
	background: url("/rs/img/footer-01.png") no-repeat 52px -56px;
	padding: 23px 0px 0px 100px;
	width: 186px;
	height: 65px;
}
#ft .itips .genuine {
	background: url("/rs/img/footer-01.png") no-repeat 52px -132px;
	padding: 23px 0px 0px 104px;
	width: 182px;
	height: 65px;
}
#ft .itips .freight {
	background: url("/rs/img/footer-01.png") no-repeat 52px -203px;
	padding: 23px 0px 0px 115px;
	width: 140px;
	height: 65px;
	border-right-color: currentColor;
	border-right-width: medium;
	border-right-style: none;
}
#ft .ilinks {
	text-align: center;
	margin-bottom: 25px;
}
#ft .ilinks a {
	margin: 0px 10px;
	color: rgb(117, 117, 117);
}
#ft .ilinks a:hover {
	color: rgb(229, 0, 79);
}
#ft .copyright {
	text-align: center;
}
#ft .copyright p a {
	margin: 0px 6px;
	color: rgb(178, 178, 178);
}
#ft .copyright p {
	color: rgb(178, 178, 178);
	line-height: 22px;
}
#ft .all-mark {
	padding: 10px 0px 20px;
	text-align: center;
}
#ft .all-mark a {
	margin: 0px 12px;
	vertical-align: middle;
	display: inline-block;
}
#ft .all-mark a.m-integrity {
	width: 112px;
	height: 40px;
}
#ft .all-mark a.cnnic {
	width: 102px;
	height: 40px;
}
#ft .all-mark a.cnnic img {
	width: 102px;
	height: 40px;
}
#ft .all-mark a.commerce {
	width: 48px;
	height: 48px;
}
.m-page {
	margin-top: 10px;
	float: right;
}
.m-page input {
	background: rgb(231, 231, 231);
	margin: 0px 2px;
	border: 1px solid rgb(153, 153, 153);
	border-image: none;
	width: 32px;
	text-align: center;
	color: rgb(102, 102, 102);
}
.m-page span {
	margin: 0px 5px;
}
.p-pre {
	background: url("http://r.ytrss.com/rs/img/uc2-pngs.png") no-repeat;
	margin: 0px 5px;
	width: 4px;
	height: 8px;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	-ms-zoom: 1;
}
.p-next {
	background: url("http://r.ytrss.com/rs/img/uc2-pngs.png") no-repeat;
	margin: 0px 5px;
	width: 4px;
	height: 8px;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	-ms-zoom: 1;
}
.g-pre {
	background: url("http://r.ytrss.com/rs/img/uc2-pngs.png") no-repeat;
	margin: 0px 5px;
	width: 4px;
	height: 8px;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	-ms-zoom: 1;
}
.g-next {
	background: url("http://r.ytrss.com/rs/img/uc2-pngs.png") no-repeat;
	margin: 0px 5px;
	width: 4px;
	height: 8px;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	-ms-zoom: 1;
}
.p-pre {
	background-position: 0px -1px;
}
.p-pre:hover {
	background-position: 0px -11px;
}
.p-next {
	background-position: -20px -1px;
}
.p-next:hover {
	background-position: -20px -11px;
}
.g-pre {
	background-position: 0px -21px;
	cursor: default;
}
.g-next {
	background-position: -20px -21px;
	cursor: default;
}
a.g-no {
	color: rgb(153, 153, 153);
	cursor: default;
}
.go {
	background: rgb(133, 133, 133);
	padding: 0px 10px;
	border: 1px solid rgb(102, 102, 102);
	border-image: none;
	height: 16px;
	color: rgb(255, 255, 255);
	line-height: 16px;
}
/* .error {
	margin: 30px auto;
	width: 480px;
} */
.er-fl {
	float: left;
}
.pl.er-fl {
	margin: 15px 20px 0px 0px;
}
.er-fl p {
	line-height: 200%;
}
.skipup {
	margin: 200px auto;
	width: 200px;
	text-align: center;
	font-size: 14px;
}
.c-page .c-p-up span {
	background: url("http://r.ytrss.com/rs/img/uc-pngs.png") no-repeat;
	margin: 5px 0px 0px;
	width: 4px;
	height: 8px;
	line-height: 0;
	font-size: 0px;
}
.c-page .c-p-down span {
	background: url("http://r.ytrss.com/rs/img/uc-pngs.png") no-repeat;
	margin: 5px 0px 0px;
	width: 4px;
	height: 8px;
	line-height: 0;
	font-size: 0px;
}
.c-page .c-p-first span {
	background: url("http://r.ytrss.com/rs/img/uc-pngs.png") no-repeat;
	margin: 5px 0px 0px;
	width: 4px;
	height: 8px;
	line-height: 0;
	font-size: 0px;
}
.c-page .c-p-last span {
	background: url("http://r.ytrss.com/rs/img/uc-pngs.png") no-repeat;
	margin: 5px 0px 0px;
	width: 4px;
	height: 8px;
	line-height: 0;
	font-size: 0px;
}
.c-page {
	padding: 10px 0px;
	height: 18px;
	line-height: 18px;
}
.c-p-c {
	text-align: center;
}
.c-p-r {
	text-align: right;
}
.c-page::after {
	height: 0px;
	clear: both;
	font-size: 0px;
	display: block;
	visibility: hidden;
	content: ".";
}
.c-page {
	letter-spacing: -6px;
}
.c-page a {
	letter-spacing: 0px;
	display: inline-block;
}
.c-page span {
	letter-spacing: 0px;
	display: inline-block;
}
.c-page em {
	letter-spacing: 0px;
	display: inline-block;
}
.c-page input {
	letter-spacing: 0px;
	display: inline-block;
}
.c-page button {
	letter-spacing: 0px;
	display: inline-block;
}
.c-page a {
	padding: 0px 5px;
	width: 50px;
	height: 18px;
}
.c-page .c-p-up span {
	background-position: 0px -1px;
	margin-left: -1px;
}
.c-page .c-p-up:hover span {
	background-position: 0px -11px;
}
.c-page .c-p-down span {
	background-position: -15px -1px;
}
.c-page .c-p-down:hover span {
	background-position: -15px -11px;
}
.c-page .c-p-first span {
	background-position: 0px -21px;
	color: rgb(102, 102, 102);
}
.c-page .c-p-last span {
	background-position: -15px -21px;
	color: rgb(102, 102, 102);
}
.c-page span {
	padding: 0px 3px;
}
.c-page em {
	padding: 0px 5px;
}
.c-page .pageinput {
	background: rgb(255, 255, 255);
	margin: 0px 3px;
	padding: 2px 3px;
	border: 1px solid rgb(204, 204, 204);
	border-image: none;
	width: 32px;
	text-align: center;
}
.se_nav {
	width: 100%;
}
.se_nav_inside {
	width: 100%;
}
.se_nav_bg {
	width: 100%;
}
.se_nav_list {
	width: 100%;
}
.se_nav {
	position: absolute;
}
.se_nav_bg {
	position: absolute;
}
.se_nav_list {
	position: absolute;
}
.se_nav {
	bottom: 7px;
	z-index: -1;
}
.se_nav_inside {
	left: 0px;
	top: 0px;
	position: relative;
}
.se_nav_bg {
	background: rgb(89, 89, 89);
	height: 30px;
	opacity: 0.2;
}
.se_nav_list ul {
	margin: 0px auto;
	width: 936px;
}
.se_nav_inside ul li {
	height: 30px;
	line-height: 30px;
	margin-right: 96px;
	margin-left: 0px;
	float: left;
	display: inline;
}
.se_nav_inside ul li a {
	color: rgb(65, 69, 70);
}
.se_nav_inside ul li {
	color: rgb(65, 69, 70);
}
.se_nav_inside ul li.se_nav_cl {
	margin: 0px;
}
.sth {
	width: 200px;
}
.menu {
	position: relative;
}
.menu-bd {
	top: 26px;
	overflow: hidden;
	position: absolute;
	z-index: 4;
}
.menu-bd .menu-round-top {
	background: url("/rs/img/ec/v3/corn_4_a.gif") no-repeat 0px -4px;
	padding-left: 4px;
	font-size: 0px;
}
.menu-bd .menu-round-top .inner {
	background: url("/rs/img/ec/v3/corn_4_a.gif") no-repeat right top;
	height: 4px;
}
.menu-bd .menu-round-bot {
	background: url("/rs/img/ec/v3/corn_4_a.gif") no-repeat 0px -8px;
	padding-left: 4px;
	font-size: 0px;
}
.menu-bd .menu-round-bot .inner {
	background: url("/rs/img/ec/v3/corn_4_a.gif") no-repeat right bottom;
	height: 4px;
}
.menu-bd .menu-round-bd {
	background: rgb(255, 255, 255);
	padding: 10px;
	border-right-color: rgb(222, 222, 222);
	border-left-color: rgb(222, 222, 222);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
.menu-round-bd .product-list {
	line-height: 24px;
	overflow: hidden;
	position: relative;
	_height: 1%;
}
.menu-hd {
	background: url("/rs/img/ec/v3/spe-sell/select.png") no-repeat 0px 0px;
	height: 24px;
	overflow: hidden;
}
.menu-hd .sbutton {
	padding: 0px 0px 0px 11px;
	width: 88px;
	height: 24px;
	line-height: 24px;
	float: left;
}
.menu-hd .more {
	width: 35px;
	height: 24px;
	float: left;
}
.menu-hd .more span {
	display: none;
}
.yt-cart#hd {
	min-height: 85px;
	_height: 85px;
}
.yt-cart#hd .ihead {
	height: 91px;
	padding-top: 0px;
}
.yt-cart#hd .ilog {
	width: 690px;
	margin-top: 25px;
}

.ui-btn-s-primary, .ui-btn-m-primary, .ui-btn-l-primary, .ui-btn-s, .ui-btn-m, .ui-btn-l {
	padding: 0 10px;
	display: inline-block;
	height: 20px;
	background: url(../images/btnn.png) repeat-x;
*background:url(//assets.alicdn.com/apps/tmall/mui/btn/img/btn.png) repeat-x;
	color: #fff;
	font-size: 12px;
	border: 0 none;
	border-left: 1px solid #950b00;
	border-right: 1px solid #950b00;
	cursor: pointer;
	outline: 0;
	overflow: visible;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
*zoom:1
}
 
.ui-btn-s-primary, .ui-btn-m-primary, .ui-btn-l-primary {
	background-color: #950b00;
	border-color: #950b00;
	color: #fff
}
.ui-btn-s, .ui-btn-m, .ui-btn-l {
	background-color: #ccc;
	border-color: #ccc;
	color: #333
}
button.ui-btn-s-primary, button.ui-btn-m-primary, button.ui-btn-l-primary, button.ui-btn-s, button.ui-btn-m, button.ui-btn-l {
*border-color:#000;
*filter:chroma(color=black)
}
.ui-btn-s-primary, .ui-btn-s {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: 400;
	font-family: \5b8b\4f53
}
.ui-btn-m-primary, .ui-btn-m {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: 700
}
.ui-btn-l-primary, .ui-btn-l {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 700
}
button.ui-btn-s-primary, button.ui-btn-s {
	height: 20px;
*height:22px;
	line-height: 17px;
	vertical-align: 2px
}
button.ui-btn-m-primary, button.ui-btn-m {
	height: 25px;
*height:27px;
	line-height: 22px
}
button.ui-btn-l-primary, button.ui-btn-l {
	height: 30px;
*height:32px;
	line-height: 27px
}
.ui-btn-s-primary {
	background-position: 0 0
}
.ui-btn-s-primary-hover, .ui-btn-s-primary:hover {
	background-position: 0 -20px
}
.ui-btn-s-primary-active, .ui-btn-s-primary:active {
	background-position: 0 -40px
}
.ui-btn-s-primary-selected {
	background-position: 0 -60px
}
.ui-btn-m-primary {
	background-position: 0 -80px
}
.ui-btn-m-primary-hover, .ui-btn-m-primary:hover {
	background-position: 0 -105px
}
.ui-btn-m-primary-active, .ui-btn-m-primary:active {
	background-position: 0 -130px
}
.ui-btn-m-primary-selected {
	background-position: 0 -155px
}
.ui-btn-l-primary {
	background-position: 0 -180px
}
.ui-btn-l-primary-hover, .ui-btn-l-primary:hover {
	background-position: 0 -210px
}
.ui-btn-l-primary-active, .ui-btn-l-primary:active {
	background-position: 0 -240px
}
.ui-btn-l-primary-selected {
	background-position: 0 -270px
}
.ui-btn-s {
	background-position: 0 -300px
}
.ui-btn-s-hover, .ui-btn-s:hover {
	background-position: 0 -320px
}
.ui-btn-s-active, .ui-btn-s:active {
	background-position: 0 -340px
}
.ui-btn-s-selected {
	background-position: 0 -360px
}
.ui-btn-m {
	background-position: 0 -380px
}
.ui-btn-m-hover, .ui-btn-m:hover {
	background-position: 0 -405px
}
.ui-btn-m-active, .ui-btn-m:active {
	background-position: 0 -430px
}
.ui-btn-m-selected {
	background-position: 0 -455px
}
.ui-btn-l {
	background-position: 0 -480px
}
.ui-btn-l-hover, .ui-btn-l:hover {
	background-position: 0 -510px
}
.ui-btn-l-active, .ui-btn-l:active {
	background-position: 0 -540px
}
.ui-btn-l-selected {
	background-position: 0 -570px
}
.ui-btn-s-primary:hover, .ui-btn-m-primary:hover, .ui-btn-l-primary:hover, .ui-btn-s:hover, .ui-btn-m:hover, .ui-btn-l:hover {
	text-decoration: none
}
.ui-btn-disable {
	border: 1px solid #ccc;
	background: #f2f2f2;
	color: #c5c5c5;
	cursor: default
}

#navbar a i, .crumbSearch-btn, .fArea, .fRange, .fSort i, .fType-w i, .fType-g i, .fType-l i, .fR-list i, .fR-cur i, .fPb-split, .fT-cat, .fT-arrow, .flagship-icon, .drop-icon, .expand-icon, .shopDropBtn i, .btmFeed, .brandAttr .av-search, .attr li i, .attr .avo-multiple i, .attrExtra i, .cateAttrs .attrKey, .crumbSlide-prev-shadow, .crumbSlide-next-shadow, .i-brandsite, .i-shop, .i-flagship {
background: url(../images/icn.png) no-repeat 9999px 9999px;
}

.p-list{ margin-top:10px;}
.p-listInfo{ border:2px solid #fff; background:#fff;float: left; display: inline; position: relative;  padding:15px 0; margin-bottom:20px;}
.col4{ margin-right:-10px; zoom:1; }
.col4{} .p-listInfo{ width:286px; margin-right:10px; height:430px;}
.p-listInfo:HOVER{  box-shadow:0 0 7px #ddd inset; z-index:1; background:#fff; }
 .plistinfoboxin{ }
.p-listInfoOn .plistinfoboxin{ position:absolute; left:-2px; top:-2px; width:100%;border:2px solid #4eae31; box-shadow:0 0 5px #dddddd; z-index:1; background:#fff; padding:15px 0;}
.p-listImgBig{position:relative;*zoom:1; margin:15px;}
.p-listImgBig a
{
	display:block;
	text-align:center;
	height:270px;
	background:#fff;
	position: relative;
}

.p-listImgBig a i{
	position: absolute;
	right: 8px;
	top: 0;
	display: block;
	max-width: 40px;
}
.p-listImgBig a i img {
	max-width: 40px;
}
.p-listImgBig a em {
	position: absolute;
	bottom: 0;
	left: 8px;
	display: block;
	max-width: 240px;
	max-height: 55px;
}
.p-listImgBig a em img {
	max-height: 55px;
	width: 240px;
}

.p-listPrice{padding-bottom:5px; margin:0 15px 0; border-bottom:1px solid #f1f1f1; text-align:center;}
.p-listPrice strong{color:#e54948;padding-right:10px; font-size:180%; font-weight:normal; }
.p-listPrice em{color:#999; text-decoration:line-through;}
.p-listTxt{ /* height:41px; */overflow:hidden;margin:5px 15px;}
.p-listTxt p{line-height:1.7em}
.p-listTxt p a i{
	font-size: 12px;
    color: #fff;
    background: #e54948;
    padding: 0px 2px;
    margin-right: 5px;
}
.p-listTxt p.shop{
	margin-top:10px; 
	font-size: 10px;
	color: #666;
}
.p-listTxt p.shop .shop-name i{
    display: inline-block;
	background: url(../images/shop-icon.png) no-repeat;
	width: 16px;
    height: 16px;
    vertical-align: text-top;
    margin-right: 5px;
}
.p-listTxt p.shop .right{
	float: right;
}
.p-listTxt p.shop .not-scope{
	color: red;
}
.p-listCustomIcon{ margin:0 15px 10px; color:#C00; }
.p-buy{ text-align:center; }
.p-buy a{ text-decoration:none; height:32px; line-height:32px; }
a.ui-btn-addcart, a.ui-btn-addfocus {
	padding: 0 10px;
	display: inline-block;	
	font-size: 12px; 
	cursor: pointer;
	outline: 0; 
*zoom:1
}
a.ui-btn-addcart{ 
background: #dc1819;
border:1px solid #dc1819;
	color: #fff;
}
a.ui-btn-addcart:hover{ color:#fff;}
.ui-btn-addfocus{ 
background: #fff;
	color: #999;
	border:1px solid #999;
}
a.ui-btn-addfocus:hover{ color:#999;}
/* .p-listInfo .p-listCustomIcon, .p-listInfo .p-buy{ display:none;}
.p-listInfoOn .p-listCustomIcon, .p-listInfoOn .p-buy{ display:block;} */





.page {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
.page .p-wrap {
float: right;
}
.page .p-num a, .page .p-num b {
float: left;
height: 36px;
line-height: 36px;
padding: 0 14px;
margin-right: 5px;
font-size: 14px;
}
.page .p-num a {
color: #333;
border: 1px solid #ddd;
background: #fff;
}
.page .p-num .pn-next.disabled, .page .p-num .pn-prev.disabled {
background: 0 0;
background-color: #f7f7f7;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top,#f7f7f7,#f2f2f2);
background-image: -webkit-linear-gradient(top,#f7f7f7,#f2f2f2);
background-image: -o-linear-gradient(top,#f7f7f7,#f2f2f2);
background-image: linear-gradient(top,#f7f7f7,#f2f2f2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2', GradientType=0);
cursor: default;
}
.page .p-num .pn-next.disabled em, .page .p-num .pn-next.disabled i, .page .p-num .pn-prev.disabled em, .page .p-num .pn-prev.disabled i {
color: #ccc;
}
.page .p-num a.curr { 
/* background: 0 0; */
filter: none;
color: #4eae31;
cursor: default;
}


.sidebox{ border:1px solid #ddd; background:#fff; margin-bottom:15px;}
.sidebox h3{ background:#4eae31; color:#fff; height:34px; line-height:34px; padding:0 15px;font-weight: normal;}
.sidecell{ margin:5px 10px; border-bottom:1px solid #eee; padding:10px 0;}
.sidecell .limg{ float:left; width:55px; height:55px; overflow:hidden;}
.sidecell .txt{ margin-left:65px; min-height:55px; font-size:12px;}
.sidecell .txt .lprice{ font-weight:bold;color: #e54948;}

.bluelink a{color:#3f6de0;text-decoration:none;}
.bluelink a:hover{color:#284eaf;text-decoration:none;}
.bluelink a:active{color:#900;}

a.btn_h { border:1px solid #bbb; background:#f7f7f7; padding:5px; }
a.btn_h:hover { background:#eee; padding:5px; }



/* 分页 */
.page-number {
    height: 34px;
    margin: 20px auto 0;
    width: 582px;
}
.page-number li {
    border: 1px solid #e4e4e4;
    float: left;
    height: 32px;
    margin: 0 -1px 0 0;
    text-align: center;
    width: 50px;
}
.page-number li a {
    display: block;
    line-height: 32px;
}
.page-number li a:hover {
    background-color: #666;
    border: 1px solid #666;
    color: #fff;
}
.page-number .page-fir {
    margin-right: 6px;
    width: 70px !important;
}
.page-number .page-las {
    width: 84px !important;
}
.page-number .page-nex {
    width: 84px !important;
}
.page-number .page-fin {
    margin-left: 6px;
    width: 70px !important;
}
.page-number .on {
    background-color: #666;
    border: 1px solid #666;
    margin-left: 1px;
}
.page-number .on a {
    color: #fff;
}


/* 统一按钮 */
.bat-oper-btn{
	display: block;
    border-radius: 5px;
    text-align: center;
    background-color: #4EAE31;
    color: #fff !important;
    padding: 5px 10px;
    font-size: 12px;
    border:0px;
    cursor: pointer;
}
.bat-oper-btn img {
    margin-left: 2px;
    vertical-align: middle;
    margin-top: -3px;
}
.warning-option {
    margin: 50px auto;
    text-align: center;
}
.warning-option i {
    background: rgba(0, 0, 0, 0) url("../images/nodata.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 72px;
    margin: 0 auto;
    width: 72px;
    background-size: 100%;
}
.warning-option span {
    color: #aaa;
    display: block;
    font: 14px/24px "microsoft yahei";
    margin: 10px auto 0;
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 9;
}
.prod-comment .bot-red{
    border-radius: 5px;
    text-align: center;
    background-color: #4EAE31;
    color: #fff !important;
    padding: 5px 10px;
}
.date-input{
	cursor: pointer;
}

.editAdd_load {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	z-index: 99;
	display: none;
}
.black_overlay {
    background-color: #f9f9f9;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000000;
    display: none;
}

/** ####################### 以下是新样式 ################### */

/* 顶部 */
.top {
  min-width: 1200px;
  height: 35px;
  border-bottom: solid 1px #e4e4e4;
  background-color: #f2f2f2;
  margin: auto;
}
.top-box {
  width: 1200px;
  height: 36px;
  margin: auto;
}
.top-box li {
  float: left;
  color: #787878;
  line-height: 36px;
  position: relative;
}
.top-box .left {
  float: left;
}
.top-box .left li {
  margin-right: 10px;
}
.top-box .left .city {
  cursor: pointer;
  position: relative;
  padding: 0 5px;
}
.top-box .left .city i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/location.png) no-repeat;
  vertical-align: top;
  margin-top: 12px;
}
.top-box .left .city span {
  font-weight: 600;
  font-size: 12px;
}
.top-box .left .choose-city {
  padding: 0 10px;
}
.top-box .left .city:hover .choose-city {
  background: #fff;
  border: 1px solid #eee;
  margin: -1px;
  box-shadow: 2px 2px 2px rgba(221,221,221,0.2);
}
.top-box .left .city:hover .choose-city i {
  transform: rotate(180deg);
}
.top-box .left .city:hover .city-box {
  display: block;
}
.top-box .left .choose-city span {
  float: left;
  display: inline;
  margin-right: 9px;
}
.top-box .left .choose-city span small {
  font-size: 12px;
  margin-left: 10px;
}
.top-box .left .choose-city i {
  float: left;
  display: inline;
  color: #6a6a6a;
  font-size: 0;
  height: 4px;
  width: 9px;
  background: url(../images/down-arrow.png) no-repeat;
  overflow: hidden;
  margin-top: 19px;
  -webkit-transition: transform 0.1s ease-in 0s;
  -moz-transition: transform 0.1s ease-in 0s;
  -o-transition: transform 0.1s ease-in 0s;
  transition: transform 0.1s ease-in 0s;
}
.top-box .left .city-box {
  position: absolute;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 2px 2px 2px rgba(221,221,221,0.2);
  border-top: 0;
  top: 35px;
  left: -1px;
  width: 378px;
  padding: 9px;
  z-index: 10;
  display: none;
}
.top-box .left .city-box .city-nav {
  width: 100%;
  margin: 3px auto;
  border-bottom: 1px solid #4eae31;
  box-sizing: border-box;
}
.top-box .left .city-box .city-nav li {
  float: left;
  padding: 5px 35px 5px 20px;
  border: 1px solid #e4e4e4;
  line-height: 1;
  margin-right: 5px;
  border-bottom: 0;
  cursor: pointer;
  position: relative;
}
.top-box .left .city-box .city-nav li:after {
  border: 5px solid transparent;
  border-top: 5px solid #666;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 2px;
  right: 15px;
  content: ' ';
}
.top-box .left .city-box .city-nav .on {
  border: 1px solid #4eae31;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  color: #4eae31;
}
.top-box .left .city-box .city-nav .on:after {
  border-top: 5px solid #4eae31;
}
.top-box .left .city-list a {
  float: left;
  display: block;
  text-align: center;
  line-height: 20px;
  border-radius: 3px;
  padding: 3px 9px;
  color: #787878;
}
.top-box .left .city-list {
  padding-top: 6px;
}
.top-box .left .city-list a:hover {
  background: #4eae31;
  color: #fff;
}
.top-box .left .login a , .top-box .left .register a {
  color: #4eae31;
  margin: 0 2px;
}
.top-box .left .login a:hover , .top-box .left .register a:hover {
  color: #249003;
}
.top-box .right {
  float: right;
}
.top-box .right li a {
  color: #787878;
}
.top-box .right li:hover a {
  color: #4eae31;
}
.top-box .right li:hover dl {
  display: block;
}
.top-box .right li a i {
  display: inline-block;
  color: #6a6a6a;
  font-size: 0;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-color: #999 transparent transparent;
  overflow: hidden;
  margin-left: 7px;
  margin-top: 17px;
  vertical-align: top;
}
.top-box .right li:hover a i {
  border-color: transparent transparent #4eae31;
  margin-top: 12px;
}
.top-box .right li dl {
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  width: 60px;
  padding: 0 15px;
  top: 36px;
  left: -8px;
  text-align: center;
  display: none;
}
.top-box .right li dl dd {
  line-height: 25px;
  cursor: pointer;
}
.top-box .right li dl dd:hover {
  color: #4eae31;
}
.top-box .right li dl dd:first-child {
  border-bottom: 1px solid #e4e4e4;
}
.top-box .right .top-menu-line {
  color: #bbb;
  font-size: 10px;
  padding: 0 10px;
}
/* end 顶部 */

/* 头部 */
.header {
  width: 1200px;
  margin: 0 auto;
  height: 100px;
  padding: 30px 0 20px;
}
.header .logo {
  float: left;
  width: 210px;
}
.header .logo a {
  display: block;
  font-size: 0;
  height: 90px;
  /* background: url(../images/logo.png) center left no-repeat; */
}
.header .search {
  float: left;
  /* width: 495px; */
  margin-left: 90px;
  margin-top: 25px;
}
.header .search .sea-tab {
  height: 30px;
}
.header .search .sea-tab a {
  color: #4eae31;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
.header .search .sea-tab a:hover {
  color: #249003;
}
.header .search .sea-tab .on {
  color: #fff;
  background: #4eae31;
}
.header .search .sea-tab .on:hover {
  color: #fff;
}
.header .search .sea-input {
  height: 36px;
  border: 2px solid #4eae31;
}
.header .search .sea-input input {
  height: 26px;
  border: 0;
  width: 360px;
  color: rgb(102, 102, 102);
  font-size: 13px;
}
.header .search .sea-input button {
  width: 86px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 0 none;
  overflow: hidden;
  cursor: pointer;
  font-size: 15px;
  background: #4eae31;
  color: #fff;
  vertical-align: top;
}
.header .search .sea-input button:hover {
  color: #eee;
}
.header .search .sea-hot {
  height: 30px;
  max-width: 408px;
  overflow: hidden;
}
.header .search .sea-hot a {
  display: inline-block;
  margin: 0 5px;
  line-height: 30px;
  color: #999;
  font-size: 12px;
}
.header .search .sea-hot a.yt_hotword {
  color: #4eae31;
}
.header .servic-num {
  float: left;
  width: 160px;
  margin: 19px 0 19px 49px;
  height: 52px;
  position: relative;
  background: url(../images/service-number.png) no-repeat;
}
.header .servic-num span{
    position: absolute;
    bottom: 5px;
    left: 0;
    text-align: center;
    display: block;
    width: 160px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 1px rgba(122,25,24,0.7);
}
.header .right {
  float: right;
  margin-top: 5px;
}
.header .right a {
  display: block;
  width: 118px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #fff;
  color: #888;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  padding: 3px 15px;
  font-size: 13px;
}
.header .right .history {
  margin-top: 10px;
}
.header .right a i {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin: 4px 10px 0 0;
}
.header .right .cart i {
  background: url(../images/cart.png) no-repeat;
}
.header .right .history i {
  background: url(../images/history.png) no-repeat;
}
.header .right a span {
  display: inline-block;
  width: 20px;
  height: 18px;
  vertical-align: top;
  margin: 7px 0 0 8px;
  text-align: center;
  line-height: 18px;
  padding: 0 5px;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}
.header .right a.cart span {
  background: #4eae31;
}
.header .right a.history span {
  background: #e54948;
}
.header .right a.cart:hover {
  background: #4eae31;
  color: #fff;
  border: 1px solid #4eae31;
}
.header .right a.history:hover {
  background: #e54948;
  color: #fff;
  border: 1px solid #e54948;
}
.header .right a.cart:hover i {
  background: url(../images/cart-w.png) no-repeat;
}
.header .right a.history:hover i {
  background: url(../images/history-w.png) no-repeat;
}
.header .right a.cart:hover span {
  background: #fff;
  color: #4eae31;
}
.header .right a.history:hover span {
  background: #fff;
  color: #e54948;
}
/* end 头部 */

/* 导航 */
.nav {
  border-bottom: 2px solid #4eae31;
}
.nav .main-nav {
  height: 38px;
  width: 1200px;
  margin: auto;
}
.nav .main-nav .nav-all {
  float: left;
  height: 38px;
  margin-right: 20px;
  position: relative;
}
.nav .main-nav .nav-all .all {
  position: relative;
  display: block;
  width: 200px;
  line-height: 38px;
  font-size: 15px;
  border-radius: 3px 3px 0 0;
  text-align: center;
  background: #4eae31;
  color: #fff;
  padding: 0 20px 0 10px;
  box-sizing: border-box;
  font-weight: 600;
}
.nav .main-nav .nav-all .all i {
  position: absolute;
  top: 11px;
  right: auto;
  bottom: auto;
  left: 26px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/menu.png) no-repeat;
}
.nav .main-nav .nav-all .all-list {
  top: 39px;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  width: 200px;
  height: 470px;
  background: rgba(0,0,0,0.7);
  z-index: 10;
  display: none;
}
.nav .main-nav .nav-all .all-list.on ,
.nav .main-nav .nav-all:hover .all-list {
  display: block;
}
.nav .main-nav .nav-all .all-list .item {
  margin-top: 17px;
  position: relative;
}
.nav .main-nav .nav-all .all-list ul .item-li {
  width: 200px;
  vertical-align: top;
  cursor: pointer;
}
.nav .main-nav .nav-all .all-list ul .item-li:hover {
  background: #4eae31;
}
.nav .main-nav .nav-all .all-list ul .item-li:hover .item-list {
  display: block;
}
.nav .main-nav .nav-all .all-list ul li .item-nav {
  height: 53px;
  line-height: 53px;
  padding: 0 20px 0 10px;
  overflow: hidden;
}
.nav .main-nav .nav-all .all-list ul li .item-nav i {
  float: left;
  display: block;
  height: 18px;
  width: 18px;
  margin: 18px 20px 0 18px;
}
.nav .main-nav .nav-all .all-list ul li .item-nav i img {
  display: block;
}
.nav .main-nav .nav-all .all-list ul li .item-nav b {
    line-height: 53px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav .main-nav .nav-all .all-list ul li .item-nav span {
  float: right;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 22px;
  background: url(../images/right-arrow.png) no-repeat;
}
.nav .main-nav .nav-all .all-list .item-list {
  position: absolute;
  top: -17px;
  width: 1000px;
  left: 200px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #fff;
  padding-bottom: 10px;
  min-height: 460px;
  display: none;
}
.nav .main-nav .nav-all .all-list .item-list .item-box {
  position: relative;
}
.nav .main-nav .nav-all .all-list .item-list .item-box .item-left {
  margin-right: 350px;
}
.nav .main-nav .nav-all .all-list .item-list .item-box .item-left li {
  float: left;
  width: 50%;
  padding: 10px 20px 0;
  box-sizing: border-box;
}
.nav .main-nav .nav-all .all-list .item-list .item-box .item-left li h3 {
  font-size: 14px;
  color: #4eae31;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  line-height: 30px;
  cursor: pointer;
}
.nav .main-nav .nav-all .all-list .item-list .item-box .item-left li h3:hover {
  color: #249003;
}
.nav .main-nav .nav-all .all-list .item-list .item-box .item-left li p {
  padding-top: 5px;
}
.nav .main-nav .nav-all .all-list .item-list .item-box .item-left li p a {
  padding-right: 15px;
  white-space: nowrap;
  line-height: 24px;
  color: #666;
  float: left;
}
.nav .main-nav .nav-all .all-list .item-list .item-box .item-left li p a:hover {
  color: #4eae31;
}
.nav .main-nav .nav-all .all-list .item-list .item-box .item-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 310px;
  background: #fff;
  padding: 10px 20px 0;
}
.nav .main-nav .nav-all .all-list .item-list .item-box .item-right h3 {
  font-size: 14px;
  color: #4eae31;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  line-height: 30px;
}
.nav .main-nav .nav-all .all-list .item-list .item-box .item-right ul {
  margin: 10px -20px 0 0;
  overflow: hidden;
}
.nav .main-nav .nav-all .all-list .item-list .item-box .item-right li {
  float: left;
  width: 100px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  overflow: hidden;
}
.nav .main-nav .nav-all .all-list .item-list .item-box .item-right li a {
  display: block;
  font-size: 0;
}
.nav .main-nav .nav-all .all-list .item-list .item-box .item-right li a img {
  max-width: 100px;
  max-height: 60px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.nav .main-nav .nav-all .all-list .item-list .item-box .item-right li:hover img {
  transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
}
.nav .main-nav .nav-all .all-list .item-list .item-box .item-right .brand-adv {
  width: 310px;
  max-height: 200px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.nav .main-nav .nav-all .all-list .item-list .item-box .item-right .brand-adv a {
  display: block;
  font-size: 0;
}
.nav .main-nav .nav-all .all-list .item-list .item-box .item-right .brand-adv a img {
  width: 100%;
}
.nav .main-nav .nav-all .all-list .item-list .item-box .item-right .brand-adv:hover {
  opacity: 0.9;
}
.nav .main-nav .nav-li {
  float: left;
  height: 38px;
}
.nav .main-nav .nav-li a {
  padding: 0 27px;
  display: block;
  line-height: 38px;
  color: #333;
  font-size: 15px;
}
.nav .main-nav .nav-li .current {
  height: 36px;
  color: #4eae31;
  font-weight: bold;
}
.nav .main-nav .nav-li:hover a {
  height: 36px;
  color: #4eae31;
}
/* end 导航 */

/*确定 取消按钮*/
.sav {
  display: inline-block;
  line-height: 14px;
  height: 14px;
  text-align: center;
  background-color: #4eae31;
  color: #fff;
  border: 1px solid #4eae31;
  border-radius: 2px;
  padding: 6px 15px;
  background-repeat: repeat-x;
}
.sav:hover {
  background-color: #249003;
  border: 1px solid #249003;
}
.can {
  display: inline-block;
  line-height: 14px;
  height: 14px;
  text-align: center;
  margin-left: 7px;
  background-color: #f9f9f9;
  color: #333;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  padding: 6px 15px;
  background-repeat: repeat-x;
}
.can:hover {
  background: #fff;
}
.dis {
  display: inline-block;
  line-height: 14px;
  height: 14px;
  text-align: center;
  margin-left: 7px;
  background-color: #ddd;
  color: #999;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  padding: 6px 15px;
  background-repeat: repeat-x;
  cursor: text;
}
/*end 确定 取消按钮*/

/* 搜索和列表的样式 */
.right_con .search {
  padding: 20px;
}
.right_con .search span {
  display: block;
  float: left;
  margin-right: 20px;
  margin-top: 5px;
  height: 28px;
  line-height: 28px;
}
.right_con .search span select {
  width: 135px;
  height: 28px;
  margin-left: 5px;
  vertical-align: top;
}
.right_con .search span input[type="text"] {
  width: 135px;
  margin-left: 5px;
  vertical-align: top;
}
.right_con .list {
  box-sizing: border-box;
  width: 970px;
}
.right_con .list table {
  width: 100%;
  text-align: center;
  border: 1px solid #ededed;
  border-bottom: 0;
}
.right_con .list table td {
  border-bottom: 1px solid #ededed;
  padding: 20px 0;
  color: #666;
}
.right_con .list table td.not-sel i{
	background-image: url("../images/not-sel.png");
	display: inline-block;
	width:24px;
	height:24px;
}
.right_con .list table td.selected i{
	background-image: url("../images/selected.png");
	display: inline-block;
	width:24px;
	height:24px;
}
.right_con .list table .tab-tit {
  background: #f9f9f9;
}
.right_con .list table .tab-tit td {
  color: #333;
	padding: 10px 0;
}
.right_con .list table td img {
  height: 50px;
}
.right_con .list table td a {
  color: #666;
}
.right_con .list table .handle {
  text-align: center;
  min-width: 120px;
}
.right_con .list table .handle a {
  color: #006dc7;
  margin-left: 10px;
}
.right_con .list table .handle a:hover {
	opacity: 0.8;
}

.list table .tab-con {
	
}
.list table .tab-con {
	
}
.right_con .list table td .item-img{
	display: inline-block;
	vertical-align: middle;
}
.right_con .list table td .item-info{
	display: inline-block;
	vertical-align: middle;
    margin-left: 5px;
    line-height: 20px;
}
.right_con .list table td .item-info .name{
	text-align: left;
/* 	font-weight: bold;
	color: #4eae31; */
}
.right_con .list table td .item-info .attribute{
	text-align: left;
}
/* end 搜索和列表的样式 */

/* 表单样式 */
.edit-list {
  padding: 0 20px 20px;
  border: 1px solid #ededed;
  margin-top: 20px;
}
.edit-list .item {
  margin-top: 20px;
}
.edit-list .item:last-child {
  border: 0;
}
.edit-list .item .left {
  float: left;
  width: 80px;
  text-align: right;
  margin-right: 10px;
}
.edit-list .item .left em {
  color: #e54948;
  margin-right: 5px;
}
.edit-list .item .right {
  float: left;
}
.edit-list .item .right p {
  line-height: 20px;
  margin-bottom: 10px;
}
.edit-list .item .right input[type="text"] {
  width: 195px;
}
.edit-list .item .right select {
  width: 205px;
  height: 28px;
}
.edit-list .item .right p .can-all {
  color: #007de4;
  margin-left: 10px;
}
.edit-list .item .right p span i {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  margin: 4px 5px 0 0;
  background: url(../images/location.png) no-repeat;
}
.edit-list .item .right table {
  width: 700px;
  border: 1px solid #ededed;
  text-align: center;
}
.edit-list .item .right table th {
  font-weight: 400;
  background: #f7f7f7;
  padding: 8px 0;
}
.edit-list .item .right table td {
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
.edit-list .item .right table td a {
  color: #007de4;
}
.edit-list .item .right span {
  margin-right: 20px;
}
.edit-list .item .right span input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 5px;
}
.edit-list .item .right textarea {
  width: 195px;
  height: 70px;
}
/*/ 表单样式 */

/** 通用按钮 */
.btn-groups{/* 用它来包裹按钮元素 */
/* 	width: 100%; */
	text-align: center;
}
.btn-gre{
  	display: inline-block;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #4eae31;
    margin-top: 5px;
    margin-right: 10px;
    cursor: pointer;
}
.btn-whi{
	display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #e4e4e4;
    margin-top: 5px;
    margin-right: 10px;
    cursor: pointer;
}
.btn-groups .big{
	padding: 10px 20px;
}
.btn-groups .middle{
	padding: 8px 15px;
}
.btn-groups .samll{
	padding: 5px 10px;
}
.btn-groups.long{
	padding: 5px 20px;
}
.btn-groups.left{
	text-align: left;
}
.btn-groups.center{
	text-align: center;
}
.btn-groups.right{
	text-align: right;
}
/** /通用按钮*/

/** 提示浏览器版本过低 */
.compatible-contianer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-width: 800px;
    height: 30px;
    line-height: 30px;
    background: url(../images/iebg.gif) repeat-x;
    z-index: 999999;
}
.cpt-ct {
    color: #363636;
    font-size: 12px;
    text-align: center;
}
.cpt-ct i {
    width: 12px;
    height: 14px;
    vertical-align: -2px;
    margin-right: 5px;
    background: url(../images/iefixed-sprite.png) no-repeat;
}
.cpt-ct a {
    color: #39b94e;
}
.cpt-handle {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 12px;
    line-height: 27px;
}
.cpt-handle .cpt-agin {
    color: #656e73;
    margin-right: 5px;
}
.cpt-handle a {
    vertical-align: middle;
}
.btn, .cpt-close i, .cpt-ct i, .cpt-handle a {
    display: inline-block;
}
.cpt-close {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    transition: .3s;
}
.cpt-close i {
    height: 8px;
    width: 8px;
    vertical-align: 1px;
    background: url(../images/iefixed-sprite.png) 0 -24px no-repeat;
}
.cpt-close:hover i {
    background-position: 0 -42px;
}
.cpt-close:hover {
    background-color: #fc8800;
}
/** 提示浏览器版本过低结束 */