/* detail.css Date:2021-06-01 10:00:09 */
@charset "UTF-8";
	.inp {
	border-radius:2px;
	border:1px solid #ccc;
	text-indent:0;
	color:#000;
	font-family:"Microsoft Yahei";
	outline:0
}
.inp-primary {
	height:34px;
	width:232px;
	background:#fff;
	font-size:14px;
	color:#000;
	border:1px solid #ccc;
	padding:0 12px
}
.inp-primary:hover {
	border:1px solid #999;
	box-shadow:0 0 3px #ccc;
	-moz-box-shadow:0 0 3px #ccc;
	-ms-box-shadow:0 0 3px #ccc;
	-o-box-shadow:0 0 3px #ccc;
	-webkit-box-shadow:0 0 3px #ccc
}
.inp-notprimary {
	height:34px;
	width:232px;
	border:1px solid #ccc;
	background:#f2f2f2;
	font-size:14px;
	color:#444;
	padding:0 12px
}
.inp-primaryfocus {
	height:32px;
	width:232px;
	background:#fff;
	font-size:14px;
	color:#444;
	border:2px solid #7fcbfe;
	box-shadow:0 0 3px #7fcbfe;
	-moz-box-shadow:0 0 3px #7fcbfe;
	-ms-box-shadow:0 0 3px #7fcbfe;
	-o-box-shadow:0 0 3px #7fcbfe;
	-webkit-box-shadow:0 0 3px #7fcbfe;
	padding:0 11px
}
.inp-primaryblur {
	height:32px;
	width:232px;
	background:#fff;
	font-size:14px;
	color:#444;
	border:2px solid #f77799;
	box-shadow:0 0 3px #f77799;
	-moz-box-shadow:0 0 3px #f77799;
	-ms-box-shadow:0 0 3px #f77799;
	-o-box-shadow:0 0 3px #f77799;
	-webkit-box-shadow:0 0 3px #f77799;
	padding:0 11px
}
.inp-secondary {
	height:24px;
	width:240px;
	background:#fff;
	font-size:12px;
	color:#000;
	border:1px solid #ccc;
	padding:0 8px
}
.inp-secondary:hover {
	border:1px solid #999;
	box-shadow:0 0 3px #ccc;
	-moz-box-shadow:0 0 3px #ccc;
	-ms-box-shadow:0 0 3px #ccc;
	-o-box-shadow:0 0 3px #ccc;
	-webkit-box-shadow:0 0 3px #ccc
}
.inp-notsecondary {
	height:24px;
	width:240px;
	border:1px solid #ccc;
	background:#f2f2f2;
	font-size:12px;
	color:#444;
	padding:0 8px
}
.inp-secondaryfocus {
	height:22px;
	width:240px;
	background:#fff;
	font-size:12px;
	color:#444;
	border:2px solid #7fcbfe;
	box-shadow:0 0 3px #7fcbfe;
	-moz-box-shadow:0 0 3px #7fcbfe;
	-ms-box-shadow:0 0 3px #7fcbfe;
	-o-box-shadow:0 0 3px #7fcbfe;
	-webkit-box-shadow:0 0 3px #7fcbfe;
	padding:0 7px
}
.inp-secondaryblur {
	height:22px;
	width:240px;
	background:#fff;
	font-size:12px;
	color:#444;
	border:2px solid #f77799;
	box-shadow:0 0 3px #f77799;
	-moz-box-shadow:0 0 3px #f77799;
	-ms-box-shadow:0 0 3px #f77799;
	-o-box-shadow:0 0 3px #f77799;
	-webkit-box-shadow:0 0 3px #f77799;
	padding:0 7px
}
.btn {
	cursor:pointer;
	text-align:center;
	font-family:"Microsoft Yahei";
	border:0 none;
	transition:all .08s ease-in;
	-moz-transition:all .08s ease-in;
	-ms-transition:all .08s ease-in;
	-o-transition:all .08s ease-in;
	-webkit-transition:all .08s ease-in;
	outline:0
}
.btn-primary {
	color:#fff;
	background:#E6133C;
	font-size:16px;
	height:36px;
	width:136px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px
}
.btn-primary:hover {
	background:#fa2244
}
.btn-notprimary {
	color:#fff;
	background:#bbb;
	font-size:16px;
	height:36px;
	width:136px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px
}
.btn-secondary {
	height:26px;
	background:#E6133C;
	width:70px;
	color:#fff;
	font-size:12px
}
.btn-secondary:hover {
	background:#fa2244
}
.btn-notsecondary {
	height:26px;
	background:#bbb;
	width:70px;
	color:#fff;
	font-size:12px
}
.btn-notsecondaryclick {
	height:26px;
	background:#fa2244;
	width:70px;
	color:#fff;
	font-size:12px
}
.btn-submit {
	height:26px;
	width:70px;
	background:#fff;
	color:#333;
	border:1px solid #ccc;
	font-size:12px
}
.btn-submit:hover {
	color:#000;
	border:1px solid #999
}
.btn-notsubmit {
	height:26px;
	width:70px;
	background:#eee;
	border:1px solid #ccc;
	color:#999;
	font-size:12px
}
.btn-notsubmitclick {
	height:26px;
	width:70px;
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size:12px
}
.btn-greysubmit {
	height:26px;
	width:70px;
	background:#f5f5f5;
	color:#333;
	border:1px solid #ccc;
	font-size:12px
}
.btn-greysubmit:hover {
	color:#000;
	border:1px solid #999;
	background:#eee
}
.btn-notgreysubmit {
	height:26px;
	width:70px;
	background:#eee;
	border:1px solid #ccc;
	color:#999;
	font-size:12px
}
.btn-notgreysubmitclick {
	height:26px;
	width:70px;
	background:#f5f5f5;
	color:#333;
	border:1px solid #ccc;
	font-size:12px
}
#thickdesk {
	position:fixed;
	_position:absolute;
	height:100%;
	_height:expression(document.body.offsetHeight+"px");
	z-index:10000;
	left:0;
	top:0;
	width:100%;
	background:#000;
	opacity:.5;
	display:none
}
.pop-up {
	position:absolute;
	background:#fafafa;
	border:1px solid #aaa;
	box-shadow:0 0 2px 2px rgba(0,0,0,.1)
}
.pop-up .caption {
	background:#eee
}
.pop-up .caption .text {
	line-height:44px;
	padding-left:20px;
	font-size:14px;
	color:#666;
	font-family:"Microsoft Yahei";
	font-weight:700
}
.pop-up .caption .closebox {
	position:relative
}
.pop-up .caption a {
	width:30px;
	height:22px;
	padding-top:14px;
	text-align:center;
	margin-top:-45px;
	color:#a8a8a3;
	font-size:32px;
	text-decoration:none;
	cursor:pointer;
	position:absolute;
	right:6px
}
.pop-up .caption a:hover {
	text-decoration:none;
	color:#333;
	background:#ccc
}
.pop-up img {
	float:left;
	display:inline
}
.pop-up .content {
	float:left;
	display:inline;
	background:#fff
}
.pop-up .content .btn-line {
	text-align:center;
	*width:auto;
	*margin-left:98px
}
.pop-up .content .info {
	padding:20px 20px 24px;
	float:left;
	display:inline;
	min-width:340px
}
.pop-up .content .info .message-line {
	width:340px;
	height:auto;
	border-bottom:1px solid #e4e4e4;
	padding-bottom:18px
}
.pop-up .content .info .line-center {
	display:inline-block
}
.pop-up .content .info .txt {
	margin-left:12px;
	width:250px;
	height:auto;
	float:left;
	display:inline
}
.pop-up .content .info .txt .name {
	width:100%;
	font-size:15px;
	line-height:24px;
	float:left;
	display:inline;
	font-family:"Microsoft Yahei";
	font-weight:700;
	color:#333
}
.pop-up .content .info .txt .word {
	color:#666;
	line-height:20px;
	width:100%;
	margin-top:2px;
	font-size:12px;
	float:left;
	display:inline;
	font-family:"Microsoft Yahei"
}
.pop-up .content .info i {
	width:36px;
	height:36px;
	float:left;
	display:inline;
	background:url(../images/alert-icon.png) no-repeat;
	margin-left:20px
}
.pop-up .content .info i.success {
	background-position:0 0
}
.pop-up .content .info i.failure {
	background-position:0 -36px
}
.pop-up .content .info i.warning {
	background-position:0 -72px
}
.pop-up .content .info .btn-line {
	width:100%;
	height:auto;
	padding-top:15px
}
.pop-up .content .info .btn-left {
	margin-left:68px
}
.pop-up .content .info .btn {
	margin-right:8px
}
.pop-up .content .info .bold {
	font-weight:700
}
.pop-up .content .info .textarea {
	height:100px;
	position:relative;
	width:340px
}
.pop-up .content .info .textarea textarea {
	border:1px solid #ddd;
	height:98px;
	padding-left:5px;
	resize:none;
	width:333px
}
.pop-up .content .info .textarea .number {
	bottom:0;
	color:#666;
	display:inline;
	float:right;
	height:24px;
	line-height:24px;
	position:absolute;
	right:8px
}
.pop-up .content .message-center .message-line {
	text-align:center
}
.pop-up .content .message-only i {
	margin-left:50px
}
.pop-up .content .message-only .txt {
	width:220px
}
.pop-up .content .message-only .txt .name {
	line-height:24px;
	padding:6px 0
}
.pop-up .content .message-only .btn-left {
	margin-left:98px
}
.pop-up .content .message-center .txt {
	margin-left:20px;
	width:300px
}
.pop-up .content .message-center .txt .name {
	min-height:33px;
	line-height:22px;
	font-size:14px;
	color:#333;
	font-weight:400
}
.detail {
	overflow:hidden;
	font-family:\5FAE\8F6F\96C5\9ED1
}
.seller {
	clear:both;
	*zoom:1;
	width:100%;
	padding:10px 0 20px;
	border-bottom:1px solid #eee;
	margin-bottom:30px
}
.seller .seller-name {
	float:right;
	line-height:50px
}
.seller .seller-name .shop {
	color:#333;
	display:block;
	float:right;
	width:360px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align:right
}
.seller .seller-name .shop:hover {
	text-decoration:underline
}
.seller .seller-name i {
	font-family:SimSun;
	color:#999;
	margin:0 10px;
	float:right
}
.seller .seller-logo {
	width:118px;
	height:44px;
	border:1px solid #eee;
	overflow:hidden;
	float:right;
	text-align:center
}
.seller .seller-logo img {
	height:100%
}
.seller:after {
	display:block;
	content:" ";
	height:0;
	clear:both;
	visibility:hidden
}
.crumb {
	float:left;
	font-family:SimSun;
	line-height:24px;
	width:630px;
	padding-top:13px
}
.crumb i,.crumb span {
	color:#999
}
.crumb a {
	color:#333
}
.crumb a:hover {
	text-decoration:underline
}
.product-intro .intro-left {
	float:left;
	width:450px
}
.intro-main {
	padding-bottom:10px
}
.jqzoom {
	margin:0;
	padding:0;
	float:left;
	position:relative;
	display:block;
	border:none;
	cursor:pointer;
	z-index:102
}
.jqzoom img {
	width:450px;
	height:450px;
	background:url(../images/loading360x360.gif) center no-repeat
}
.zoomdiv {
	position:absolute;
	top:0;
	left:0;
	display:none;
	overflow:hidden;
	width:448px;
	height:448px;
	background:#fff;
	border:1px solid #ccc;
	text-align:center;
	z-index:104
}
.jqZoomPup {
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
	width:20px;
	height:20px;
	background:#fff;
	z-index:104;
	opacity:.5;
	-moz-opacity:.5;
	-khtml-opacity:.5;
	filter:alpha(Opacity=50)
}
.jqzoom-body {
	width:450px;
	height:450px;
	line-height:450px;
	text-align:center;
	vertical-align:middle;
	display:inline;
	float:left;
	overflow:hidden
}
.spec-preview {
	width:448px;
	height:448px;
	border:1px solid #eee;
	overflow:hidden
}
.spec-preview .video-start-button {
	position:absolute;
	width:40px;
	height:40px;
	top:400px;
	left:10px;
	background:url(../images/video-start.png) no-repeat;
	z-index:1000;
	cursor:pointer
}
.spec-preview .video-close {
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	position:absolute;
	top:10px;
	right:10px;
	z-index:1001;
	cursor:pointer;
	display:none;
	color:#fff;
	font-size:40px
}
.spec-scroll {
	margin-top:15px;
	clear:both;
	height:80px
}
.spec-scroll a {
	display:block;
	width:38px;
	height:78px;
	line-height:78px;
	text-align:center;
	cursor:pointer;
	color:#ccc;
	background:url(../images/ie7-start.png) no-repeat;
	border:1px solid #eee
}
.spec-scroll a:hover {
	color:#333
}
.spec-scroll .prev {
	float:left;
	background-position:-220px 0
}
.spec-scroll .next {
	float:right;
	background-position:-260px 0
}
.spec-scroll .prev:hover {
	background-position:-220px -80px;
	border:1px solid #ec595c
}
.spec-scroll .next:hover {
	background-position:-260px -80px;
	border:1px solid #ec595c
}
.spec-scroll .items {
	float:left;
	position:relative;
	overflow:hidden;
	width:360px;
	height:80px;
	margin:0;
	padding:0 5px
}
.spec-scroll .items ul {
	position:absolute;
	width:999999px;
	height:60px
}
.spec-scroll .items ul li {
	float:left;
	width:90px;
	text-align:center
}
.spec-scroll .items ul li img {
	width:78px;
	height:78px;
	border:1px solid #eee;
	background:url(../images/loading58x58.gif) center no-repeat
}
.spec-scroll .items ul li img:hover {
	width:78px;
	height:78px;
	border:1px solid #ec595c
}
.spec-scroll .items ul li .itemborder {
	border:1px solid #ec595c
}
.intro-left .intro-meno-left a {
	float:left;
	color:#333;
	display:inline
}
.intro-left .intro-meno-left {
	margin:15px 0 0;
	height:30px;
	line-height:32px;
	color:#666;
	position:relative
}
.intro-meno .intro-meno-left span {
	margin-left:3px
}
.intro-meno-left .number {
	line-height:38px;
	width:146px;
	height:38px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	float:right
}
.intro-meno-left .show-share-list {
	border:1px solid #e2e2e2;
	z-index:99;
	position:absolute;
	height:70px;
	top:0;
	left:0
}
.intro-meno-left .show-share-list .shar-list-icon {
	background:url(../images/ie7-start.png) no-repeat 1px -138px
}
.share-list-detail {
	position:relative;
	display:none;
	z-index:99;
	*margin-top:10px;
	width:70px
}
.intro-meno-left .show-share-list .share-list-detail {
	display:block
}
.intro-meno-left .share-list-detail a {
	margin-left:1px;
	margin-top:4px
}
.intro-meno-left .share-list-detail .bshare-sinaminiblog {
	width:30px;
	height:30px;
	background:url(../images/sharenew.png) no-repeat 0 0;
	float:left
}
.intro-meno-left .share-list-detail .bshare-qqmb {
	width:30px;
	height:30px;
	background:url(../images/sharenew.png) no-repeat -35px 0;
	float:right
}
.share-list {
	padding:2px 20px 10px;
	width:68px;
	background:#fff;
	border:1px solid #fff;
	*padding-bottom:0;
	cursor:pointer;
	float:left;
	position:absolute;
	height:70px;
	top:0;
	left:0
}
.share-list .shar-list-icon {
	padding-left:19px;
	width:25px;
	background:url(../images/ie7-start.png) no-repeat 1px -85px
}
.share-list i {
	margin-left:10px;
	display:inline-block;
	width:8px;
	height:9px;
	background:url(../images/up_down_icon.png) no-repeat 0 3px;
	*margin-top:11px
}
.share-list .down-icon {
	background:url(../images/up_down_icon.png) no-repeat 0 -94px
}
.details {
	float:right;
	width:710px
}
.goods-name {
	font:20px/1.3 Microsoft Yahei
}
.goods-name h1 {
	color:#333;
	line-height:34px;
	margin-top:-8px;
	padding-bottom:10px
}
.goods-name .title {
	color:#333;
	line-height:24px
}
.goods-name div {
	font:14px/2 Microsoft Yahei;
	color:#ec595c
}
.goods-name a {
	color:#4cb0e7
}
.goods-name a:hover {
	text-decoration:underline
}
.goods-name em.late {
	width:70px;
	height:20px;
	line-height:20px;
	float:left;
	display:inline;
	background:#be4141;
	font-size:14px;
	font-weight:700;
	color:#fff;
	text-align:center;
	margin:9px 6px 0 0
}
.active-box {
	width:710px;
	height:36px;
	background:url(../images/purchase.png) no-repeat;
	margin-top:16px;
	color:#fff;
	line-height:36px
}
.active-box em {
	font-size:18px;
	font-weight:800;
	margin:0 20px;
	float:left
}
.active-box .sg {
	width:74px;
	height:36px;
	background-position:0 -36px
}
.active-box .ttjg {
	width:110px;
	height:36px;
	background-position:0 -72px
}
.active-box .jxlk {
	width:110px;
	height:36px;
	background-position:0 -108px
}
.active-box .zj {
	width:110px;
	height:36px;
	background-position:0 -144px
}
.active-box span {
	font-size:20px;
	padding:0 5px;
	font-weight:600
}
.active-box a {
	float:right;
	font-family:SimSun;
	color:#fff;
	margin-right:20px
}
*+html .goods-price .view-line {
	height:50px
}
.goods-price {
	width:710px;
	min-height:68px;
	background:#f9f9f9;
	color:#333;
	font-family:"Microsoft Yahei";
	border-top:1px dashed #ddd;
	border-bottom:1px dashed #ddd
}
.goods-cuxiao {
	height:130px;
	background:url(../images/item-back.png) repeat-y 0 0;
	color:#000
}
.buy-cart {
	margin-top:10px;
	position:relative;
	height:45px
}
.goods-price .price-line {
	width:690px;
	height:48px;
	line-height:48px;
	margin:8px 0 0 10px;
	float:left;
	display:inline
}
.goods-price .black {
	color:#333;
	margin-right:23px;
	width:52px;
	float:left;
	display:inline
}
.goods-price .black2 {
	color:#333;
	margin-right:10px;
	float:left;
	display:inline
}
.goods-price .black3 {
	color:#666;
	margin-right:32px;
	float:left;
	display:inline
}
.goods-price .price-line .price {
	color:#ec595c;
	font-size:30px;
	font-family:Arial;
	margin-right:12px;
	float:left;
	display:inline
}
.goods-price .price-line del {
	color:#999;
	font-size:15px;
	font-family:verdana;
	text-decoration:line-through;
	float:left;
	display:inline
}
.goods-price .view-line {
	width:500px;
	height:34px;
	line-height:34px;
	margin:0 0 20px 10px;
	float:left;
	display:inline
}
.goods-price .view-line .grey {
	color:#999;
	float:left;
	display:inline
}
.goods-price .view-line .orange {
	color:#ff875a;
	font-family:verdana
}
.goods-price .view-line .red {
	color:#ff4c61;
	font-family:verdana
}
.goods-price .view-line .view-point {
	padding-left:20px;
	background:url(../images/view-good.png) 1px center no-repeat;
	color:#ff4c61;
	float:left;
	display:inline
}
.goods-price .price-line i {
	font-size:18px;
	font-family:verdana
}
.price-line .discount {
	background:#f68587;
	color:#fff;
	border-radius:3px;
	padding:3px 5px;
	font-weight:600;
	margin-right:10px
}
.goods-price .view-line .pink {
	color:#ec595c
}
.goods-price .view-line .phone {
	color:#fff;
	background:#ff4a4a;
	background:-moz-linear-gradient(135deg,#ff4a4a 20%,#e911b9);
	background:-webkit-gradient(linear,20% 80%,0 0,from(#ff4a4a),to(#e911b9));
	background:-webkit-linear-gradient(135deg,#ff4a4a 20%,#e911b9);
	background:linear-gradient(135deg,#ff4a4a 20%,#e911b9);
	background:-o-linear-gradient(135deg,#ff4a4a 20%,#e911b9);
	padding:5px;
	border-radius:3px;
	margin-right:10px
}
.goods-price .view-line .app {
	height:14px;
	color:#4cb0e7;
	padding:0 45px 0 0;
	margin-left:20px;
	cursor:pointer;
	position:relative
}
.goods-price .view-line .app i {
	width:50px;
	height:20px;
	background:url(../images/purchase.png) no-repeat;
	background-position:-560px -106px;
	position:absolute;
	right:0;
	top:0
}
.goods-price .view-line .app .goapp {
	display:none;
	z-index:9;
	width:130px;
	padding:10px;
	background:#fff;
	border:1px solid #ccc;
	position:absolute;
	top:0;
	right:5px
}
.goods-price .view-line .app .goapp span {
	color:#ec595c;
	font-size:16px;
	padding:0 40px 0 16px;
	background:url(../images/purchase.png) no-repeat;
	background-position:-486px -170px;
	float:left;
	margin-bottom:10px
}
.goods-price .view-line .app .goapp em {
	width:130px;
	height:130px;
	overflow:hidden;
	float:left
}
.goods-price .view-line .app:hover .goapp {
	display:block
}
.price-line .gral {
	float:right;
	color:#999;
	padding:0 20px;
	background:url(../images/purchase.png) no-repeat;
	background-position:-696px -121px;
	position:relative;
	cursor:pointer
}
.price-line .gral i {
	font-size:12px;
	color:#ec595c
}
.price-line .gral .gralrule {
	width:370px;
	position:absolute;
	right:0;
	top:40px;
	border:1px solid #ccc;
	color:#666;
	box-shadow:0 0 2px 2px rgba(50,50,50,.1);
	background:#fff;
	padding:15px;
	line-height:20px;
	display:none;
	z-index:21
}
.price-line .gral .gralrule .rule {
	font-family:SimSun;
	float:right;
	color:#999
}
.price-line .gral:hover .gralrule {
	display:block
}
.details dl {
	padding:5px 0;
	float:left;
	display:inline;
	width:710px;
	font-family:"Microsoft Yahei"
}
.details dl dt {
	padding-left:10px;
	float:left;
	width:62px;
	line-height:22px;
	color:#333;
	font-family:"Microsoft Yahei";
	height:22px
}
.details dl dd {
	margin-left:20px;
	float:left;
	width:600px
}
.pro_info {
	width:600px;
	height:auto;
	float:left;
	display:inline;
	margin-top:-3px
}
.pro_info dl dt {
	color:#333
}
.pro_info_dd {
	margin-top:4px;
	color:#ec595c;
	font-family:'Microsoft Yahei'
}
.pro_info_dd i.tips1 {
	padding:2px 5px;
	background:#ff4c61;
	color:#fff;
	margin-right:10px
}
.pro_info_dd .call_buy {
	width:97px;
	height:20px;
	display:inline-block;
	margin-left:20px;
	color:#08c;
	background:url(../images/commodity_new_code.png) no-repeat 65px 0;
	position:relative
}
.call_buy_bar {
	width:7px;
	height:9px;
	display:inline-block;
	background:url(../images/icons-arrow4.png) no-repeat 0 -10px;
	margin-left:28px
}
.pro_info_dd .call_buy:hover .call_buy_bar {
	background:url(../images/icons-arrow4.png) no-repeat 0 0
}
.pro_info_dd .call_buy #call_buy,.pro_info_dd .call_buy img {
	padding:15px 10px 10px;
	background:#fff;
	display:none;
	border:1px solid #ccc;
	box-shadow:0 1px 3px #ccc,1px 0 3px #ccc,-1px 0 3px #ccc,0 -1px 3px #ccc;
	position:absolute;
	z-index:11;
	left:-22px
}
.pro_info_dd .call_buy:hover #call_buy,.pro_info_dd .call_buy:hover img {
	display:block
}
.details-flash .goods-name i {
	width:80px;
	height:20px;
	float:left;
	display:inline;
	background:url(../images/details-flash-icon.png) no-repeat;
	margin:9px 6px 0 0
}
.details-flash .active-box {
	background:url(../images/details-flash-back.png) no-repeat
}
.details-flash .color-list li.select {
	background:url(../images/details-flash-select.png) no-repeat right bottom;
	border-color:#b4a078
}
.details-flash .color-list li.select:hover,.details-flash .color-list li:hover {
	border-color:#b4a078
}
.details-flash .buy-cart .btn-line .buy-now {
	color:#b4a078;
	background:#faf9f6;
	border-color:#b4a078
}
.details-flash .buy-cart .btn-line .btn-buy {
	background:#b4a078
}
.details-flash .buy-cart .btn-line .btn-buy:hover {
	background:#c6b289
}
*+html .coupons {
	z-index:2;
	margin-bottom:2px
}
*+html .coupons .coupons-box {
	padding:15px 85px 0 20px
}
.ptuans {
	width:710px;
	color:#333;
	clear:both;
	position:relative;
	height:40px
}
.ptuans .ptuans-tit {
	width:54px;
	float:left;
	margin:10px 0 10px 10px
}
.ptuans .ptuans-box {
	background:#fff;
	margin:5px 0 0;
	position:absolute;
	right:0;
	top:0;
	width:620px;
	padding:5px 0 0 20px
}
.ptuans .ptuans-box .ptuans-i {
	position:relative;
	cursor:pointer;
	padding:0 0 0 20px;
	margin-left:6px;
	background:url(../images/commodity_new_code.png) no-repeat 0 0
}
.ptuans .ptuans-box .ptuans-i .call_buy_bar {
	margin-left:5px
}
.ptuans-i:hover .call_buy_bar {
	background:url(../images/icons-arrow4.png) no-repeat 0 0
}
.ptuans-i:hover #pTuansCode {
	display:block
}
#pTuansCode {
	width:160px;
	height:160px;
	position:absolute;
	left:-63px;
	top:23px;
	display:none;
	border:1px solid #ccc;
	z-index:3
}
.coupons {
	width:710px;
	color:#333;
	clear:both;
	position:relative;
	height:60px
}
.coupons .coupons-tit {
	width:54px;
	float:left;
	margin:28px 0 0 10px
}
.coupons .coupons-box {
	background:#fff;
	margin:5px 0 0;
	position:absolute;
	right:0;
	top:0;
	width:524px;
	padding:15px 100px 0 20px;
	overflow:hidden;
	z-index:3
}
.coupons .coupons-box .none,.coupons .coupons-box .receive,.coupons .coupons-box .unreceive {
	height:28px;
	border-top:1px solid #f68587;
	border-bottom:1px solid #f68587;
	border-right:1px solid #f68587;
	background:#fff url(../images/purchase.png) no-repeat left;
	background-position:-699px -40px;
	display:block;
	color:#f68587;
	line-height:28px;
	float:left;
	padding:0 60px 0 14px;
	position:relative;
	margin:0 15px 15px 0;
	white-space:nowrap
}
.coupons .coupons-box .none a,.coupons .coupons-box .none em,.coupons .coupons-box .receive a,.coupons .coupons-box .receive em,.coupons .coupons-box .unreceive a,.coupons .coupons-box .unreceive em {
	color:#f68587;
	height:28px;
	display:block;
	border-right:1px dotted #f68587;
	padding:0 10px 0 0
}
.coupons .coupons-box .none i,.coupons .coupons-box .receive i,.coupons .coupons-box .unreceive i {
	float:right;
	background:#f68587;
	color:#fff;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	height:30px;
	margin:-1px -5px 0 0;
	padding:0 10px;
	position:absolute;
	right:0;
	top:0
}
.coupons .coupons-box .receive:hover a,.coupons .coupons-box .receive:hover em,.coupons .coupons-box .unreceive:hover a,.coupons .coupons-box .unreceive:hover em {
	text-decoration:underline
}
.coupons .coupons-box .unreceive {
	border-top:1px solid #f3c3c4;
	border-right:1px solid #f3c3c4;
	border-bottom:1px solid #f3c3c4;
	color:#f68587;
	background-position:-699px -71px;
	padding:0 60px 0 14px
}
.coupons .coupons-box .unreceive i {
	background-color:#fff;
	color:#f3c3c4;
	border-top:1px solid #f3c3c4;
	border-bottom:1px solid #f3c3c4;
	border-right:1px solid #f3c3c4;
	height:28px
}
.coupons .coupons-box .unreceive a,.coupons .coupons-box .unreceive em {
	border-right:1px dotted #f3c3c4
}
.coupons .coupons-box .none {
	border-top:1px solid #ddd;
	border-right:1px dotted #ddd;
	border-bottom:1px solid #ddd;
	color:#aaa;
	background:#fff url(../images/purchase-none.png) no-repeat left;
	background-position:0 -1px;
	padding:0 60px 0 14px
}
.coupons .coupons-box .none i {
	background-color:#fff;
	color:#aaa;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	height:28px
}
.coupons .coupons-box .none a,.coupons .coupons-box .none em {
	color:#aaa;
	border-right:1px dotted #ddd
}
.coupons .coupons-box .count {
	position:absolute;
	right:20px;
	top:20px;
	padding:0 15px 0 0;
	cursor:pointer
}
.coupons .coupons-box .count i {
	position:absolute;
	width:9px;
	height:5px;
	background:url(../images/com_ico.png) no-repeat;
	background-position:0 -5px;
	right:0;
	top:7px
}
.coupons .coupons-hide {
	height:40px;
	border:1px solid #fff
}
.coupons .coupons-show {
	border:1px solid #ccc;
	box-shadow:0 0 2px 2px rgba(50,50,50,.1);
	height:auto
}
.coupons .coupons-show .count {
	cursor:pointer
}
.coupons .coupons-show .count i {
	background-position:0 0
}
.details .popup {
	width:380px;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-190px;
	background-color:#fff;
	box-shadow:0 0 2px 2px rgba(50,50,50,.1);
	border:1px solid #aaa;
	z-index:1999;
	padding:0;
	display:none
}
.details .popup dt {
	width:360px;
	height:45px;
	line-height:45px;
	color:#666;
	background-color:#eee;
	padding:0 0 0 20px;
	margin:0;
	font-size:14px;
	float:none
}
.details .popup .close {
	width:12px;
	height:12px;
	background:url(../images/gbi-1.png) no-repeat;
	float:right;
	text-indent:-999px;
	margin:16px 20px 0 0
}
.details .popup .popcontent {
	width:300px;
	margin:0 auto;
	font-size:14px;
	color:#333;
	text-align:center;
	border-bottom:1px solid #e4e4e4;
	float:none;
	padding:25px 0
}
.details .popup dd {
	width:340px;
	padding:20px;
	margin:0
}
.details .popup button {
	width:70px;
	height:26px;
	background-color:#ec595c;
	color:#fff;
	border:0;
	margin:0 auto;
	display:block;
	cursor:pointer
}
.promotion {
	width:710px;
	background:#fff;
	color:#333;
	position:relative
}
.promotion .promotion-tit {
	float:left;
	margin:11px 0 0 10px
}
.promotion .item a {
	float:left
}
.promotion .promotion-box {
	width:604px;
	float:right;
	padding:10px 20px 0;
	border:1px solid #fff;
	position:relative;
	background:#fff
}
.promotion .promotion-box li {
	width:505px;
	height:18px;
	line-height:18px;
	margin-bottom:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.promotion .promotion-box li i {
	color:#ec595c;
	margin-right:7px
}
.promotion .promotion-box li a {
	color:#333
}
.promotion .promotion-box li a:hover {
	text-decoration:underline
}
.promotion .promotion-box li .toreceive {
	color:#4cb0e7
}
.promotion .promotion-box li .toreceive:hover {
	text-decoration:underline
}
.promotion .promotion-on {
	position:absolute;
	right:20px;
	top:10px;
	padding:0 15px 0 0;
	cursor:pointer;
	z-index:2
}
.promotion .promotion-on i {
	position:absolute;
	width:9px;
	height:5px;
	background:url(../images/com_ico.png) no-repeat;
	background-position:0 -5px;
	right:0;
	top:7px
}
.promotion .promotion-off {
	position:absolute;
	right:20px;
	top:10px;
	padding:0 15px 0 0;
	cursor:pointer;
	z-index:21
}
.promotion .promotion-off i {
	position:absolute;
	width:9px;
	height:5px;
	background:url(../images/com_ico.png) no-repeat;
	background-position:0 0;
	right:0;
	top:5px
}
.promotion .promotion-hide {
	border:1px solid #fff;
	overflow:hidden
}
.promotion .promotion-show {
	border:1px solid #ccc;
	box-shadow:0 0 2px 2px rgba(50,50,50,.1);
	height:auto;
	z-index:9;
	max-height:380px;
	overflow-y:auto
}
.promotion .promotion-box .gift {
	height:auto
}
.promotion .promotion-box .gift .gift-line {
	width:505px;
	height:18px;
	line-height:18px;
	float:left;
	display:inline;
	border-bottom:1px solid #fff
}
.promotion .promotion-box .gift .item-list {
	width:505px;
	height:auto;
	max-height:150px;
	float:left;
	display:inline;
	overflow:hidden
}
.promotion .promotion-box .gift .item-list .item {
	height:40px;
	margin-top:10px;
	float:left;
	display:inline
}
.promotion .promotion-box .gift .item-list .item img {
	width:38px;
	height:38px;
	border:1px solid #ddd;
	float:left;
	display:inline
}
.promotion .promotion-box .gift .item-list .item .name-line {
	height:40px;
	margin-left:6px;
	float:left;
	display:inline
}
.promotion .promotion-box .gift .item-list .item .name-line .name {
	width:64px;
	height:20px;
	line-height:20px;
	color:#333;
	float:left;
	display:inline;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.promotion .promotion-box .gift .item-list .item .name-line .number {
	padding:22px 0 0;
	width:32px;
	height:20px;
	line-height:20px;
	color:#666;
	float:left;
	display:inline;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.promotion .promotion-box .gift .item-list .disable {
	opacity:.5;
	filter:alpha(opacity=50)
}
.promotion dd li.disable {
	color:#aaa
}
.promotion dd li.disable i {
	background:#bbb;
	color:#fff
}
.pay-sevice {
	width:710px
}
.send-service {
	width:710px;
	float:left
}
.send-service dl dd {
	line-height:26px
}
.send-service dl dd span {
	float:left;
	display:inline
}
.send-service dl dd .position-frame {
	width:auto;
	float:left;
	display:inline;
	padding-right:14px;
	margin-right:5px;
	position:relative;
	background:url(../images/commodity-address-icon.png) center right no-repeat
}
.send-service dl dd .position-frame .address {
	width:auto;
	height:auto;
	line-height:22px;
	border:0 none;
	padding:0;
	background:0 0
}
.send-service .position-frame .table .list dl dt {
	line-height:24px;
	padding:0
}
.send-service .position-frame .table .list dl dd {
	margin:0
}
.position-frame .address {
	padding:0 22px 0 5px;
	float:left;
	display:inline;
	overflow:hidden;
	width:363px;
	height:24px;
	background:url(../images/downarrow.jpg) no-repeat right;
	border:1px solid #ccc;
	line-height:24px;
	color:#333;
	cursor:pointer;
	white-space:nowrap;
	text-overflow:ellipsis
}
.position-frame .table .tab {
	float:left;
	display:inline;
	width:100%;
	height:24px;
	background:#f8f8f8;
	border-bottom:1px solid #ccc
}
.position-frame .table {
	position:absolute;
	top:25px;
	left:0;
	display:none;
	overflow:hidden;
	width:390px;
	height:234px;
	background:#fff;
	border:1px solid #ccc;
	font-family:Microsoft Yahei;
	z-index:200
}
.position-frame .address-show {
	z-index:10005
}
.position-frame .address-show .table {
	display:inline
}
.position-frame .address-show .table .tab a,.position-frame .address-show .table .tab a:hover {
	text-decoration:none
}
.position-frame .table .tab .cation {
	float:left;
	display:inline;
	width:74px;
	height:24px;
	background:#f0f0f0;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:24px;
	color:#333;
	text-align:center
}
.position-frame .table .tab .selectcation {
	float:left;
	display:inline;
	width:74px;
	height:24px;
	background:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #fff;
	line-height:24px;
	color:#d62336;
	text-align:center
}
.position-frame .table .list {
	padding:12px 0;
	float:left;
	display:inline;
	overflow:auto;
	width:100%;
	height:196px;
	font-size:12px;
	line-height:24px;
	color:#333
}
.position-frame.table .list dl {
	margin-left:20px;
	padding:3px 0;
	float:left;
	display:inline;
	width:350px;
	height:auto
}
.position-frame .table .list dt {
	padding-right:15px;
	float:left;
	display:inline;
	width:25px;
	height:24px;
	font-weight:bolder;
	text-align:center
}
.position-frame .table .list dd {
	float:left;
	display:inline;
	width:350px;
	height:auto;
	line-height:24px
}
.position-frame .table .special dd {
	width:310px
}
.position-frame .table .list dd a.cate {
	margin:0 0 0 2px;
	padding:0 10px;
	float:left;
	display:inline;
	min-width:38px;
	width:auto;
	height:24px;
	border-radius:2px;
	color:#333;
	text-decoration:none
}
.position-frame .table .list dd a.cate:hover {
	color:#f00021;
	text-decoration:none
}
.position-frame .table .list dd a.select {
	margin:0 0 0 2px;
	padding:0 10px;
	float:left;
	display:inline;
	min-width:38px;
	width:auto;
	height:24px;
	background:#f0001d;
	border-radius:2px;
	color:#fff;
	text-decoration:none
}
.position-frame .table .list dl {
	display:inline;
	float:left;
	height:auto;
	margin-left:20px;
	padding:3px 0;
	width:350px
}
.details dl dd .send-service {
	width:400px;
	height:22px;
	line-height:22px;
	float:left;
	display:inline;
	color:#333;
	font-family:"Microsoft Yahei"
}
.details dl dd .message-line {
	height:18px;
	line-height:18px;
	margin-top:3px;
	display:inline;
	font-family:"Microsoft Yahei"
}
.details dl dd .message-line i {
	width:18px;
	height:18px;
	text-align:center;
	float:left;
	display:inline;
	color:#fff;
	background:#a44fb6;
	border-radius:3px
}
.details dl dd .message-line i.disable {
	background:#bbb
}
.details dl dd .message-line span {
	float:left;
	display:inline;
	margin:0 25px 0 7px;
	color:#666
}
.details dl dd .frozen-line {
	height:16px;
	line-height:16px;
	margin-top:6px;
	font-family:"Microsoft Yahei"
}
.details dl dd .frozen-line i {
	width:20px;
	height:18px;
	float:left;
	display:inline;
	background:url(../images/frozen-icon.png) no-repeat
}
.details dl dd .frozen-line i.i1 {
	background-position:0 4px
}
.details dl dd .frozen-line i.i2 {
	background-position:0 -26px
}
.details dl dd .frozen-line span {
	color:#999;
	float:left;
	display:inline;
	margin-right:20px
}
.frozen-line em {
	width:44px;
	height:16px;
	float:left;
	background:url(../images/trace-tag.png) no-repeat
}
.frozen-line a {
	color:#333333
}
.frozen-line a:hover {
	color:#EC595C
}
.service-line {
	clear:both;
	margin-top:10px;
	overflow:hidden
}
.service-line li {
	color:#666;
	float:left;
	padding:0 20px 0 12px;
	background:url(../images/purchase.png) no-repeat;
	background-position:-162px -138px
}
.service-line .service-on {
	background:url(../images/purchase-redpoint.png) no-repeat;
	background-position:0 0
}
.details dl.global dd,.details dl.global dt {
	line-height:26px
}
.details dl.global dd .price {
	color:#666;
	font-family:verdana
}
.details dl.global dd .grey {
	color:#999
}
.details dl.global dd a {
	color:#3593c1
}
.details dl.global dd a:hover {
	text-decoration:underline
}
.choose-type {
	width:710px;
	height:auto;
	font-family:"Microsoft Yahei"
}
.choose-type-error {
	position:relative;
	z-index:102
}
.choose-type .type-table {
	background:#fff;
	float:left;
	display:inline;
	width:708px;
	position:relative
}
.choose-type .error-table {
	display:none;
	color:#ec595c;
	padding-left:85px;
	width:623px;
	position:absolute;
	bottom:-30px;
	left:-1px;
	height:32px;
	background:#fff;
	border:1px dashed #ec595c;
	border-top:0 none;
	line-height:32px
}
.choose-type .error-table b {
	float:right;
	display:inline;
	cursor:pointer;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	font-size:18px
}
.choose-type-error .type-table {
	padding:5px 0 0;
	border:1px dashed #ec595c
}
.choose-type-error .error-table {
	display:inline
}
.choose-type dl {
	width:708px;
	padding-top:8px;
	padding-bottom:8px;
	border:1px dashed #ffff
}
.choose-type dl dt {
	padding-left:10px;
	line-height:30px
}
.choose-type dl dd {
	width:492px
}
.choose-type .nochoose {
	border:1px dashed #ec595c
}
.color-list {
	max-width:490px;
	height:auto;
	line-height:30px;
	margin-top:-10px;
	float:left;
	display:inline
}
.color-list li.select {
	background:url(../images/color-select.png) no-repeat right bottom;
	color:#000;
	height:26px;
	line-height:26px;
	padding:0 12px;
	border:2px solid #ec595c;
	z-index:99
}
.color-list li {
	margin-right:11px;
	margin-top:10px;
	height:28px;
	color:#333;
	line-height:28px;
	padding:0 10px;
	float:left;
	border:1px solid #d2d2d2;
	cursor:pointer
}
.color-list li.no_cur {
	background:#eee;
	color:#000
}
.color-list li:hover {
	color:#000;
	border-color:#ec595c
}
.color-list li.no-stock {
	border:1px dashed #d2d2d2;
	color:#999;
	cursor:not-allowed;
	z-index:99;
	background:#fff
}
.color-list li.no-stock:hover {
	border:1px dashed #d2d2d2;
	color:#999
}
.color-list li.select:hover {
	border:2px solid #ec595c;
	color:#000
}
.stages-table dd .color-list li .sale {
	padding-right:20px;
	background:url(../images/stages-sale.png) right center no-repeat
}
.stages-table dd .color-list li .stages-message {
	display:none
}
.stages-table dd .color-list li:hover {
	position:relative
}
.stages-table dd .color-list li:hover .stages-message {
	width:auto;
	height:24px;
	line-height:24px;
	padding:0 12px;
	border:1px solid #ccc;
	background:#fff;
	position:absolute;
	bottom:34px;
	left:0;
	box-shadow:0 0 3px 3px rgba(0,0,0,.1);
	display:inline;
	white-space:nowrap;
	color:#666
}
.stages-table dd .help-info {
	width:13px;
	height:13px;
	background:url(../images/f-cion-1.png) center center no-repeat;
	float:left;
	display:inline;
	margin-top:7px
}
.stages-table dd .help-info .help-message {
	display:none
}
.stages-table dd .help-info:hover {
	position:relative;
	z-index:103
}
.stages-table dd .help-info:hover .help-message {
	width:auto;
	height:40px;
	line-height:20px;
	padding:2px 12px;
	border:1px solid #ccc;
	background:#fff;
	position:absolute;
	bottom:-18px;
	left:20px;
	box-shadow:0 0 3px 3px rgba(0,0,0,.1);
	display:inline;
	white-space:nowrap;
	color:#666
}
.item-quantity {
	line-height:28px
}
.item-quantity .wrap-input {
	margin:0 20px 0 0;
	float:left
}
.item-quantity input {
	width:50px;
	height:26px;
	line-height:26px;
	float:left;
	margin:0;
	padding:0;
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	border-left:0;
	border-right:0;
	text-align:center
}
.item-quantity button {
	line-height:10px;
	width:28px;
	height:28px;
	text-align:center;
	float:left;
	border:1px solid #d2d2d2;
	color:#999;
	font-size:20px
}
.item-quantity button:hover {
	cursor:pointer
}
.item-quantity button.btn-add {
	top:-1px;
	background:#fff
}
.item-quantity button.btn-add:hover {
	border:1px solid #999;
	background:#fff
}
.item-quantity button.btn-up-disable {
	top:-1px;
	background:#eee
}
.item-quantity button.btn-reduce {
	bottom:-1px;
	background:#fff
}
.item-quantity button.btn-reduce:hover {
	border:1px solid #999;
	background:#fff
}
.item-quantity button.btn-down-disable {
	background:#eee;
	cursor:not-allowed;
	color:#d2d2d2
}
.period {
	clear:both;
	padding-left:85px;
	color:#333;
	margin:15px 0 0;
	float:left;
	width:600px;
	font-family:\5FAE\8F6F\96C5\9ED1
}
.period em {
	color:#ec595c
}
.praise {
	width:600px;
	padding:20px 0 20px 84px;
	float:left;
	color:#333;
	font-size:14px;
	font-family:\5FAE\8F6F\96C5\9ED1
}
.praise a {
	float:left;
	padding:0 5px 0 0
}
.praise em {
	color:#ec595c;
	padding:0 5px 0 0
}
.praise span {
	float:left
}
.praise i {
	color:#ccc;
	margin:0 15px;
	float:left
}
.praise .blue {
	color:#51b8f1;
	padding-right:20px;
	cursor:pointer;
	position:relative;
	height:20px
}
.praise .blue i {
	background:url(../images/purchase.png) no-repeat;
	background-position:-568px -54px;
	width:20px;
	height:20px;
	float:right;
	margin:0 2px
}
.praise .blue:hover .gralrule {
	display:block
}
.praise .gralrule {
	width:370px;
	position:absolute;
	right:0;
	top:20px;
	border:1px solid #ccc;
	color:#666;
	box-shadow:0 0 2px 2px rgba(50,50,50,.1);
	background:#fff;
	padding:15px;
	line-height:20px;
	display:none;
	z-index:222;
	font-size:12px
}
.praise .gralrule .rule {
	font-family:SimSun;
	float:right;
	color:#999
}
.praise .black {
	color:#000;
	font-weight:600
}
.buy-cart .btn-line {
	float:left;
	display:inline
}
.buy-cart .btn-line button {
	color:#fff;
	font-size:18px;
	font-weight:700;
	border:0 none;
	font-family:"Microsoft Yahei";
	cursor:pointer;
	width:170px;
	float:left;
	display:inline;
	text-align:center;
	border-radius:2px;
	margin-right:10px
}
.buy-cart .btn-line .btn-buy {
	background:#ec595c
}
.buy-cart .btn-line .btn-buy:hover {
	background:#fe6e71
}
.buy-cart .btn-line .btn-none {
	background:#fff;
	border:1px solid #ddd;
	color:#ddd
}
.buy-cart .btn-line .btn-none:hover {
	background:#ddd
}
.buy-cart .btn-line .btn-disabled {
	background:#ddd;
	cursor:not-allowed
}
.buy-cart .btn-line .buy-now {
	color:#ec595c;
	border:1px solid #ec595c;
	width:168px;
	height:50px;
	background:#fff8f9
}
.buy-cart .btn-line .buy-now:hover {
	background:#fff
}
.buy-cart .btn-line button i {
	width:30px;
	height:40px;
	float:left;
	display:inline;
	margin-left:28px;
	background:url(../images/commodity_new_icon.png) 0 0 no-repeat
}
.buy-cart .btn-line button span {
	float:left;
	display:inline;
	height:40px;
	line-height:40px
}
.buy-cart .btn-line .reserve {
	width:200px
}
.buy-cart .collect {
	width:48px;
	height:28px;
	float:left;
	border:1px solid #d2d2d2;
	background:url(../images/purchase.png) no-repeat;
	background-position:-419px -48px;
	text-align:center;
	padding:20px 0 0;
	color:#999;
	line-height:28px
}
.buy-cart .collect:hover {
	color:#666;
	background-position:-419px -109px
}
.buy-cart .collected {
	background-position:-419px -172px
}
.reserve-gress {
	width:1188px;
	height:73px;
	border:1px solid #f5e4e6;
	float:left;
	position:relative;
	background:#fffafb
}
.reserve-gress .reserve-title {
	width:150px;
	height:52px;
	line-height:52px;
	text-align:center;
	font-size:18px;
	color:#333;
	float:left;
	display:inline;
	border-right:1px solid #eee;
	margin-top:10px
}
.reserve-gress .reserve-body {
	width:900px;
	height:73px;
	position:relative;
	float:left;
	display:inline
}
.reserve-gress .reserve-rule {
	width:95px;
	height:52px;
	line-height:52px;
	text-align:right;
	float:left;
	display:inline;
	border-left:1px solid #eee;
	margin-top:10px
}
.reserve-gress .reserve-rule a {
	color:#51b8f1;
	font-size:14px
}
.reserve-gress .reserve-rule a:hover {
	text-decoration:underline
}
.reserve-gress ul {
	width:784px;
	border-top:1px dashed #d6d6d6;
	margin:26px auto 0
}
.reserve-gress li {
	width:338px;
	padding:15px 0 0 27px;
	float:left;
	color:#333
}
.reserve-gress em {
	color:#999
}
.reserve-gress b {
	color:#333;
	height:20px;
	line-height:20px;
	padding:0 20px 0 40px;
	position:absolute;
	background:#fffafb url(../images/presale.png) no-repeat;
	top:16px
}
.reserve-gress .step-1 {
	left:45px;
	background-position:15px 0
}
.reserve-gress .step-2 {
	left:410px;
	background-position:15px -92px
}
.reserve-gress .step-3 {
	left:760px;
	background-position:15px -181px
}
.store-guide {
	float:right;
	position:relative;
	right:21px;
	width:100px
}
.store-guide .store:hover {
	cursor:pointer
}
.store-guide:hover .store {
	display:inline
}
.store-guide .store {
	position:absolute;
	top:-106px;
	display:none;
	width:125px;
	height:144px;
	background:#fff;
	border:1px solid #eee;
	text-align:center
}
.store-guide .store .code {
	margin:8px 0 3px 17px;
	width:93px;
	height:93px;
	*margin:8px 0 3px
}
.store-guide .code-title p {
	color:#333
}
.store-guide .pay-code {
	margin:14px 0 0;
	padding-left:28px;
	height:18px;
	background:url(../images/commodity_new_code.png) no-repeat 7px 2px;
	color:#666
}
.intro-right {
	width:195px;
	height:575px;
	float:right;
	border:1px solid #eee
}
.intro-right .list-title {
	margin:0 auto;
	padding-top:15px;
	width:146px;
	background:url(../images/dian.png) repeat-x 0 23px;
	text-align:center
}
.intro-right .list-title span {
	padding:0 5px;
	background:#fff
}
.seeclip-list {
	margin:0 auto;
	width:130px
}
.seeclip-list li {
	padding-top:12px
}
.seeclip-list li .list-img {
	position:relative;
	display:block;
	text-align:center;
	width:130px;
	height:130px
}
.seeclip-list li .list-img img {
	width:130px;
	height:130px;
	background:url(../images/loading77x77.gif) top center no-repeat
}
.seeclip-list li .prbg {
	position:absolute;
	bottom:6px;
	left:0;
	width:130px;
	height:24px;
	background-color:#fff;
	z-index:3;
	opacity:.7;
	filter:Alpha(opacity=70)
}
.seeclip-list li .see-pr {
	position:absolute;
	bottom:6px;
	left:0;
	width:130px;
	height:20px;
	font-family:verdana;
	color:#333;
	z-index:4
}
.seeclip-list .name {
	width:130px;
	margin:0 auto;
	color:#333;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.seeclip-list .name a {
	color:#333
}
.seeclip-list .name a:hover {
	color:#ec595c;
	text-decoration:underline
}
.intro-right .changed {
	margin:0 auto;
	margin-top:15px;
	line-height:32px;
	width:146px;
	background:url(../images/dian.png) repeat-x top;
	text-align:center
}
.intro-right .changed a {
	padding-left:28px;
	width:auto;
	height:12px;
	background:url(../images/repeat2.png) 0 0 no-repeat;
	color:#999
}
.intro-right .changed a:hover {
	background:url(../images/repeat2.png) 0 -15px no-repeat;
	color:#ec595c
}
.intro-right .brand-list {
	width:196px;
	height:155px;
	float:left;
	display:inline;
	background:#fffaf0;
	border:2px solid #f6e5c4;
	margin:-1px 0 0 -1px
}
.intro-right .brand-list .pic {
	width:196px;
	height:96px;
	background:#fff;
	float:left;
	display:inline;
	text-align:center;
	overflow:hidden
}
.intro-right .brand-list img {
	width:auto;
	height:96px
}
.intro-right .brand-list .txt {
	width:196px;
	height:54px;
	line-height:54px;
	overflow:hidden;
	float:left;
	display:inline;
	text-align:center;
	color:#333;
	font-family:"Microsoft Yahei"
}
.intro-right .brand-list .txt .red {
	color:#ec595c;
	font-size:"Arial";
	font-size:24px
}
.packages {
	width:100%;
	height:auto;
	float:left;
	display:inline;
	font-family:"Microsoft YaHei";
	margin-top:20px;
	border-top:2px solid #ec595c
}
.packages .leftbox {
	width:240px;
	height:264px;
	float:left;
	display:inline;
	border:solid #eee;
	border-width:0 0 1px 1px
}
.packages .centerbox {
	width:570px;
	height:264px;
	float:left;
	display:inline;
	border:solid #eee;
	border-width:0 0 1px;
	overflow:hidden
}
.packages .rightbox {
	width:378px;
	height:264px;
	float:left;
	display:inline;
	border:solid #eee;
	border-width:0 1px 1px 0
}
.packages .leftbox .caption {
	width:120px;
	height:34px;
	line-height:34px;
	float:left;
	display:inline;
	padding-left:120px;
	color:#222;
	font-size:20px;
	text-align:left;
	font-family:"Microsoft YaHei";
	background:url(../images/item-gift.png) 80px 0 no-repeat #f8f8f8
}
.packages .leftbox .content {
	width:150px;
	height:210px;
	float:left;
	display:inline;
	margin:20px 0 0 50px
}
.packages .content .pic {
	width:130px;
	height:130px;
	float:left;
	display:inline;
	position:relative
}
.packages .content .pic img {
	width:130px;
	height:130px
}
.packages .content .pic .price {
	position:absolute;
	font-weight:700;
	width:130px;
	height:24px;
	line-height:24px;
	text-align:center;
	float:left;
	display:inline;
	color:#222;
	font-family:verdana;
	left:0;
	bottom:0
}
.packages .content .pic .price-back {
	position:absolute;
	width:130px;
	height:24px;
	float:left;
	display:inline;
	background:#fff;
	opacity:.5;
	-moz-opacity:.5;
	-khtml-opacity:.5;
	filter:alpha(Opacity=50);
	left:0;
	bottom:0
}
.packages .content .info {
	width:100%;
	height:20px;
	line-height:20px;
	float:left;
	display:inline;
	overflow:hidden;
	word-break:break-all;
	color:#333;
	margin-top:5px
}
.packages .content .info a {
	text-decoration:none;
	color:#333
}
.packages .content .info a:hover {
	text-decoration:underline;
	color:#333
}
.packages .centerbox .caption {
	width:500px;
	height:34px;
	float:left;
	display:inline;
	padding-left:70px;
	background:#f8f8f8
}
.packages .centerbox .caption .words {
	width:474px;
	height:16px;
	line-height:16px;
	float:left;
	display:inline;
	margin:11px 0 0;
	padding:0 8px
}
.packages .centerbox .caption .words li {
	width:auto;
	height:16px;
	line-height:16px;
	float:left;
	display:inline;
	margin:0 8px;
	color:#999;
	font-weight:400;
	cursor:pointer;
	font-size:14px
}
.packages .centerbox .caption .words .select {
	color:#ec595c;
	font-weight:700
}
.packages .centerbox .content {
	width:100%;
	height:210px;
	float:left;
	display:none;
	overflow:hidden;
	padding-top:20px;
	position:relative
}
.packages .centerbox .space {
	width:auto;
	height:100%;
	float:left;
	display:inline
}
.packages .centerbox .icon-equal {
	width:25px;
	height:14px;
	float:left;
	display:inline;
	background:url(../images/commodity_icon.png) 0 -25px no-repeat;
	position:absolute;
	top:76px;
	right:20px
}
.packages .centerbox .content .icon-add {
	width:25px;
	height:25px;
	margin:50px 50px 0 10px;
	float:left;
	display:inline;
	background:url(../images/commodity_icon.png) 0 0 no-repeat
}
.packages .centerbox .content .slidingframe {
	width:640px;
	height:210px;
	float:left;
	display:inline;
	overflow-x:auto;
	overflow-y:hidden
}
.packages .centerbox .content .item {
	width:130px;
	height:auto;
	float:left;
	display:inline;
	margin-right:40px
}
.packages .centerbox .content .flex-direction-nav li a {
	width:12px;
	height:9px;
	line-height:0;
	font-size:0;
	position:absolute;
	bottom:10px;
	cursor:pointer;
	text-indent:-9999px;
	float:left;
	display:inline
}
.packages .centerbox .content .flex-direction-nav li a.prev {
	left:50%;
	margin-left:-50px;
	background:url(../images/commodity_arrow.png) no-repeat scroll 0 0 transparent
}
.packages .centerbox .content .flex-direction-nav li a.prev:hover {
	background:url(../images/commodity_arrow.png) no-repeat scroll 0 -9px transparent
}
.packages .centerbox .content .flex-direction-nav li a.next {
	right:50%;
	margin-right:-50px;
	background:url(../images/commodity_arrow.png) no-repeat scroll -8px 0 transparent
}
.packages .centerbox .content .flex-direction-nav li a.next:hover {
	background:url(../images/commodity_arrow.png) no-repeat scroll -8px -9px transparent
}
.packages .centerbox .content .flex-control-nav {
	display:none
}
.packages .centerbox .content .number {
	width:60px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-30px;
	height:28px;
	line-height:28px;
	float:left;
	display:inline;
	text-align:center
}
.packages .rightbox .caption {
	width:378px;
	height:34px;
	float:left;
	display:inline;
	background:#f8f8f8;
	font-family:"Microsoft YaHei"
}
.packages .rightbox .right {
	float:left;
	display:inline;
	width:210px;
	height:180px;
	margin-top:30px
}
.packages .rightbox .linebox {
	width:160px;
	height:30px;
	line-height:30px;
	float:left;
	display:inline;
	margin-left:50px
}
.packages .rightbox .blackfont {
	width:auto;
	color:#666
}
.packages .rightbox .linebox a {
	text-decoration:none;
	color:#0079d7
}
.packages .rightbox .linebox a:hover {
	text-decoration:underline;
	color:#0079d7
}
.packages .rightbox .blackstyle {
	width:auto;
	color:#333
}
.packages .rightbox .blackfont span {
	font-family:verdana
}
.packages .rightbox .redfont {
	width:auto;
	font-family:verdana;
	color:#d62233;
	font-size:16px
}
.packages .rightbox i {
	font-size:14px
}
.packages .rightbox a.cart-btn {
	width:auto;
	height:26px;
	line-height:26px;
	margin-top:10px;
	float:left;
	display:inline;
	background:#ec595c;
	color:#fff;
	cursor:pointer;
	padding:0 18px;
	border-radius:3px
}
.packages .rightbox a.cart-btn:hover {
	background:#fa2244;
	color:#fff;
	text-decoration:none
}
.packages .rightbox a.lightning {
	width:auto;
	height:26px;
	line-height:26px;
	float:left;
	display:inline;
	background:#be8833;
	color:#fff;
	cursor:pointer;
	padding:0 18px;
	border-radius:3px
}
.packages .rightbox a.lightning:hover {
	background:#e3aa44;
	color:#fff;
	text-decoration:none
}
.packages .rightbox .content {
	float:left;
	display:inline;
	width:130px;
	height:210px;
	margin-top:20px;
	margin-left:30px
}
.packages .rightbox .content .info a {
	text-decoration:none;
	color:#ec595c
}
.packages .rightbox .content .info a:hover {
	text-decoration:underline;
	color:#ec595c
}
.product-table {
	margin:25px auto
}
.proinfo-left {
	float:left;
	width:210px;
	overflow:hidden
}
.list-detail-mp {
	width:208px;
	height:auto;
	border:1px solid #eaeaea;
	background:#f6f6f6;
	margin-bottom:20px
}
.list-detail-mp .mp-title {
	width:168px;
	max-height:58px;
	line-height:20px;
	margin:10px 20px;
	color:#333;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	font-weight:600;
	text-align:center
}
.list-detail-mp .mp-list {
	width:208px;
	height:90px;
	background:#fff;
	border-top:1px solid #eaeaea
}
.list-detail-mp .mp-list .service-icon {
	width:82px;
	height:20px;
	line-height:20px;
	margin:12px auto 14px;
	color:#333;
	display:block;
	text-align:center
}
.list-detail-mp .mp-list .service-main-icon {
	width:82px;
	height:20px;
	line-height:20px;
	margin:12px auto 14px;
	color:#333;
	display:block;
	text-align:center
}
.list-detail-mp .mp-list .service-icon i {
	width:20px;
	height:20px;
	float:right;
	background:url(../images/purchase.png) no-repeat;
	background-position:-162px -68px
}
.list-detail-mp .mp-list .service-main-icon i {
	width:20px;
	height:20px;
	float:right;
	background:url(../images/purchase.png) no-repeat;
	background-position:-162px -68px
}
.list-detail-mp .mp-list .service-icon:hover {
	text-decoration:underline
}
.list-detail-mp .mp-list .service-main-icon:hover {
	text-decoration:underline
}
.list-detail-mp .mp-list .enter {
	width:80px;
	height:30px;
	text-align:center;
	line-height:30px;
	float:left;
	display:inline;
	margin:0 10px 0 19px;
	background:#333;
	color:#fff
}
.list-detail-mp .mp-list .enter:hover {
	background:#444
}
.list-detail-mp .mp-list .collect {
	width:78px;
	height:28px;
	text-align:center;
	line-height:28px;
	float:left;
	display:inline;
	background:#f7f7f7;
	border:1px solid #eee;
	color:#333
}
.list-detail-mp .mp-list .collect:hover {
	background:#fff
}
.list-detail-mp .mp-list .collect-none {
	border:1px solid #eee;
	color:#333
}
.list-main-left-unit {
	margin-bottom:20px
}
.list-main-left-unit .unit {
	border:1px solid #eaeaea
}
.list-main-left-unit .unit-title {
	line-height:40px;
	text-align:center;
	color:#333;
	font-family:"Microsoft YaHei";
	font-size:16px;
	background:#f6f6f6;
	border-bottom:1px solid #eaeaea;
	font-weight:600
}
.pro-class {
	width:100%
}
.pro-class li {
	float:left;
	position:relative;
	width:208px
}
.pro-class li:last-child .pro-money {
	border:0
}
.money-fl {
	float:left;
	font-family:Verdana,Geneva,sans-serif;
	color:#ec595c;
	line-height:26px;
	font-size:18px
}
.money-fr {
	float:right
}
.ticon-2 {
	background:url(../images/t-icon.png) no-repeat left -16px;
	display:inline-block;
	width:16px;
	height:16px;
	margin-left:5px;
	margin-top:5px
}
.money-fr span {
	float:left;
	margin-left:4px;
	display:inline-block;
	height:18px;
	margin-top:4px;
	line-height:18px;
	text-align:center;
	border-radius:2px;
	cursor:pointer;
	color:#fff;
	width:32px;
	background:#ff4c61
}
.pro-show {
	width:200px;
	padding:4px;
	height:280px;
	min-height:280px;
	font-family:\5FAE\8F6F\96C5\9ED1
}
.pro-icon {
	position:absolute;
	right:2px;
	top:2px
}
.pro-money {
	height:28px;
	position:relative;
	width:186px;
	margin:0 auto;
	padding:0 2px;
	border-bottom:1px solid #eee;
	color:#ec595c;
	font-weight:600
}
.pro-money i {
	font-size:16px
}
.pro-name {
	line-height:20px;
	color:#333;
	width:186px;
	padding:0 2px;
	height:40px;
	margin:8px auto;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical
}
.pro-name a:link,.pro-name a:visited {
	color:#333
}
.pro-name a:hover {
	color:#333;
	text-decoration:underline
}
.pro-info {
	line-height:21px;
	color:#ec595c;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
.pro-assess {
	height:21px;
	line-height:21px
}
.pro-assess-left {
	float:left;
	background:url(../images/w13-icon.png) no-repeat left;
	padding-left:20px;
	color:#08c
}
.pro-assess-right {
	float:right;
	color:#999
}
.pro-assess-right a:link,.pro-assess-right a:visited {
	color:#999
}
.pro-assess-right a:hover {
	color:#333;
	text-decoration:underline
}
.proinfo-main {
	float:right;
	width:960px
}
.product-tab-fixed {
	font-family:\5FAE\8F6F\96C5\9ED1;
	position:fixed;
	top:0;
	left:0;
	display:none;
	width:100%;
	min-width:1190px;
	height:54px;
	z-index:999
}
.product-tab-fixed .item-message {
	width:215px;
	height:40px;
	float:left;
	display:inline;
	position:relative;
	padding:7px;
	border-right:1px solid #eaeaea
}
.product-tab-fixed .item-message img {
	width:40px;
	height:40px;
	float:left;
	display:inline
}
.product-tab-fixed .item-message .txt {
	width:154px;
	height:36px;
	line-height:18px;
	margin-left:10px;
	float:left;
	display:inline;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.product-tab-fixed .item-message .name {
	width:154px;
	height:18px;
	line-height:18px;
	float:left;
	display:inline;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.product-tab-fixed .item-message .price {
	width:154px;
	height:18px;
	line-height:18px;
	color:#ec595c;
	font-family:verdana;
	float:left;
	display:inline;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.product-tab {
	width:958px;
	height:54px;
	line-height:54px;
	border:1px solid #eaeaea;
	background:#f6f6f6;
	font-family:\5FAE\8F6F\96C5\9ED1;
	position:relative
}
.product-tab li {
	width:158px;
	height:54px;
	line-height:54px;
	float:left;
	display:inline;
	position:relative;
	color:#333;
	font-size:16px
}
.product-tab li i {
	width:160px;
	height:4px;
	background-color:#ec595c;
	position:absolute;
	left:-1px;
	top:-1px;
	display:none
}
.product-tab li.select i {
	display:block
}
.product-tab li .name {
	width:158px;
	height:54px;
	line-height:54px;
	color:#666;
	text-align:center;
	float:left;
	display:inline;
	border-right:1px solid #eaeaea;
	margin-right:-1px
}
.product-tab li:hover .name {
	color:#ec595c
}
.product-tab li.select {
	width:158px;
	margin-left:-1px;
	color:#ec595c;
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	background:#fff
}
.product-tab li .name span {
	color:#ec595c;
	padding:0 5px
}
.product-tab li.select .name {
	color:#ec595c;
	border-bottom:1px solid #fff
}
.product-tab-fixed .product-tab {
	margin-top:-1px;
	width:958px;
	border-width:1px 0;
	float:left;
	background:#fff
}
.product-tab-fixed .product-tab li .name-first {
	border-left:0 none;
	margin-left:0
}
.product-tab-fixed .fixed-border {
	width:1188px;
	border:1px solid #eaeaea;
	height:54px;
	background-color:#fff;
	position:relative
}
.product-tab-fixed button {
	color:#fff;
	font-size:16px;
	border:0 none;
	cursor:pointer;
	width:120px;
	height:36px;
	text-align:center;
	border-radius:2px;
	position:absolute;
	top:8px;
	right:20px;
	font-family:\5FAE\8F6F\96C5\9ED1
}
.product-tab-fixed .btn-buy {
	background:#ec595c
}
.product-tab-fixed .btn-buy:hover {
	background:#fe6e71
}
.product-tab-fixed .btn-none,.product-tab-fixed .btn-none:hover {
	background:#ddd
}
.product-tab .app,.product-tab-fixed .app {
	height:54px;
	color:#333;
	background:url(../images/purchase.png) no-repeat;
	background-position:-500px -86px;
	padding:0 45px 0 0;
	margin-left:20px;
	cursor:pointer;
	float:left;
	font-size:16px;
	position:absolute;
	top:0;
	right:197px
}
.product-tab .app .goapp,.product-tab-fixed .app .goapp {
	display:none;
	z-index:9;
	width:130px;
	padding:10px;
	background:#fff;
	border:1px solid #ccc;
	position:absolute;
	top:-1px;
	left:-20px
}
.product-tab .app .goapp span,.product-tab-fixed .app .goapp span {
	color:#ec595c;
	font-size:16px;
	padding:0 50px 0 9px;
	background:url(../images/purchase.png) no-repeat;
	background-position:-491px -169px;
	float:left;
	margin-bottom:10px;
	height:30px;
	line-height:33px
}
.product-tab .app .goapp em,.product-tab-fixed .app .goapp em {
	width:130px;
	height:130px;
	overflow:hidden;
	float:left
}
.product-tab .app:hover .goapp,.product-tab-fixed .app:hover .goapp {
	display:block
}
.product-tab .app-tab {
	float:right;
	margin-right:22px;
	right:0
}
.act-banner img {
	width:920px;
	height:200px
}
.picture-center div,.picture-center table {
	margin:0 auto
}
.picture-center .act-banner {
	width:920px;
	height:200px;
	background-color:#f9f9f9;
	margin:0 auto 20px;
	overflow:hidden
}
.goods-details-box {
	margin:-1px auto 20px auto;
	width:958px;
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	overflow:hidden
}
.proinfo-main .goods-details-con {
	margin:0 auto;
	padding-top:20px;
	width:920px;
	font-size:12px
}
.proinfo-main .goods-details-box .commentlast {
	border:0;
	padding:0;
	height:0
}
.goods-details-con div,.goods-details-con hr,.goods-details-con img,.goods-details-con li,.goods-details-con p,.goods-details-con table,.goods-details-con ul {
	max-width:940px
}
.goods-details-con img {
	vertical-align:middle;
	display:block;
	margin:0 auto
}
.goods-details-con .flash-banner {
	width:750px;
	height:190px;
	margin:20px auto
}
.goods-details-con .flash-banner img {
	width:750px;
	height:190px
}
.goods-details-con .goods-details-title {
	width:750px;
	height:60px;
	line-height:60px;
	text-align:center;
	margin:0 auto;
	background:#f5f5f5;
	color:#333;
	font-size:20px;
	margin-top:40px
}
.goods-details-con .brand-back {
	width:540px;
	height:420px;
	line-height:60px;
	padding:180px 105px 230px;
	background:url(../images/brand-back.png) no-repeat #fff;
	font-size:28px;
	color:#666;
	margin-top:20px
}
.goods-details-con .report-img {
	margin:20px auto;
	width:750px
}
.goods-details-con .report-img img {
	width:750px
}
.parameters {
	padding-bottom:5px;
	float:left;
	display:inline;
	width:100%;
	height:36px;
	background:#f9f9f9;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee
}
.table-block {
	margin-bottom:20px;
	border-top:1px solid #eee
}
.parameters strong {
	margin-left:25px;
	line-height:40px;
	color:#000
}
.detail-line {
	width:940px;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee
}
.detail-line .detail-title {
	padding:10px 29px;
	padding-left:29px;
	width:191px;
	border-right:1px solid #eee
}
.detail-line .detail {
	padding-left:29px;
	line-height:36px
}
.detail-line .detail,.detail-line .detail-title {
	float:left
}
.detail-line .detail {
	border-left:1px solid #eee;
	margin-left:-1px
}
.server-detail {
	margin-bottom:22px
}
.server-title {
	height:35px;
	background:#f9f9f9;
	border:1px solid #eee;
	line-height:35px
}
.server-title strong {
	margin-left:24px
}
.directions {
	padding:21px 29px 24px;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee
}
.directions .sub-title {
	line-height:25px;
	color:#555;
	font-size:14px;
	font-weight:700
}
.directions .detail-con {
	padding-bottom:33px;
	line-height:22px;
	color:#333
}
.directions .detail-con .black {
	color:#333;
	font-weight:700
}
.directions .directions-detail-line {
	width:auto;
	height:24px;
	line-height:24px;
	margin-top:30px;
	color:#ff4c61;
	font-size:16px;
	font-weight:700
}
.directions .directions-detail-line i {
	float:left;
	display:inline;
	width:30px;
	height:24px;
	background:url(../images/itemdetail-icon.png) 0 0 no-repeat
}
.directions .directions-detail-line i.i1 {
	background-position:0 0
}
.directions .directions-detail-line i.i2 {
	background-position:0 -24px
}
.directions .directions-detail-line i.i3 {
	background-position:0 -48px
}
.directions .directions-detail-line i.i4 {
	background-position:0 -72px
}
.directions .directions-detail-line i.i5 {
	background-position:0 -96px
}
.directions .directions-detail-line-message {
	width:auto;
	height:24px;
	line-height:24px;
	color:#333;
	margin-left:30px
}
.comment {
	width:958px;
	border:1px solid #eaeaea
}
.reviewed-detail {
	width:920px;
	height:80px;
	padding:19px;
	border-bottom:1px solid #eaeaea;
	font-family:"Microsoft YaHei"
}
.reviewed-detail .reviewed-info {
	clear:both
}
.reviewed-detail .reviewed-info .reviewed-fraction {
	float:left;
	width:111px;
	height:80px;
	border-right:1px solid #eaeaea;
	font-family:Arial
}
.reviewed-font {
	font-size:12px;
	line-height:80px;
	color:#ec595c
}
.reviewed-font-none {
	font-size:12px;
	line-height:80px;
	color:#999;
	text-align:center;
	padding-right:20px
}
.reviewed-font strong {
	font-size:30px
}
.reviewed-article {
	line-height:20px;
	color:#333
}
.reviewed-article li {
	width:90px;
	text-align:right;
	float:left;
	display:inline
}
.reviewed-info-middle {
	width:560px;
	height:auto;
	float:left;
	display:inline
}
.reviewed-info-detail {
	padding-left:48px;
	height:80px;
	float:left;
	display:inline;
	width:568px
}
.reviewed-info-detail span {
	min-width:90px;
	padding:0 8px;
	height:24px;
	line-height:24px;
	text-align:center;
	background:#fff7f8;
	border:1px solid #c5c5c5;
	float:left;
	margin:6px 15px 6px 0;
	cursor:pointer;
	overflow:hidden
}
.reviewed-info-detail .none-info {
	margin-left:130px;
	height:80px;
	line-height:80px;
	padding-left:66px;
	color:#999;
	background:url(../images/reviewed-detail-none.png) left no-repeat
}
.reviewed-txt {
	width:540px;
	height:65px;
	float:left;
	display:inline;
	margin-top:16px;
	padding-left:20px;
	padding-bottom:20px
}
.reviewed-txt .reviewed-name {
	width:500px;
	height:15px;
	line-height:15px;
	margin-top:6px;
	float:left;
	display:inline;
	color:#bbb;
	font-family:"Microsoft Yahei"
}
.reviewed-txt .reviewed-link-list {
	width:520px;
	height:66px;
	float:left;
	display:inline;
	overflow:hidden
}
.reviewed-txt .reviewed-link-list a {
	width:auto;
	height:24px;
	line-height:24px;
	float:left;
	display:inline;
	color:#333;
	margin:7px 7px 0 0;
	border-radius:2px;
	padding:0 4px;
	background:#fff;
	border:1px solid #f8ddaa
}
.reviewed-txt .reviewed-link-list a.select {
	background:url(../images/review-select.png) right bottom #fff no-repeat;
	border:1px solid #cea54d
}
.reviewed-txt .reviewed-link-list a:hover {
	border:1px solid #cea54d
}
.reviewed-txt .reviewed-link-list a span {
	color:#999
}
.reviewed-txt .reviewed-link-list a span.red {
	color:#ea5544
}
.reviewed-btn-line {
	width:190px;
	height:80px;
	float:right;
	display:inline;
	border-left:1px solid #ddd
}
.reviewed-btn-line .btn-rule {
	width:190px;
	padding:8px 0 0;
	float:left;
	display:inline;
	text-align:center;
	color:#ccc;
	margin-left:10px
}
.reviewed-btn-line .btn-rule a {
	color:#51b8f1;
	padding:0 10px
}
.reviewed-btn-line .btn-rule a:hover {
	text-decoration:underline
}
.reviewed-btn-line .btn {
	width:80px;
	height:30px;
	background:#ec595c;
	float:left;
	display:inline;
	margin:12px 0 0 70px;
	border:0 none;
	font-family:"Microsoft Yahei";
	cursor:pointer;
	border-radius:2px;
	text-align:center;
	color:#fff
}
.reviewed-btn-line .btn:hover {
	background:#fe6e71
}
.reviewed-btn-line .btn-disable {
	width:80px;
	height:30px;
	background:#bbb;
	float:left;
	display:inline;
	margin:25px 0 0 70px;
	border:0 none;
	font-family:"Microsoft Yahei";
	cursor:not-allowed;
	border-radius:3px;
	text-align:center;
	color:#fff
}
.reviewed-title-list {
	height:48px;
	line-height:48px;
	border-bottom:1px solid #eaeaea;
	font-family:"Microsoft Yahei";
	background:#f6f6f6;
	font-size:14px
}
.reviewed-title-list ul {
	float:left
}
.reviewed-title-list ul li {
	float:left;
	color:#333;
	margin:0 0 0 20px
}
.reviewed-title-list ul li i {
	width:16px;
	height:16px;
	float:left;
	margin:16px 0 0;
	background:url(../images/purchase.png) no-repeat;
	background-position:-358px -55px
}
.reviewed-title-list ul li span {
	padding:0 5px
}
.reviewed-title-list a:visited,.reviewed-title-list li a:link {
	padding:0 5px;
	display:inline-block;
	color:#333;
	text-decoration:none
}
.reviewed-title-list li a:hover,.reviewed-title-list li a:hover span,.reviewed-title-list li.on a,.reviewed-title-list li.on a span {
	color:#ec595c
}
.reviewed-title-list li.on i,.reviewed-title-list li:hover i {
	background-position:-358px -117px
}
.reviewed-title-list label {
	float:right;
	margin-right:20px;
	color:#333;
	cursor:pointer;
	outline:0;
	position:relative
}
.reviewed-title-list label input {
	margin-top:18px;
	float:left;
	outline:0;
	*margin-top:14px
}
.reviewed-title-list label span {
	margin-left:7px;
	float:left;
	display:inline;
	line-height:48px
}
.reviewed-title-list input[type=checkbox] {
	opacity:0;
	visibility:hidden
}
.reviewed-title-list .checkbox {
	width:14px;
	height:14px;
	background:url(../images/purchase.png) no-repeat -249px -56px;
	position:absolute;
	left:-8px;
	top:18px
}
.reviewed-title-list .checkbox-over {
	background-position:-249px -116px
}
.reviewed-list {
	clear:both;
	overflow:hidden;
	font-family:"Microsoft Yahei"
}
.reviewed-list ul {
	margin-top:-1px
}
.reviewed-list ul li {
	padding:15px 0;
	border-bottom:1px solid #eaeaea;
	position:relative
}
.reviewed-list ul li:last-child {
	border-bottom:0
}
.reviewed-list ul li .user-info {
	float:left;
	width:100px;
	text-align:center
}
.user-info .avatar {
	margin:5px auto;
	overflow:hidden;
	width:42px;
	height:42px;
	border-radius:50%
}
.user-info .user-name {
	line-height:18px;
	color:#333
}
.user-name p.time {
	color:#999
}
.reviewed-info1 {
	margin-left:100px;
	width:840px;
	min-height:80px;
	overflow:hidden
}
.reviewed-info-fraction {
	margin-top:3px;
	height:28px;
	line-height:28px;
	color:#999;
	margin-bottom:5px
}
.reviewed-info-fraction i {
	width:16px;
	height:20px;
	float:left;
	display:inline;
	background:url(../images/review-stars.png) -3px -20px no-repeat;
	margin:2px 0 0
}
.reviewed-info-fraction i.select {
	background-position:-3px 0
}
.reviewed-info-type {
	color:#333;
	float:left;
	padding:0 10px
}
.reviewed-info-type span {
	padding:0 10px
}
.reviewed-list .chase {
	border-top:1px dashed #bbb;
	margin:20px 0 0;
	padding:16px 0
}
.reviewed-list .chase span {
	padding:0 0 16px;
	display:block
}
.reviewed-info-font {
	line-height:20px;
	color:#333;
	overflow:hidden
}
.reviewed-info-font-w700 {
	float:left;
	width:690px
}
.reviewed-info-font-w700 .grey {
	color:#999
}
.reviewed-info-praise {
	min-width:50px;
	height:20px;
	text-align:center;
	border:1px solid #eaeaea;
	border-radius:2px;
	float:right;
	font-size:14px
}
.reviewed-info-praise a {
	display:block;
	width:auto;
	height:20px;
	position:relative;
	line-height:18px;
	padding-left:14px
}
.reviewed-info-praise .red-icon {
	background:url(../images/commodity_new_icons.png) 10px -42px no-repeat
}
.reviewed-info-praise .gray-icon {
	background:url(../images/commodity_new_icons.png) 10px -62px no-repeat
}
.reviewed-info-praise .gray-icon:hover {
	background:#f9f9f9 url(../images/commodity_new_icons.png) 10px -62px no-repeat
}
.reviewed-info-praise .gray-icon span {
	font-size:12px;
	padding:0 10px
}
.reviewed-info-praise .red-icon span {
	font-size:12px;
	padding:0 10px;
	color:#ff6f6f
}
.reviewed-info-praise .icon-zhan {
	position:absolute;
	z-index:1;
	color:#d62233;
	left:23px;
	top:-10px
}
.reviewed-info-praise-cur {
	border:1px solid #ff6f6f
}
.review-txt {
	float:left;
	display:inline;
	width:100%
}
.review-txt .review-txt-line {
	float:left;
	display:inline;
	width:100%;
	min-height:50px
}
.review-txt .review-txt-line span {
	border:1px solid #c5c5c5;
	float:left;
	display:inline;
	margin:0 10px 20px 0;
	width:auto;
	height:26px;
	line-height:26px;
	color:#666;
	font-family:"Microsoft Yahei";
	padding:0 10px
}
.review-txt p {
	float:left;
	display:inline;
	line-height:20px;
	padding-bottom:10px
}
.review-txt .essence {
	background:#ec595c;
	color:#fff;
	padding:2px 5px
}
.reviewed-info-time {
	line-height:18px;
	color:#999;
	float:right;
	width:100px;
	position:absolute;
	right:20px;
	top:30px
}
.reviewed-info-time .time {
	clear:both;
	color:#666;
	text-align:right;
	padding:10px 0
}
.clr {
	clear:both
}
.recovery {
	padding:18px;
	width:654px;
	background:#f8f8f8;
	overflow:hidden
}
.recovery em {
	width:50px;
	height:20px;
	color:#ec595c;
	background:url(../images/customer.png) no-repeat 15px 8px;
	float:left;
	text-align:center;
	padding:30px 0 0
}
.recovery div {
	padding:0 0 0 20px;
	line-height:20px;
	color:#333;
	width:580px;
	float:left
}
.reviewed-info-img {
	margin:10px 10px 0 0;
	float:left;
	display:inline;
	width:60px;
	height:60px
}
.reviewed-info-img img {
	cursor:pointer
}
.pad-bottom {
	padding-bottom:10px
}
.img-font {
	margin:50px 0 0 5px;
	float:left;
	line-height:20px;
	color:#666;
	white-space:nowrap
}
.img-font a:link,.img-font a:visited {
	margin-left:15px;
	display:inline-block;
	width:60px;
	height:18px;
	background:#f5f5f5;
	border:1px solid #ccc;
	line-height:18px;
	color:#333;
	text-align:center
}
.img-font a:hover {
	color:#000;
	text-decoration:none;
	border-color:#999
}
.reviewed-none {
	line-height:85px;
	color:#333;
	text-align:center
}
.product-downstairs .list-browse {
	margin-top:0
}
.proinfo-main .bought-info {
	margin-top:27px
}
.proinfo-main .list-marginleft {
	color:#999
}
.min-hight {
	min-height:152px;
	float:left
}
.proinfo-main .page-show {
	text-align:right;
	padding-top:20px
}
.pro-w350 {
	float:left;
	width:350px;
	padding:10px 20px;
	box-sizing:content-box;
	background:#f6f6f6;
	display:none;
	margin-top:5px;
	position:relative
}
.h30 {
	height:30px
}
.img-clr {
	clear:both;
	position:relative
}
.img-w350 {
	width:350px;
	border:1px solid #CCC;
	text-align:center;
	height:350px;
	line-height:350px;
	overflow:hidden;
	background:#fff
}
.img-w350 img {
	max-width:350px;
	vertical-align:middle;
	max-height:350px
}
.h50content {
	height:50px;
	margin-top:10px;
	position:relative
}
.dw-prev {
	position:absolute;
	left:0;
	top:0;
	width:170px;
	height:350px;
	float:left;
	display:inline;
	cursor:url(../images/pic-prev.cur),auto;
	z-index:3
}
.dw-next {
	position:absolute;
	right:0;
	top:0;
	width:170px;
	height:350px;
	float:left;
	display:inline;
	cursor:url(../images/pic-next.cur),auto;
	z-index:3
}
.dw-left {
	position:absolute;
	left:0;
	top:15px;
	width:15px;
	height:25px;
	background:url(../images/sprite.png) no-repeat left bottom
}
.dw-right {
	position:absolute;
	right:0;
	top:15px;
	width:15px;
	height:25px;
	background:url(../images/sprite.png) no-repeat right bottom
}
.duoge .dw-left {
	position:absolute;
	left:0;
	top:15px;
	width:15px;
	height:25px;
	background:url(../images/sprite.png) no-repeat left top;
	cursor:pointer
}
.duoge .dw-right {
	position:absolute;
	right:0;
	top:15px;
	width:15px;
	height:25px;
	background:url(../images/sprite.png) no-repeat right top;
	cursor:pointer
}
.duoge .dw-left:hover {
	background:url(../images/sprite.png) no-repeat left -40px
}
.duoge .dw-right:hover {
	background:url(../images/sprite.png) no-repeat right -40px
}
.pro-w350:hover .dw-left,.pro-w350:hover .dw-right {
	display:block
}
.img-ul {
	width:300px;
	margin:0 auto;
	height:50px;
	overflow:hidden
}
.img-ul ul {
	margin-top:0!important
}
.img-ul li {
	float:left;
	width:46px;
	height:46px;
	padding:1px!important;
	margin:0 5px;
	display:inline-block;
	border:1px solid #eee;
	background:none!important;
	cursor:pointer
}
.img-ul li img {
	width:46px;
	height:46px
}
.img-ul li.on {
	border:1px solid #d62233
}
.h30 .text {
	margin:0;
	margin-left:5px;
	float:left;
	display:inline
}
.l-w210 {
	float:left;
	overflow:hidden;
	width:210px;
	height:70px
}
.h30 a {
	float:left
}
.h30 span {
	float:left;
	margin:0 10px;
	display:inline-block;
	color:#ccc
}
.opt-item-1 i {
	margin-top:1px;
	float:left;
	width:16px;
	height:16px;
	background:url(../images/w14-img.png) no-repeat left top;
	display:inline-block
}
.opt-item-2 i {
	margin-top:1px;
	float:left;
	width:16px;
	height:16px;
	background:url(../images/w14-img.png) no-repeat -30px top;
	display:inline-block
}
.opt-item-3 i {
	margin-top:1px;
	float:left;
	width:16px;
	height:16px;
	background:url(../images/w14-img.png) no-repeat -60px top;
	display:inline-block
}
.opt-item-4 i {
	margin-top:1px;
	float:left;
	width:16px;
	height:16px;
	background:url(../images/w14-img.png) no-repeat -90px top;
	display:inline-block
}
.bought-info {
	margin-top:40px;
	width:960px;
	position:relative
}
.bought-info .bought-info-title {
	padding-left:30px;
	display:inline;
	width:909px;
	font-family:"microsoft yahei";
	font-size:18px;
	line-height:50px;
	color:#333
}
.bought-info .flexslider {
	width:100%;
	height:220px
}
.bought-info .slides {
	padding:10px 0 0 15px
}
.bought-info .slides li {
	display:none;
	position:absolute
}
.bought-info .goods {
	margin:0 15px;
	float:left;
	display:inline;
	width:150px;
	height:auto
}
.bought-info .goods img {
	float:left;
	display:inline;
	width:130px;
	height:130px
}
.bought-info .goods .name {
	float:left;
	display:inline;
	overflow:hidden;
	width:130px;
	height:35px;
	line-height:18px
}
.bought-info .goods .name a {
	color:#575757;
	text-decoration:none
}
.bought-info .goods .name a:hover {
	text-decoration:underline;
	color:#d62233
}
.bought-info .goods .price {
	float:left;
	display:inline;
	width:130px;
	height:30px;
	font-family:Verdana;
	font-size:16px;
	line-height:30px;
	color:#d62233
}
.bought-info .goods .price i {
	font-family:Verdana;
	font-size:16px;
	color:#d62233
}
.bought-info .goods .price strong {
	font-weight:400
}
.bought-info .flex-control-nav {
	position:absolute;
	top:20px;
	right:30px
}
.bought-info .flex-control-nav li {
	margin-right:5px;
	display:inline-block;
	cursor:pointer;
	zoom:1;
	*display:inline
}
.bought-info .flex-control-nav li a {
	display:block;
	overflow:hidden;
	width:15px;
	height:12px;
	background:transparent url(../images/buy-icon.png) no-repeat scroll -19px 0;
	text-indent:-9999px;
	cursor:pointer
}
.bought-info .flex-control-nav li a.active {
	background-position:0 0;
	cursor:default
}
.bought-info .bought-table {
	width:auto;
	height:auto;
	float:left;
	display:inline;
	margin-left:20px
}
.pre-sale {
	width:100%;
	border-top:1px dashed #ddd;
	height:36px;
	line-height:36px;
	background:#f9f9f9
}
.pre-sale .pre-sale-tit {
	width:74px;
	margin:0 0 0 10px;
	float:left
}
.pre-sale .pre-sale-money {
	font-size:15px;
	color:#ec595c;
	font-weight:600;
	float:left
}
.pre-sale .pre-sale-number {
	color:#333;
	float:right;
	font-size:12px;
	margin-right:20px
}
.pre-sale .pre-sale-number b {
	padding:0 5px
}
a.boom-message {
	width:auto;
	height:30px;
	position:relative;
	float:left;
	display:inline;
	margin:5px 0 0 -5px;
	padding-left:15px;
	line-height:30px;
	background:#ff4c61;
	border-radius:3px;
	font-size:14px
}
a.boom-message span {
	float:left;
	display:inline;
	color:#fff
}
a.boom-message em {
	width:30px;
	height:30px;
	margin-left:5px;
	float:left;
	display:inline;
	background:url(../images/sale-icon.png) 0 -60px no-repeat
}
a.boom-message .arrow-icon {
	width:8px;
	height:30px;
	top:0;
	left:-13px;
	margin-left:5px;
	position:absolute;
	float:left;
	display:inline;
	background:url(../images/sale-icon.png) 0 0 no-repeat
}
.goods-price .price-line a.boom-message i {
	font-size:14px
}
.goods-price .price-line a.boom-message strong {
	font-size:14px;
	font-weight:400;
	padding:0 5px
}
.boom-line {
	width:582px;
	height:38px;
	line-height:40px;
	margin-bottom:-1px;
	float:left;
	display:inline;
	padding:0 4px 0 14px;
	color:#fff;
	font-size:16px;
	font-family:"microsoft yahei";
	background:#ff4c61;
	border-bottom:2px solid #e84355
}
.boom-line a {
	float:right;
	display:inline
}
.boom-line a i {
	width:100px;
	height:40px;
	float:left;
	display:inline;
	background:url(../images/sale-icon.png) 0 -120px no-repeat
}
.boom-line a i.zjms {
	background-position:0 -120px
}
.boom-line a i.sqgl {
	background-position:0 -160px
}
.boom-line a em {
	width:30px;
	height:30px;
	margin-top:5px;
	float:left;
	display:inline;
	background:url(../images/sale-icon.png) 0 -60px no-repeat
}
.boom-line span {
	font-weight:700
}
.flash-message {
	width:auto;
	height:30px;
	position:relative;
	float:left;
	display:inline;
	margin:5px 0 0 -5px;
	padding:0 15px 0 5px;
	line-height:30px;
	background:url(../images/flash_back.jpg) no-repeat;
	border-radius:3px;
	font-size:14px
}
.flash-message span {
	float:left;
	display:inline;
	color:#6d4433
}
.flash-message em {
	width:30px;
	height:30px;
	margin-left:5px;
	float:left;
	display:inline;
	background:url(../images/sale-icon.png) 0 -90px no-repeat
}
.flash-message .arrow-icon {
	width:8px;
	height:30px;
	top:0;
	left:-13px;
	margin-left:5px;
	position:absolute;
	float:left;
	display:inline;
	background:url(../images/sale-icon.png) 0 -30px no-repeat
}
.goods-price .price-line .flash-message i {
	font-size:14px
}
.goods-price .price-line .flash-message strong {
	font-size:14px;
	font-weight:400;
	padding:0 5px
}
.flash-line {
	width:582px;
	height:40px;
	line-height:40px;
	margin-bottom:-1px;
	float:left;
	display:inline;
	padding:0 4px 0 14px;
	color:#6d4433;
	font-size:16px;
	font-family:"microsoft yahei";
	background:url(../images/flash_back_long.jpg) no-repeat
}
.flash-line em {
	width:30px;
	height:30px;
	margin-top:5px;
	float:left;
	display:inline;
	background:url(../images/sale-icon.png) 0 -90px no-repeat
}
.flash-line span {
	font-weight:700
}
.page-show {
	text-align:center;
	height:26px;
	padding-top:70px;
	clear:both;
	font-family:'Microsoft YaHei'
}
.page-show table {
	float:right;
	text-align:center;
	font-size:0;
	white-space:nowrap;
	vertical-align:middle
}
.page {
	display:inline-block;
	text-align:center;
	font-size:12px;
	white-space:nowrap
}
.page ul {
	display:inline-block;
	text-align:center;
	margin:0 auto
}
.page li {
	margin:0 0 0 4px;
	display:inline-block;
	height:26px;
	float:left
}
.page li a:link,.page li a:visited {
	background:#fff;
	height:24px;
	width:24px;
	min-width:24px;
	border:1px solid #eaeaea;
	color:#333;
	line-height:24px;
	text-align:center;
	display:block
}
.page li a:hover {
	background:#fff;
	border:1px solid #ec595c
}
.page li.ym a:link,.page li.ym a:visited {
	width:48px
}
.page li.on a:hover,.page li.on a:link,.page li.on a:visited {
	background:#ec595c;
	color:#fff;
	border:1px solid #ec595c
}
.page li.none a {
	border:1px solid #eaeaea;
	color:#ccc
}
.recommend-show {
	margin-top:20px;
	border:1px solid #ddd;
	border:1px solid #eee;
	position:relative
}
.recommend-top {
	height:48px;
	padding:0 24px 0 15px
}
.recommend-top-left {
	float:left;
	font-size:18px;
	color:#333;
	font-family:'Microsoft YaHei';
	line-height:48px
}
.recommend-ul {
	font-family:'Microsoft YaHei';
	padding:0 4px;
	position:relative;
	height:273px
}
.recommend-money {
	text-align:center;
	line-height:42px;
	font-size:18px;
	color:#ec595c;
	font-family:Verdana,Geneva,sans-serif
}
.ul-recommend li {
	position:absolute!important;
	visibility:hidden;
	width:100%;
	top:0
}
.pro-recommend {
	float:left;
	padding:14px 14px 0;
	border:1px solid #FFF;
	margin-left:5px;
	width:200px;
	background:#fff
}
.pro-recommend:hover {
	border:1px solid #ec595c;
	border-radius:2px;
	box-shadow:0 0 2px rgba(0,0,0,.25)
}
.pro-img {
	height:200px;
	width:200px
}
.progress-bar-ol {
	position:absolute;
	right:20px;
	top:19px;
	height:10px
}
.progress-bar-ol li {
	float:left;
	width:16px;
	display:inline
}
.progress-bar-ol li a {
	width:10px;
	height:10px;
	background-image:url(../images/dian-bg.png);
	background-position:0 top;
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
	text-indent:10px;
	overflow:hidden;
	position:relative
}
.progress-bar-ol li .li-a-circle-red {
	width:10px;
	height:10px;
	background-image:url(../images/dian-bg.png);
	background-position:-10px top;
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
	text-indent:10px;
	overflow:hidden;
	position:relative
}
.package {
	width:710px;
	padding:15px 0;
	background:#fff;
	float:left
}
.package .package-tit {
	float:left;
	margin:0 0 0 10px;
	width:75px;
	color:#333;
	line-height:30px
}
.package .package-box {
	float:left;
	width:625px;
	position:relative
}
.package .package-nav {
	width:622px;
	clear:both;
	overflow:hidden;
	position:relative;
	z-index:3
}
.package .package-nav a {
	float:left;
	line-height:28px;
	padding:0 14px;
	color:#333;
	margin-right:10px;
	border:1px solid #d2d2d2;
	background-color:#fff
}
.package .package-nav .selected {
	border:1px solid #ec595c;
	color:#ec595c;
	border-bottom:1px solid #fff
}
.package .package-nav-box {
	display:none;
	width:582px;
	padding:22px 20px 0;
	height:218px;
	overflow:hidden;
	border:1px solid #d2d2d2;
	position:absolute;
	top:29px;
	left:0;
	background:#fff;
	z-index:2
}
.package .package-nav-box a {
	color:#333
}
.package .package-nav-box a:hover .name {
	text-decoration:underline
}
.package .package-nav-box ul {
	width:112px;
	height:168px;
	overflow:hidden;
	float:left
}
.package .package-nav-box img {
	width:100px;
	height:100px;
	margin:0 auto;
	display:block
}
.package .package-nav-box i {
	width:20px;
	height:20px;
	background:url(../images/purchase.png) no-repeat;
	background-position:-359px -175px;
	float:left;
	margin:42px 12px 0
}
.package .package-nav-box li {
	width:100%
}
.package .package-nav-box .name {
	margin:15px auto;
	width:100%;
	height:36px;
	overflow:hidden;
	position:relative
}
.package .package-nav-box .name span {
	float:right;
	position:absolute;
	right:0;
	bottom:0;
	background:#fff
}
.package .package-buy {
	clear:both;
	padding:10px 0;
	width:582px;
	border-top:1px solid #eaeaea
}
.package .package-buy button {
	width:78px;
	height:26px;
	text-align:center;
	cursor:pointer;
	border-radius:2px;
	float:right;
	margin:0 0 0 10px
}
.package .package-buy span {
	color:#999;
	float:left;
	line-height:28px
}
.package .package-buy b {
	float:left;
	color:#ec595c;
	font-size:18px;
	line-height:28px
}
.package .package-buy .buy-now {
	color:#ec595c;
	border:1px solid #ec595c;
	background:#fff8f9
}
.package .package-buy .buy-now:hover {
	background:#fff
}
.package .package-buy .btn-buy {
	background-color:#ec595c;
	border:1px solid #ec595c;
	color:#fff
}
.package .package-buy .btn-buy:hover {
	background-color:#fe6e71
}
.emption,.emption-mend {
	font-family:\5FAE\8F6F\96C5\9ED1;
	margin:20px 0 0;
	position:relative;
	width:100%;
	color:#333;
	overflow:hidden
}
.emption .currer,.emption .currer-mend,.emption-mend .currer,.emption-mend .currer-mend {
	position:absolute;
	right:-10px;
	top:0;
	font-size:14px
}
.emption .currer a,.emption .currer-mend a,.emption-mend .currer a,.emption-mend .currer-mend a {
	width:30px;
	height:30px;
	float:left;
	text-align:center
}
.emption .currer a:hover,.emption .currer-mend a:hover,.emption-mend .currer a:hover,.emption-mend .currer-mend a:hover {
	color:#ec595c
}
.emption .currer span,.emption .currer-mend span,.emption-mend .currer span,.emption-mend .currer-mend span {
	float:left
}
.emption h2,.emption-mend h2 {
	font-size:18px;
	color:#333
}
.emption .emption-box,.emption .emption-box-mend,.emption-mend .emption-box,.emption-mend .emption-box-mend {
	width:1190px;
	height:300px;
	margin:15px 0;
	overflow:hidden;
	position:relative
}
.emption li,.emption-mend li {
	width:200px;
	height:274px;
	border:1px solid #eaeaea;
	float:left;
	margin:0 15px 0 0;
	padding:12px;
	overflow:hidden;
	color:#333
}
.emption li:hover,.emption-mend li:hover {
	border:1px solid #ddd
}
.emption .picture,.emption-mend .picture {
	width:200px;
	height:200px;
	margin:0 auto;
	overflow:hidden;
	display:block;
	background:#eaeaea
}
.emption img,.emption-mend img {
	margin:0 auto;
	display:block
}
.emption .name,.emption-mend .name {
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin:10px 0;
	height:38px;
	width:200px;
	display:block
}
.emption a:hover .name,.emption-mend a:hover .name {
	text-decoration:underline
}
.emption .price,.emption-mend .price {
	color:#ec595c;
	font-weight:600
}
.emption .price i,.emption-mend .price i {
	font-size:16px
}
.emption .emption-scroll,.emption-mend .emption-scroll {
	position:absolute;
	left:0;
	top:0;
	width:4800px
}
.emption-mend {
	margin:40px 0 0
}
.emption-mend li {
	width:202px;
	margin:0 16px 0 0
}
.commodity-discount {
	float:left;
	margin-left:5px;
	margin-top:5px
}
.commodity-price {
	float:left;
	margin-left:15px;
	font-size:12px;
	color:#666
}
.commodity-money-fsize {
	font-size:12px!important;
	color:#666!important
}
.vip-icon {
	height:14px;
	display:block;
	float:left;
	line-height:14px;
	color:#fff;
	text-align:center;
	width:60px;
	background:#ff4c61;
	margin-top:7px
}
.vip-money {
	float:left;
	margin-left:10px;
	color:#ff4c61
}
.phone-buy {
	float:left;
	margin-left:20px;
	color:#08c
}
.phone-buy-code {
	float:left;
	cursor:pointer;
	margin-left:5px;
	padding-right:14px;
	background:url(../images/code-icon-lens.png) no-repeat right;
	display:block;
	height:15px;
	font-size:0;
	position:relative;
	margin-top:7px
}
.phone-buy-code:hover {
	background:url(../images/code-icon-lens-1.png) no-repeat right
}
.phone-buy-code img {
	width:15px;
	height:15px
}
.phone-buy-code-img {
	position:absolute;
	left:-75px;
	top:20px;
	display:none;
	width:114px;
	height:114px;
	background:#fff;
	border:1px solid #ccc;
	box-shadow:0 0 5px #ccc
}
.phone-buy-code-img img {
	width:114px;
	height:114px
}
.phone-buy-code:hover .phone-buy-code-img {
	display:block
}
.deposit-info {
	height:50px;
	padding:0 15px 0 20px;
	background:#f04a5a;
	float:left;
	margin-bottom:-1px;
	width:565px;
	color:#fff;
	line-height:50px;
	font-size:14px;
	font-family:'Microsoft YaHei'
}
.deposit-info-left {
	float:left;
	font-size:30px;
	line-height:50px
}
.deposit-info-left i {
	background:url(../images/deposit-icon.png) no-repeat center center;
	width:52px;
	height:50px;
	float:left
}
.deposit-info-left strong {
	float:left;
	margin-left:8px
}
.deposit-info-left strong span {
	font-size:18px
}
.deposit-info-right {
	float:right;
	background:url(../images/pre-icon.png) no-repeat left;
	padding-left:23px
}
.deposit-money {
	float:left;
	color:#666;
	font-size:12px
}
.deposit-money-del {
	color:#666!important;
	font-size:12px!important
}
.deposit-pt {
	padding-top:20px
}
.deposit-flow {
	clear:both;
	background:#f8f8f8;
	font-family:'Microsoft YaHei';
	padding:15px 20px;
	height:45px;
	width:930px
}
.deposit-flow-left {
	float:left;
	font-size:16px;
	font-weight:700;
	width:140px;
	line-height:45px;
	text-align:center
}
.deposit-flow-center {
	float:left;
	width:650px;
	line-height:22px;
	border-bottom:1px solid #ededed;
	height:11px
}
.deposit-flow-right {
	float:right;
	color:#999;
	line-height:22px;
	padding-right:20px;
	background:url(../images/problem-icon.png) no-repeat right
}
.deposit-flow-item {
	float:left;
	width:265px
}
.deposit-flow-icon-1 {
	height:22px;
	background:#f8f8f8 url(../images/deposit-flow-icon-1.png) no-repeat 14px center;
	padding:0 20px 0 35px;
	font-size:14px;
	color:#555;
	font-weight:700;
	float:left
}
.deposit-flow-time {
	clear:both;
	padding-left:35px;
	color:#333
}
.deposit-flow-color {
	color:#999
}
.deposit-flow-icon-2 {
	height:22px;
	background:#f8f8f8 url(../images/deposit-flow-icon-2.png) no-repeat 14px center;
	padding:0 20px 0 35px;
	font-size:14px;
	color:#555;
	font-weight:700;
	float:left
}
.deposit-flow-item-1 {
	float:right
}
.deposit-flow-icon-3 {
	height:22px;
	background:#f8f8f8 url(../images/deposit-flow-icon-3.png) no-repeat 14px center;
	padding:0 20px 0 35px;
	font-size:14px;
	color:#555;
	font-weight:700;
	float:left
}
.goodsnumber {
	float:left;
	font-size:12px;
	color:#000;
	line-height:38px;
	margin-left:15px
}
.goodsnumber span {
	color:#ec595c
}
.deposit-people {
	float:left;
	line-height:40px;
	margin-left:8px
}
.deposit-people strong {
	color:#ec595c
}
.buy-cart .btn-buy-1 {
	background:#bbb
}
.fz20 {
	font-size:20px!important
}
.fz20 i {
	font-size:14px!important
}
.delivery {
	width:400px;
	height:22px;
	line-height:22px;
	float:left;
	display:inline;
	color:#999;
	font-family:"Microsoft Yahei"
}
.delivery i {
	margin-left:20px
}
.cl {
	clear:both;
	*zoom:1
}
.cl:after {
	display:block;
	content:" ";
	height:0;
	clear:both;
	visibility:hidden
}
.send-service {
	margin:5px 0
}
.distribution .stock {
	float:left;
	margin-left:10px;
	color:#333
}
.distribution .stock .stock-red {
	color:#ec595c
}
.distribution .stock:hover {
	text-decoration:underline
}
.pull-down {
	position:relative
}
.pull-down .pull-list {
	height:25px;
	line-height:25px;
	border:1px solid #ddd;
	padding:0 40px 0 10px;
	color:#333;
	position:relative;
	float:left;
	cursor:pointer
}
.pull-down .pull-ts {
	border-bottom:none;
	z-index:23;
	background:#fff;
	height:26px
}
.pull-down .pull-list i {
	background:url(../images/com_ico.png) 0 -5px no-repeat;
	width:9px;
	height:5px;
	padding-left:10px;
	position:absolute;
	display:block;
	right:-3px;
	top:10px
}
.pull-down .pull-list i.send-ico {
	background-position:0 0
}
.pull-down .drop-down {
	padding:10px;
	position:absolute;
	width:360px;
	border:1px solid #ddd;
	background:#fff;
	left:0;
	top:26px;
	z-index:22
}
.send-city li {
	float:left;
	padding:0 20px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	cursor:pointer
}
.send-city li.border {
	border-right:1px solid #ddd
}
.send-city li.active {
	border-top:2px solid #ec595c;
	font-weight:700
}
.send-area {
	border-top:1px solid #ddd;
	padding-top:12px
}
.send-area li {
	float:left;
	width:75px;
	height:26px;
	line-height:26px;
	text-align:left;
	margin:0 15px 5px 0;
	overflow:hidden
}
.send-area li a {
	padding:5px 7px
}
.send-area li a:hover {
	color:#ec595c;
	cursor:pointer
}
.send-area li a.active {
	background:#ec595c;
	color:#fff
}
.send-shop {
	height:160px;
	overflow-y:auto;
	overflow-x:hidden
}
.send-shop li {
	width:350px;
	margin:5px 0;
	color:#666;
	line-height:18px;
	cursor:pointer;
	overflow:visible;
	height:auto
}
.send-shop li i {
	width:14px;
	height:14px;
	float:left;
	background:url(../images/purchase.png) no-repeat;
	background-position:-311px -56px;
	margin:4px 0 0
}
.send-shop li span {
	padding:0 10px;
	width:90px;
	float:left;
	margin:0 10px 0 0
}
.send-shop .active i {
	background-position:-311px -118px
}
.send-shop .active span {
	color:#333;
	font-weight:600
}
.send-shop .noshop {
	text-align:center;
	padding:50px 0 0;
	color:#333
}
.send-shop .noshop a {
	color:#ec595c;
	text-decoration:underline
}
.buy-cart .btn-line button {
	height:50px;
	line-height:48px
}
.commodity-i {
	display:block;
	position:relative;
	width:12px;
	height:12px;
	background:url(../images/help-icon.png) no-repeat center center;
	float:left;
	margin-left:7px;
	margin-top:6px;
	cursor:pointer
}
.commodity-i span {
	position:absolute;
	left:50px;
	top:-8px;
	border:1px solid #ffdaa2;
	line-height:16px;
	background:ivory;
	padding:4px 9px;
	font-size:12px;
	width:370px;
	opacity:0
}
.commodity-i span:after {
	display:block;
	content:" ";
	height:10px;
	width:6px;
	position:absolute;
	left:-6px;
	top:9px;
	background:url(../images/show-left-1.png) no-repeat center center
}
.global-main {
	font-family:'Microsoft YaHei'
}
.global-main .spec-preview {
	border:1px solid #ddd;
	box-shadow:none
}
.global-main .intro-left .intro-meno-left a,.global-main .intro-meno-left .collect a.no-collect {
	color:#999
}
.global-main .global-country {
	height:22px;
	line-height:22px
}
.global-main .global-country i {
	display:block;
	width:22px;
	height:22px;
	float:left
}
.global-main .global-country i img {
	width:22px;
	height:22px
}
.global-main .global-country span {
	float:left;
	margin-left:10px;
	color:#999;
	font-size:14px
}
.global-main .global-title {
	line-height:24px;
	margin-top:10px;
	font-size:20px;
	color:#333;
	font-weight:700;
	max-height:48px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical
}
.global-main .global-title-info {
	font-size:14px;
	color:#666;
	line-height:24px;
	padding-top:10px;
	padding-bottom:10px
}
.global-main .global-attribute-time {
	background:#e0ba62 url(../images/global-attribute-time-icon.png) no-repeat 15px center;
	height:40px;
	line-height:40px;
	color:#fff;
	border-bottom:0;
	padding-left:45px;
	font-size:16px
}
.global-main .global-attribute-time a {
	float:right;
	display:inline
}
.global-main .global-attribute-time a i {
	width:100px;
	height:40px;
	float:left;
	display:inline;
	background:url(../images/sale-icon.png) 0 -120px no-repeat
}
.global-main .global-attribute-time a i.zjms {
	background-position:0 -120px
}
.global-main .global-attribute-time a i.sqgl {
	background-position:0 -160px
}
.global-main .global-attribute-time a em {
	width:30px;
	height:30px;
	margin-top:5px;
	float:left;
	display:inline;
	background:url(../images/sale-icon.png) 0 -60px no-repeat
}
.global-main .global-attribute-time span {
	font-weight:700
}
.global-main .global-attribute-info {
	background:#f9f9f9;
	border-top:1px solid #e8e8f0;
	border-bottom:1px solid #e8e8f0;
	padding-bottom:5px;
	line-height:28px;
	position:relative
}
.global-main .global-attribute-info:after {
	display:block;
	content:" ";
	height:0;
	clear:both;
	visibility:hidden
}
.global-main .price-line {
	height:30px;
	line-height:30px;
	margin:15px 0 0 15px
}
.global-main .black {
	color:#333;
	margin-right:26px;
	width:52px;
	float:left;
	display:inline
}
.global-main .price {
	color:#ec595c;
	font-size:30px;
	font-family:Arial;
	margin-right:25px;
	float:left;
	display:inline;
	height:30px;
	overflow:hidden;
	margin-top:-4px
}
.global-main .price i {
	font-size:18px;
	font-family:verdana
}
.global-main .view-line {
	height:27px;
	line-height:24px;
	margin:0 0 0 15px;
	clear:both
}
.global-main .view-line .grey {
	color:#999;
	float:left;
	display:inline
}
.global-main .promotion dd li {
	margin-top:5px
}
.global-main .view-line .view-point {
	padding-left:20px;
	background:url(../images/view-good-1.png) 1px center no-repeat;
	color:#ec595c;
	float:left;
	display:inline
}
.global-main .view-line .red {
	color:#ec595c;
	font-family:verdana
}
.span-tariff {
	color:#666;
	background:url(../images/prompt-1.png) no-repeat right center;
	padding-right:18px;
	cursor:pointer
}
.span-tariff i {
	position:absolute;
	background:#fff;
	padding:6px 8px;
	box-shadow:0 0 5px #CCC;
	border:1px solid #ccc;
	width:400px;
	right:0;
	top:43px;
	line-height:18px;
	color:#666;
	display:none;
	z-index:10
}
.span-tariff:hover i {
	display:block
}
.span-tariff i:after {
	display:block;
	content:" ";
	height:5px;
	width:6px;
	position:absolute;
	top:-5px;
	background:url(../images/global-icon-1.png) no-repeat center center;
	left:153px;
	line-height:18px
}
.global-main .type-table .color-list li.select {
	border:2px solid #2e3384;
	background:url(../images/color-select-1.png) no-repeat right bottom
}
.global-main .buy-cart .btn-line .buy-now {
	color:#2e3384;
	border:1px solid #2e3384;
	width:168px;
	height:38px;
	background:#eeefff;
	line-height:normal
}
.global-main .buy-cart .btn-line .btn-buy,.global-main .buy-cart .btn-line .btn-none {
	background:#2e3384
}
.global-main .detail dl dd.p-top {
	color:#666;
	line-height:18px;
	position:relative;
	overflow:hidden;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	-webkit-transition:all .3s ease
}
.global-main .detail dl dd.p-top p {
	padding-top:3px
}
.global-main .detail dl dd.height-18 {
	height:42px
}
.global-main .detail dl dd.p-top em {
	cursor:pointer;
	margin-left:10px;
	display:inline-block;
	color:#08c;
	padding-right:17px;
	top:0;
	background:url(../images/f-icon-1.png) no-repeat right center
}
.global-main .detail dl dd.height-18 em {
	background:url(../images/f-icon-2.png) no-repeat right center
}
.global-main .detail dl dd.p-top em:hover {
	text-decoration:underline
}
.global-main .detail dl dd.p-top em.on-1 {
	background:url(../images/f-icon-2.png) no-repeat right center
}
.global-main .item-mail {
	clear:both;
	padding-top:20px
}
.global-main .item-mail .item-info {
	background:#fafaff;
	height:50px;
	border:1px solid #e8e8f0;
	padding:14px 0
}
.global-main .item-mail .item-info .item-left {
	float:left;
	width:100px;
	height:44px;
	border-right:1px solid #e8e8f0;
	padding:3px 20px;
	text-align:center;
	line-height:22px
}
.global-main .item-mail .item-info .item-left .item-p-title {
	color:#2e3384;
	font-size:18px
}
.global-main .item-mail .item-info .item-left .item-p-font {
	color:#999;
	font-size:16px
}
.global-main .item-mail .item-info .item-right {
	float:right;
	padding:5px 28px 0 0
}
.global-main .global-item-qg {
	background:#ec595c;
	height:40px;
	line-height:40px;
	padding-left:15px;
	color:#fff;
	font-size:16px
}
.global-main .global-item-qg a {
	float:right;
	display:block
}
.global-main .global-item-qg a i {
	display:block;
	width:95px;
	height:40px;
	background:url(../images/global-item-right.png) no-repeat center center
}
.global-main .detail dl,.global-main .send-service dl {
	padding:0
}
.global-main .send-service dl dd {
	line-height:22px
}
.global-main .pay-sevice {
	padding-bottom:0;
	padding-top:5px
}
.global-main .promotion {
	margin-top:10px
}
.global-main .detail dl dt {
	line-height:24px;
	height:24px;
	padding-left:15px
}
.global-main .choose-type dl {
	padding-bottom:10px
}
.global-main .type-table dl dt span {
	line-height:28px;
	height:28px
}
.global-main .detail .promotion dl dt {
	padding-left:15px
}
.global-main .choose-type {
	padding-bottom:0
}
.global-main .buy-cart {
	margin-top:20px;
	height:50px
}
.global-main .fl-distribution {
	float:left;
	color:#333
}
.global-main .fl-distribution-1 {
	float:left;
	color:#999;
	margin-left:10px;
	display:inline
}
.global-main .input-value {
	width:106px;
	height:28px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc
}
.global-main .input-value-left {
	float:left;
	width:28px;
	height:28px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	line-height:28px;
	cursor:pointer;
	font-size:14px
}
.global-main .input-value-center {
	float:left;
	height:28px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	line-height:28px;
	width:47px;
	overflow:hidden
}
.global-main .input-value-center input {
	width:100%;
	text-align:center;
	border:0;
	line-height:28px;
	height:28px
}
.global-main .input-value-right {
	float:left;
	width:28px;
	height:28px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	line-height:28px;
	cursor:pointer;
	font-size:14px
}
.global-main .promotion dd li i {
	background:#ec595c
}
.global-main .global-attribute-info .pro_info {
	margin-top:0;
	height:32px
}
.global-main .global-attribute-info dl dt {
	line-height:28px;
	height:28px
}
.global-main .pro_info_dd {
	margin-top:0;
	color:#ec595c
}
.global-main .pro_info_dd i.tips1 {
	background:#ec595c;
	height:16px;
	border-radius:2px;
	line-height:16px;
	padding:0 4px
}
.global-main .pro_info_dd .call_buy {
	background:url(../images/commodity_new_code.png) no-repeat 65px 5px
}
.global-main .call_buy_bar {
	background:url(../images/icons-arrow4.png) no-repeat 0 -12px
}
.global-main .pro_info_dd .call_buy:hover .call_buy_bar {
	background:url(../images/icons-arrow4.png) no-repeat 0 2px
}
.c999 {
	color:#999
}
.ml15 {
	margin-left:15px
}
.promotion-title {
	display:none
}
.promotion-main .promotion-title {
	height:40px;
	background:#ec3c47;
	padding:0 15px;
	line-height:40px;
	color:#FFF;
	font-size:16px;
	font-family:'Microsoft YaHei';
	position:relative;
	z-index:1;
	margin-top:5px;
	display:block
}
.promotion-title-left {
	float:left
}
.promotion-title-right {
	float:right;
	background:url(../images/promotion-time-icon-1.png) no-repeat left;
	padding-left:24px
}
.promotion-main .goods-price {
	margin-top:0;
	position:relative;
	top:-1px
}
.bl-name .txt {
	display:block
}
.global-main .global-country div {
	float:right;
	height:20px;
	border:1px solid #2e3384;
	border-radius:3px;
	padding-left:28px;
	padding-right:6px;
	font-size:14px;
	color:#2e3384;
	line-height:20px;
	background:url(../images/qqg-icon-1.png) no-repeat left
}
.integral-prompt-info {
	float:right;
	background:url(../images/prompt-1.png) no-repeat left;
	padding-left:18px;
	position:relative;
	color:#666;
	z-index:1;
	cursor:pointer
}
.integral-prompt-info em {
	color:#ec595c
}
.integral-prompt-info-show {
	position:absolute;
	background:#FFF;
	width:370px;
	padding:12px 15px;
	box-shadow:0 0 5px #CCC;
	border:1px solid #ccc;
	top:40px;
	right:-20px;
	line-height:20px;
	display:none
}
.integral-href {
	text-align:right
}
.integral-href a:link,.integral-href a:visited {
	background:url(../images/integral-right-icon.png) no-repeat right;
	padding-right:10px;
	color:#999
}
.integral-href a:hover {
	color:#333
}
.integral-prompt-info:hover .integral-prompt-info-show {
	display:block
}
.pop-up .content .info .blue {
	color:#51b8f1
}
.load-video {
	position:relative;
	z-index:1000
}
.load-video iframe {
	width:450px;
	height:450px;
	position:absolute;
	z-index:0;
	display:none;
	top:0;
	left:0
}
.pop-up #flash-message,.pop-up #stages-message1,.pop-up #stages-message2 {
	display:block
}
#flash-message,#stages-message1,#stages-message2 {
	display:none
}
#flash-message .message-line {
	text-align:left;
	font-size:14px;
	width:380px
}
#flash-message .message-line .name {
	max-height:300px;
	overflow-y:auto;
	overflow-x:hidden;
	line-height:28px
}
#flash-message .btn-greysubmit {
	width:148px;
	background:#333;
	color:#fff;
	border-color:#333
}
.goods-details-box .late-box {
	width:748px;
	height:auto;
	margin:60px auto 20px;
	border:1px solid #f3f3f3;
	box-shadow:2px 2px 4px #f6f6f6;
	border-radius:3px;
	padding-bottom:30px
}
.goods-details-box .late-box .title {
	width:262px;
	height:54px;
	margin:-20px 0 0 243px
}
.goods-details-box .late-box .text {
	width:748px;
	line-height:48px;
	text-align:center;
	font-size:28px;
	margin-top:20px
}
.picture-center .goods_ztico {
	margin:20px auto
}
.goods_ztico {
	width:920px;
	overflow:hidden;
	margin:20px auto
}
.goods_ztico_list {
	width:200px;
	height:40px;
	line-height:28px;
	float:left;
	margin:15px 14px 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
.goods_ztico_list img {
	width:30px;
	height:30px;
	float:left;
	margin-right:8px
}
.goods_ztico_list span {
	color:#333
}
.moreinfo {
	padding-top:15px;
	height:65px;
	background:#f0f0f0
}
.moreinfo .moreinfo_p {
	line-height:25px;
	text-align:center;
	color:#999
}
.moreinfo_p a {
	color:#51b8f1
}
.moreinfo_p b {
	margin-left:4px;
	display:inline-block;
	transform:scaleY(0.6);
	font-size:16px;
	vertical-align:middle
}
.nomoreinfo {
	height:40px;
	background:#f0f0f0;
	line-height:40px;
	color:#666;
	text-align:center
}
.detail_more {
	max-height:420px;
	overflow:auto
}
.point-color1 {
	color:#2abf68;
	padding:0 18px;
	background:url(../images/point_color_img.png) no-repeat;
	background-position:72px -32px
}
.point-color2 {
	color:#fe9823;
	padding:0 18px;
	background:url(../images/point_color_img.png) no-repeat;
	background-position:72px -17px
}
.point-color3 {
	color:#ff4a4a;
	padding:0 18px;
	background:url(../images/point_color_img.png) no-repeat;
	background-position:72px 0px
}
