body {
	position: relative;
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 14px;
	font-family: Microsoft YaHei, Helvetica, STHeiti STXihei, Microsoft JhengHei, Arial;
	max-width: 765px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 50px;
	background: #f7f7f7;
	font-weight: lighter;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
a {
	outline: none;
	text-decoration: none;
	cursor: pointer
}
img {
	outline: none;
	border: none
}
@media screen and (min-width: 765px) {
	body {
		border-left: 1px solid #eee;
		border-right: 1px solid #eee
	}
	.index-header #slider, .index-header .slider {
		height: 300px !important
	}
}
html {
	padding: 0;
	margin: 0;
	max-width: 765px;
	margin: 0 auto;
	background: #f7f7f7
}
input {
	color: #222;
	text-align: left;
	font-size: 10pt;
	outline: none;
	font-family: Microsoft YaHei, Helvetica, STHeiti STXihei, Microsoft JhengHei, Arial
}
input[type=text] {
	border: 1px solid #bbb;
	border-radius: 3px;
	width: 100%;
	display: block
}
.marginAuto {
	margin: 0 auto
}
.block {
	display: block
}
.Elipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.prices {
	font-size: 12px;
	font-family: Verdana;
	color: #f50;
	font-weight: normal
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
.clearfix {
	display: inline-table
}
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block
}
.search-w-box {
	position: relative;
	background: transparent;
	padding: 10px 11px;
	border-bottom: 1px solid #eee;
	border-bottom-style: double
}
.search-w-input {
	outline: 0;
	border: 1px solid #ddd;
	font-size: 14px !important;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAABi0lEQVR42s2XsU4CQRRFoXGREmOxW1ASAgWfsEqt/2FhLTV+A4mSDf1+hNFEgrEhJsTC2Gmx/AHJWrjeSe4mEzLgDLMDS3ICmffevWFmduZtpVLmTxzHLXADHkACUpJwTMRaRRqG4Blkmojc0MawBu7BLwU/wQRcggB4JODYhDkZa0RtzdS0AV6kf3EHqhp1VebmdUKjoWtaB68sfAPdHWary9qMWnWdoogFczGNFksVUENoRTobKV/TdgEbsy2tebgtcZqvaYFPRb7m000JPSYsHJwBC2r3VMEhgyMHxiNqD1XBRwb7Doz71H5SBRMGAwfGAbUTVTBl0HNg7FE7LZXxwaba5eY637a59vE43ZbnADnYkam4JDoFmHakS+Lsv+SxdC36FqY++KLW2LQRmFs0At/UWIGmbuGJZG605mutz4rf7+BUV+B4rdn7YHdywWk8Ij7HIubIzV6Tpmbm0oabGbS3M3kjCbOdzaU2ZsATbgl+yJJjg03tkrW55aNVGvPrfb+DCfMr8fsPcg6fmHF/AckAAAAASUVORK5CYII=) 8px no-repeat #fff;
	background-size: 15px 15px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	vertical-align: baseline;
	padding: 5px 0;
	padding-left: 28px;
	border-radius: 30px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-appearance: none
}
.footer {
	margin: 5px 0
}
.copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #ccc;
	text-align: center
}
.Thead {
	position: relative;
	font-size: 15px;
	color: #888;
	border-left: 5px solid #44b549;
	padding-left: 10px;
	margin: 12px 10px
}
.Thead .more {
	height: 40px;
	width: 40px;
	display: block;
	position: absolute;
	top: -10px;
	right: -10px;
	background: url(../images/icon/iconfont-you.png) center no-repeat;
	background-size: 20px;
	opacity: .8
}
.hidden {
	display: none
}
.bottom_nav {
	overflow: hidden;
	position: fixed;
	z-index: 999;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #eee;
	background: rgba(238,238,238,0.8)
}
.bottom_nav > a {
	height: 45px;
	padding-top: 4px;
	color: #999;
	font-size: 12px;
	text-align: center;
	width: 100%;
	display: block;
	float: left;
	width: 25%;
	outline: none;
	border-bottom: 2px solid transparent;
	transition-duration: 150ms
}
.bottom_nav > a i {
	background-image: url(../images/icon_nav.png);
	background-repeat: no-repeat;
	background-size: 161px 46px;
	-webkit-background-size: 161px 46px;
	width: 23px;
	height: 23px;
	content: '\20';
	display: block;
	margin: 0 auto 2px auto
}
.bottom_nav .nav_search i {
	background-position: -46px 0
}
.bottom_nav .nav_search.hover i {
	background-position: -46px -23px
}
.bottom_nav .nav_shopcart i {
	background-position: -138px 0
}
.bottom_nav .nav_shopcart.hover i {
	background-position: -138px -23px
}
.bottom_nav .nav_me i {
	background-position: -69px 0
}
.bottom_nav .nav_me.hover i {
	background-position: -69px -23px
}
.bottom_nav .nav_index i {
	background-position: 0 0
}
.bottom_nav .nav_index.hover i {
	background-position: 0 -23px
}
.bottom_nav > a.hover {
	border-bottom-color: #e4393c;
	background: #eaeaea;
	background: rgba(238,238,238,0.9);
	color: #e4393c
}
header.bheader {
	margin: 5px 10px;
	line-height: 24px;
	position: relative;
	text-align: center
}
header.bheader span {
	font-size: 15px;
	color: #555;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	display: inline-block;
	background: #f7f7f7;
	padding: 0 20px;
	z-index: 1
}
header.bheader span a {
	color: #fff !important
}
header.bheader:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #dedede
}
.gBanner {
	max-width: 100%;
	display: block
}
._Tiping {
	opacity: .8;
	position: fixed;
	background: url('../images/icon/iconfont-iconfontroundcheck-50x.png') center 20px no-repeat #333;
	/*
	background-image: -webkit-image-set(url(../images/icon/iconfont-iconfontroundcheck-50x.png) 1x, url(../images/icon/iconfont-iconfontroundcheck-100x.png) 2x);
	*/
	background-size: 50px;
	color: #fff;
	line-height: 70px;
	border-radius: 10px;
	text-align: center;
	font-size: 13px
}
#list-loading {
	display: none;
	height: 30px;
	text-align: center;
	padding: 10px 0
}
#list-loading img {
	display: inline-block;
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear
}@-webkit-keyframes rotate{
from {
	-webkit-transform: rotate(0deg)
}
to {
	-webkit-transform: rotate(360deg)
}}
#homeSlider {
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	word-wrap: nowrap;
	background: #eee;
	margin: 10px 0
}
#homeSlider img {
	width: 100%;
	display: block
}
#slider {
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	word-wrap: nowrap;
	height: 12.5em;
	background: #eee
}
.slider {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
	background-size: cover;
	background-position: center
}
.sliderX {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	line-height: 0
}
.sliderX img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	border: none
}
.sliderTip {
	opacity: .7;
	height: 18px;
	line-height: 14px;
	position: absolute;
	left: -1000px;
	bottom: 5px;
	padding: 0 6px;
	z-index: 888
}
.sliderTipItems {
	height: 10px;
	width: 10px;
	border-radius: 5px;
	margin: 4px 0;
	background: #aaa;
	display: inline-block;
	margin-right: 3px
}
.sliderTipItems:last-child {
	margin-right: 0
}
.sliderTipItems.current {
	background: #ff9000
}
.productCount {
	width: 82px;
	display: inline-block;
	height: 25px;
	border: 1px solid #eee
}
.productCount .btn {
	display: block;
	background: #eee;
	width: 25px;
	height: 25px;
	text-align: center;
	position: relative;
	float: left;
	background: url('../images/icon/iconfont-add1-16x.png') center no-repeat #f7f7f7;
	background-image: -webkit-image-set(url(../images/icon/iconfont-add1-16x.png) 1x, url(../images/icon/iconfont-add1-32x.png) 2x);
	background-size: 16px
}
.productCountMinus {
	background-image: url('../images/icon/iconfont-minus-20x.png') !important;
	background-image: -webkit-image-set(url(../images/icon/iconfont-minus-20x.png) 1x, url(../images/icon/iconfont-minus-40x.png) 2x) !important;
	background-size: 20px !important;
	border-right: 1px solid #eee
}
.productCountPlus {
	border-left: 1px solid #eee
}
.productCountNum {
	display: block;
	width: 30px;
	height: 25px;
	line-height: 25px;
	background: #fff;
	position: relative;
	float: left
}
.productCountNum input {
	outline: none;
	border: none;
	display: block;
	height: 23px;
	width: 20px;
	text-align: center;
	line-height: 25px;
	background: transparent;
	margin: 0;
	padding: 0 5px
}
.listTopcaption {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 999
}
.listTopcaption .holder {
	padding: 0 45px;
	font-size: 14px;
	text-align: center;
	position: relative;
	background: rgba(238,238,238,0.8)
}
.listTopcaption .holder p {
	height: 45px;
	font-size: 16px;
	font-weight: lighter;
	line-height: 45px;
	color: #666;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.listTopArrow {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 45px;
	width: 45px;
	background: url(../images/icon/iconfont-angleleft-25x.png) center no-repeat;
	background-image: -webkit-image-set(url(../images/icon/iconfont-angleleft-25x.png) 1x, url(../images/icon/iconfont-angleleft-50x.png) 2x);
	background-size: 25px
}
.listTopArrow.home {
	position: absolute;
	left: initial;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	height: 45px;
	width: 45px;
	background: url(../images/icon/iconfont-icontitlehuishouye-30x.png) center no-repeat;
	background-image: -webkit-image-set(url(../images/icon/iconfont-icontitlehuishouye-30x.png) 1x, url(../images/icon/iconfont-icontitlehuishouye-60x.png) 2x);
	background-size: 30px
}
.listTopArrow.search {
	top: 10px
}
.TopcaptionPos {
	background: #fff;
	height: 45px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1)
}
.touchslider {
	position: relative;
	background: #eee;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3)
}
.touchslider .touchslider-item {
	overflow: hidden
}
.touchslider .touchslider-item img {
	display: block
}
.touchslider .touchslider-nav {
	text-align: center;
	margin-top: 16px
}
.touchslider .touchslider-nav a {
	cursor: pointer;
	color: #000
}
.touchslider .touchslider-nav a:active {
	background: #689db2
}
.touchslider-nav {
	font: bold 16px/16px Georgia
}
.touchslider .touchslider-prev {
	position: relative;
	margin-right: 16px;
	height: 16px;
	background: #fff;
	width: 100px;
	display: inline-block;
	padding: 0 0 0 10px;
	-webkit-border-radius: 12px 0 0 12px;
	border-radius: 12px 0 0 12px
}
.touchslider .touchslider-next {
	position: relative;
	margin-left: 16px;
	width: 100px;
	height: 16px;
	background: #fff;
	display: inline-block;
	-webkit-border-radius: 0 12px 12px 0;
	border-radius: 0 12px 12px 0
}
.touchslider .touchslider-next-in {
	position: absolute;
	right: 10px
}
.touchslider .touchslider-prev-in {
	position: absolute;
	left: 10px
}
.touchslider .touchslider-nav-item {
	background: #eaeaea;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 4px;
	text-indent: -999em;
	border-radius: 6px;
	cursor: pointer;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s
}
.touchslider .touchslider-nav-item-current {
	background: #ff9000
}
.touchslider-nav {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center
}
body {
	background: #f7f7f7
}
#pd-recoment .pd-box {
	border-top: 1px solid #eee;
	background: #fff;
	padding-top: 10px;
	padding-right: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.05)
}
#pd-recoment .pd-box a {
	width: 33.33%;
	display: block;
	float: left
}
#pd-recoment .pd-box-inner {
	margin: 10px;
	margin-right: 0;
	margin-top: 0;
	position: relative
}
#pd-recoment .pd-box a img {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%
}
#pd-recoment .pd-box a p {
	color: #777;
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	height: 1em;
	line-height: 1em
}
#pd-recoment .pd-box a span {
	text-align: center;
	font-size: 12px;
	display: block;
	margin-top: 3px
}
.vpd-title {
	margin: 0;
	display: block;
	position: relative;
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
	height: 81px;
	color: #222
}
.vpd-subtitle {
	color: #e4393c;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 3px 0
}
.prices {
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #e5007e
}
#vpd-content {
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #eee;
	background: #fff
}
#vpd-content.notload {
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 40px;
	min-height: 40px;
	border-top: none
}
#vpd-content table {
	width: 100% !important
}
#vpd-content img {
	max-width: 100% !important;
	height: auto
}
.max100 {
	max-width: 100%
}
#vpd-content P {
	margin: 0
}
#vpd-detail-header {
	display: none
}
.uc-add-like {
	position: absolute;
	border-radius: 5px;
	bottom: 16px;
	right: 10px;
	background: url('../images/icon/iconfont-heart-b-16.png') 5px center no-repeat;
	background-image: -webkit-image-set(url(../images/icon/iconfont-heart-b-16.png) 1x, url(../images/icon/iconfont-heart-b-32.png) 2x);
	background-size: 16px;
	border: 1px solid #e5007e;
	padding: 4px 12px;
	padding-left: 21px;
	text-align: center;
	font-size: 12px;
	color: #e5007e;
	overflow: hidden;
	z-index: 999;
	text-indent: 3px
}
.uc-add-like.fill {
	background-image: url('../images/icon/iconfont-heart-w-16.png');
	background-image: -webkit-image-set(url(../images/icon/iconfont-heart-w-16.png) 1x, url(../images/icon/iconfont-heart-w-32.png) 2x);
	background-color: #e4393c;
	color: #fff
}
.pd-dsc {
	line-height: 28px;
	vertical-align: top;
	margin: 0
}
.pd-dsc dt {
	font-size: 13px;
	vertical-align: middle;
	display: inline-block;
	line-height: 28px;
	float: left
}
.pd-spec-sx {
	font-size: 12px;
	line-height: initial;
	display: inline-block;
	padding: 4px 6px;
	border: 1px solid #ccc;
	color: #aaa;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left
}
.pd-spec-sx.enable {
	color: #666;
	border: 1px solid #666
}
.pd-spec-sx.hover {
	color: #ff9000;
	border: 1px solid #ff9000
}
.pd-dsc:first-child {
	padding-top: 0
}
.pd-dsc b {
	font-size: 13px;
	font-weight: normal
}
.pd-dsc .prices {
	font-size: 16px;
	font-style: normal
}
#appCartWrap {
	padding: 0 10px;
	padding-right: 43px;
	background: rgba(238,238,238,0.8);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999
}
#appCartWrap #toCart {
	position: absolute;
	right: 2px;
	top: 2px;
	bottom: 0;
	display: block;
	height: 45px;
	width: 45px;
	background: url(../images/icon/iconfont-cart-28x.png) center no-repeat;
	background-image: -webkit-image-set(url(../images/icon/iconfont-cart-28x.png) 1x, url(../images/icon/iconfont-cart-56x.png) 2x);
	background-size: 28px;
	text-align: right;
	padding-top: 1px
}
#appCartWrap #toCart i {
	line-height: 20px;
	height: 20px;
	width: 20px;
	display: inline-block;
	border-radius: 100px;
	background: #e4393c;
	font-style: normal;
	text-align: center;
	font-family: Verdana;
	color: #fff
}
.button {
	display: inline-block;
	position: relative;
	margin: 10px 3px;
	text-decoration: none;
	border-radius: 3px;
	line-height: 30px;
	text-align: center;
	display: block;
	background: #e5007e;
	font-size: 14px;
	color: #fff;
	transition-duration: 100ms;
	-moz-transition-duration: 100ms;
	-webkit-transition-duration: 100ms
}
.button.disable {
	background: #ddd !important
}
#subscribe-button {
	margin: 0;
	float: right;
	width: 40px;
	background: #44b549
}
#buy-button {
	margin-right: 115px
}
#buy-button.hover {
	background: #ee5f62
}
#addcart-button {
	width: 100px;
	float: right;
	background: #ff9000
}
#addcart-button.hover {
	background: #feb04b
}
#container {
	position: relative;
	padding: 10px;
	background: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
	border-top: 1px solid #eee
}
#slider {
	border-bottom: 1px solid #eee
}
.marketPrice {
	color: #cdcdcd;
	text-decoration: line-through;
	font-style: italic !important;
	font-size: 14px !important
}
#productOffline {
	color: #777;
	line-height: 50px;
	text-align: center;
	font-size: 16px
}
#subscribeTip {
	padding: 5px;
	font-size: 12px;
	line-height: 30px;
	background: rgba(238,238,238,0.3);
	overflow: hidden;
	z-index: 999
}
#subscribeTip img {
	float: left;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	display: block;
	margin-right: 5px
}
#subscribeTip .button {
	font-size: 12px;
	line-height: 25px;
	margin-top: 2px
}
.prominfo {
	color: #e4393c !important
}
.prominfo b {
	color: #fff !important;
	background: #e4393c;
	margin-right: 5px;
	padding: 0 1px
}
.text-error,.text-danger {
    color: #a94442;
}