
/******************************/
/* Home-filter style */
/******************************/

.home-filter dl {
	height:100%;
	padding:10px 15px 10px 190px;
}
.home-filter dt {
	float:left;
	font-size:12px;
	margin-right:-100%;
	padding-left:20px;
	background:url(../images/web/icon-16.png) no-repeat;
}
.home-filter dd {
	float:left;
	font-size:12px;
	margin-left:85px;
}
.home-filter dd a {
	float:left;
	margin-right:15px;
}
.home-filter dd a:hover {
	color:#2DB12A;
	text-decoration:none;
}

/******************************/
/* Home-main style */
/******************************/

.home-banner .slides {
	height:390px;
}
.home-banner .slides li {
	display:none;
	background-repeat:no-repeat;
	background-position:center 0;
}
.home-banner .slides li:first-child {
	display:block;
}
.home-banner .slides li a {
	display:block;
	width:1180px;
	height:390px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:center 0;
}

/******************************/

.flex-control-nav {
	bottom:12px;
}
.flex-control-nav li {
	line-height:1.5;
	font-size:12px;
	margin:0 0 0 5px;
}
.flex-control-nav li a {
	overflow:hidden;
	width:20px;
	height:4px;
	font-size:0;
	cursor:default;
	filter:alpha(opacity=100) !important;
	opacity:1 !important;
	padding:0 5px;
	background:#FFF;
}
.flex-control-nav li a.flex-active {
	color:#FFF;
	background:#223E4C !important;
}
.flex-control-nav li a:hover {
	text-decoration:none;
	background:#FFF;
}

/******************************/

.home-menu {
	position:absolute;
	top:10px;
	left:0;
	z-index:999;
	width:160px;
	color:#FFF;
	padding:0 15px;
	background:#2DB12A;
}
.home-menu li {
	background:url(../images/menu-point.png) no-repeat right 50%;
}
.home-menu li a {
	display:block;
	height:40px;
	line-height:40px;
	color:#FFF;
	font-size:15px;
	padding-left:35px;
	border-bottom:1px solid #1FAF32;
	background:url(../images/web/icon-menu.png) no-repeat 5px 15px;
}
.home-menu li a:hover {
	text-decoration:none !important;
}
.home-menu li a.icon-2 {background-position:5px -25px;}
.home-menu li a.icon-3 {background-position:5px -65px;}
.home-menu li a.icon-4 {background-position:5px -105px;}
.home-menu li a.icon-5 {background-position:5px -145px;}
.home-menu li a.icon-6 {background-position:5px -185px;}
.home-menu li a.icon-7 {background-position:5px -225px;}
.home-menu li a.icon-8 {background-position:5px -265px;}
.home-menu li a.icon-9 {background-position:5px -305px;}

/******************************/

.home-login {
	position:absolute;
	top:10px;
	right:0;
	width:220px;
	background:#FFF;
}
.home-login .user {
	height:132px;
	text-align:center;
	padding:20px 0;
	margin-bottom:-1px;
	border-bottom:1px solid #E6E6E6;
}
.home-login .title {
	margin-top:5px;
}
.home-login .user .pic {
	width:60px;
	margin:0 auto;
}
.home-login .user .pic img {
	border-radius:50%;
}
.home-login .user .operate {
	line-height:0;
	font-size:0;
	margin-top:18px;
}
.home-login .user .operate .btn {
	display:inline-block;
	width:80px;
	height:28px;
	line-height:28px;
	color:#FFF;
	cursor:pointer;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	margin:0 8px;
	border:0;
	background:#2DB12A;
}
.home-login .user .operate .btn:first-child {
	box-shadow:0 0 10px #7EE383;
	background:linear-gradient(to right, #2CB12A , #57E353);
}
.home-login .head {
	width:100%;
	table-layout:fixed;
}
.home-login .head td {
	height:32px;
	line-height:32px;
	padding:0 12px;
	border:1px solid #E6E6E6;
}
.home-login .head td:first-child {
	border-left:0;
}
.home-login .head td:last-child {
	border-right:0;
}
.home-login .body {
	overflow:hidden;
	height:105px;
	margin:12px 15px;
}
.home-login .body li {
	overflow:hidden;
	height:26px;
	line-height:26px;
}
.home-login .body li a {
	color:#666;
}

/******************************/
/* Home-nav style */
/******************************/

.home-nav {
	table-layout:fixed;
	background:#FAFAFA;
}
.home-nav td p {
	color:#1DC87E;
	padding-top:60px;
	border-left:1px solid #EEE;
	border-bottom:2px solid #1DC87E;
	text-align:center;
	font-size:12px;
	background:url(../images/web/home-nav.png) no-repeat center 0;
}
.home-nav td:first-child p {
	border-left:0;
}
.home-nav td .item-2 {background-position:center -100px; border-bottom-color:#1DC8C2; color:#1DC8C2;}
.home-nav td .item-3 {background-position:center -200px; border-bottom-color:#41C3FF; color:#41C3FF;}
.home-nav td .item-4 {background-position:center -300px; border-bottom-color:#2296F0; color:#2296F0;}
.home-nav td .item-5 {background-position:center -400px; border-bottom-color:#F9912C; color:#F9912C;}
.home-nav td .item-6 {background-position:center -500px; border-bottom-color:#EC5775; color:#EC5775;}
.home-nav td .item-7 {background-position:center -600px; border-bottom-color:#E8572F; color:#E8572F;}
.home-nav td .item-8 {background-position:center -700px; border-bottom-color:#E63E10; color:#E63E10;}
.home-nav td p i {
	display:block;
	margin:10px 0 18px 0;
}

/******************************/
/* Home-main style */
/******************************/

.buy-nav {
	position:absolute;
	left:-4.5em;
}
.buy-nav span {
	display:block;
	width:2em;
	line-height:18px;
	text-align:center;
	padding:8px 0.75em;
}
.buy-nav a {
	display:block;
	width:2em;
	line-height:18px;
	color:#999;
	text-align:center;
	padding:8px 0.75em;
	margin-bottom:-1px;
	border:1px solid #E6E6E6;
	background:#FFF;
}
.buy-nav a.on {
	color:#FFF !important;
	border-color:#2DB12A;
	background:#2DB12A;
}
.buy-nav a:hover {
	color:#2DB12A;
	text-decoration:none;
}

/******************************/

.buy-hd {
	position:relative;
	height:40px;
	line-height:40px;
	margin-bottom:-1px;
	border-bottom:2px solid #E6E6E6;
}
.buy-hd .title {
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	color:#2DB12A;
	font-size:20px;
	border-bottom:2px solid #2DB12A;
}
.buy-hd .title2 {
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	color:#333;
	font-size:20px;
}
.buy-hd .title.item-2 {color:#1DC87E; border-color:#1DC87E;}
.buy-hd .title.item-3 {color:#F9912C; border-color:#F9912C;}
.buy-hd .title.item-4 {color:#EC5775; border-color:#EC5775;}
.buy-hd .title.item-5 {color:#00BF4B; border-color:#00BF4B;}
.buy-hd .title.item-6 {color:#F9912C; border-color:#F9912C;}
.buy-hd .title.item-7 {color:#E8552D; border-color:#E8552D;}
.buy-hd .title.item-8 {color:#00BF4B; border-color:#00BF4B;}
.buy-hd .more {
	position:absolute;
	top:0;
	right:0;
}
.buy-hd .more span {
	float:left;
	height:20px;
	line-height:20px;
	margin:10px 5px;
	border-right:1px solid #E6E6E6;
}
.buy-hd .more a {
	float:left;
	color:#999;
	height:21px;
	line-height:21px;
	margin:10px 5px;
}
.buy-hd .more a:hover {
	color:#2DB12A;
	text-decoration:none;
}
.buy-bd {
	width:100%;
}

/******************************/

.buy-item li {
	float:left;
	width:264px;
	height:280px;
	padding:12px 15px;
	margin:0 -1px -1px 0;
	border:1px solid #E6E6E6;
}
.buy-item-four li {
	width:264px;
}
.buy-item .pic {
	overflow:hidden;
	min-height:164px;
	max-height:164px;
}
.buy-item-four .pic {
	min-height:164px;
	max-height:164px;
}
.buy-item .pic img {
   -webkit-transition: all 0.8s linear;
   -moz-transition: all 0.8s linear;
   -o-transition: all 0.8s linear;
   -ms-transition: all 0.8s linear;
   transition: all 0.8s linear;
}
.buy-item .pic:hover img {
   -webkit-transform: scale(1.05,1.05);
   -moz-transform: scale(1.05,1.05);
   -o-transform: scale(1.05,1.05);
   -ms-transform: scale(1.05,1.05);
   transform: scale(1.05,1.05);
}
.buy-item .title {
	overflow:hidden;
	height:21px;
	line-height:21px;
	font-size:16px;
	margin-top:10px;
}
.buy-item .title a {
	color:#000;
}
.buy-item .address {
	overflow:hidden;
	height:21px;
	line-height:21px;
	color:#999;
}

.buy-item .info {
	overflow:hidden;
	height:24px;
	line-height:24px;
	margin:10px 0;
}
.buy-item .info:after {
	display:block;
	content:'.';
	clear:both;
	line-height:0;
	font-size:0;
	visibility:hidden;
}
.buy-item .price {
	float:left
}
.buy-item .price b {
	float:left;
	color:#E44535;
	font-size:20px;
}
.buy-item .price s {
	float:left;
	color:#999;
	font-size:12px;
	text-decoration:line-through;
	margin-left:6px;
}
.buy-item .count {
	float:right;
	color:#2DB12A;
	font-size:12px;
}

/******************************/

.buy-rand li {
	height:100%;
	vertical-align:top;
	margin-bottom:-1px;
	padding:11px 15px 10px 15px;
	border-bottom:1px solid #E6E6E6;
}
.buy-rand .pic {
	overflow:hidden;
	max-height:130px;
}
.buy-rand .pic img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.buy-rand .pic:hover img {
   -webkit-transform: scale(1.05,1.05);
   -moz-transform: scale(1.05,1.05);
   -o-transform: scale(1.05,1.05);
   -ms-transform: scale(1.05,1.05);
   transform: scale(1.05,1.05);
}
.buy-rand .title {
	overflow:hidden;
	height:36px;
	line-height:18px;
	font-size:12px;
	margin:8px 0;
}
.buy-rand .title a {
	color:#666;
}
.buy-rand .title a:hover {
	color:#2DB12A;
}
.buy-rand .address {
	overflow:hidden;
	height:18px;
	line-height:18px;
	font-size:12px;
	color:#999;
	margin:5px 0;
}

.buy-rand .info {
	overflow:hidden;
	height:21px;
	line-height:21px;
	margin:5px 0;
}
.buy-rand .info:after {
	display:block;
	content:'.';
	clear:both;
	line-height:0;
	font-size:0;
	visibility:hidden;
}
.buy-rand .price {
	float:left
}
.buy-rand .price b {
	float:left;
	color:#E44535;
	font-size:14px;
}
.buy-rand .price s {
	float:left;
	color:#999;
	font-size:12px;
	text-decoration:none;
	margin-left:6px;
}
.buy-rand .count {
	float:right;
	color:#2DB12A;
	font-size:12px;
}

/******************************/

.specialty-item li {
	height:100%;
	font-size:12px;
	vertical-align:top;
	margin-bottom:-1px;
	padding:11px 15px 10px 15px;
	border-bottom:1px solid #E6E6E6;
}
.specialty-item .title {
	overflow:hidden;
	max-height:36px;
	line-height:18px;
	margin:6px 0;
}
.specialty-item .title a {
	color:#666;
}
.specialty-item .title a:hover {
	color:#2DB12A;
}
.specialty-item .pic {
	overflow:hidden;
	float:left;
	width:45%;
	line-height:0;
	font-size:0;
}
.specialty-item .info {
	width:100%;
	margin:6px 0;
}
.specialty-item .price {
	float:right;
	width:50%;
}
.specialty-item .price b {
	display:block;
	color:#E44535;
	font-size:14px;
}
.specialty-item .price s {
	display:block;
	color:#999;
	text-decoration:none;
}
.specialty-item .price i {
	display:block;
	color:#999;
}
.specialty-item .pic img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.specialty-item .pic:hover img {
   -webkit-transform: scale(1.05,1.05);
   -moz-transform: scale(1.05,1.05);
   -o-transform: scale(1.05,1.05);
   -ms-transform: scale(1.05,1.05);
   transform: scale(1.05,1.05);
}
.specialty-item .address {
	overflow:hidden;
	max-height:36px;
	line-height:18px;
	color:#999;
	font-size:12px;
	margin:6px 0;
}

/******************************/

.specialty-item2 li {
	min-height:60px;
	vertical-align:top;
	padding:16px;
}
.specialty-item2 li:after {
	content:'.';
	clear:both;
	overflow:hidden;
	display:block;
	line-height:0;
	font-size:0;
	visibility:visible;
}
.specialty-item2 .pic {
	overflow:hidden;
	float:left;
	width:45%;
	line-height:0;
	font-size:0;
}
.specialty-item2 .con {
	float:right;
	width:50%;
}
.specialty-item2 .title {
	overflow:hidden;
	height:24px;
	line-height:24px;
}
.specialty-item2 .title a:hover {
	color:#2DB12A;
}
.specialty-item2 .price {
	color:#F60;
}
.specialty-item2 .info {
	color:#999;
	font-size:12px;
}

/******************************/

.list-news {
	display:block;
	padding:10px 0;
}
.list-news li {
	position:relative;
	overflow:hidden;
	height:28px;
	line-height:28px;
	padding-left:10px;
}
.list-news li.on:before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	display:block;
	width:2px;
	height:14px;
	margin-top:-7px;
	border-left:2px solid #F60;
}
.list-news li.on a {
	color:#F60;
}

/******************************/

.treasure {
	border:1px solid #E6E6E6;
	background:#F9F9F9;
}
.treasure .hd {
	margin:15px 15px 10px 15px;
}
.treasure .hd .title {
	color:#333;
	font-size:16px;
}
.treasure .bd {
	margin:10px 15px 15px 15px;
}
.treasure .bd  li {
	float:left;
	width:50%;
	height:28px;
	line-height:28px;
}
.treasure .bd  li a {
	color:#666;
	padding-left:15px;
	background:url(../images/web/point-circle.png) no-repeat 0 50%;
}
.treasure .bd  li a:hover {
	color:#2DB12A;
	text-decoration:underline;
}

/******************************/

.reviews-item {
	position:relative;
	margin-top:14px;
	border-left:1px solid #2DB12A;
}
.reviews-item li {
	position:relative;
	color:#000;
	font-size:12px;
	padding:15px 25px;
}
.reviews-item li:before {
	content:'';
	position:absolute;
	top:21px;
	left:-3px;
	display:block;
	width:6px;
	height:6px;
	border-radius:100%;
	background:#2DB12A;
}
.reviews-item li span {
	display:block;
}
.reviews-item li .info {
	color:#666;
	margin-top:10px;
}

/******************************/

.view-item {
	margin:16px 0;
}
.view-item img {
	width:100%;
}
.view-item .item {
	position:relative;
	float:left;
	width:33.33%;
}
.view-item .box {
	position:relative;
}
.view-item .item .title {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:38px;
	line-height:38px;
	color:#FFF;
	font-size:18px;
	padding:0 12px;
	background:url(../images/opacity-black.png);
}
.view-item .item table {
	table-layout:fixed;
}
.view-item .item td {
	position:relative;
	width:50%;
}
.view-item .item td .name {
	position:absolute;
	top:50%;
	left:50%;
	overflow:hidden;
	width:5em;
	height:5em;
	line-height:5em;
	color:#FFF;
	text-align:center;
	font-size:18px;
	margin:-2.5em 0 0 -2.5em;
	border-radius:100%;
	background:url(../images/opacity-black.png);
}

/*=======================================================*/
/* 商品详细页：Detail */
/*=======================================================*/

.buy-slider {
	float:left;
	width:480px;
}
.buy-slider #slides {
	overflow:hidden;
	height:300px;
	line-height:0;
	font-size:0;
}
.buy-slider #controller {
	overflow:hidden;
	height:50px;
	padding:5px 0;
}
.buy-slider .flowprev, .buy-slider .flownext {
	overflow:hidden;
	float:left;
	width:28px;
	height:50px;
	background:url(../images/arrow-left.png) #E6E6E6 no-repeat center 50%;
	background-size:10px auto;
}
.buy-slider .flownext {
	background-image:url(../images/arrow-right.png);
}
.buy-slider .flowitem {
	float:left;
	margin:0 2px;
}
.buy-slider .flowitem li {
	float:left;
	width:80px;
	height:50px;
	margin:0 2px;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.buy-slider .flowitem .jflowselected {
	filter:alpha(opacity=100);
	opacity:1;
}

/******************************/
/* Buy-intro style */
/******************************/

.buy-intro {
	float:right;
	width:670px;
}
.buy-intro .title {
	color:#000;
	font-size:16px;
}
.buy-intro .cell:after {
	content:'.';
	display:block;
	clear:both;
	line-height:0;
	font-size:0;
	visibility:hidden;
}
.buy-intro .cell {
	width:100%;
	vertical-align:top;
}
.buy-intro .cell .label {
	float:left;
	width:6em;
	color:#999;
	margin-right:-100%;
}
.buy-intro .cell .value {
	float:left;
	margin-left:6em;
}

/******************************/

.buy-intro .price {
	line-height:28px;
	padding:10px 0;
	border-bottom:1px dotted #DDD;
}
.buy-intro .price b {
	float:left;
	color:#E44535;
	margin-right:10px;
}
.buy-intro .price b em {
	font-size:24px;
}
.buy-intro .price s {
	float:left;
	color:#999;
	margin-right:40px;
}
.buy-intro .price span {
	color:#999;
	margin-right:10px;
}
	
/******************************/

.buy-intro .select {
	line-height:28px;
	margin:15px 0 10px 0;
}
.buy-intro .select li {
	float:left;
	height:28px;
	line-height:28px;
	color:#666;
	cursor:default;
	font-size:14px;
	white-space:nowrap;
	padding:0 10px;
	margin:0 5px 5px 0;
	border-radius:5px;
	border:1px solid #DDD;
}
.buy-intro .select li.on {
	color:#2DB12A;
	border-color:#8AB92F;
}

/******************************/

.buy-intro .count {
	margin:10px 0;
}
.buy-intro .count .label {
	line-height:36px;
}

/******************************/

.buy-intro .operate {
	margin:10px 0 15px 0;
}
.buy-intro .operate .collect {
	display:inline-block;
	color:#666;
	height:36px;
	line-height:36px;
	text-decoration:none;
	margin-left:15px;
	padding-left:26px;
	background:url(../images/web/icon-24.png) no-repeat 0 6px;
}
.buy-intro .operate .collect:hover {
	color:#2DB12A;
}
.buy-intro .operate .collect-on {
	background-position:0 -200px;
}

/******************************/

.buy-intro .serve {
	line-height:40px;
	margin:15px 0;
	padding:10px 0;
	border-top:1px dotted #DDD;
}
.buy-intro .serve .retreat {
	display:inline-block;
	color:#E44535;
	padding-left:40px;
	background:url(../images/web/header-service.png) no-repeat 0 -200px;
}

/******************************/
/* Detail style */
/******************************/

.detail-hd {
	z-index:999;
	overflow:hidden;
	width:885px;
	border-top:2px solid #8AB92F;
	box-shadow:0 6px 6px RGBA(0, 0, 0, 0.1);
	background:#F3F3F3;
}
.detail-hd li {
	float:left;
	height:40px;
	line-height:40px;
	color:#333;
	cursor:pointer;
	padding:0 20px;
}
.detail-hd li:hover {
	color:#E44535;
}
.detail-hd li.on {
	color:#FFF;
	background:#8AB92F;
}

/******************************/

.business-map {
	float:left;
	width:480px;
	margin-right:-100%;
}
.business-info {
	float:left;
	margin-left:510px;
}
.business-info .title {
	color:#E44535;
	font-size:16px;
	margin:15px 0;
}
.business-info li {
	margin:5px 0;
}

/******************************/

.purchase-notice td {
	padding:10px 15px;
	border:1px solid #EEE;
}
.purchase-notice td.label {
	width:160px;
	font-weight:700;
	background:#F9F9F9;
}

/******************************/

.overall {
	width:100%;
	padding:20px 0;
}
.overall li {
	float:left;
	width:30%;
	text-align:center;
}
.overall li.line {
	width:0;
	height:120px;
	border-left:1px solid #E6E6E6;
}

/******************************/
/* Reviews style */
/******************************/

.reviews-hd {
	position:relative;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #E6E6E6;
	background:#F3F3F3;
}
.reviews-hd .title {
	padding:0 12px;
}
.reviews-hd .more {
	position:absolute;
	top:0;
	right:12px;
	bottom:0;
}
.reviews-hd .more a {
	color:#2DB12A;
}

/******************************/

.reviews-result:after {
	content:'.';
	display:block;
	clear:both;
	line-height:0;
	font-size:0;
	visibility:hidden;
}
.reviews-result {
	width:100%;
	padding:15px 0;
	margin-bottom:-1px;
	border-bottom:1px dotted #DDD;
}
.reviews-result .user {
	float:left;
	width:100px;
	text-align:center;
	font-size:12px;
	margin-right:-100%;
}
.reviews-result .user p {
	width:45px;
	line-height:0;
	font-size:0;
	margin:0 auto 5px auto;
}
.reviews-result .user p img {
	width:45px;
	height:45px;
	border-radius:100%;
}
.reviews-result .item {
	float:left;
	margin:0 15px 0 115px;
}
.reviews-result .item .con {
	color:#333;
	font-size:12px;
	margin:10px 0;
}

/******************************/

.reviews-slider .hd ul {
	overflow:hidden;
	display:block;
}
.reviews-slider .hd li {
	overflow:hidden;
	float:left;
	width:96px;
	height:60px;
	margin:0 5px 5px 0;
	border:2px solid #FFF;
}
.reviews-slider .hd li img {
	width:96px;
	height:60px;
	cursor:pointer;
}
.reviews-slider .hd li.on {
	border-color:#E44535;
}
.reviews-slider .bd li {
	display:none;
	max-width:520px;
}
.reviews-slider .bd li.on {
	display:block;
}

/******************************/

.buy-bottom {
	line-height:0;
	font-size:0;
	text-align:center;
	border:1px solid #E6E6E6;
	background:#F3F3F3;
}
.buy-bottom li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:16%;
	line-height:1.5;
	color:#333;
	font-size:14px;
	vertical-align:middle;
	padding:10px 0;
}

/******************************/

.buy-fixed {
	z-index:999;
	width:240px;
	border:1px solid #E6E6E6;
	background:#FFF;
}
.buy-fixed .hd {
	height:38px;
	line-height:38px;
	padding:0 12px;
	background:#F3F3F3;
}
.buy-fixed .bd {
	padding:0 12px;
}
.buy-fixed .bd .pic {
	font-size:0;
	margin:10px 0;
}
.buy-fixed .bd .title {
	font-size:12px;
	margin:10px 0;
	padding-bottom:8px;
	border-bottom:1px dotted #DDD;
}
.buy-fixed .bd li {
	float:left;
	width:33.33%;
	color:#999;
	text-align:center;
	font-size:12px;
}
.buy-fixed .bd .btn {
	width:100%;
	margin:10px 0 15px 0;
}
.buy-fixed .bd .btn span {
	float:left;
	width:50%;
}
.buy-fixed .bd .btn a {
	display:block;
	font-size:14px !important;
	padding:0;
}

/*=======================================================*/
/* 购物车：Shop-cart */
/*=======================================================*/

.shop-car table {
	border:1px solid #E6E6E6;
}
.shop-car th, .shop-car td {
	text-align:center;
	font-weight:normal;
	padding:8px 10px;
}
.shop-car td {
	font-size:12px;
	vertical-align:top;
	padding:15px 10px;
	border:1px solid #E6E6E6;
}
.shop-car th {
	white-space:nowrap;
	background:#F3F8FC;			/* 表格头部颜色 */
}

/******************************/

.shop-checkbox {
	float:left;
	line-height:0;
	font-size:0;
}
.shop-checkbox b {
	display:inline-block;
	line-height:1.5;
	cursor:default;
	font-size:14px;
	vertical-align:middle;
}
.shop-checkbox input {
	display:inline-block;
	width:14px;
	height:14px;
	vertical-align:middle;
	margin-right:5px;
}
.shop-car td .checkbox {
	float:left;
	margin-right:-100%;
}
.shop-car td .checkbox input {
	float:left;
	width:14px;
	height:14px;
}
.shop-car .title {
	overflow:hidden;
	height:36px;
	margin-bottom:5px;
}
.shop-car .pic {
	float:left;
	width:90px;
	margin-right:-100%;
	margin-left:25px;
}
.shop-car .con {
	float:left;
	text-align:left;
	margin-left:125px;
}
.shop-car .price {
	color:#E44535;
	font-size:14px;
}

/******************************/

.shop-count {
	float:right;
	line-height:32px;
}
.shop-all {
	float:left;
	line-height:32px;
	margin-left:11px;
}
.shop-all .shop-checkbox b {
	line-height:32px;
	margin-right:10px;
}

/******************************/
/* 定制游：Custom style */
/******************************/

.custom-item {
	height:100%;
}
.custom-item li {
	position:relative;
	float:left;
	width:264px;
	padding:15px 15px 25px 15px;
	border:1px solid #E6E6E6;
	margin:-1px -1px 0 0;
	background:#FFF;
}
.custom-tuan li {
	border-color:#FC6;
	background:#FFD;
}
.custom-item .pic {
    overflow:hidden;
    max-height:165px;
    min-height:165px;
}
.custom-item .title {
	overflow:hidden;
	height:24px;
	line-height:24px;
	font-size:16px;
	margin:10px 0 5px 0;
}
.custom-item .info {
	overflow:hidden;
	height:21px;
	line-height:21px;
	margin:5px 0;
}
.custom-item .date {
	overflow:hidden;
	height:21px;
	line-height:21px;
	color:#999;
	font-size:12px;
	margin:5px 0 10px 0;
}
.custom-item .date span {
	color:#E44535;
}
.custom-item .date b {
	margin:0 5px;
}
.custom-item .count {
	color:#999;
	font-size:12px;
	white-space:nowrap;
	margin:-5px 0 10px 0;
}
.custom-item li .tips {
	position:absolute;
	top:80px;
	left:50%;
	width:100px;
	text-align:center;
	margin-left:-50px;
	filter:alpha(opacity=80);
	opacity:0.8;
	border:2px solid #5AAA00;
}
.custom-item li .tips b {
	display:block;
	height:24px;
	line-height:24px;
	color:#FFF;
	margin:2px;
	background:#5AAA00;
}

/******************************/

.custom-info li {
	padding:5px 0 5px 12px;
	background:url(../images/square-icon.png) no-repeat 0 50%;
}
.custom-info li span {
	margin-right:20px;
}
.custom-info li b {
	color:#5AAA00;
	margin-right:20px;
}
.custom-info li i {
	color:#E44535;
	margin-right:20px;
}

/******************************/

.custom-step li {
	float:left;
	width:25%;
	color:#999;
	background:#F9F9F9;
}
.custom-step .item, .custom-step .operate {
	height:55px;
	padding:30px;
	margin-right:-1px;
	border:1px solid #E6E6E6;
}
.custom-step .item {
	padding-left:80px;
	background:url(../images/web/custom-step.png) no-repeat 20px 35px;
}
.custom-step .item .title {
	height:28px;
	line-height:28px;
	color:#666;
	font-size:16px;
}

/******************************/

.custom-slide {
	overflow:hidden;
	height:270px;
	background:#EEE;
}
.custom-table th {
	text-align:center;
	font-size:12px;
	font-weight:normal;
	padding:3px 6px;
	border:1px solid #FC6;
	background:#FFC;
}
.custom-table td {
	text-align:center;
	font-size:12px;
	padding:6px;
	border:1px solid #E6E6E6;
	background:#F9F9F9;
}
.custom-table .text {
	float:none;
	width:80px;
	height:15px;
	line-height:15px;
	font-size:12px;
}
.custom-table .select {
	float:none;
	min-width:50px;
	height:26px;
	font-size:12px;
}


/******************************/

.travel-item {
	margin:20px 0 20px 60px;
}
.travel-item .hd {
	position:relative;
	height:40px;
	line-height:40px;
	padding:0 15px;
	border:1px solid #E6E6E6;
	background:#F9F9F9;
}
.travel-item .hd .icon {
	position:absolute;
	top:0;
	left:-50px;
	display:block;
	width:38px;
	height:40px;
	line-height:40px;
	color:#FFF;
	font-size:18px;
	font-style:italic;
	text-align:center;
	padding-right:2px;
	border-radius:100%;
	background:#8AB92F;
}
.travel-item .hd .day {
	color:#E44535;
	font-size:16px;
	margin-right:5px;
}
.travel-item .bd {
	padding:15px;
	margin-top:-1px;
	border:1px solid #E6E6E6;
}
.travel-item .bd .pic {
	float:left;
	width:240px;
	margin-right:-100%;
}
.travel-item .bd .con {
	float:left;
	margin-left:260px;
}

/******************************/

.explain-hd {
	margin-bottom:15px;
}
.explain-hd .title {
	display:inline-block;
	height:28px;
	line-height:28px;
	color:#FFF;
	padding:0 15px;
	border-radius:5px;
	background:#8AB92F;
}
.explain-bd {
	line-height:25px;
	color:#333;
}

/******************************/
/* 美丽乡村：Village style */
/******************************/

.selected{
	overflow:hidden;
	line-height:28px;
	margin:20px 0;
}
.selected a{
	display:inline-block;
	height:20px;
	line-height:20px;
	color:#333;
	white-space:nowrap;
	padding:0 4px;
	margin-right:4px;
}
.selected a.on{
	color:#FFF !important;
	background:#F05B21;
}
.selected dl{
	width:100%;
}
.selected dt{
	float:left;
	width:60px;
	color:#999;
	text-align:right;
	margin-right:-100%;
}
.selected dd{
	margin-left:70px;
}

/******************************/

.travel-result .hd{
	position:relative;
	height:38px;
	line-height:38px;
	color:#666;
	font-size:16ppx;
	padding:0 12px;
	border:1px solid #E6E6E6;
	background:#F6F6F6;
}
.travel-result li{
	width:100%;
	padding:16px 0;
	border-bottom:1px solid #E6E6E6;
}
.travel-result li:after{
	clear:both;
	content:'.';
	display:block;
	line-height:0;
	font-size:0;
	visibility:hidden;
}
.travel-result .pic{
	float:left;
	width:25%;
}
.travel-result .pic img{
	border-radius:6px;
}
.travel-result .cont{
	margin-left:27%;
	margin-right:40px;
}
.travel-result .title{
	font-size:18px;
	margin-bottom:8px;
}
.travel-result .title span{
	color:#5AAA00;
	font-size:14px;
	padding-left:4px;
}
.travel-result .brief{
	text-indent:2em;
	margin-bottom:8px;
}
.travel-result .info{
	height:24px;
	line-height:24px;
	color:#999;
	padding-left:20px;
	background:url(../images/web/icon-16.png) no-repeat 0 4px;
}
.travel-result .info span{
	padding-left:10px;
}

/******************************/

.village-strategy {
	padding:10px;
}
.village-strategy li {
	position:relative;
	padding:10px 0 10px 14px;
	border-bottom:1px solid #EEE;
}
.village-strategy li:last-child {
	border:0;
}
.village-strategy li:before {
	position:absolute;
	left:2px;
	top:19px;
	content:'';
	display:block;
	width:5px;
	height:5px;
	border-radius:100%;
	background:#EAA9D4;
}
.village-strategy .info{
	color:#999;
	text-align:right;
	font-size:12px;
}

/******************************/
/* 土特产：Specialty style */
/******************************/

.specialty-result li {
	float:left;
	width:277px;
	text-align:center;
	padding:10px 15px 15px 15px;
	margin:0 -1px -1px 0;
	border:1px solid #E6E6E6;
}
.specialty-result .pic {
	overflow:hidden;
	min-height:172px;
	max-height:172px;
}
.specialty-result .pic img {
   -webkit-transition: all 0.8s linear;
   -moz-transition: all 0.8s linear;
   -o-transition: all 0.8s linear;
   -ms-transition: all 0.8s linear;
   transition: all 0.8s linear;
}
.specialty-result .pic:hover img {
   -webkit-transform: scale(1.05,1.05);
   -moz-transform: scale(1.05,1.05);
   -o-transform: scale(1.05,1.05);
   -ms-transform: scale(1.05,1.05);
   transform: scale(1.05,1.05);
}
.specialty-result .title {
	overflow:hidden;
	height:21px;
	line-height:21px;
	font-size:16px;
	margin:10px 0;
}

.specialty-result li .price i {
	overflow:hidden;
	height:21px;
	line-height:21px;
	color:#999;
	text-decoration:line-through;
	font-size:13px;
}
.specialty-result li .price b {
	overflow:hidden;
	height:21px;
	line-height:21px;
	display:block;
	color:#E44535;
}

/******************************/

.dispatching .hd {
	height:40px;
	line-height:40px;
	color:#FFF;
	font-size:16px;
	padding:0 10px;
	background:#63B9EA;
}
.dispatching .bd {
	color:#5AAA00;
	padding:15px;
	border:1px solid #E6E6E6;
	border-top:0;
	background:#F9F9F9;
}

/******************************/
/* 土特产：Village-detail style */
/******************************/

.village-banner {
	position:relative;
	overflow:hidden;
	height:620px;
}
.village-banner .pic img {
	width:100%;
	height:100%;
}
.village-banner .intro {
	position:absolute;
	top:25%;
	left:50%;
	width:600px;
	color:#FFF;
	margin-left:-340px;
	padding:40px;
}
.village-banner .intro .title {
	text-align:center;
	font-size:36px;
	margin-bottom:20px;
}
.village-banner .opacity-bg {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	filter:alpha(opacity=50);
	opacity:0.5;
	border:5px solid #FFF;
	background:#000;
}

/******************************/

.village-box {
	width:900px;
	margin:0 auto;
}
.village-hd {
	height:92px;
	line-height:92px;
	color:#FFF;
	text-align:center;
	font-size:32px;
	margin:40px 0;
	background:url(../images/web/village-title.png) no-repeat center 0;
}
.village-bd {
	padding:40px;
	background:#F0E2BD;
}
.village-bd p {
	line-height:25px;
	color:#333;
	margin:10px 0;
}
.village-totop {
	width:120px;
	height:120px;
	cursor:pointer;
	margin:20px auto;
	background:url(../images/web/village-totop.png) no-repeat center 0;
}
.village-bd dt {
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:28px;
	line-height:28px;
	color:#FFF;
	padding:0 15px;
	border-radius:5px;
	background:#8AB92F;
}
.village-bd dd {
	padding-bottom:20px;
}

/******************************/

.village-menu {
	position:absolute;
	top:0;
	left:0;
	z-index:999;
}
.village-menu .opacity-bg {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	filter:alpha(opacity=50);
	opacity:0.5;
	background:#000;
}
.village-item {
	position:relative;
}
.village-item .shut {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:40px;
	height:40px;
	filter:alpha(opacity=60);
	opacity:0.6;
	background:url(../images/shut-white.png) no-repeat center 50%;
}
.village-item .shut:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.village-item .logo {
	position:relative;
	width:160px;
	padding:20px 20px 0 20px;
}
.village-item ul {
	position:relative;
	display:block;
	padding:20px 0;
}
.village-item li {
	color:#FFF;
	cursor:pointer;
	padding:10px 20px;
}
.village-item li.on {
	color:#333 !important;
	background:#FFF;
}
.village-item li:hover {
	color:#FF6;
}
.village-breviary {
	position:relative;
	display:none;
	width:1em;
	color:#FFF;
	font-size:16px;
	padding:60px 15px 20px 15px;
}
.village-breviary .show {
	position:absolute;
	top:0;
	left:0;
	right:0;
	display:block;
	height:50px;
	background:url(../images/arrow-right.png) #FFF no-repeat center 50%;
}
.village-breviary .show:hover {
	background-color:#F0E2BD;
}

/******************************/
/* 旅游攻略：News style */
/******************************/

.news-hot {
	float:left;
	width:310px;
	height:240px;
}
.news-hot .list-item {
	overflow:hidden;
	height:296px;
	padding:5px 15px 0 15px;
}
.news-slide {
	overflow:hidden;
	float:right;
	width:600px;
	height:338px;
}

/******************************/

.village-rand li {
	height:100%;
	font-size:12px;
	vertical-align:top;
	margin-bottom:-1px;
	padding:18px 10px 18px 15px;
	border-bottom:1px solid #E6E6E6;
}
.village-rand .info {
	width:100%;
}
.village-rand .pic {
	overflow:hidden;
	float:left;
	width:80px;
	line-height:0;
	font-size:0;
	margin-right:-100%;
}
.village-rand .pic img {
   transition: all 0.2s linear;
}
.village-rand .pic:hover img {
   transform: scale(1.05,1.05);
}
.village-rand .title {
	margin-left:90px;
}
.village-rand .title a {
	display:block;
	font-size:16px;
}
.village-rand .title s {
	display:block;
	color:#5AAA00;
	text-decoration:none;
}
.village-rand .address, .village-rand .area {
	display:block;
	height:18px;
	line-height:18px;
	padding-left:18px;
	margin:5px 0;
	background:url(../images/web/icon-16.png) no-repeat 0 50%;
}
.village-rand .intro {
	color:#999;
}

/******************************/

.news-search {
	line-height:34px;
	padding:10px 0;
	border:1px solid #EEE;
	background:#F6F6F6;
}
.news-search .title {
	float:right;
	margin-right:20px;
}
.news-search p {
	position:relative;
	width:400px;
	margin-right:15px;
	border:1px solid #8AB92F;
}
.news-search .txt {
	width:300px;
	height:22px;
	line-height:22px;
	padding:5px 0.5em;
	box-sizing:content-box;
	border:0;
}
.news-search .btn {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	width:80px;
	color:#FFF;
	font-size:14px;
	cursor:pointer;
	border:0;
	background:#8AB92F;
}

/******************************/






