/* CSS Document */
html {
	overflow-y: scroll;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: 12px/21px 'Helvetica Neue', Helvetica, 'PingFang SC',
		'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
	color: #4c4c4c;
	/*Chrome cancel min text size*/
	-webkit-text-size-adjust: none;
	background: #fff;
	min-width: 1200px;
	min-height: 100%;
	position: relative;
}

::-moz-selection {
	background: #38a1f1;
	color: #fff; /* Safari */
}

::selection {
	background: #38a1f1;
	color: #fff; /* Safari */
}

::-moz-selection {
	background: #38a1f1;
	color: #fff; /* Firefox */
}

fieldset {
	border: none;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
	input, textarea, blockquote, p, strong, span, b, em, i, a, img, th, td,
	tr, tbody {
	padding: 0;
	margin: 0;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

table, td, tr, th {
	font-size: 12px;
	line-height: 24px;
}

input, select, label {
	vertical-align: middle;
}

select {
	padding: 3px 5px;
	border: 1px solid #ddd;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}

ul, li {
	list-style-type: none;
}

em, i {
	font-style: italic;
}

.error {
	padding-left: 10px;
	color: #cc2121;
	display: inline-block;
	font-style: normal;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f24 {
	font-size: 24px;
}

.f28 {
	font-size: 28px;
}

img {
	border: 0 none;
	vertical-align: top
}

pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

a, area, :focus {
	outline: none;
}

a, a:link, a:visited {
	color: #4c4c4c;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	-webkit-transition: color 0.3s ease, background-image 0.3s ease;
	transition: color 0.3s ease, background-image 0.3s ease;
}

a.txt_ud {
	text-decoration: underline
}

.choice {
	padding: 0 14px;
	display: inline-block;
	margin: 0 8px 5px 0;
	border: 2px solid #d9d9d9;
	height: 18px;
	line-height: 18px;
	color: #7f7f7f;
}

.choice.cur {
	background: url(../images/ico-sel.png) right bottom no-repeat;
	border-color: #d93600;
}

.choice.tb_out {
	cursor: not-allowed;
	border: 1px dashed #dedede;
	color: #ccc;
}

/*currency*/
.currency {
	margin: 0 1px;
	font-style: normal;
	padding: 0;
}

/* margin & padding*/
.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

/* clear float */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
}

/* IE7 */
.clear {
	clear: both;
}

/*  position */
.lt {
	float: left;
}

.rt {
	float: right;
}

.ct {
	text-align: center
}

.pos_r {
	position: relative;
}

.pos_ab {
	position: absolute;
}

.txt_r {
	text-align: right;
}

.txt_l {
	text-align: left;
}

.of_hd {
	overflow: hidden;
}

.hide {
	display: none;
}

.txt_sp {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.ys_green{
    color: #FFFFFF;
    background-color: #377b22;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 10px;
}
.ys_gray_bg{
    background-color: #cccccc !important;
    border-color: #cccccc !important;
	cursor: not-allowed !important;
}
.ys_fz{
    color: #377b22 !important;
}
.ys_bg{
	background-color: #377b22 !important;
}
.ys_bd{
	border-color: #377b22 !important;
}
.ys_fw_bd{
    font-weight: bold;
}


.wd_wp {
	word-wrap: break-word;
}

.hidden {
	display: none;
}

.Main {
	padding-bottom: 20px;
}

.fa {
	vertical-align: middle;
}

.block {
	display: block;
}

.v_hide {
	visibility: hidden;
}

.fw_b {
	font-weight: bold;
}

.border_bt {
	border-width: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #ebebeb;
}

.border_top {
	border-width: 0;
	border-top-width: 1px;
	border-style: solid;
	border-color: #ebebeb;
}

.border_lt {
	border-width: 0;
	border-left-width: 1px;
	border-style: solid;
	border-color: #ebebeb;
}

.border_rt {
	border-width: 0;
	border-right-width: 1px;
	border-style: solid;
	border-color: #ebebeb;
}

/* icon */
.icon {
	background: url(../images/tb.png) no-repeat top left;
	display: inline-block;
	vertical-align: middle;
}

.icon.cart.red {
	background-position: 0 0;
	width: 13px;
	height: 11px;
}

.icon.cart {
	background-position: 0 -12px;
	width: 13px;
	height: 11px;
}

.icon.cart.middle {
	background-position: -14px 0;
	width: 19px;
	height: 19px;
}

.icon.cart.big {
	background-position: -34px 0;
	width: 27px;
	height: 24px;
}

.icon.cart.list {
	background-position: 0 -522px;
	width: 21px;
	height: 17px;
}

.icon.cart.list.inverted {
	background-position: -22px -522px;
	width: 21px;
	height: 17px;
}

.icon.cart.small {
	background-position: 0 -27px;
	height: 17px;
	width: 18px;
}

.icon.cart.side {
	background-position: -13px 1px;
	height: 20px;
	width: 21px;
}

.icon.cart.small.grey {
	background-position: -21px -27px;
	height: 17px;
	width: 18px;
}

.icon.search {
	background-position: 0 -78px;
	width: 18px;
	height: 18px;
}

.icon.arrow_r {
	background-position: 0 -48px;
	width: 6px;
	height: 10px;
}

.icon.arrow_r.white {
	background-position: -32px -48px;
	width: 6px;
	height: 10px;
}

.icon.arrow_l {
	background-position: -6px -48px;
	width: 6px;
	height: 10px;
}

.icon.arrow_b {
	background-position: -12px -48px;
	width: 10px;
	height: 6px;
}

.icon.arrow_t {
	background-position: -22px -48px;
	width: 10px;
	height: 6px;
}

.icon.arrows_t {
	background-position: -10px -159px;
	width: 9px;
	height: 9px;
}

.icon.arrows_b {
	background-position: 0 -159px;
	width: 9px;
	height: 9px;
}

.icon.scbk {
	background-position: 0 -98px;
	width: 12px;
	height: 11px;
}

.icon.scbk.on {
	background-position: -12px -98px;
	width: 12px;
	height: 11px;
}

.icon.share {
	background-position: -25px -98px;
	width: 10px;
	height: 12px;
}

.icon.corn {
	background-position: 0 -112px;
	width: 18px;
	height: 18px;
}

.icon.corn.boless {
	background-position: -19px -112px;
	width: 18px;
	height: 18px;
}

.icon.write {
	background-position: 0 -132px;
	width: 14px;
	height: 14px;
}

.icon.carct {
	background-position: 0 -148px;
	width: 16px;
	height: 9px;
}

.icon.logname {
	background-position: 0 -170px;
	width: 18px;
	height: 21px;
}

.icon.logname.red {
	background-position: -19px -170px;
	width: 18px;
	height: 21px;
}

.icon.logpwd {
	background-position: 0 -192px;
	width: 17px;
	height: 21px;
}

.icon.logpwd.red {
	background-position: -19px -192px;
	width: 17px;
	height: 21px;
}

.icon.name {
	background-position: 0px -215px;
	width: 20px;
	height: 20px;
}

.icon.pwd {
	background-position: -22px -215px;
	width: 16px;
	height: 20px;
}

.icon.phone {
	background-position: -40px -215px;
	width: 13px;
	height: 22px;
}

.icon.circle {
	background-position: 0 -238px;
	width: 24px;
	height: 24px;
}

.icon.circle.red {
	background-position: -25px -238px;
	width: 24px;
	height: 24px;
}

.icon.ok {
	background-position: 0 -264px;
	width: 32px;
	height: 32px;
}

.icon.ok.green {
	background-position: -28px -333px;
	width: 32px;
	height: 32px;
}

.icon.trash {
	background-position: 0 -298px;
	width: 16px;
	height: 16px;
}

.icon.info {
	background-position: 0 -316px;
	width: 16px;
	height: 15px;
}

.icon.tick.green {
	background-position: 0 -333px;
	width: 26px;
	height: 20px;
}

.icon.tick.yellow {
	background-position: 0 -377px;
	width: 28px;
	height: 24px;
}

.icon.print {
	background-position: 0 -356px;
	width: 18px;
	height: 18px;
}

.icon.acnt {
	background-position: 0 -455px;
	width: 10px;
	height: 11px;
}

.icon.point {
	background-position: 0 -468px;
	width: 7px;
	height: 11px;
}

.icon.point.top {
	background-position: -8px -468px;
	width: 7px;
	height: 11px;
}

.icon.user {
	background-position: 1px -430px;
	width: 24px;
	height: 24px;
}

.icon.spec {
	background-position: 0 -481px;
	width: 12px;
	height: 12px;
}

.icon.spec.deep {
	background-position: -16px -481px;
	width: 12px;
	height: 12px;
}

/*icons*/
i.icons {
	background: url(../images/tb2.png) no-repeat top left;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}

i.icons.like {
	background-position: -12px -178px;
	width: 12px;
	height: 10px;
}

i.icons.like.outline {
	background-position: 0 -178px;
}

i.icons.trash {
	background-position: 0 -190px;
	width: 14px;
	height: 14px;
}

i.icons.trash.gray {
	background-position: -15px -190px;
}

/*iconfont*/
.iconfont {
	font-size: 17px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	vertical-align: middle;
}

.layout {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

#header, #nav {
	min-width: 1024px;
}

#topbar {
	height: 60px;
	border-bottom: 1px solid #ebebeb;
}

#topbar .layout {
	width: 1200px !important;
}

#topbar .logo {
	width: 216px;
	height: 60px;
	line-height: 58px;
	position: relative;
}

#topbar .logo .pim {
	display: inline-block;
	max-width: 200px;
	max-height: 60px;
	vertical-align: middle;
}

#topbar .shortcut_bar {
	height: 60px;
	line-height: 60px;
	margin-right: 20px;
}

#topbar .shortcut_bar ul>li {
	position: relative;
	line-height: 60px;
	float: left;
}

#topbar .shortcut_bar ul>li>.nav_li {
	display: inline-block;
	height: 60px;
	padding: 0 10px;
	cursor: pointer;
}

#topbar .shortcut_bar ul>li>.nav_li .name {
	display: inline-block;
	width: 80px;
	vertical-align: middle;
	margin-top: -2px;
}

#topbar .shortcut_bar ul>li .to-center {
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	border-right: 1px solid #ebebeb;
}

#topbar .shortcut_bar ul>li .ucenter-info {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	display: none;
	width: 130px;
	background-color: #fff;
	-webkit-box-shadow: 2px 3px 10px #ddd;
	box-shadow: 2px 3px 10px #ddd;
}

#topbar .shortcut_bar ul>li .iconfont {
	font-size: 20px;
	vertical-align: bottom;
}

#topbar .shortcut_bar ul>li .to-ucenter {
	color: #4c4c4c;
}

#topbar .shortcut_bar ul>li .ucenter-info .ucenter-info-a {
	display: block;
	height: 36px;
	width: 100%;
	text-indent: 20px;
	line-height: 36px;
}

#topbar .shortcut_bar ul>li .ucenter-info .ucenter-info-a:hover {
	background-color: #f7f7f7
}

#header .logo .pim {
	display: inline-block;
	max-width: 200px;
	max-height: 60px;
	vertical-align: middle;
}

/* 头部搜索 */
.searchBox {
	width: 420px;
	margin-left: 70px;
	margin-top: 12px;
}

.searchBar {
	border: 1px solid #cc2121;
	display: block;
	height: 34px;
}

.searchBar .ipt, .searchBar .btn {
	float: left;
	border: 0;
	height: 34px;
	line-height: 34px;
	border: 0;
}

.searchBar .ipt {
	width: 358px;
	padding: 0 5px;
}

.searchBox .search-key {
	margin-top: 5px;
}

.searchBox .search-key li {
	float: left;
	margin-right: 10px;
}

.searchBar .btn {
	color: #fff;
	width: 50px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

.searchBar .search {
	margin: 8px 10px 0 10px;
}

/* 下拉搜索栏 */
.down-search .pim {
	width: auto;
	max-height: 50px;
}

.down-search .searchBar .ipt, .down-search .searchBar .btn {
	line-height: 34px;
}

.down-search .searchBar .ipt {
	width: 458px;
}

.down-search .searchBar .btn {
	width: 62px;
}

/* nav */
#nav {
	margin-top: 20px;
}

.nav_bt {
	border-bottom: 1px solid #cc2121;
}

#navbar {
	max-width: 984px;
}

#navbar, #navbar li {
	float: left;
	height: 36px;
	overflow: hidden;
}

#navbar li {
	font: bold 16px/36px Microsoft YaHei, SimSun;
	display: inline;
	margin: 0 18px 0 35px;
}

#navbar.navbar-fir {
	width: 600px !important
}

#navbar .navbar-ul li {
	margin: 0;
	width: 145px;
	text-align: center;
}

#navbar .navbar-ul li a {
	color: #fff
}

#navbar .navbar-ul li:hover {
	background-color: #717171
}

#navbar li a {
	display: block;
}

#navbar .nav-list {
    font-size: 0;
	height: 36px;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

#navbar .nav-list::-webkit-scrollbar {
	height: 8px;
	width: 8px;
}

#navbar .nav-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	border: 2px solid transparent;
	background: rgba(0, 0, 0, 0.25);
	background-clip: padding-box;
}

#navbar .nav-list::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #f7f7f7;
}

#navbar .nav-list::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.5);
}

#navbar .nav-list li {
	float: none;
	display: inline-block;
}

.nav-bg {
	width: 216px;
	height: 416px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index: 10;
	*zoom: 1;
}

#allCategory {
	float: left;
	height: 36px;
	position: relative;
	z-index: 999;
}

#allCategory h2 {
	line-height: 36px;
	width: 194px !important;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	float: left;
	padding-left: 22px !important;
	height: 36px;
}

#category {
	position: absolute;
	left: 0;
	top: 36px;
	z-index: 999;
	width: 216px;
	height: 416px;
	float: left;
	display: none;
}
#category.has-arrow {
	height: 432px;
}
#category.has-arrow.full-display {
	height: auto;
}

#category.active, #category.show {
	display: block;
}

#category .firMenu {
	height: calc(416px/ 7);
}

#category .category-arrow {
	position: relative;
	height: 16px;
	text-align: center;
}

#category .category-arrow .arrow-icon {
	display: block;
	text-align: center;
	height: 16px;
}

#category .category-arrow .iconfont {
	color: white;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	z-index: 12;
	position: absolute;
	display: inline-block;
}

#category .category-arrow .arrow-bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 16px;
	background-color: #000000;
	opacity: 0.1;
	z-index: 12;
}

#category .nav-bg {
	height: 100%;
}

#category .firLink {
	line-height: 20px;
	color: #fff;
	padding: 0 14px 0 20px;
	cursor: pointer;
	position: relative;
}

#category .firLink p {
	height: 54px;
}

#category .firLink p a {
	font-size: 14px;
	width: 150px;
	line-height: 54px;
	display: inline-block;
	margin: 0;
}

#category .firLink .fa.fa-angle-right {
	position: absolute;
	left: auto;
	right: 12px;
	top: 17px;
	font-size: 18px;
}

#category .firLink .nav_icon {
	float: left;
	width: 20px;
	height: 54px;
	line-height: 54px;
	margin: 0 5px 0 0;
	text-align: center;
}

#category .firLink .nav_icon img {
	max-width: 20px;
	max-height: 20px;
	vertical-align: middle;
}

#category .firMenu.cur .firLink, #category .firMenu.cur .firLink a {
	color: #fff !important;
}

#category .firMenu.cur .firLink .icon.arrow_r {
	background-position: -32px -38px;
}

#category .firMenu.cur img {
	
}

#category ul {
	position: relative;
	z-index: 11;
	color: #fff;
}

#category ul .nav_list a {
	color: #fff;
}

#category ul .subBox {
	position: absolute;
	background: #fff;
	z-index: 11;
	border: 1px solid #d9d9d9;
	border-left: none;
	width: 523px;
	height: 414px;
	left: 216px;
	top: 0;
	display: none;
}

#category ul .subBox.cur {
	display: block;
}

#category ul .subBox .pimg {
	position: absolute;
	top: 40px;
	right: 40px;
	display: none;
}

#category ul .secMenu {
	padding: 18px;
	width: 480px;
	height: 376px;
	overflow-y: auto;
}

#category ul .secMenu dl {
	margin-bottom: 7px;
}

#category ul .secMenu dt {
	/* float: left; */
	width: 100%;
	min-height: 18px;
	display: block;
	margin-right: 10px;
}

#category ul .secMenu dt a {
	display: inline-block;
	white-space: nowrap;
	padding: 0 10px;
	margin-left: -1px;
	line-height: 14px;
}

#category ul .secMenu dt span {
	float: left;
	display: inline-block;
	max-width: 74px;
	font-weight: bold;
}

#category ul .secMenu dt .icon {
	margin-left: 6px;
	margin-top: 6px;
}

#category ul .secMenu dd {
	/* float: left; */
	width: 100%;
	border-top: 1px dotted #ddd;
	overflow: hidden;
	min-height: 28px;
	display: block;
	padding-top: 5px;
}

#category ul .secMenu dd a {
	display: inline-block;
	white-space: nowrap;
	padding: 0 10px;
	margin-bottom: 10px;
	margin-left: -1px;
	line-height: 14px;
}

/* crumbs */
.crumbs {
	padding: 10px 0;
	font-family: Verdana, Geneva, sans-serif
}

.crumbs a {
	margin: 0 5px;
}

/* banner */
.banner {
	position: relative;
	height: 416px;
	width: 100%;
	z-index: 10;
}

.banner .side ul li {
	width: 100%;
}

.banner .side ul li a {
	display: block;
	overflow: hidden;
}

.banner .side ul li a {
	width: 794px;
	height: 416px;
	margin-left: 216px;
}

/* 小圆点 */
.banner .side .dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	line-height: 20px;
	left: 45%;
}

.banner .side .dots li {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #9b9b9b;
	text-indent: -9999px;
	margin: 0 10px;
	cursor: pointer;
	float: left;
}

.banner .side .dots li.active {
	background: #eee;
}

/* banner左右按钮 */
.banner .side .prev, .banner .side .next {
	position: absolute;
	top: 40%;
	font-family: Californian;
	display: block;
	width: 44px;
	height: 76px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 76px;
	border-radius: 8px;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',
		startColorstr='#7F000000', endColorstr='#7F000000');
	background: rgba(0, 0, 0, 0.5);
}

.banner .side .prev {
	left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.banner .side .next {
	right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.root_ser {
	padding: 10px 0;
	width: 100%;
	position: relative;
	overflow: hidden; /*min-height: 140px;*/
	text-align: center;
}

.root_ser dl {
	width: 150px;
	margin: 0 23px;
	display: inline-block;
	vertical-align: top;
}

.root_ser dt {
	color: #474b52;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

.weixin {
	position: absolute;
	top: 15px;
	right: 30px;
	z-index: 1;
}

.weixin img {
	margin-top: 0px;
}

#btmbar {
	text-align: center;
	padding: 20px 0;
}

#btmbar a {
	margin: 0 5px;
	color: #333
}

#footer .layout, #btmbar .layout {
	width: 1200px !important;
}

#footer img, #btmbar img {
	max-width: 1200px !important;
}

#footer .layout {
	border-bottom: 1px solid #e5e5e5;
}

#footerBtm {
	position: absolute; /*bottom: 0;*/
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #f0f0f0;
}

/* pager bar */
.pagerbar {
	line-height: 22px;
	margin-top: 50px;
	width: 100%;
}

.pagerbar a, .pagerbar span {
	margin: 0 2px;
	line-height: 30px;
	padding: 0 12px;
	display: inline-block;
	border: 1px solid #ddd;
	vertical-align: middle;
	background: #f3f3f3;
}

.pagerbar a:hover {
	text-decoration: none
}

.pagerbar .cur, .pagerbar .mr {
	border: 1px solid #fff;
	background: #fff;
	margin: 0
}

.pagerbar .mr {
	color: #ddd;
}

.pagerbar input {
	text-align: center;
	vertical-align: middle;
}

.pagerbar .num {
	width: 40px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	margin: 0 5px;
}

.pagerbar .go {
	padding: 0 12px;
	height: 32px;
	line-height: 30px;
	background: #f3f3f3;
	color: #333;
	border: 1px solid #ddd;
	cursor: pointer;
}

/* 弹窗 */
#wrapbg, #wrapbgs, #cusConfirm {
	position: fixed;
	_position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: .20;
	-moz-opacity: .20;
	filter: alpha(opacity = 20);
	z-index: 1005;
}

.popbox {
	background: #fff;
	display: none;
	position: fixed;
	_position: absolute;
	top: 50%;
	left: 50%;
	z-index: 7005;
	border-radius: 5px;
	min-width: 100px;
	min-height: 26px;
	border: 1px solid #d9d9d9;
	padding: 30px;
}

.popbox h2 {
	font-size: 14px;
}

.popbox .popTitle {
	line-height: 18px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

a.okLinks, a.offLinks {
	display: inline-block;
	line-height: 24px;
	padding: 0 15px;
	margin: 0 5px;
}

.popbox a.okLinks {
	background: #2a9af0;
	color: #fff;
	border: 1px solid #167dcc;
}

.popbox a.offLinks {
	background: #f5f5f5;
	color: #777;
	border: 1px solid #b3b3b3;
}

.get_result {
	position: relative;
	line-height: 28px;
	padding: 20px;
}

/*.popbox .closeLink{ display:inline-block; right:2px; top:0; position:absolute; font-size:18px;padding: 0 6px;color: #999;}*/
.popbox .closeLink {
	position: absolute;
	right: 12px;
	top: 5px;
	color: #999;
	font-size: 26px;
	cursor: pointer;
}

.popbox .result {
	padding: 0;
	padding-right: 10px;
	line-height: 26px;
	font-size: 14px;
}

.popbox .result .icon {
	margin-right: 10px;
	background: url(../images/port.png) no-repeat top left;
	width: 26px;
	height: 26px;
}

.popbox .result .icon.prot1 {
	
}

.popbox .result .icon.prot2 {
	background-position: 0 -27px;
}

.popbox .result .icon.prot3 {
	background-position: 0 -54px;
}

#popbox .closeLink {
	right: 7px;
	top: 2px;
}

/* 加入购物车弹窗 */
.popbox .comment {
	padding: 0 10px;
}

.popbox .comment .info {
	margin-bottom: 30px;
}

.popbox .comment .info em {
	font-style: normal;
}

.popbox .comment .info .pim {
	float: left;
	width: 80px;
	height: 80px;
	border: 1px solid #d9d9d9;
	margin-right: 20px;
}

.popbox .comment .info .pic {
	font-weight: bold;
}

.popbox .comment .info .msg {
	max-width: 205px;
}

.popbox .comment li {
	overflow: hidden;
	margin-bottom: 10px;
}

.popbox .comment li span {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	text-align: right;
	width: 48px;
}

.popbox .comment li>div {
	max-width: 500px;
}

.popbox .btn {
	display: inline-block;
	width: 70px;
	height: 28px;
	border: 1px solid #d9d9d9;
	background: #f5f5f5;
	margin-right: 10px;
	border-radius: 3px;
	margin-top: 30px;
}

.popbox .btn.red {
	border: 1px solid #cc2121;
	background: #cc2121;
	color: #fff;
}

/* star */
.stars {
	width: 80px;
	height: 16px;
	background: url(../images/ico-star.png);
	display: inline-block;
}

.stars.one {
	background-position: 0 0;
}

.stars.two {
	background-position: 0 -16px;
}

.stars.three {
	background-position: 0 -32px;
}

.stars.four {
	background-position: 0 -48px;
}

.stars.five {
	background-position: 0 -64px;
}

/* countnum */
.countNum {
	border: 1px solid #ddd;
	line-height: 24px;
	height: 24px;
	text-align: center;
	width: 90px;
}

.countNum .subbtn, .countNum .addbtn {
	width: 24px;
	font-size: 16px;
	background: #f0f0f0;
}

.unitNum {
	width: 36px;
	height: 24px;
	line-height: 24px;
	padding: 0 3px;
	vertical-align: top;
	background: #fff;
	border: 0 none;
	text-align: center;
}

.unitNum.error {
	background: #fef7f7;
}

/* brand_list */
.brand_list {
	width: 834px;
	margin-left: 380px;
}

.brand_list .list {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: -12px;
	max-height: 40px;
	margin: -2px 0 8px 0;
}

.brand_list .list dl>p {
	padding: 0 11px;
	float: left;
	line-height: 20px;
	position: relative;
	z-index: 1002;
}

.brand_list .list dd {
	float: left;
}

.brand_list .list dd a {
	padding: 0 10px;
	float: left;
	line-height: 20px;
	position: relative;
	z-index: 1002;
}

.brand_list .brand {
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 1000;
	padding-top: 5px;
	visibility: hidden;
}

.brand_list .brand ul {
	border: 1px solid #d9d9d9;
	padding: 20px;
	overflow: hidden;
	width: 940px;
	min-height: 420px;
	background: #fff;
}

.brand_list .brand ul li {
	float: left;
	width: 100px;
	height: 50px;
	overflow: hidden;
	margin: 10px 16px;
	border: 1px solid #d9d9d9;
}

.brand_list .brand ul li a {
	padding: 0;
	margin: 0;
}

.brand_list .brand ul li img {
	width: 100px;
	height: 50px;
}

.brand_list .brand ul li p {
	font-size: 18px;
	text-align: center;
	width: 100px;
	height: 50px;
	line-height: 50px;
	padding: 0;
}

.brand_list .brand ul li:hover p {
	background: #cc2121;
	color: #fff;
}

.brand_list .top {
	position: absolute;
	top: -44px;
	right: 0;
	width: 100%;
	height: 50px;
}

.brand_list .top img {
	position: absolute;
	bottom: 0;
	z-index: 1001;
	cursor: pointer;
}

/* emptyList */
.emptyList {
	max-width: 600px;
	margin: 100px auto;
	display: table;
}

.emptyList>* {
	display: table-cell;
	font-size: 15px;
	vertical-align: middle;
}

.emptyList .info {
	padding-left: 20px;
}

/* 分享 */
.preview .bdshare-button-style0-16 a, .preview .bdshare-button-style0-16 .bds_more
	{
	padding-left: 12px !important;
	height: 12px !important;
	line-height: 12px !important;
	color: #999 !important;
	margin: 4px 6px 6px 0 !important;
	background-image: url(../images/tb.png) !important;
	background-position: -25px -98px !important;
}

/* 环信位置重置 */
/*[id^=EasemobIframe]{display: none!important;}*/

/*右侧边栏*/
.aside-box {
	position: fixed;
	width: 315px;
	height: 100%;
	top: 0;
	right: -275px;
	z-index: 999999;
}

.aside-rt {
	width: 40px;
	height: 100%;
	float: left;
	background-color: #333;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.aside-rt>ul>li {
	width: 40px;
	cursor: pointer;
	margin: 8px 0;
	position: relative;
}

.aside-rt>ul>li.cart-box {
	position: relative;
	background-color: #333;
}

.aside-rt>ul>li.cart-box:hover, .aside-rt>ul>li.cart-box.active {
	padding: 1px 0;
}

.aside-rt>ul>li.cart-box:hover div, .aside-rt>ul>li.cart-box.active div
	{
	border: none;
}

.aside-rt>ul {
	margin-top: 100px;
}

.aside-rt .cart-box div {
	border-top: 1px solid #8C8C8C;
	border-bottom: 1px solid #8C8C8C;
	padding: 15px 8px;
}

.aside-rt .cart-box div>span {
	margin: 0 auto;
	display: block;
}

.aside-rt .cart-box div>p {
	margin: 10px 0;
	line-height: 18px;
}

.aside-rt .cart-box div>b {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	line-height: 24px;
}

.aside-rt li span {
	font-size: 20px;
	display: block;
	width: 24px;
	height: 24px;
}

.aside-rt li>a {
	padding: 8px;
}

.aside-rt li a {
	color: #fff !important;
	display: block;
}

.aside-rt li>div.lf-show {
	display: none;
	position: absolute;
	left: -88px;
	width: 88px;
	text-align: center;
	top: 0;
	background-color: #333;
	line-height: 40px;
	bottom: 0;
}

.rt-bt li.active {
	background-color: #cc2121;
}

.rt-bt li.active .lf-qrcode {
	display: block;
}

.aside-rt li>div.lf-qrcode {
	display: none;
	position: absolute;
	left: -170px;
	width: 140px;
	text-align: center;
	height: 165px;
	padding: 15px;
	bottom: 0;
	background-color: #fff;
	color: #333;
	font-size: 14px;
}

.aside-rt li>div.lf-qrcode>img {
	width: 140px;
	height: 140px;
	margin-bottom: 8px;
}

.aside-rt li .lf-show i {
	font-size: 18px;
	position: absolute;
	top: 10px;
	right: -5px;
	color: #333;
}

.aside-rt li .fa {
	height: 22px;
	padding-top: 2px;
}

.aside-rt .help-rt span {
	background: url('../images/tb.png') no-repeat 1px -496px;
}

.rt-bt {
	position: absolute;
	bottom: 0;
	font-size: 12px;
}

.aside-rt .rt-bt li {
	margin: 0;
}

.rt-bt li.go-top span {
	height: 11px;
	line-height: 11px;
	font-size: 18px;
}

/*侧边栏购物车*/
.aside-cart {
	float: right;
	position: relative;
	width: 275px;
	height: 100%;
	background-color: #EBEBEB;
}

.aside-cart>p {
	background-color: #EBEBEB;
	position: absolute;
	top: 0;
	right: 0;
	width: 245px;
	height: 24px;
	line-height: 36px;
	padding: 6px 15px;
}

.aside-cart>p>span {
	float: left;
	height: 24px;
	line-height: 24px;
}

.aside-cart>p>span .icon {
	margin: 4px 6px 0 0;
	vertical-align: top;
}

.aside-cart>p>a {
	float: right;
	height: 24px;
	line-height: 24px;
}

.aside-cart>.aside-prd-wrap {
	position: absolute;
	top: 36px;
	right: 0;
	width: 275px;
	bottom: 90px;
	overflow-x: hidden;
	overflow-y: auto;
}

.aside-prd-box {
	width: 260px;
	padding: 10px 0 10px 15px;
	background-color: #fff;
	margin-bottom: 10px;
}

.aside-prd-box>div {
	position: relative;
}

.aside-prd-box>div>img {
	float: left;
	width: 50px;
	height: 50px;
}

.aside-prd-box>div>p {
	float: left;
	width: 158px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-left: 10px;
}

.aside-prd-box>div>.de-prd {
	float: left;
	margin-left: 10px;
	height: 18px;
	line-height: 18px;
	cursor: pointer;
	display: none;
}

.aside-prd-box>ul>li {
	width: 250px;
	line-height: 18px;
	margin-top: 9px;
	padding-right: 10px;
}

.aside-prd-box>ul>li>span {
	float: left;
}

.aside-prd-box .prd-spec {
	width: 80px;
}

.aside-prd-box .prd-num {
	text-align: center;
	width: 36px;
}

.aside-prd-box .prd-price {
	width: 100px;
	text-align: right;
}

.aside-prd-box .prd-de {
	display: none;
	float: right;
	color: #D0D0D0;
	font-size: 18px;
	width: 18px;
	height: 18px;
	text-align: center;
	cursor: pointer;
	line-height: 16px;
	background: url('../images/tb.png') no-repeat -19px -112px;
}

.aside-prd-box>ul>li:hover .prd-de {
	display: block;
}

.aside-cart-bottom {
	position: absolute;
	bottom: 0;
	height: 70px;
	right: 0;
	padding: 10px 15px;
	width: 245px;
	font-weight: 600;
	font-size: 14px;
}

.aside-cart-bottom>a {
	display: block;
	width: 100%;
	height: 40px;
	border: none;
	color: #fff;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	margin-top: 10px;
	cursor: pointer;
	font-size: 16px;
}

.aside-cart-bottom>a:hover {
	color: #fff;
}

.aside-cart-bottom>p>.num-box {
	float: left;
}

.aside-cart-bottom>p>.total-box {
	float: right;
	padding: 0;
}

.aside-cart-empty {
	padding: 20px;
}

.aside-cart-empty>* {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.aside-cart-empty .info {
	padding: 0;
	margin-top: 20px;
}

/*删除确认框*/
.delconfirm .btn {
	text-align: center;
	cursor: pointer;
	line-height: 28px;
}

.delconfirm {
	width: 280px;
}

/*确认框*/
#openConfirm {
	background: #fff;
	position: fixed;
	_position: absolute;
	top: 50%;
	left: 50%;
	z-index: 7005;
	border-radius: 5px;
	min-width: 280px;
	min-height: 26px;
	border: 1px solid #d9d9d9;
	padding: 30px;
}

#openConfirm .title {
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}

#openConfirm .d-btn {
	min-width: 30px;
	margin-right: 10px;
	margin-top: 30px;
}

#openConfirm .closeLink {
	position: absolute;
	right: 12px;
	top: 10px;
	color: #999;
	font-size: 26px;
	cursor: pointer;
}

/*图片上传*/
.file_pz_pim {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	z-index: 10;
}

.file_pz_pim .close_pim {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}

/*悬浮客服*/
.Aeonline {
	z-index: 100;
	width: auto;
	border: 1px solid #edf1f2;
	border-bottom: 0 none;
	position: absolute;
	left: 0;
	line-height: 30px;
	display: none;
	-webkit-box-shadow: 2px 3px 10px #ddd;
	box-shadow: 2px 3px 10px #ddd;
}

.Aeonline .a1, .Aeonline .a2, .Aeonline .a3 {
	/*display: inline-block;*/
	display: block;
	cursor: pointer;
	position: relative;
	/*min-width: 100px;*/
	background-color: #fff
}

/*header客服*/
#header-service {
	padding: 0px 10px;
	cursor: pointer;
}

#header-service .consult a {
	line-height: 38px;
	width: auto;
	white-space: nowrap;
	padding: 0 10px
}

#header-service .consult a:hover {
	background-color: #f7f7f7;
}

.kefu_name {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding: 0 3px;
}

.Aeonline .a1 img, .Aeonline .a2 img, .Aeonline .a3 img {
	width: 15px;
	vertical-align: middle;
	margin: 5px
}

/* 表格样式 */
.glb_tab_info {
	border: 1px solid #e6e6e6;
}

.glb_tab_info.bdNo {
	border-bottom: 0 none;
}

.glb_tab_info .thead, .glb_tab_info .tbody {
	width: 100%;
	overflow: hidden;
}

.glb_tab_info .thead li, .glb_tab_info .tbody li {
	padding: 8px 20px;
	line-height: 19px;
	border-bottom: 1px solid #e6e5e5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}

.glb_tab_info .thead li.pd, .glb_tab_info .tbody li.pd {
	padding: 20px 0;
}

.glb_tab_info .thead li {
	background: #f3f3f3;
	font-weight: normal;
	float: left;
	text-align: center;
}

.glb_tab_info .tbody li {
	float: left;
}

.icon_pay {
	background: url(../images/tb2.png) no-repeat top left;
	display: inline-block;
	vertical-align: middle;
}

.icon_pay.red {
	background-position: -11px -144px;
	width: 26px;
	height: 20px;
}

/* 商品图片标签 */
.itemmark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 5px;
}

.itemmark>div {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

.itemmark .mark {
	display: inline-block;
	width: auto;
	min-width: 36px;
	max-width: 70%;
	position: relative;
	border-color: rgba(231, 56, 56, 0.8);
	background-color: rgba(231, 56, 56, 0.8);
	color: #fff;
	padding: 5px 5px 5px 10px;
	text-align: center;
}

.itemmark .mark>* {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.itemmark .mark.gift {
	border-color: rgba(233, 85, 19, 0.8);
	background-color: rgba(233, 85, 19, 0.8);
}

.itemmark .mark:before {
	content: '';
	position: absolute;
	top: 4px;
	right: -9px;
	border-color: inherit;
	border-width: 9.1px;
	border-style: solid;
	border-right-color: transparent;
	border-bottom-color: transparent;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* 图片浮动放大 */
.item_img_hover {
	overflow: hidden;
}

.item_img_hover .item_hover_img {
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: -o-transform .3s ease;
	-moz-transition: transform .3s ease, -moz-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease,
		-moz-transform .3s ease, -o-transform .3s ease;
}

.item_img_hover:hover {
	/*z-index: 105;
    -webkit-box-shadow: 0 0 5px #bdbcbc;
    -moz-box-shadow: 0 0 5px #bdbcbc;
    box-shadow: 0 0 5px #bdbcbc;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);*/
	
}

.item_img_hover:hover .item_hover_img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.cate_img {
	min-width: 100%;
	min-height: 100%;
	max-width: 1200px;
	max-height: 300px;
}