@charset "utf-8";
@import "http://cdn.bootcss.com/font-awesome/4.5.0/css/font-awesome.min.css";
#content .main-nav .nav_hd .active {
	color: #126b4b;
}

#content .main-nav .nav_hd li .active:hover {
	color: #126b4b;
}

.login_pswd {
	position: relative;
}

.pswdHide {
	position: absolute;
	left: 350px;
	top: 12px;
	cursor: pointer;
}

.pswdShow {
	position: absolute;
	left: 350px;
	top: 12px;
	display: none;
	cursor: pointer;
}

.li_dizhi {
	float: right;
	line-height: 30px;
}

.li_shoucang {
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(../img/if_x.png) no-repeat;
	background-position: -9px -7px;
	cursor: pointer;
	position: relative;
	top: 7px;
}

.li_shoucang:hover {
	background-position: -48px -7px;
}

.li_baoyou {
	float: right;
}

.cate-two-wrapper {
	top: 51px;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #fff;
	z-index: 1;
}

.cate-two-wrapper .cate-two-item li {
	float: left;
	margin-right: 45px;
	font: 16px/50px "Microsoft YaHei", STXihei;
	color: #333;
}

.cate-two-wrapper .cate-two-item li a {
	cursor: pointer;
	color: #333;
}

.cate-two-wrapper .cate-two-item li a:hover {
	color: #016938;
}

.cate-two-wrapper .cate-two-item {
	margin: 0 auto;
	width: 1200px;
	height: 50px;
	overflow: hidden;
}


/*专柜*/

.li_ul_list {
	margin-left: -13px;
	overflow: hidden;
}

.li_ul_list li {
	float: left;
	margin: 10px 10px 0 0;
	width: 295px;
	height: 312px;
	background-color: #fff;
}

.li_ul_list li:hover {
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .05);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .05);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .05);
}

.li_ul_list li .album-title {
	font-family: "Microsoft YaHei", STXihei;
	text-align: center;
	margin: 15px auto 0;
	width: 236px;
	height: 21px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.li_ul_list li .album-owner {
	font-family: "Microsoft YaHei", STXihei;
	text-align: center;
	margin: 6px auto 0;
	width: 236px;
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	color: #7C68DD;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.album-owner a {
	line-height: 18px;
	font-size: 12px;
	color: #7C68DD;
}

.album-title a {
	line-height: 19px;
	font-size: 18px;
	color: #333;
}

.ul_li_div {
	margin: 0 auto;
	margin-top: 14px;
	width: 256px;
	height: 190px;
}

.ul_li_div_son {
	float: left;
	width: 188px;
	height: 188px;
	border: 1px solid #e6e6e6;
	cursor: pointer;
	text-align: center;
	line-height: 188px;
	overflow: hidden;
}

.album-details {
	float: left;
	width: 63px;
	height: 188px;
	border: 1px solid #e6e6e6;
	border-left: 0;
	overflow: hidden;
}

.album-details a {
	float: left;
	margin-top: -1px;
	width: 63px;
	height: 62px;
	border-top: 1px solid #e6e6e6;
	cursor: pointer;
	overflow: hidden;
    line-height: 63px;
}

.album-details .last {
	margin: 0;
	line-height: 63px;
	font-family: Arial;
	font-size: 30px;
	color: #999;
	text-align: center;
}

.ul_li_div_son img {
  max-width: 186px;
  max-height: 186px;
}

.li_ul_list li:hover .ul_li_div_son {
	top: 10px;
}

.zhuangui_nav {
	position: fixed;
	width: 90px;
	background: #126b4b;
	bottom: 300px;
	right: 200px;
	transition: 1s;
	transform: scale(0);
}

.zhuangui_nav_img {
	width: 70px;
	height: 70px;
	margin: 10px 10px;
}

.zhuangui_nav_ul li {
	text-align: center;
	width: 100%;
	background: #098d61;
	height: 25px;
	line-height: 25px;
	color: white;
}

.zhuangui_nav_ul li a {
	color: white;
}

.zhuangui_nav_ul li:hover {
	cursor: pointer;
	background: #126b4b;
}


/*头部导航*/

#site-nav {
	width: 100%;
	height: 36px;
	line-height: 36px;
	background-color: #efefef;
	border-bottom: 1px dotted #bfbfbf;
}

#site-nav .right_phone,
#login .right_phone {
	padding-right: 10px;
	color: #222;
	font-size: 14px;
}

#site-nav .sn-quick-menu {
	right: 0;
	top: 0;
	float: right;
}

#site-nav .sn-quick-menu li {
	float: left;
	position: relative;
	padding: 0 5px;
}

#site-nav .right_phone i,
#login .right_phone i {
	display: inline;
	vertical-align: super;
	padding: 0 8px 0 10px;
}

.selectProvince {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	color: #666666;
	width: 65px;
}

.selectCity {
	display: none;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	color: #666666;
	width: 65px;
}


/*专柜*/

.li_zhuangui_title {
	width: 1200px;
	height: 84px;
	line-height: 50px;
	background: url(/public/img/bg_tips.png);
	background-size: 1200px 84px;
	text-align: center;
	font-size: 30px;
	color: white;
}


/*gonggao*/

.gonggao {
	position: relative;
}

.gonggao:hover {
	height: 252px;
	overflow-x: overlay;
}

.gonggao1 {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

.clearfloat {
	position: relative;
}

.day,
.hour,
.minute,
.second {
	display: inline-block;
	background: white;
	position: relative;
	color: #663620;
	width: 30px;
}

.lc_miaosha {
	top: 0px;
	left: 100px;
	position: absolute;
	width: 350px;
	height: 50px;
	color: white;
	font-size: 20px;
	text-align: center;
	background: #663620;
	border: 5px solid #663620;
}


/*搜索栏*/

#header {
	background-color: #fff;
}

#header .wrapper {
	position: relative;
	padding: 32px 0px;
}

#header .search_box {
	width: 604px;
	height: 46px;
	float: left;
	margin-left: 91px;
}

#header .search_box .vice_p {
	margin-top: 10px;
}

#header .search_box .vice_p span {
	padding: 0 8px;
	font-size: 14px;
	color: #a0a0a0;
}

#header .search_box .search_left {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	/*border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;*/
	width: 547px;
	height: 44px;
}

#header .search_box .search_left input {
	width: 444px;
	height: 42px;
	padding: 10px;
}

#header .search_box .search_left .search_select {
	width: 102px;
	height: 44px;
	float: left;
	text-align: center;
	line-height: 44px;
	border-right: 1px solid #e5e5e5;
	padding: 0 20px;
}

#header .search_box .search_right button {
	width: 56px;
	height: 44px;
	background-color: #016938;
	/*border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;*/
}

.right_position {
	width: 175px;
	height: 46px;
	text-align: center;
	position: absolute;
	right: 0;
	line-height: 46px;
	border: 1px solid #e3e4e5;
}

.cat_list {
	height: 100%;
}

.right_position .tips_spcat {
	width: 350px;
	position: absolute;
	background: #fff;
	z-index: 999;
	right: -1px;
	top: 44px;
	border: 1px solid #ccc;
	display: none;
}

.right_position:hover>.tips_spcat {
	display: block;
}

.tips_spcat .tips_head {
	height: 34px;
	background-color: #308d5e;
	padding: 0 15px;
	line-height: 34px;
}

.tips_spcat .tips_head span {
	color: #fff;
}

.tips_spcat .tips_min {
	padding: 0 15px;
	max-height: 270px;
	overflow: auto;
}

.tips_spcat .tips_min li {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.tips_spcat .cart_img {
	width: 50px;
	height: 50px;
	border: 1px solid #ddd;
	overflow: hidden;
	float: left;
	margin-right: 6px;
}

.tips_spcat .cart_name {
	float: left;
	width: 160px;
	height: 48px;
	overflow: hidden;
	font-size: 12px;
}

.m {
	overflow: visible;
	margin-bottom: 0;
}

.mc {
	overflow: visible;
	height: 310px;
	color: #fff;
}

.mc .p-item {
	position: relative;
	float: left;
	width: 202px;
	height: 300px;
	background: #fff;
	box-shadow: 3px 2px 30px rgba(0, 0, 0, .1);
	transition: all .6s ease-out;
}

.mc .p-item a {
	display: block;
	height: 300px;
}

.p-name,
.p-sub {
	text-align: center;
}

.mc .p-item .p-name {
	padding-top: 30px;
	font-size: 18px;
	color: #333;
}

.mc .p-item .p-sub {
	padding-top: 10px;
	margin-bottom: 33px;
	font-size: 14px;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.mc .current {
	padding-left: 20px;
	width: 382px;
	box-shadow: none;
	background: linear-gradient(to right, #22c1c3, #fdbb2d);
}

.mc .p-item .p-go {
	display: none;
}

.mc .current .p-go {
	display: block;
	width: 74px;
	height: 34px;
	line-height: 34px;
	border: 2px solid #fff;
	border-radius: 18px;
	font-size: 14px;
	text-align: center;
}

.mc .current .p-go,
.mc .current .p-name,
.mc .current .p-sub {
	color: #fff;
}

.mc .current .p-name,
.mc .current .p-sub {
	text-align: left;
}

.mc .p-item .p-img {
	overflow: hidden;
}

.mc .p-item .p-img img {
	position: absolute;
	right: 26px;
	bottom: 40px;
	width: 150px;
	height: 150px;
	transition: all .6s ease-out;
}

.mc .current .p-img img {
	right: 0;
	bottom: 0;
	width: 270px;
	height: 270px;
}

.mc .fore0 {
	z-index: 6;
}

.mc .fore1 {
	z-index: 5;
}

.mc .fore2 {
	z-index: 4;
}

.mc .fore4 {
	z-index: 3;
}

.mc .fore5 {
	z-index: 2;
}

.tips_spcat .cart_info {
	float: right;
	text-align: right;
}

.cart_ft {
	padding: 10px 0;
}

.cart_ft_info {
	text-align: center;
}

.cart_ft_lk {
	text-align: center;
	margin-top: 15px;
}

.cart_ft_lk a {
	width: 98px;
	height: 30px;
	color: #fff;
	background-color: #016938;
	display: inline-block;
	line-height: 30px;
	border-radius: 5px;
	text-align: center;
}

.cat_num {
	color: #e72a04;
}

.tips_spcat .cart_info .cart_price {
	color: #e72a04;
}

.tips_spcat .cart_img img {
	max-width: 48px;
	max-height: 48px;
}

#header .right_position .a_cat {
	font-size: 14px;
	vertical-align: -webkit-baseline-middle;
}

#header .right_position .i_number {
	position: absolute;
	top: 5px;
	left: 33px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background-color: #dab866;
	border-radius: 100%;
	min-width: 18px;
	text-align: center;
}

#header .right_img {
	width: 89px;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
}

#header .right_img span {
	font-size: 12px;
}


/*首页导航*/

#content {
	width: 100%;
}

#content .main-nav {
	line-height: 45px;
	height: 47px;
	float: left;
}

#content .dorpdown {
	float: left;
	position: relative;
	z-index: 21;
	width: 190px;
	height: 47px;
	overflow: visible;
}

#content .dorpdown .dt {
	text-align: center;
	background: #126b4b;
	font-size: 15px;
	font-weight: 400;
	line-height: 47px;
	color: #fff;
}

#content .dorpdown:hover>.index-list {
	display: block;
}

.index-list {
	display: none;
}

#content .main-nav .nav_hd {
	overflow: hidden;
	max-width: 800px;
	float: left;
	font-size: 15px;
}

.hotline {
	width: auto;
	float: right;
	_display: inline;
	height: 44px;
	line-height: 44px;
	color: #333;
	overflow: hidden;
}

.hotline i {
	float: left;
	_display: inline;
}

.hotline em,
.hotline span {
	float: left;
	_display: inline;
	line-height: 44px
}

.hotline span {
	padding: 0 5px;
	font-size: 14px;
}

.hotline em {
	font-size: 18px;
	font-family: verdana;
	letter-spacing: -1px;
}

.main-nav .nav_hd li {
	float: left;
	padding: 0 24px;
	position: relative;
	transition: 0.2s all linear;
}

.main-nav .nav_hd li:hover::before {
	width: 100%;
	top: 0;
	left: 0;
	transition-delay: 0.1s;
	border-bottom-color: #016938;
	z-index: -1;
}

#content .main-nav .nav_hd li:hover~.main-nav .nav_hd li:hover {
	left: 0;
}

#content .main-nav .nav_hd li a:hover {
	color: #016938;
}


/*导航轮播*/

#content .main_left {
	/*width: 1005px;*/
	height: 552px;
	position: relative;
	overflow: hidden;
	z-index: 20;
}

#content .main_left .normal_nav {
	width: 190px;
	height: 553px;
	float: left;
	position: relative;
	z-index: 13;
}

.mt h2,
.mt h4 {
	float: left;
	font-weight: 300;
	line-height: 1;
}

.mt {
	overflow: hidden;
	/*border-top: 2px solid green;*/
	margin-top: 20px;
}

.mt h2 {
	padding: 10px 0 14px;
	font-size: 24px;
}

.mt h4 {
	padding: 20px 0 0 20px;
	font-size: 14px;
	color: #999;
	letter-spacing: 1px;
}

.mt .more {
	float: right;
	padding-top: 20px;
	font-size: 14px;
}

.mt .more a {
	line-height: 32px;
	color: #333;
}

.mt i {
	width: 0px;
	height: 0px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #222;
	display: inline-block;
	margin-left: 5px
}

#content .main_left .normal_nav li {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #256b47;
	padding-left: 12px;
	padding-top: 3px;
	background-color: #098d61;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	z-index: 14;
}

#content .main_left .normal_nav .item-2 {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

#content .main_left .normal_nav li:hover {
	background-color: #126b4b;
}

#content .main_left .normal_nav .item-2>a:hover {
	text-decoration: underline;
}

#content .main_left .normal_nav .item-1 {
	overflow: hidden;
}

#content .main_left .normal_nav .arrow {
	position: absolute;
	top: 15px;
	right: -1px;
	width: 20px;
	font-size: 16px;
	font-family: simsun, Hiragino Sans GB;
	color: #fff;
}

#content .main_left .licurrent .arrow {
	z-index: 9999;
	top: 15px;
	right: -7px;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 8px 0 8px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #126b4b;
}

#content .main_left .normal_nav li p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 4px;
	overflow: hidden;
}

#content .main_left .normal_nav .item-2 a {
	color: #d9ffde;
	font-size: 13px;
	margin-right: 4px;
}

#content .main_left .c_carousel {
	width: 810px;
	height: 553px;
	float: right;
	margin: 1px 5px;
}

#content .main_left .c_carousel .c_focus {
	position: relative;
	width: 810px;
	overflow: hidden;
	margin-bottom: 5px;
}

#content .main_left .c_carousel .c_focus .focus_box {
	height: 400px;
}

#content .main_left .c_carousel .c_focus .focus_box .slider_indicators {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -37px;
}

.slider_indicators li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	background-color: #FFF;
	margin-right: 20px;
	z-index: 1;
}

.carousel-prev,
.carousel-next {
	position: absolute;
	top: 50%;
	z-index: 999;
	cursor: pointer;
	display: none;
}

.carousel-prev {
	left: 0;
}

.carousel-next {
	right: 0;
}

.img-index li.js_index {
	background-color: rgba(0, 0, 0, 0.7);
}

#content .main_left .c_carousel .c_focus .carousel {
	width: 2500px;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#content .main_left .c_carousel .c_focus .carousel li {
	float: left;
	height: 100%;
	width: 810px;
}

#content .main_left .c_focus .carousel li img {
	width: 100%;
	height: 100%;
}

.reco-floo {
	/*margin-top: 8px;*/
	padding: 1px 0;
	background: #EEE;
	overflow: hidden;
	width: 1191px;
}

.reco-floo li {
	width: 237px;
	height: 340px;
	position: relative;
	float: left;
	margin: 1px 0 0 1px;
	background: #FFF;
	overflow: hidden;
}

.reco-floo li img {
	max-width: 200px;
	max-height: 200px;
}

.reco-floo li a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
	cursor: pointer;
}

.item-imgbox{
	width: 200px;
	height: 200px;
	margin: 20px auto 0;
}

.reco-floo li img {
	transition: transform .5s;
	display: block;
}

.reco-floo li:hover img {
	transform: scale(1.05);
}

.reco-floo li p.title {
	width: 193px;
	height: 40px;
	margin: 15px auto 5px;
	overflow: hidden;
	font: 12px/20px "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB";
	word-break: break-all;
}

.reco-floo li p.price {
	margin-left: 20px;
	color: #016938;
	font: bold 16px/18px "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB";
}

.reco-floo li:hover p {
	color: #016938;
}

.reco-floo li p.price i {
	font-size: 10px;
}


/*推荐分类*/

#content .main_left .c_carousel .min_classification {
	width: 100%;
	height: 144px;
	overflow: hidden;
}

#content .main_left .c_carousel .min_classification .item_tips {
	width: 100%;
	height: 100%;
}

#content .main_left .item_tips a {
	width: 50%;
	float: left;
	height: 100%;
}

#content .main_left .c_carousel .min_classification .item_tips:nth-child(2) {
	margin-left: 20px;
}

.item_tips a:first-child {
	padding-right: 5px;
}

#content .main_left .item_tips img {
	width: 100%;
	height: 100%;
}


/*右侧导航*/

.fixed_nav {
	width: 54px;
	/*height: 643px;*/
	position: fixed;
	/*left: 240px;*/
	bottom: 100px;
	z-index: 999;
	margin-bottom: 25px;
	background-color: #126b4b;
	padding: 2px;
}


/*@media screen and (max-width: 1420px) {
    .fixed_nav{
    	display: none;
    }
}*/

.fixed_nav li {
	padding: 5px 8px;
	width: 50px;
	height: 45px;
	text-align: center;
	background-color: #fff;
	margin-bottom: 1px;
}

.fixed_nav li:hover {
	color: #fff !important;
	background: #126b4b !important;
}


/*.fixed_nav li.nav_1 {
	background-color: #016938;
}
#li_index_jieti .active {
	background: #5e4a4a;
}*/


/*
.fixed_nav li.nav_2 {
	background-color: #918989;
}

.fixed_nav li.nav_3 {
	background-color: #5e4a4a;
}*/


/*左侧隐藏菜单*/

.left_nav_menu {
	width: 1010px;
	min-height: 550px;
	background-color: #fff;
	border: 1px solid #bababa;
	position: absolute;
	left: 190px;
	z-index: 999;
	display: none;
}

.left_nav_menu .menu_list {
	padding: 30px 40px 0;
}

.left_nav_menu .menu_list li {
	float: left;
	margin-bottom: 20px;
	width: 420px;
	margin-right: 40px;
}

.left_nav_menu .menu_list .menu_list_item .list_item_title {
	margin-bottom: 10px;
}

.left_nav_menu .menu_list .menu_list_item a {
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 13px;
	display: inline-block;
}

.left_nav_menu .menu_list .menu_list_item a:hover {
	color: #52b485;
}

.left_nav_menu .menu_list .menu_list_item span {
	display: inline-block;
	padding: 0 6px;
	height: 26px;
	background-color: #52b485;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-size: 16px;
}


/*右侧登录*/

#content .main_right {
	width: 190px;
	height: 558px;
	float: right;
}

#content .main_right .right_login {
	width: 190px;
	height: 163px;
	position: relative;
	background: url(../img/bg-login.png)no-repeat;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

#content .main_right .right_login .login_top {
	margin: 10px 0;
}

#content .main_right .right_login .right_btn {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#content .main_right .right_login .right_btn a {
	width: 95px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

#content .main_right .right_login .right_btn a.btn1 {
	background-color: #49c185;
	width: 100%;
}


/*资讯*/

#content .main_right .right_news {
	width: 190px;
	height: 387px;
	border: 1px solid #eee;
	background-color: #fff;
}

#content .main_right .right_news .news_tab_bar {
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #c59e47;
}

#content .main_right .right_news .news_tab_bar .top_tab1,
#content .main_right .right_news .news_tab_bar .top_tab2 {
	width: 94px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	text-align: center;
	background-color: #efefef;
	float: left;
	cursor: pointer;
}

#content .main_right .right_news .news_tab_bar .active {
	background-color: #fff;
	color: #C59E47;
}

#content .main_right .right_news .tab_box {
	height: 252px;
	overflow: hidden;
	margin: 12px;
	border-bottom: 1px solid #eee;
}

#content .main_right .right_news ul .news_list {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 6px;
}

#content .main_right .right_news ul .news_list a:hover {
	color: #016938;
	text-decoration: underline;
}

#content .main_right .right_news .tab_ft_box {
	margin-top: 2px;
}

.li_right {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	width: 0;
	height: 100%;
}

.li-toolbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: right .3s ease-in-out 0s;
	transition: right .3s ease-in-out 0s;
}

.process {
	width: 80px;
	/* height: 500px; */
	margin: 0 auto;
	border-right: 2px solid #126b4b;
}

.process .p_num {
	position: absolute;
	top: 8px;
	right: 5px;
	width: 20px;
	height: 20px;
	/* background-position: -150px -150px; */
	z-index: 999;
	background-color: red;
	border-radius: 50%;
    color: #fff;
    text-align: center;
}

.process ul {
	position: absolute;
	top: 50%;
	right: -4px;
	margin-top: -90px;
}

.process .p_list_t {
	width: 62px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	font-family: 微软雅黑;
	position: absolute;
	z-index: 1;
	left: 50px;
	top: 0;
	background-color: #016938;
	border-radius: 3px 0 0 3px;
	-webkit-transition: left .3s ease-in-out .1s;
	transition: left .3s ease-in-out .1s;
}

.li_item_img {
	width: 60px;
}

.li_item_img img {
	width: 60px;
}

.p_item_r {
	text-align: center;
	margin: 0 25px;
}


.li_item_img:hover .p_list_t {
	left: -60px;
	background-color: #016938;
}

.li-t-tips {
	width: 34px;
	height: 35px;
	margin-left: 1px;
	position: relative;
	z-index: 2;
	display: inline-block;
	background-image: url(../img/right_nav.png);
	background-repeat: no-repeat;
	background-color: #016938;
}

.my .li-t-tips {
	background-position: -29px -28px
}

.audit .li-t-tips {
	background-position: -114px -27px;
}

.tk .li-t-tips {
	background-position: -200px -27px;
}

.comment .li-t-tips {
	background-position: -370px -27px;
}

.pay .li-t-tips {
	background-position: -285px -27px;
}

.process li {
	position: relative;
	width: 60px;
	height: 35px;
	margin-bottom: 1px;
	background-color: #016938;
	border-radius: 3px 0 0 3px;
}

.process li a img {
	border: 1.5px solid #b3cbdb;
	border-radius: 50%;
}

#content .main_right .right_news .tab_ft_box .item_img {
	width: 33.3%;
	height: 60px;
	float: left;
	text-align: center;
}

#content .main_right .right_news .tab_ft_box .item_img img {
	width: 36px;
	height: 36px;
	margin-bottom: 10px;
}

#content .main_right .right_news .tab_ft_box .item_img p {
	font-size: 12px;
}


/*活动*/

#activity .active_item_top {
	overflow: hidden;
	/*margin-bottom: 20px;
	margin-top: 20px;*/
}

#activity .active_item_top p {
	font-size: 18px;
	color: #222;
	margin: 10px 0;
}

#activity .active_item_top .item_top {
	width: 230px;
	height: 354px;
	position: relative;
	/*float: left;*/
	display: inline-block;
	margin: 0 5px;
	overflow: hidden;
	border: 1px solid #eee;
}

#activity .active_item_top .item_top:hover {
	border-color: #016938;
}

#activity .active_item_top .item_top img {
	width: 100%;
	transition: all 0.9s;
}

#activity .active_item_top .item_top p {
	background-color: #fff;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	margin: 1px;
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	color: #222;
}


/*活动入口*/

.c_img img {
	margin-bottom: 20px;
}

.c_img img:hover {
	filter: alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8
}


/*劲爆商品*/

.commodity_box .commodity_list {
	margin: 0 -10px;
}

.commodity_box .commodity_list .commodity_item {
	width: 224px;
	height: 343px;
	border: 1px solid #eee;
	float: left;
	margin: 0 10px 20px;
	position: relative;
	overflow: hidden;
	transition: .8s;
	background-color: #fff;
}

.commodity_box .commodity_list .commodity_item .tag {
	margin-left: 175px;
	position: absolute;
	z-index: 1;
}

.commodity_box .commodity_list .commodity_item .item_muti_tag {
	position: absolute;
	z-index: 9;
	background: #fc5531 !important;
	color: #fff;
	padding: 2px 5px;
	font-size: 12px;

}

.li_hidden_buy {
	width: 224px;
	height: 60px;
	background: #CCCCCC;
	transition: .5s;
	position: absolute;
	bottom: -60px;
}

.commodity_box .commodity_list .commodity_item:hover .li_hidden_buy {
	bottom: 0px;
}

.li_hidden_buy .li_sc {
	width: 30px;
	height: 30px;
	cursor: pointer;
	border: 1px solid green;
	background: url(../img/if_x.png);
	background-position: -6px -5px;
	background-size: 80px 40px;
	position: absolute;
	top: 20px;
	left: 20px;
}

.li_hidden_buy .li_sc:hover {
	background-position: -46px -5px;
}

.li_hidden_buy .li_sc p {
	position: absolute;
	top: -20px;
	display: none;
	color: green;
}

.li_hidden_buy .li_sc:hover p {
	/*display: block;*/
}

.li_hidden_buy .li_buy {
	width: 80px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
	color: white;
	background: green;
	position: absolute;
	top: 20px;
	left: 70px;
	border-radius: 5px;
}

.li_hidden_buy .li_car {
	width: 30px;
	height: 30px;
	cursor: pointer;
	border: 1px solid green;
	background: url(../img/rbc.png);
	background-size: 28px;
	position: absolute;
	top: 20px;
	left: 170px;
}

.li_hidden_buy .li_car:hover {
	background: url(../img/rac.png);
	background-size: 28px;
}

.li_hidden_buy .li_car:hover {
	border: 1px solid green;
}

.li_hidden_buy .li_car:hover p {
	/*display: block;*/
}

.li_hidden_buy .li_car p {
	width: 70px;
	position: absolute;
	top: -20px;
	left: -20px;
	color: green;
	display: none;
}

.detail_denglu {
	width: 120px;
	height: 40px;
	background: #016938;
	border-radius: 5px;
	color: white;
	cursor: pointer;
}

.commodity_box .commodity_list .commodity_item:hover {
	border: 1px solid #016938;
	border-radius: 10px;
}

.commodity_box .commodity_list .commodity_item .item_top_img {
	width: 222px;
	height: 222px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #eee;
}

.commodity_box .commodity_list .commodity_item .item_top_img img {
	max-height: 100%;
	max-width: 100%;
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#activity .active_item_top .item_top img:hover {
	transform: scale(1.1);
}

.commodity_box .commodity_list .commodity_item .item_top_img .big_img {
	width: 100%;
	height: 220px;
}

.mark {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
}

.commodity_box .commodity_list .commodity_item .item_top_img .item_top_img img {
	width: 222px;
	height: 220px;
}

.commodity_box .commodity_list .commodity_item .item_info {
	padding: 0 9px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.store-sport {
	overflow: hidden;
}

.store-sport ul {
	width: 1230px;
}

.store-sport li {
	width: 396px;
	height: 380px;
	float: left;
	margin-right: 11px;
	margin-bottom: 11px;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.storelogo img {
	transition: .5s;
}

.store-sport li:hover .storelogo img {
	transform: scale(1.2);
}

.store-sport .storelogo {
	position: absolute;
	left: 50%;
	top: 200px;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	margin-left: -42px;
	margin-top: -42px;
	text-align: center;
	line-height: 80px;
	background: #fff;
	box-shadow: 1px 2px 6px #ccc;
	overflow: hidden;
}

.store-sport .store-info {
	padding: 60px 0 18px;
	height: 40px;
}

.store-sport .store-info span {
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

.store-sport .store-info em {
	width: 20px;
	height: 2px;
	line-height: 2px;
	font-size: 2px;
	display: block;
	margin: 0 auto;
	margin-top: 17px;
	background: #cdcdcd;
}

.store-sport li .btn-wrap {
	height: 30px;
	position: absolute;
	left: 125px;
	top: 315px;
	z-index: 6;
}

.store-sport li .btn-wrap a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #e6e6e6;
	margin-right: 12px;
	font-size: 12px;
	color: #666;
	float: left;
}

.store-sport li .btn-wrap .follow:hover,
.store-sport li .btn-wrap .into:hover {
	border-color: #333;
	background: #333;
	color: #fff;
}


/*多价格*/

.col-3 {
	height: 55px;
	overflow: hidden;
	border-bottom: 1px solid #bababa;
}

.col-3 .col-1 {
	float: left;
	width: 33.3%;
	border-right: 1px solid #BABABA;
	height: 100%;
	color: #636363;
	font-size: 13px;
	text-align: center;
}

.col-3 .col-1 span {
	color: #e72a04;
	font-size: 18px;
	padding-top: 5px;
}

.commodity_box .commodity_list .commodity_item .item_info .p_item1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #636363;
	font-size: 13px;
	height: 55px;
}

.commodity_box .commodity_list .commodity_item .item_info .p_item1 span {
	font-size: 18px;
	display: inherit;
	color: #e72a04;
	margin: 5px 0;
}

.commodity_box .commodity_list .commodity_item .item_info .p_item2 {
	height: 31px;
	line-height: 31px;
	color: #636363;
	font-size: 13px;
}

.p_item2 .m-icon{
	float: left;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #c6986c;
    color: #c6986c;
    margin-top: 5px;
    margin-right: 5px;
}

.p_item2 .pitem{
	display: inline-block;
    width: 134px;
    height: 31px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;    
}

.commodity_box .commodity_list .commodity_item .item_info .p_item3 {
	color: #636363;
	font-size: 13px;
}

.hotsale_ft {
	height: 50px;
	background: #fff;
	position: relative;
}

.hotsale_end {
	position: absolute;
	text-align: center;
	color: #ccccd0;
	left: 50%;
	width: 84px;
	line-height: 20px;
	font-size: 18px;
	margin-left: -42px;
	font-style: normal;
	top: 20px;
}

.hotsale_end::before,
.hotsale_end::after {
	content: ' ';
	position: absolute;
	height: 0;
	line-height: 0;
	border-top: 1px solid #e6e6e6;
	width: 60px;
	top: 50%;
}

.hotsale_end::before {
	left: -70px;
}

.hotsale_end::after {
	right: -70px;
}

.sign {
	width: 39px;
	height: 19px;
	background-color: #49c185;
	text-align: center;
	color: #fff;
	font-size: 13px;
	margin-top: 7px;
}


/*推荐分类*/

#column .column_min {
	width: 590px;
	font-size: 16px;
	margin-bottom: 16px;
	display: inline-block;
}

#column .min_left {
	margin-left: 16px;
}

.shopsbox {
	height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #000;
	margin-top: 10px;
}

#column .column_min .shops {
	/*	font-size: 14px;
	color: #000;
	margin-top: 10px;*/
}

.bgred {
	background-color: #f04848;
	color: #fff;
	padding: 0 5px;
	margin-right: 15px;
}

#column .column_min .shops li {
	margin-bottom: 5px;
}

#column .column_min .clear {
	overflow: hidden;
}

#column .clear .a_title {
	border-bottom: 1px solid #49c185;
	margin-bottom: 11px;
	position: relative;
	height: 50px;
	line-height: 47px;
}

#column .clear .a_title span {
	display: inline-block;
	color: #222;
	width: 168px;
	font-size: 30px;
	text-align: center;
	border-bottom: 5px solid #49c185;
}

#column .clear .a_title .title_item {
	display: inline-block;
}

#column .clear .a_title .go {
	position: absolute;
	right: 0;
	top: 13px
}

#column .clear .a_title li {
	display: inherit;
	margin: 0 7px;
	font-size: 14px;
}

#column .a_title li a:hover {
	color: #016938;
}

#column .clear .a_left_img {
	position: relative;
	display: block;
	width: 168px;
	height: 346px;
	background: linear-gradient(to right, #007991, #78ffd6);
	/*background: url("https://img11.360buyimg.com/cms/jfs/t6112/253/5468054118/30071/bd1e5573/596c1017N636e9191.jpg!q80.webp") no-repeat 100%;*/
	overflow: hidden;
}

#column .clear .a_left_img:before {
	content: "";
	position: absolute;
	width: 186px;
	height: 404px;
	top: 0;
	left: -250px;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	z-index: 999;
}

#column .clear .a_left_img:hover::before {
	left: 250px;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

#column .clear .a_left_img .side {
	position: absolute;
	top: 0;
	left: 50px;
}

#column .clear .side h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin-top: 17px;
	margin-bottom: 12px;
}

#column .clear .left-inner {
	width: 168px;
	height: 346px;
}

#column .clear .left-inner img {
	width: 100%;
	height: 100%;
}

.keywords {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 12px 0;
	height: 145px;
	overflow: hidden;
	z-index: 1;
}

.keywords a {
	font-size: 12px;
	padding: 2px 8px;
	margin: 0 2px 5px 0;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

#column .clear .a_item {
	margin-left: 168px;
	border-top: 1px solid #eee;
	background-color: #fff;
}

#column .clear .a_item .idx0,
#column .clear .a_item .idx1 {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#column .clear .a_item .idx2,
#column .clear .a_item .idx3 {
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
}

#column .clear .a_item a {
	float: left;
	width: 50%;
	text-align: center;
	height: 173px;
}

#column .clear .a_item a label {
	font-size: 16px;
	color: #222;
	margin: 4px 0;
	display: block;
}

#column .clear .a_item a span {
	font-size: 12px;
}

#column .clear .a_item a img {
	padding-top: 10px;
	width: 116px;
	height: 116px;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .4s ease-out;
}

#column .clear .a_item a img:hover {
	-webkit-transform: translateX(-10px);
	transform: scale(1.05);
	transition: transform .5s ease;
}


/*合作伙伴*/

.cooperation li {
	/*width: 172px;
	height: 87px;
	border: 1px solid #eee;
	float: left;
	margin: 0 16.6px 20px;*/
	float: left;
	position: relative;
	width: 148px;
	height: 120px;
	margin-right: 1px;
	margin-bottom: 1px;
	overflow: hidden;
}

.li_mengban {
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	position: absolute;
	transition: .5s;
}

.li_cont_go {
	opacity: 0;
	color: white;
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	line-height: 20px;
}

.li_cont_go p {
	top: 20px;
	position: relative;
}

.li_cont_go button {
	color: white;
	bottom: -60px;
	width: 80px;
	height: 30px;
	cursor: pointer;
	background: green;
	position: relative;
	border-radius: 5px;
	transition: .5s;
}

.cooperation li:hover .li_mengban {
	cursor: pointer;
	opacity: .6;
}

.cooperation li:hover .li_cont_go {
	opacity: 1;
}

.cooperation li:hover .li_cont_go button {
	cursor: pointer;
	bottom: -30px;
}

.cooperation li img {
	display: block;
	width: 100%;
	/*height: 100%;*/
}

.fot_Img {
	margin-top: 40px;
	background: #fff;
	padding-top: 2%;
	border-top: 1px solid #e7e7e7;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .wrapper {
	position: relative;
	width: 1220px;
	margin: 0 auto;
}

.cm_ico {
	height: 120px;
}

.ico {
	float: left;
	width: 202px;
	height: 120px;
	border-right: 1px dashed #ddd;
	text-align: center;
	color: #999;
}

.cm_ico .ico i {
	width: 67px;
	height: 67px;
	display: block;
	margin: 0 auto;
	background: url(../img/ico.png) no-repeat 0 -41px;
}

.cm_ico .ico02 i {
	background: url(../img/ico.png) no-repeat -67px -41px;
}

.cm_ico .ico03 i {
	background: url(../img/ico.png) no-repeat -134px -41px;
}

.cm_ico .ico04 i {
	background: url(../img/ico.png) no-repeat -201px -41px;
}

.cm_ico .ico05 i {
	background: url(../img/ico.png) no-repeat -268px -41px;
}

.cm_ico .ico06 i {
	background: url(../img/ico.png) no-repeat -335px -41px;
}

.cm_ico .ico strong {
	color: rgb(51, 51, 51);
	display: block;
	margin-top: 5px;
	font: 14px/24px 微软雅黑;
}

.cm_ico .ico06 {
	border: none;
}

.faq {
	background-color: #f5f5f5;
	width: 100%;
	padding-top: 10px;
	border-top: solid 1px #e7e7e7;
	overflow: hidden;
}

.faq_wrapper {
	width: 1200px;
	margin: auto;
}

.faq ul {
	font-size: 0;
	white-space: nowrap;
	padding: 0 0 10px 0;
	margin-left: 0;
}

.faq li {
	font-size: 12px;
	display: inline;
	float: left;
	padding-left: 40px;
	width: 140px;
}

.faq dl {
	display: block;
	width: 100%;
	margin: 10px 0px 0px 0px;
}

.faq dl dt {
	font: 14px/1.5 "Lucida Grande", tahoma, arial, \5b8b\4f53;
	margin-bottom: 4px;
	font-weight: bold;
}

.faq dl dd {
	font: 12px/1.5 "Lucida Grande", tahoma, arial, \5b8b\4f53;
	line-height: 24px;
	white-space: nowrap;
}

.faq dl dd a {
	color: #666;
}

.help {
	background-color: #f5f5f5;
	height: 165px;
}

.clearfix {
	display: inline-block;
}

.help .contact {
	margin-left: 16px;
	border-left: 1px solid #e7e7e7;
}

.help .contact-border {
	padding: 0px 0 20px 50px;
	border-left: 1px solid #fff;
}

.help .contact .ic,
.service li {
	display: block;
	background: url(/public/img/hd-and-btm.png)0 0 no-repeat;
}

.help .contact .tel {
	background-position: 0 -250px;
	color: #36B449;
	font-size: 20px;
}

.help .contact .mail {
	font-size: 16px;
	background-position: 0 -280px;
	color: #666;
}

.help .contact .tel,
.help .contact .mail {
	height: 26px;
	line-height: 26px;
	padding-left: 36px;
	cursor: default;
}

.help .contact .attention {
	padding-top: 10px;
}

.help .contact .weixin img {
	width: 62px;
	height: 62px;
}

.help .contact .weixin span {
	display: block;
	line-height: 31px;
	height: 31px;
	padding: 0 16px 0 6px;
	color: #666;
}

.help .contact .sina,
.help .contact .qq {
	height: 30px;
	line-height: 30px;
	padding-left: 36px;
	color: #666;
}

.help .contact .qq {
	background-position: 0 -340px;
}

.faq .help .contact li {
	margin-left: 0px;
	padding-left: 35px;
}

.help .contact .sina {
	background-position: 0 -340px;
}

.help .contact .qq {
	background-position: 0 -310px;
}

.footer {
	font-size: 12px !important;
	border-top: 1px solid #e7e7e7;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 10px;
	overflow: hidden;
	background: #F5F5F5;
	width: 100%;
}

.footer p {
	color: #666;
	word-spacing: 5px;
	padding: 10px 0;
}

.footer a {
	color: #666;
}

.f-l {
	float: left;
	font-size: 12px;
}


/*详情*/

#mod_detail {
	margin-bottom: 20px;
}

#mod_detail .detail_nav {
	width: 100%;
	height: 46px;
	background-color: #f9f9f9;
	margin-top: 5px;
	line-height: 46px;
	font-size: 16px;
	color: #222222;
}

#mod_detail .detail_hd {
	font: 700 16px Arial, "microsoft yahei";
	color: #666;
	padding-top: 10px;
	line-height: 28px;
	margin-bottom: 5px;
}

#mod_detail .detail_news {
	color: #e4393c;
	margin-bottom: 5px;
}

#mod_detail .detail_bd {}

#mod_detail .detail_bd .bd_left {
	width: 380px;
	height: 461px;
	float: left;
	position: relative;
}

#mod_detail .detail_bd .detail_center {
	float: left;
	width: 641px;
	min-height: 492px;
	margin-left: 20px;
	position: relative;
}


/*弹出框*/

.join_tips {
	width: 330px;
	height: 160px;
	position: absolute;
	background-color: #fff;
	z-index: 999;
	top: 50%;
	margin-top: -80px;
	left: 50%;
	margin-left: -165px;
	text-align: center;
	padding-top: 20px;
	box-shadow: 0 0 20px 1px #b5b5b5;
	display: none;
	border-radius: 10px;
}

.joinCarMengban {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	background: rgba(0, 0, 0, .3);
}

.join_tips .tips_top {
	font-size: 18px;
	color: #222;
	margin-bottom: 25px;
}

.join_tips p span {
	color: #e72a04;
	font-size: 14px;
}

.join_tips .text {
	font-size: 14px;
	margin-bottom: 20px;
}

.tips_btn a {
	width: 100px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	border-radius: 5px;
}

.hide_tips {
	position: absolute;
	top: 14px;
	right: 14px;
}

.hide_tips img {
	width: 12px;
	height: 12px;
}

.tips_btn a.a1 {
	background-color: #016938;
	text-align: center;
	color: #fff;
}

.tips_btn a.a2 {
	border: 1px solid green;
}

#mod_detail .detail_bd .detail_center .min_title {
	width: 641px;
	height: 36px;
	padding: 0 20px;
	line-height: 36px;
	background-color: #126b4b;
}

#mod_detail .detail_bd .detail_center .min_title .title_text {
	color: #fff;
	font-size: 16px;
	padding-left: 28px;
	background: url(../img/time.png)no-repeat center left;
	float: left;
}

#mod_detail .detail_bd .detail_center .min_title .title_time {
	float: right;
	font-size: 16px;
	color: #fff;
}

#mod_detail .detail_bd .detail_center .min_title .title_time span {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #fff;
	color: #222;
	font-size: 14px;
}

#mod_detail .detail_bd .detail_center .min_title .title_time span:nth-child(1) {
	width: 40px;
	margin-right: 10px;
}

#mod_detail .detail_bd .detail_center .detail_meta {
	height: 60px;
	background-color: #f9f9f9;
	padding-left: 22px;
	line-height: 60px;
}

#mod_detail .detail_bd .detail_center .detail_pf {
	height: 91px;
	background-color: #f9f9f9;
	padding-left: 46px;
	line-height: 45px;
}

.detail_pf .pf_top {
	width: 60px;
	height: 91px;
	float: left;
	margin-right: 20px;
}

.detail_pf .pf_top span {
	float: left;
	display: inline;
	font-size: 13px;
}

#mod_detail .detail_bd .detail_center .detail_meta span {
	float: left;
	display: inline;
	font-size: 13px;
}

.detail_meta span,
.pf_top span {
	width: 70px;
}

.detail_property {
	float: left;
	margin-right: 60px;
}

.detail_property span {
	height: 45px;
	display: block;
}

#mod_detail .detail_bd .detail_center .detail_property em {
	color: #e72a04;
	font-family: "微软雅黑";
}

#mod_detail .detail_bd .detail_center .detail_property .meta_rmb {
	font-size: 18px;
}

#mod_detail .detail_bd .detail_center .detail_property .meta_num {
	font-size: 24px;
}

.detail_padding {
	padding-left: 22px
}

.summary-line {
	height: 0;
	overflow: hidden;
	border-bottom: 1px dotted #dfdfdf;
	margin-bottom: 15px;
}

#mod_detail .detail_padding .detail_name {
	font-size: 13px;
	color: #222;
	float: left;
	width: 80px;
}

#mod_detail .detail_bd .detail_center .stars {
	margin-right: 5px;
}

#mod_detail .detail_bd .detail_center .stars i {
	float: left;
}

.sellcounter,
.evaluation {
	font-size: 13px;
	color: #222;
}

.sellcounter em,
.evaluation em {
	font-size: 13px;
	color: #dab866;
}

.right_brd {
	padding: 0 5px;
	border-left: 1px solid #ccc;
}

.areainfo,
.transaction {
	/*	overflow: hidden;*/
	margin: 10px 0
}

#mod_detail .detail_bd .detail_center .detail_name_type {
	float: left;
	margin-right: 10px;
}

#mod_detail .detail_bd .detail_center .detail_name_type .wl-areacon {
	color: #888;
}

#mod_detail .detail_bd .detail_center .detail_name_type.form {
	font-size: 13px;
	color: #222;
}

.tb-key .tb-metatit {
	text-align: left;
	width: 81px;
	float: left;
	margin-top: 6px;
}

.tb-prop {
	overflow: hidden;
	margin-bottom: 10px;
}

.tb-prop dd {
	width: 494px;
	float: left;
}

.w2{
    letter-spacing: 2em;	
}

.proinfo-serv span{
	float: left;
    position: relative;
    padding: 0 0 0 18px;
    margin-right: 20px;
    margin-bottom: 4px;
    background: #fff;
    white-space: nowrap;
}

.icon-no-border{
	position: absolute;
    top: 1px;
    left: 0;
    width: 14px;
    height: 14px;
    z-index: 1;
}

.tb-prop li {
	float: left;
	margin: 0 8px 10px 0;
}

.tb-prop .item li,
.tb-prop .aging li {
	line-height: 32px;
}

.tb-prop .item li a,
.tb-prop .aging li a {
	background-color: #fff;
	padding: 0 7px;
	float: left;
	font-size: 13px;
}

.tb-prop li {
	float: left;
	background-color: #fff;
	position: relative;
}

.tb-prop dd li.item_active {
	border: 1px solid #dab866;
}

.tb-prop dd li.item_active b {
	background: url(../img/listd.png) no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 14px;
	height: 14px;
}

.a_disabled {
	cursor: not-allowed;
	border: 1px dotted #ccc;
}

.a_disabled a {
	cursor: not-allowed;
}

.tb-prop .color li img {
	margin: 1px;
}

.tb-prop .color li a i {
	margin: 0 8px;
}

.tb-prop .item li:hover,
.tb-prop .color li:hover,
.tb-prop .aging li:hover {
	border: 1px solid #dab866;
}

.tb-prop .tp_stock a {
	width: 34px;
	height: 34px;
	border: 1px solid #cccccc;
	display: block;
	float: left;
	line-height: 32px;
	text-align: center;
}

.tb-hidden {
	float: left;
	margin-left: 10px;
	margin-top: 16px;
}

.tb-prop .tp_stock input {
	float: left;
	width: 62px;
	height: 34px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

#mod_detail .detail_bd .detail_center .fot_btn {
	padding-left: 46px;
	margin-top: 15px;
}

#mod_detail .detail_bd .detail_center .fot_btn a {
	width: 140px;
	height: 46px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	margin-right: 10px;
	border: 1px solid #016938;
    color: #016938;
}

#mod_detail .detail_bd .detail_center .fot_btn a:hover{
	background-color:#016938;
	color: #fff;
}





#mod_detail .detail_bd .bd_right {
	width: 138px;
	height: 462px;
	float: right;
	background-color: #f5f5f5;
}

.d_content {
	background-color: #f5f5f5;
}

#mod_detail .detail_bd .bd_right .d_header {
	position: relative;
	height: 38px;
	line-height: 38px;
}

#mod_detail .detail_bd .bd_right .d_header h3 {
	color: #888;
	padding: 0 15px;
	text-align: center;
	position: relative;
	height: 38px;
	font-size: 13px;
}

#mod_detail .detail_bd .bd_right .d_header h3:before {
	content: '';
	display: block;
	width: 114px;
	border-bottom: 1px solid #e8e8e8;
	height: 0;
	position: absolute;
	left: 12px;
	top: 20px;
}

#mod_detail .detail_bd .bd_right .d_header h3 span {
	padding: 0 5px;
	background-color: #f5f5f5;
	position: absolute;
	left: 32px;
	top: 5px;
	line-height: 30px;
}

#mod_detail .detail_bd .bd_right .de-irecom {
	width: 120px;
	margin: 0 auto 30px;
	overflow: hidden;
	background: #f5f5f5;
}

#mod_detail .detail_bd .bd_right .de-irecom .de-irecom-containe {
	width: 360px;
	overflow: hidden;
	position: relative;
}

#mod_detail .list-product {
	float: left;
	width: 120px;
}

#mod_detail .list-product li {
	overflow: hidden;
}

#mod_detail .list-product .cell-product {
	padding: 0 0 10px;
}

#mod_detail .list-product .cell-product dt {
	font-size: 0;
	line-height: 0;
	margin: auto;
}

#mod_detail .list-product .cell-product .vertical-img {
	height: 110px;
	width: 110px;
	text-align: center;
}

#mod_detail .list-product .cell-product .vertical-img .box_img {
	display: table-cell;
	vertical-align: middle;
}

#mod_detail .list-product .cell-product .vertical-img .box_img img {
	max-width: 110px;
	max-height: 110px;
	border: 1px solid #ECECEC;
}

#mod_detail .list-product .cell-product dd.price {
	height: 25px;
	line-height: 25px;
	color: #555;
	text-align: center;
}

#mod_detail .list-product .cell-product .list_price {
	height: 25px;
	line-height: 25px;
	color: #555;
	text-align: center;
}

#mod_detail .list-product .cell-product .price .fd-cny {
	padding-right: 2px;
	font-family: Helvetica, Arial;
}

#mod_detail .page-trigger {
	left: 10px;
	bottom: 10px;
	height: 20px;
	zoom: 1;
	position: relative;
}

#mod_detail .page-trigger .paging {
	float: left;
	display: inline;
	width: 10px;
	height: 20px;
	margin: 0 7px 0 10px;
	overflow: hidden;
}

.list-product-trigger {
	float: left;
}

.list-product-trigger .f-tab-t {
	float: left;
	width: 15px;
	height: 18px;
	padding: 0 5px;
	background: url(../img/lli.png) no-repeat;
	background-position: -24px -1px;
	line-height: 200px;
	overflow: hidden;
}

.list-product-trigger .current {
	background-position: -39px -1px;
}


/*放大镜*/

.preview {
	width: 380px;
	height: 461px;
}


/*店铺介绍*/

#m_body .m-content {
	width: 100%;
	height: 195px;
	padding: 15px 40px 0;
	background-color: #f9f9f9;
	font-size: 14px;
	color: #222;
	margin-bottom: 20px;
}

#m_body .m-content .m_title {
	margin-bottom: 17px;
}

#m_body .m-content .m_title p {
	display: inline-block;
	font-size: 18px;
}

.m-icon{
	display: inline-block;
	background-color: #c6986c;
	color: #fff;
	padding: 0 1px;
}

#m_body .m-content .m_title span {
	font-size: 14px;
	float: right;
}

#m_body .m-content .m_list .my_item2 img {
	margin-right: 2px;
}

#m_body .m-content .m_list .my_item0,
#m_body .m-content .m_list .my_item1,
#m_body .m-content .m_list .my_item2,
#m_body .m-content .m_list .my_item3 {
	float: left;
}

#m_body .m-content .m_list .my_item0 {
	margin-right: 72px;
}

#m_body .m-content .m_list .my_item0 img {
	width: 100%;
	/*height: 120px;*/
	overflow: hidden;
	margin-right: 20px;
}

#m_body .m-content .m_list .my_item0 p {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-top: 15px;
	white-space: pre-line;
	width: 275px;
	height: 110px;
	overflow: hidden;
}
#m_body .m-content .m_list .my_item1,
#m_body .m-content .m_list .my_item2,
#m_body .m-content .m_list .my_item3 {
	margin-right: 55px;
	margin-top: 15px;
}

#m_body .m-content .m_list .my_item1 p,
#m_body .m-content .m_list .my_item2 p,
#m_body .m-content .m_list .my_item3 p {
	font-size: 14px;
	margin-bottom: 10px;
}

#m_body .m-content .m_list .my_item3 {
	margin-right: 0;
	width: 250px;
}

#m_body .m-content .m_list .my_item1 p span {
	margin: 0 2px;
}


/*商家展示*/

#m_body .my_show {
	margin: auto;
	width: 1200px;
	overflow: hidden;
	padding: 10px 0;
}

#m_body .my_show .hotsale-offer-h {
	margin: 15px 0;
}

#m_body .my_show .hotsale-offer-h b {
	font-size: 18px;
	margin-right: 20px;
	font-weight: 400;
}

#m_body .my_show .hotsale-offer-b {
	overflow: hidden;
}

#m_body .my_show .hotsale-offer-b .tab_container {}

.hotsale-offer-b li {
	float: left;
	text-align: center;
	margin-right: 20px;
	min-width: 130px;
	min-height: 180px;
}

.hotsale-offer-b li dt {
	margin-bottom: 8px;
}

.hotsale-offer-b li img {
	width: 130px;
	height: 130px;
}

.hotsale-offer-b li .sale {
	color: #999;
}


/*商品参数*/

#segment_box .site_content {}

#segment_box .site_content .pack {
	background-color: #FFF;
	height: 45px;
	margin: auto;
	border: 1px solid #E5E5E5;
	border-top: 1px solid #FF7300;
}

#segment_box .site_content .navflex {
	position: fixed;
	top: 0;
	width: 1200px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	z-index: 99999;
}

#segment_box .site_content ul {
	position: relative;
	text-align: center;
}

#segment_box .site_content ul .ta_li {
	float: left;
	margin: 0 15px;
	line-height: 42px;
	overflow: visible;
	font-size: 14px;
	min-width: 86px;
	text-align: center;
}

#segment_box .site_content ul .ta_li a {
	display: block;
	font-size: 14px;
	transition: font-size .3s ease-in;
}

#segment_box .site_content ul .de-selected a {
	color: #FF7300;
	font-size: 15px;
}

#segment_box .site_content .mod-detail {
	margin-bottom: 22px;
	position: relative;
}

#segment_box .site_content .mod-detail .obj-content {
	overflow: hidden;
	padding: 10px 0 0;
	margin-bottom: 16px;
	position: relative;
	color: #333;
	border: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
	border-top: 0;
	zoom: 1;
}

#segment_box .site_content .mod-detail .obj-content table {
	width: 100%;
	table-layout: fixed;
	clear: both;
}

.mod-detail .obj-content td {
	word-wrap: break-word;
	word-break: break-all;
	text-align: left;
	font-size: 12px;
	vertical-align: text-top;
}

.mod-detail td.de-feature {
	width: 8%;
	padding: 14px 14px 0;
	color: #999;
}

.mod-detail td.de-value {
	width: 15%;
	padding: 10px 10px 0 0;
}

#segment_box .site_content .mod-detail .obj-expand {
	position: absolute;
	bottom: -10px;
	right: 16px;
	background-color: #fff;
	width: 62px;
	display: none;
}

#segment_box .mod-detail .obj-expand a {
	border-color: #FFF #E5E5E5 #E5E5E5;
	border-style: solid;
	border-width: 1px;
	display: block;
	height: 11px;
	border-radius: 0 0 2px 2px;
}

#segment_box .mod-detail .obj-expand i {
	margin-left: 25px;
	width: 10px;
	float: left;
}

#segment_box .mod-detail .obj-expand em {
	top: 0;
	left: 0;
	border-width: 5px 5px 0;
	border-style: solid dashed dashed;
	border-color: #888 transparent transparent;
	border-radius: 2px;
}

#segment_box .obj-expand .icon-arrow-down span {
	top: -2px;
	left: 0;
	border-width: 5px 5px 0;
	border-style: solid dashed dashed;
	border-color: #fff transparent transparent;
	border-radius: 2px;
}

.icon-arrow-down {
	width: 10px;
	height: 5px;
}

.icon-arrow em,
.icon-arrow span {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
}

.icon-arrow {
	position: relative;
}

.icon-arrow-down em {
	top: 0;
	left: 0;
	border-width: 5px 5px 0;
	border-style: solid dashed dashed;
	border-color: #888 transparent transparent;
	border-radius: 2px;
}

.de-description-detail {
	overflow: hidden;
	line-height: normal;
	color: #333;
	background: #fff;
	text-align: center;
}

.desc-lazyload-container {
	width: 790px;
	min-height: 200px;
	background-color: #fff;
	margin: auto;
	float: none;
}

.de-description-detail img {
	vertical-align: bottom;
	max-width: 790px;
}

.price-explain {
	min-height: 200px;
	background-color: #fff;
	margin: auto;
	clear: both;
	margin-top: 40px;
}

.price-explain .title {
	color: #2f5fa0;
	font-size: 16px;
	font-weight: 700;
	border-left: 2px solid;
	line-height: 16px;
	padding-left: 5px;
}

.price-explain dt {
	color: #333;
	font-weight: 700;
	line-height: 24px;
}

.price-explain dd {
	color: #333;
	line-height: 24px;
}

.price-explain .tips {
	color: #ff6000;
}


/*头部*/

.login_wrapper {
	width: 100%;
	height: 121px;
	border-bottom: 1px solid #016938;
}

.login_wrapper .top-left {
	margin-top: 35px;
	width: 370px;
}

.login_wrapper .top-left .top_logo {
	width: 131px;
	height: 41px;
	margin-right: 17px;
	margin-top: 6px;
}

.login_wrapper .top_right {
	margin-top: 74px;
}

.login_wrapper .top_right ul {
	float: left;
}

.login_wrapper .top_right ul li {
	color: #666;
	font-size: 16px;
	float: left;
}

.login_wrapper .top_right ul li a {
	margin: 0 6px;
	font-size: 16px;
	color: #666;
	text-decoration: none;
}

#login .wrapper {
	overflow: hidden;
	position: relative;
}

#login .right_phone {
	position: absolute;
	right: 0;
	top: 35px;
	font-size: 16px;
	color: #636363;
}


/*步骤*/

.step .wrapper {
	height: 224px;
	border-bottom: 5px solid #f9f9f9;
	text-align: center;
}

.step .wrapper img {
	margin-top: 27px;
}


/*购物车*/

.way-cart .cart_h {
	margin: 20px 0;
}

.cart_info .info_item {
	border-top: 1px solid #f9f9f9;
	padding: 20px 0;
}

.cart_info .info_item h3 {
	font-size: 18px;
}

.cart_info .info_item p {
	color: #666666;
	margin-top: 20px;
}

.cart_info .info_item a {
	color: #dab866;
	margin-left: 17px;
	font-size: 14px;
}

.way-cart .cart_h p {
	font-size: 24px;
	margin-bottom: 15px;
}

.way-cart .cart_h span {
	font-size: 14px;
	color: #666;
}

.cart_t {}

.list_inline {
	height: 38px;
	border-top: 1px solid #ccc;
	background-color: #f9f9f9;
	padding: 12px 20px;
}

.col-goods {
	width: 397px;
}

.col-opt {
	width: 270px;
}

.col-unitprice {
	width: 131px;
}

.col-quantity {
	width: 152px;
}

.list_inline li {
	float: left;
}

.col-amount {
	width: 140px;
}

.col-operation {
	width: 70px;
}

.lang-checkbox {
	display: inline-block;
	position: relative;
	width: 14px;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	vertical-align: middle;
}

.lang-checkbox input {
	position: absolute;
	z-index: 0;
	left: -20px;
	top: -20px;
}

.lang-checkbox label {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../img/cart_.png)no-repeat -10px -10px;
	line-height: 200px;
	cursor: pointer;
}

.lang-checkbox .checked {
	background-position-y: -44px;
}

.lang-checkbox label.act {
	background-position-y: -44px;
}

.cart_t .list_inline .col-opt span {
	vertical-align: middle;
}

.lang_del {
	display: inline-block;
	width: 50px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #bababa;
	text-align: center;
	border-radius: 3px;
	margin-left: 25px;
}

.cart_b .cart_b_top {
	height: 55px;
	padding: 0 20px;
	line-height: 55px;
}

.cart_b_top a {
	margin-left: 4px;
}

.shop_name {
	float: left;
	margin-left: 4px;
}

.cart_b_box {
	border: 1px solid #ccc;
}

.cart_b .cart_b_content {
	border-bottom: 1px solid #ccc;
	padding: 0 20px 18px;
	background: #f9f9f9;
}

.cart_b .cart_b_content .opt {
	float: left;
	width: 39px;
	padding-top: 33px;
}

.cart_b .cart_b_content .good_imgs {
	float: left;
	padding-top: 10px;
	width: 83px;
	height: 60px;
}

.cart_b .cart_b_content .good_imgs .img-vertical {
	width: 60px;
	height: 60px;
	border: 1px solid #ccc;
}

.cart_b_content .good_imgs img {
	max-width: 58px;
	max-height: 58px;
}

.cart_b_content .main {
	float: left;
	width: 1036px;
}

.cart_b_content .description {
	padding-top: 32px;
	float: left;
	width: 545px;
}

.cart_b_content .description a {
	font-size: 14px;
}

.cart_b_content .price {
	float: left;
	padding-top: 34px;
	width: 131px;
}

.unit_finecontrol {
	width: 152px;
	padding-top: 27px;
	float: left;
}

.unit_finecontrol a {
	display: block;
	height: 25px;
	width: 17px;
	border: 1px solid #e5e5e5;
	background: #f0f0f0;
	text-align: center;
	line-height: 23px;
	color: #444;
	float: left;
}

.unit_finecontrol .text-amount {
	width: 41px;
	height: 25px;
	line-height: 15px;
	border: 1px solid #aaa;
	color: #343434;
	text-align: center;
	padding: 4px 0;
	background-color: #fff;
	background-position: -75px -375px;
	float: left;
}

.amount {
	width: 140px;
	padding-top: 32px;
	float: left;
}

.end {
	width: 68px;
	float: left;
	padding-top: 21px;
}

.end a {
	display: block;
}

.cart_b_box .cart_text {
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
}

.cart_b_box .cart_text span {
	display: inline-block;
	margin-top: 10px;
	vertical-align: top;
}

.cart_b_box .cart_text textarea {
	border: 1px solid #ccc;
	width: 508px;
	height: 64px;
	vertical-align: text-top;
	padding: 5px;
}

.cart_b_end {
	padding: 8px 0;
}

.cart_b_end .tr {
	margin-bottom: 2px;
}

.cart_b_end span {
	display: inline-block;
	width: 100px;
}

.fspan {
	color: #e72a04;
}


/*购物车底部*/

.cart_floatbar {
	position: relative;
	margin-top: 20px;
}

.cart_floatbar .cart_wrap {
	height: 56px;
	line-height: 56px;
}

.select_all {
	cursor: pointer;
	margin-right: 10px;
}

.cart_floatbar .cart_wrap .select_all {
	float: left;
	padding-left: 20px;
}

.cart_floatbar .cart_wrap .operations a {
	margin-left: 20px;
}

.cart_bar_right {
	float: right;
}

.cart_bar_right .amount_sum,
.cart_bar_right .price-sum {
	float: left;
	margin-right: 20px;
}

.cart_bar_right .price-sum strong em {
	color: #e72a04;
	font-size: 24px;
	font-weight: 700;
	padding: 0 3px;
	vertical-align: text-bottom;
}

.cart_floatbar .cart_wrap .cart_right a {
	color: #fff;
	background: #B0B0B0;
	cursor: not-allowed;
	width: 320px;
	height: 56px;
	display: block;
	text-align: center;
	font-size: 18px;
}

.cart_floatbar .cart_wrap .cart_right a.btn_sty {
	width: 320px;
	height: 56px;
	background-color: #016938;
	float: right;
	text-align: center;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.cart_floatbar .cart_toolbar {
	height: 56px;
	margin: 0 auto;
	background-color: #f9f9f9;
	position: relative;
}

.flex_bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	background-color: #f9f9f9;
}


/*购物车删除提示*/

.my_model {
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -200px;
	z-index: 9999;
	width: 360px;
	border: 1px solid #aeaeae;
	border-radius: 3px;
	padding: 20px;
	background: #fff;
}

.my_model .title {
	font-size: 14px;
	color: #3c3c3c;
	font-weight: 700;
	margin-bottom: 20px;
}

.my_model p {
	line-height: 16px;
}

.my_model .opBtn {
	margin-top: 20px;
}

.my_model .opBtn a {
	width: 58px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	border-radius: 1px;
	display: inline-block;
	margin-right: 10px;
	font-weight: 700;
}

.my_model .dialog-sure {
	background: #52a0e5;
	color: #fff;
	border: 1px solid #52a0e5;
}

.my_model .dialog-close {
	background: #fff;
	border: 1px solid #d9d9d9;
	color: #3c3c3c;
}

.my_model .title .closeModel {
	float: right;
	cursor: pointer;
}

.unit_finecontrol a.reSty {
	color: #cbcbcb;
}

.return {
	float: right;
}

.return {
	width: 119px;
	height: 56px;
	background-color: #dab866;
	text-align: center;
	margin-left: 1px;
}

.return a {
	color: #fff;
	font-size: 18px;
}

.cart_box_wap {
	text-align: center;
}

.cart_text_p {
	color: #ff8182;
	font-size: 18px;
	margin-top: 50px;
}

.cart_text_info {
	font-size: 18px;
	margin-top: 30px;
}

.cart_text_info em {
	color: #dab866;
}

.cart_text_null {
	color: #0089aa;
	font-size: 18px;
	margin-top: 50px;
}

.cart_end {
	margin-top: 78px;
}

.cart_end a {
	padding-left: 30px;
	margin-left: 80px;
}


/*大牌推荐*/

.list_min_top {
	width: 1200px;
	height: 104px;
	margin: 30px 0;
	text-align: center;
	background: url(../img/top_bg.png)no-repeat;
	font-size: 30px;
	line-height: 108px;
}

.list_min_top.top_1 {
	background-position: -10px -135px;
	color: #252823;
}

.list_min_top.top_2 {
	background-position: -10px -10px;
	color: #308d5e;
}

.banner_index {
	width: 100%;
	max-height: 300px;
}

.list_item li {
	width: 236px;
	height: 330px;
	margin: 0 5px 5px 0;
	float: left;
}

.list_item li:hover .lsit_con {
	background-color: #53617c;
}

.list_item img {
	width: 236px;
	height: 220px;
}

.list_item .lsit_con {
	background-color: #252823;
	color: #fff;
	text-align: center;
}

.list_item h4 {
	font-size: 24px;
}

.list_item p {
	font-size: 20px;
}

.list_item .lsit_con .list_brand {
	border-bottom: dashed 1px #fff;
	padding: 6px 0;
}

.li_posi {
	position: relative;
}

.bg_color {
	background-color: rgb(0, 0, 0);
	width: 236px;
	height: 330px;
	position: absolute;
	top: 0;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.border_pad {
	padding: 5px;
}

.border_pad .border {
	width: 1px;
	height: 1px;
	position: absolute;
}

.border_pad .border_1 {
	height: 3px;
	top: 5px;
	left: 5px;
	border-left: 1px solid #999999;
}

.border_pad .border_2 {
	width: 0px;
	bottom: 5px;
	left: 5px;
	border-top: 1px solid #999999;
}

.border_pad .border_3 {
	height: 0px;
	bottom: 5px;
	right: 5px;
	border-left: 1px solid #999999;
}

.border_pad .border_4 {
	width: 0px;
	top: 5px;
	right: 5px;
	border-top: 1px solid #999999;
}

.min_span {
	font-size: 32px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -60px;
	margin-top: -21px;
}

.list_item .lsit_con .l_go {
	height: 40px;
	line-height: 40px;
	font-size: 28px;
}


/*团购筛选*/

.ItemWrapper {
	width: 1220px;
}

.filter_t {
	margin: 22px 0;
}

.nav_filter .filter_bar {
	line-height: 40px;
	height: 40px;
	background-color: #efefef;
	margin-bottom: 11px;
}

.nav_filter .filter_bar a {
	width: 100px;
	height: 40px;
	float: left;
	text-align: center;
	font-size: 14px;
}

.nav_filter .filter_bar a.active {
	background-color: #016938;
	color: #fff;
}

.nav_filter .filter_box {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #e5e5e5;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #fff;
}

.nav_filter .filter_box .filter_item {
	border-bottom: 1px solid #e5e5e5;
	/*height: 45px;*/
	position: relative;
	overflow: hidden;
}

.nav_filter .filter_box .filter_item .filterLmenu a i {
	position: absolute;
	top: 7px;
	margin: 0 2px;
}

.nav_filter .filter_box .filter_item .filterLmenu {
	/*	margin-left: 16px;
	margin-top: 10px;*/
	margin-left: 16px;
	padding: 10px 0;
}

.i_mt {
	width: 0;
	height: 0;
	border: 4px solid white;
	border-bottom-color: #222;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.i_mt_slctd {
	border-bottom-color: #016938;
}

.i_mb {
	width: 0;
	height: 0;
	border: 4px solid white;
	border-top-color: #222;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
	top: 13px !important;
}

.nav_filter .filter_box .filter_item .filterCmenu {
	margin-top: 10px;
}

.fl_lable_input {
	height: 26px;
	border: 1px solid #E5E5E5;
}

.form_Btn {
	width: 49px;
	height: 24px;
	border: 1px solid green;
	background: #fff;
	color: green;
	margin-left: 9px;
}

.leftItem {
	float: left;
	margin-right: 55px;
}

.filterRmenu {
	margin-right: 9px;
	margin-top: 10px;
}

.filterRmenu .menuFrom input {
	width: 76px;
	height: 26px;
	border: 1px solid #E5E5E5;
	background-color: #fff;
	float: left;
	padding: 3px;
}

.filterRmenu .menuFrom button {
	width: 49px;
	height: 26px;
	border: 1px solid green;
	background: #fff;
	color: green;
	margin-left: 9px;
}

.menuFrom span {
	float: left;
	margin: 5px 5px 0;
}

.nav_filter .filter_box .filter_item .filterLmenu a.fi_active {
	border: 1px solid #016938;
	color: #016938;
}

.i_mt_slctd .i_mt {
	border-bottom-color: #016938;
}

.i_mb_slctd i {
	border-top-color: #016938;
}

.nav_filter .filter_box .filter_item .filterLmenu a {
	padding: 0 15px 0 10px;
	height: 24px;
	border: 1px solid #E5E5E5;
	float: left;
	text-align: center;
	line-height: 24px;
	margin-right: 10px;
	position: relative;
}

.nav_filter .filter_box .filter_item .filter_l {
	width: 73px;
	text-align: center;
	line-height: 45px;
	color: #999;
}

.filter_r {
	padding: 10px 0;
}

.filter_item .extend {
	height: auto;
	max-height: 300px;
	overflow-y: auto;
}

.filter_r ul {
	overflow: hidden;
	height: 26px;
	width: 1000px;
}

.filter_r li {
	float: left;
	padding: 0px 20px;
	line-height: 26px;
	margin-right: 30px;
}

.filter_r li a {
	width: 80px;
	height: 26px;
	float: left;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.input_cd {
	position: absolute;
	top: -15px;
}

.Multiselect .ces {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../img/cart_.png)no-repeat -10px -10px;
	line-height: 200px;
	float: left;
	margin: 5px;
}

.sl_btns {
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
	display: none;
}

.sl_btn {
	line-height: 14px;
	height: 14px;
	border-radius: 2px;
	background: #F7F7F7;
	display: inline;
}

.btn_primary {
	border: 0;
	padding: 5px 15px 6px;
	color: #FFF;
	background-color: #016938;
	background-repeat: repeat-x;
	background-image: linear-gradient(top, #E74649, #DF3033);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E74649', endColorstr='#DF3033', GradientType=0);
	margin-right: 8px;
}

.disabled {
	padding: 4px 13px 5px;
	border: 1px solid #DDD;
	background: #FFF;
	cursor: default;
	color: #CCC;
	-webkit-filter: none;
	opacity: .2;
	filter: alpha(Opacity=20);
	filter: alpha(Opacity=20);
	margin-right: 8px;
}

.sl_btns .btn_default {
	border: 1px solid #DDD;
	padding: 4px 13px 5px;
	color: #666;
	background-color: #f7f7f7;
	background-repeat: repeat-x;
	background-image: linear-gradient(top, #f7f7f7, #f2f2f2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2', GradientType=0);
}

.filter_r .active {
	background-color: #016938;
	color: #fff;
}


/*切换多选*/

.filter_r .Multiselect {
	background: none;
}

.filter_r .Multiselect a {
	color: #232323 !important;
}

.filter_r .active a {
	color: #fff;
}

.filter_r .state i {
	background-position-y: -44px;
}

.filterMenu {
	position: absolute;
	right: 0;
	top: 10px;
	width: 120px;
}

.filterMenu span {
	float: left;
	width: 49px;
	height: 25px;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 25px;
	margin-right: 10px;
	cursor: pointer;
}

.g_Content_list {
	float: left;
	width: 290px;
	height: 400px;
	margin: 0 13px 20px 0;
	border: 1px solid #E5E5E5;
	position: relative;
	background-color: #fff;
}

.g_Content_list:hover {
	border: 1px solid #016938;
}

.g_img {
	width: 185px;
	/*height: 290px;*/
	display: block;
	margin: 0 auto 10px auto;
}

.tp_waitao {
	width: 288px;
	height: 285px;
	margin-bottom: 15px;
	overflow: hidden;
}

.tp_waitao .g_img {
	width: 100%;
	display: block;
	margin: 0 auto 10px auto;
}

.g_Content_list h4 .desc,
.g_Content_list .flag {
	height: 20px;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
}

.g_Content_list h3 {
	margin: 0 10px;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	color: #999;
	overflow: hidden;
}

.g_Content_list h4 {
	margin: 0 0 2px 10px
}

.g_Content_list h4 .desc {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 15px;
	font-weight: 400;
	overflow: hidden;
}

.g_Content_list .item-prices {
	background-color: #26a96d;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

.g_Content_list .item-prices .item-info {
	height: 50px;
	overflow: hidden;
	padding: 0 50px 0 5px;
}

.g_Content_list .price {
	margin-right: 8px;
	font-size: 0;
	color: #fff;
	font-family: Tahoma;
	float: left;
}

.g_Content_list .price i {
	font-size: 22px;
	font-weight: 400;
	font-family: "Microsoft Yahei", "Hiragino Sans GB", Arial;
	margin-right: 3px;
}

.g_Content_list .Lprice {
	letter-spacing: -2px;
	font-family: Helvetica Neue, Helvetica, Arial;
	line-height: 50px;
	font-size: 38px;
	font-weight: 400;
}

.g_Content_list .Lprice span {
	font-size: 40px;
}

.g_Content_list .dock {
	overflow: hidden;
	margin-top: 4px;
}

.g_Content_list .dock .dock-price {
	/*height: 18px;*/
	margin-bottom: 3px;
	overflow: hidden;
}

.g_Content_list .dock-price .orig-price {
	color: #fff;
	/*font-size: 12px;*/
	position: static;
	text-align: left;
	display: inline-block;
	/*vertical-align: top;*/
}
.zhekou {
	display: inline-block;
	height: 20px;
	border: 1px solid red;
	margin-left: 10px;
}

.g_Content_list .prompt {
	height: 20px;
	overflow: hidden;
}

.g_Content_list .prompt .sold-num {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 20px;
	padding: 0 6px;
	background-color: rgba(0, 0, 0, .1);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#19000000', endColorstr='#19000000');
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
}

.g_Content_list .sold-num em {
	font-weight: 700;
	line-height: 17px;
	font-size: 14px;
	color: #fff;
}

.g_Content_list .item-link {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 100%;
	padding-left: 10px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #e61414;
	background: url(../img/lkbg.png) no-repeat;
}

.g_Content_list .item-link .blank {
	line-height: 18px;
	padding-top: 7px;
	font-size: 14px;
}

.discount {
	background: url(../img/ng.png) no-repeat;
	width: 66px;
	height: 22px;
	position: absolute;
	top: 5px;
	right: 10px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
}

.g_Content_list .info {
	padding: 0 10px;
	height: 65px;
	overflow: hidden;
	position: relative;
}

.g_Content_list .info i {
	font-size: 24px;
	color: #e72a04;
}

.g_Content_list .info em {
	font-size: 18px;
}

.Invalid {
	text-decoration: line-through;
	font-size: 14px;
}

.g_Content_list .g_name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 13px;
	color: #636363;
	font-family: "微软雅黑";
}

.g_Content_list .info_Price {
	margin: 5px 0;
}

.g_Content_list .info_p {
	padding: 0 10px;
}

.i_btn_if {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 56px;
	background-color: #efefef;
	text-align: center;
	line-height: 56px;
	display: none;
}

.i_btn_if .i_btn_lf {
	width: 34px;
	height: 34px;
	border: 1px solid #016938;
	display: inline-block;
	border-radius: 2px;
	vertical-align: middle;
	background: url(../img/if_x.png)no-repeat;
	background-position: -3px 0px;
	cursor: pointer
}

.i_btn_if .i_btn_lf:hover {
	background-position: -43px 0;
}

.i_btn_if .i_btn_rt {
	width: 34px;
	height: 34px;
	border: 1px solid #016938;
	display: inline-block;
	border-radius: 2px;
	vertical-align: middle;
	background: url(../img/rgwc.png)no-repeat;
	background-size: 32px;
	cursor: pointer
}

.i_btn_if .i_btn_a {
	width: 120px;
	height: 36px;
	background-color: #016938;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 18px;
	vertical-align: middle;
	margin: 0 10px;
}

.g_Content_list .info_p .i_p {
	overflow: hidden;
	font-size: 13px;
	font-family: "微软雅黑";
	color: #636363;
	margin: 5px 0;
}

.g_Content_list .info_p .i_p .fl {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100px;
}

.by {
	width: 39px;
	height: 19px;
	border-radius: 3px;
	background-color: #016938;
	text-align: center;
	line-height: 19px;
	color: #fff;
}

.minList .listBar {
	background-color: #dab866;
	margin-top: 3px;
}

.minList .listBar .barBox li {
	width: 300px;
	float: left;
	height: 90px;
	line-height: 90px;
	text-align: center;
}

.minList .listBar .barBox li.active {
	background-color: #e0c37d;
}

.minList .listBar .barBox li a {
	font-size: 36px;
	color: #fff;
}

.listBanner {
	background: url(../img/item.png)no-repeat;
}

.listMin .listminItem {
	width: 396px;
	margin: 0 5px 15px 0;
	background-color: #fff;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
	font: 12px/150% arial, "Microsoft YaHei", sans-serif;
}

.listMin .listminItem a {
	height: 124px;
}

.listMin .listminItem img {
	max-width: 100%;
	/*height: 100%;*/
}

.listMin .listminItem .itemTxt {
	width: 280px;
	height: 50px;
	border: 1px solid #919aa3;
	border-radius: 5px;
	opacity: .5;
	background-color: #fff;
	position: absolute;
	left: 58px;
	bottom: 16px;
	text-align: center;
	transition: .5s;
}

.listMin .listminItem:hover .itemTxt {
	opacity: 1;
}

.listMin .listminItem .itemTxt p {
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 10px;
	opacity: 1;
}

.listMin .listminItem .itemTxt .itemSpan {
	font-size: 18px;
}

.listMin .listminItem .itemTxt .Top {
	font-size: 14px;
	color: #fff;
	width: 60px;
	height: 20px;
	background-color: #dab866;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -30px;
	line-height: 20px;
}

.listTitle_b .listTitle {
	margin-bottom: 17px;
	color: #25503d;
	overflow: hidden;
	line-height: 36px;
}

.listTitle_b .listTitle i {
	width: 36px;
	height: 36px;
	float: left;
	margin-right: 20px;
}


/*address*/

.cf {
	zoom: 1
}

.cf:after {
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	content: ''
}


/* citybox */

.li_city_go {
	display: inline-block;
	border: 1px solid green;
	border-radius: 3px;
}

.citybox {
	border-bottom: #006b4e 1px solid;
	border-left: #006b4e 1px solid;
	padding-bottom: 60px;
	background: #fff;
	border-top: #006b4e 1px solid;
	border-right: #006b4e 1px solid;
	box-shadow: 0 0 5px #006b4e;
	width: 1200px;
	margin: 20px auto;
}

.citybox h2 {
	position: relative;
	padding-bottom: 0px;
	line-height: 30px;
	margin: 20px 20px 12px;
	padding-left: 14px;
	padding-right: 14px;
	zoom: 1;
	display: inline-block;
	background: #006b4e;
	height: 32px;
	color: #fff;
	padding-top: 0px;
	border-radius: 0
}

.citybox h2 span {
	border-bottom: #fff 6px solid;
	position: absolute;
	border-left: #fff 6px solid;
	line-height: 0;
	width: 0px;
	display: block;
	float: none;
	height: 0px;
	font-size: 0px;
	border-top: #006b4e 6px solid;
	top: 32px;
	border-right: #fff 6px solid;
	left: 20px
}

.citybox li {
	border-bottom: #fff 1px solid;
	border-top: #fff 1px solid
}

.A_Z li:hover {
	background: #def7d2;
}

.A_Z li a:hover {
	color: red;
	text-decoration: underline;
	background: #def7d2;
}

.li_abcd {}

.citybox .li_abcd .zm {
	font-size: 20px;
	width: 35px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}

.citybox .li_abcd .zm:hover {
	color: white;
	background: #006b51;
}

.citybox .li_abcd .zm:nth-child(1) {
	width: 40px;
	margin-right: 10px;
}

.citybox p {
	border-bottom: #fff 1px solid;
	padding-bottom: 6px;
	padding-left: 30px;
	padding-right: 10px;
	border-top: #fff 1px solid;
	padding-top: 6px
}

.citybox span.label {
	border-bottom: #ddd 1px solid;
	border-left: #ddd 1px solid;
	line-height: 24px;
	width: auto;
	zoom: 1;
	display: inline-block;
	height: 30px;
	color: #666;
	vertical-align: top;
	border-top: #ddd 1px solid;
	margin-right: 5px;
	border-right: #ddd 1px solid;
	border-radius: 0;
	padding: 0 15px;
	min-width: 82px;
	background: #f1f1f1;
}

.citybox span.label strong {
	border-bottom: #f7f7f7 1px solid;
	text-align: center;
	border-left: #f7f7f7 1px solid;
	width: auto;
	display: block;
	font-family: tahoma;
	height: 28px;
	font-size: 16px;
	border-top: #f7f7f7 1px solid;
	border-right: #f7f7f7 1px solid;
	border-radius: 0
}

.citybox span {
	width: 880px;
	zoom: 1;
	display: inline-block;
	vertical-align: top
}

.citybox span i {
	font-style: normal;
	margin: 0px 3px;
	color: #ccc
}

.citybox .hover {
	border-bottom-color: #e5e5e5;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-left-color: #e5e5e5
}

.citybox .hover p {
	background: #f7f7f7
}

.citybox .hover span.label {
	border-bottom-color: #1fb7bb;
	border-top-color: #1fb7bb;
	border-right-color: #1fb7bb;
	border-left-color: #1fb7bb
}

.citybox .hover span.label strong {
	border-bottom-color: #00c7c7;
	border-top-color: #00c7c7;
	background: #00c7c7;
	color: #fff;
	border-right-color: #00c7c7;
	border-left-color: #00c7c7
}

.citybox a {
	padding-bottom: 1px;
	line-height: 20px;
	margin: 0px 5px;
	padding: 5px 5px;
	zoom: 1;
	display: inline-block;
	border-radius: 0;
	font-weight: 800;
	color: #006b4e;
	font-size: 14px;
	text-decoration: none;
}

.citybox a:hover {
	background: #006b4e;
	color: #fff
}


/*商家信息展示*/

.merchant {
	width: 1200px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.merchantImg img {
	width: 190px;
	height: 190px;
	margin: 20px 40px;
}

.mItem1,
.mItem2 {
	float: left;
	margin-top: 15px;
}

/* .mItem2 {
	margin-left: 130px;
} */

.mItem1 h2 {
	margin-bottom: 33px;
}

.mItem1 h2{
	display: inline-block;
}

.mItem1 h2 i {
	margin-left: 8px;
}

.mItem1 li,
.mItem2 li {
	margin-bottom: 12px;
}

.mItem1 .mList {
	font-size: 16px;
}

.mList i img {
	margin-right: 4px;
}

.mItem1 .mList .mNum {
	margin: 0 8px;
}

.actice {
	margin-top: 30px;
}

.activeMenu {
	text-align: center;
	float: left;
	width: 250px;
	background-color: #fff;
	height: 800px;
	box-shadow: 1px 1px 5px #CCC;
}

.activeMenu dt {
	height: 68px;
	line-height: 68px;
	border-bottom: 1px solid #2e6b7e;
	font-size: 18px;
}

.activeMenu dd {
	height: 36px;
	line-height: 36px;
}

.activeMenu dd.link_active {
	background-color: #EFEFEF;
}

.activeMenu dd:hover {
	background-color: #EFEFEF;
}

.activeMenu dd a {
	display: block;
}

.w930 {
	width: 930px;
	min-height: 800px;
	margin-left: 20px;
	box-shadow: 1px 1px 5px #CCC;
}

.w_title {
	text-align: center;
	height: 68px;
	border-bottom: 1px solid #2e6b7e;
}

.w_title h3 {
	padding: 15px 0 0 0;
}

.w_article {
	padding: 30px 55px 0;
}

.w_article p {
	word-wrap: break-word;
	line-height: 45px;
}

.acticeWrap {
	width: 930px;
	max-width: 930px;
	height: 800px;
	float: left;
	margin-left: 20px;
	box-shadow: 1px 1px 5px #CCC;
}

.acticeWrap h1 {
	font-size: 18px;
	height: 68px;
	line-height: 68px;
	padding-left: 60px;
	border-bottom: 1px solid #2e6b7e;
}

.acticeList {
	margin: 12px 50px 60px 50px;
	max-height: 580px;
	overflow: hidden;
}

.acticeList li {
	padding: 0 11px;
	line-height: 47px;
	height: 47px;
	border-bottom: 1px dashed #bababa;
}

.acticeList li p {
	cursor: pointer;
	display: inline-block;
}


/*翻页*/

.loader_page {
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.loader_page span.disabled {
	padding: 10px 14px;
	background-color: #efefef;
	border: 1px solid #e5e5e5;
	color: #ccc;
	border-radius: 5px;
	margin-right: 20px;
}

.loader_page span.current {
	padding: 11px 16px;
	width: 40px;
	height: 40px;
	background-color: #016938;
	color: #fff;
	margin-right: 10px;
	border-radius: 3px;
}

.loader_page a:hover {
	background-color: #016938;
	color: #fff;
	border: 1px solid #016938;
}

.loader_page a {
	border: 1px solid #E5E5E5;
	padding: 10px 16px;
	color: #636363;
	margin-right: 10px;
	border-radius: 3px;
}

.loader_page .input_numb {
	width: 38px;
	height: 38px;
	border: 1px solid #E5E5E5;
	text-align: center;
	margin-right: 10px;
	color: #636363;
	font-size: 14px;
}

.loader_page span.go_to {
	color: #636363;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	padding: 9px 21px;
	margin-left: 10px;
	cursor: pointer;
}


/*评论筛选*/

.ul_choose_list {}

.choose_item {
	float: left;
	margin: 2px 10px 2px 0;
	text-align: left;
	font-size: 12px;
}

.ul_tab_choose {
	padding: 10px;
	z-index: 1;
	border: #DDD 1px solid;
	background: #FCFCFC;
	color: #404040;
	overflow: hidden;
	margin-top: 5px;
}

.revbd_item {
	position: relative;
	list-style: none;
	outline: 0;
	padding: 10px;
	border-bottom: 1px solid #D4D4D4;
}

.revbd_item .from_whom {
	float: left;
	overflow: hidden;
	width: 100px;
	text-align: center;
	line-height: 1.5;
}

.revbd_item .from_whom .avatar {
	width: 60px;
	height: 60px;
}

.review_details {
	box-sizing: border-box;
	overflow: hidden;
	margin-left: 100px;
	position: relative;
	zoom: 1;
}

.tb_tbcr_content {
	font-size: 14px;
	line-height: 1.4;
	color: #3F3F3F;
	word-wrap: break-word;
	text-align: left;
}

.tb_rev_item_media {
	overflow: hidden;
	margin-top: 10px;
}

ul.kg_photo-viewer_thumb-bar li {
	float: left;
	border: 2px solid #F0F0F0;
	padding: 2px;
	margin-right: 6px;
	position: relative;
	background-color: #FFF;
}

ul.kg_photo-viewer_thumb-bar li img {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #FCFCFC;
	cursor: url(../img/T1nTBDFCRbXXbzTk_b-25-20.png), url(http://assets.alicdn.com/img/common/zoom_in.cur), auto;
}

.tb_r_act_bar {
	margin-top: 10px;
}

.tb_r_info {
	float: left;
	font-size: 12px;
	color: #B0B0B0;
}

.t_r_date {
	margin-right: 20px;
}


/*图片插件*/

.tm-m-photos,
.tm-m-photos-thumb {
	zoom: 1;
}

.tm-m-photos-thumb {
	margin: 10px 0;
	list-style-type: none;
	height: 45px;
}

.tm-m-photos-thumb li {
	float: left;
	border: 2px solid #f2f2f2;
	padding: 2px;
	margin-right: 8px;
	position: relative;
	transition: border-color .2s ease-out;
}

.tm-m-photos-thumb .tm-current {
	border: 2px solid #f23d6a;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	cursor: auto;
}

.tm-photos-arrow {
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	border: 6px dashed transparent;
	border-top: 6px solid #f23d6a;
	position: absolute;
	left: 15px;
	filter: alpha(opacity=0);
	opacity: 0;
	bottom: -12px;
	background: 0 0;
}

.tm-current .tm-photos-arrow {
	filter: alpha(opacity=100);
	opacity: 1;
}

.tm-m-photos-thumb img {
	display: block;
	width: 40px;
	height: 40px;
	cursor: url(../img/T1nTBDFCRbXXbzTk_b-25-20.png), url(http://assets.alicdn.com/img/common/zoom_in.cur), auto;
}

.tm-m-photo-viewer,
.tm-m-photo-viewer img,
.tm-m-photos-thumb .tm-current img {
	cursor: url(../img/T1oq4AFupvXXcu5FDa-20-20.png), url(http://assets.alicdn.com/img/common/zoom_out.cur), auto;
}

.tm-m-photo-viewer {
	position: relative;
	margin: 10px 0;
	width: 0;
	height: 0;
	border: 1px solid #ccc;
	background: #fff;
	padding: 2px;
	overflow: hidden;
	display: none;
	transition: all 0.2s ease-in;
}

.tm-m-photo-viewer-navleft,
.tm-m-photo-viewer-navright {
	top: 0;
	bottom: 0;
	position: absolute;
	width: 30%;
	background: url(http://assets.alicdn.com/s.gif);
	/*解决IE 下背景透明的空白元素无法触发 click 和 hover 事件*/
}

.tm-m-photo-viewer-navleft {
	left: 0;
}

.tm-m-photo-viewer-navright {
	right: 0;
}

.tm-m-photo-viewer-navleft i,
.tm-m-photo-viewer-navright i {
	top: 50%;
	margin-top: -24px;
	position: absolute;
	width: 48px;
	height: 48px;
	display: none;
}

.tm-m-photo-viewer-navleft i {
	left: 0;
	background-image: url(../img/arrow-l.png);
}

.tm-m-photo-viewer-navright i {
	right: 0;
	background-image: url(../img/arrow-r.png);
}

.select {
	position: relative;
	display: block;
	width: 100%;
	color: #cccccc;
	vertical-align: middle;
	text-align: left;
	user-select: none;
	-webkit-touch-callout: none;
}

.select .placeholder {
	position: relative;
	display: block;
	z-index: 1;
	cursor: pointer;
	color: #999;
}

.select .placeholder:after {
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'FontAwesome';
	content: '\f078';
	z-index: 10;
}

.select.is-open .placeholder:after {
	content: '\f077';
}

.select.is-open ul {
	display: block;
}

.select.select--white .placeholder {
	background: #fff;
	color: #999;
}

.select.select--white .placeholder:hover {
	background: #fafafa;
}

.select ul {
	display: none;
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	top: 100%;
	left: 0;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	z-index: 100;
}

.select ul li {
	display: block;
	text-align: center;
	color: #999;
	cursor: pointer;
	line-height: 30px;
}

.select ul li:hover {
	background: #016938;
	color: #fff;
}


/*遮罩*/

.xcConfirm .xc_layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(153, 153, 153, 0.5);
	z-index: 2147000000;
	display: none;
}

.xcConfirm .popBox {
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: #fff;
	z-index: 2147000001;
	width: 570px;
	height: 300px;
	margin-left: -285px;
	margin-top: -150px;
	border-radius: 5px;
	font-weight: 700;
	color: #535e66;
}

.xcConfirm .popBox .ttBox {
	padding: 14px 30px;
	border-bottom: solid 1px #eef0f1;
}

.xcConfirm .popBox .ttBox .clsBtn {
	display: block;
	cursor: pointer;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 22px;
	right: 30px;
	background: url(../img/icons.png) no-repeat;
	background-size: 12px;
}

.xcConfirm .popBox .ttBox .tt {
	font-size: 18px;
	display: block;
	height: 30px;
}

.xcConfirm .popBox .txtBox {
	margin: 20px 20px;
	height: 140px;
	overflow: hidden;
}

.xcConfirm .popBox .txtBox label {
	display: block;
}

.xcConfirm .popBox .txtBox p {
	height: 84px;
	margin-top: 16px;
	line-height: 26px;
	overflow-x: hidden;
	overflow-y: auto;
	display: inline;
	margin-left: 5px;
}

.xcConfirm .popBox .btnArea {
	border-top: solid 1px #eef0f1;
}

.xcConfirm .popBox .btnGroup {
	float: right;
}

.xcConfirm .popBox .btnGroup .sgBtn {
	margin-top: 14px;
	margin-right: 10px;
}

.xcConfirm .popBox .sgBtn.ok {
	background-color: #0095d9;
	color: #fff;
}

.xcConfirm .popBox .sgBtn.cancel {
	background-color: #546a79;
	color: #fff;
}

.xcConfirm .popBox .sgBtn {
	display: block;
	cursor: pointer;
	float: left;
	width: 95px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
}


/*-----------------------------------------------------------*/

.MagnifierMain {
	position: relative;
	width: 380px;
	height: 380px;
	text-align: center;
}

.MagnifierMain img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.MagnifierDrag {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ccc;
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: move;
}

.MagnifierPop {
	position: absolute;
	top: 0;
	overflow: hidden;
	background: #fff url(http://fan.yoka.com/fan5.0/img/loading.gif) no-repeat center center;
	z-index: 999;
}

.MagnifierImg {
	position: absolute;
	top: 0;
	left: 0;
}

.spec-items {
	position: relative;
	width: 292px;
	height: 70px;
	overflow: hidden;
	padding-top: 10px;
	margin: 0 auto;
}

.spec-items ul {
	width: 500%;
	position: absolute;
	top: 10px;
	left: 0;
}

.spec-items ul * {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.spec-items li {
	width: 60px;
	height: 60px;
	float: left;
	overflow: hidden;
	margin-right: 5px;
	border: 2px solid #fff;
	cursor: pointer;
	text-align: center;
}

.spec-items li.on {
	border: 2px solid #fb7977;
}

.spec-items li img {
	max-width: 100%;
	max-height: 100%;
}

span.spe_leftBtn,
span.spe_rightBtn {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 20px;
	height: 60px;
	line-height: 60px;
	font-family: "黑体";
	text-align: center;
	font-size: 30px;
	color: #ddd;
	cursor: default;
	background-color: #f9f9f9;
	bottom: 10px;
}

span.on {
	background-color: #ccc;
	color: #999;
	cursor: pointer;
}

span.spe_leftBtn {
	left: 0;
}

span.spe_rightBtn {
	right: 0;
}


/*已选列表*/

.listsrp_nav {
	position: relative;
	padding-top: 15px;
	margin-bottom: 5px;
	z-index: 6;
}

.icon_tab_tag {
	position: relative;
	margin: 4px 5px 0 0;
	padding: 0 19px 0 4px;
	border: 1px solid #e8e8e8;
}

.icon_bt_x {
	position: absolute;
	right: 6px;
	top: 0px;
	;
}

.icon_tab_tag:hover {
	border-color: #016938;
}

.icon_tab_tag:hover>span {
	color: #016938;
}

.a_null:hover {
	color: #016938;
}


/*操作回调*/

.w_box {
	text-align: center;
	margin-top: 50px;
}

.w_box img {
	width: 120px;
}

.w_go {
	font-size: 18px;
	padding: 0 15px;
	border-radius: 3px;
	height: 36px;
	line-height: 36px;
	background: #ededed;
	display: inline-block;
}

.w_p {
	font-size: 16px;
	margin: 20px 0;
}

.w_p span {
	color: #016938;
	margin: 0 5px;
}


/*活动秒杀*/

.floorhd_tit {
	position: relative;
	width: 240px;
	height: 45px;
	font-size: 28px;
	font-family: 'fzzzh';
	font-weight: normal;
	text-align: center;
	line-height: 45px;
	padding: 0 50px;
	margin: 0 auto 20px;
	overflow: hidden;
	color: #222;
}

.floorhd_tit:before,
.floorhd_tit:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 3px;
	display: block;
	background: #222;
	top: 19px;
}

.floorhd_tit:before {
	left: 0px;
}

.floorhd_tit:after {
	right: 0px;
}

.grid_c1 {
	padding-top: 20px;
	background-color: #f6f6f6;
}

.seckill_mod_goods {
	float: left;
	margin-left: 13px;
	margin-bottom: 20px;
	height: 390px;
	position: relative;
	background: #fff;
}

.seckill_mod_goods:hover img {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.seckill_mod_goods_link {
	/*width: 230px;*/
	margin: 0 10px;
	padding-top: 20px;
	background: #fff;
	display: block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.seckill_mod_goods_link_img {
	width: auto;
	height: 230px;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-moz-transition: transform .3s, -moz-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
}

.seckill_mod_goods_title {
	color: #333;
	font-size: 14px;
	margin: 20px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-weight: 400;
	text-align: left;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.li_daojishi {
	top: -20px;
	position: relative;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	color: white;
	background: linear-gradient(to right, #78ffd6, #007991);
}

.seckill_mod_goods_info {
	overflow: hidden;
	text-align: left;
	height: 60px;
	display: block;
	border: 1px solid #e01222;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 288px;
}

.head-hotwords {
	float: left;
	width: 100%;
	height: 18px;
	margin-top: 5px;
	overflow: hidden;
	_float: none;
	_position: relative;
	/*font-size: 0;*/
}

.head-hotwords a {
	color: #999;
	float: left;
	white-space: nowrap;
	font-size: 12px;
	margin: 3px 0 3px -11px;
	padding: 0 20px 0 10px;
	border-left: 1px solid #ddd;
	height: 12px;
	line-height: 12px;
}

.head-hotwords a:hover {
	color: #016938;
}

.li_bili {
	color: #666;
	line-height: 30px;
	margin-left: 15px;
}

.li_bili>div {
	display: inline-block;
	width: 100px;
	height: 10px;
	margin-left: 10px;
	background: #CCCCCC;
}

.li_bili>div>div {
	width: 35px;
	height: 10px;
	background: red;
}

.seckill_mod_goods_info_i {
	color: #fff;
	line-height: 62px;
	font-size: 16px;
	display: block;
	top: 0;
	right: 0;
	width: 89px;
	text-align: center;
	position: absolute;
	background: #e01222;
}


/*登录弹窗*/

#black_overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 99998;
	display: none;
}

.login_frame {
	width: 520px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -155px 0 0 -260px;
	text-align: center;
	padding: 30px 0 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
	border-radius: 4px;
	display: none;
}

.login_frame .logo {
	display: block;
	margin: 0 auto;
}

.login_frame .login .holder {
	padding-top: 20px;
	width: 286px;
	margin: 0 auto;
	position: relative;
}

.login_frame .with_line:before {
	content: "";
	border-top: 1px solid #ededed;
	display: block;
	position: absolute;
	width: 50px;
	top: 8px;
	left: 0;
}

.login_frame .with_line {
	font-size: 16px;
	color: #999;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.login_frame .with_line:after {
	content: "";
	border-top: 1px solid #ededed;
	display: block;
	position: absolute;
	width: 50px;
	top: 8px;
	right: 0;
}

.login_frame .login .mail_login {
	margin-top: 15px;
}

#login_frame .clear_input {
	box-sizing: border-box;
	width: 100%;
}

.login_frame .login .mail_login .clear_input {
	margin-bottom: 10px;
}

.clear_input {
	display: inline-block;
	padding: 0 10px;
	height: 36px;
	font-size: 16px;
	line-height: 1;
	color: #777;
	background: #FCFCFC;
	border: 1px solid #CCC;
	border-radius: 3px;
	width: 250px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
	-webkit-transition: color .2s linear, border-color .3s linear;
}

.login_btn {
	display: block;
	font-size: 18px;
	border-radius: 3px;
	height: 36px;
	line-height: 36px;
	text-shadow: none;
	background: #016938;
	color: #fff;
	box-shadow: none;
	border: 1px solid #016938;
}

.login_btn:hover {
	background: #25503D;
	border: 1px solid #25503D;
}

.login_frame .login .mail_login .clear_input {
	width: 100%;
}

.reset_password {
	position: relative;
	top: 10px;
	color: #016938;
}

.switch_back {
	text-align: right;
	margin: 10px 0;
}

.g_link {
	color: #016938;
}

.close {
	width: 36px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.login_frame .close i {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -10px;
	background: url(../img/msg_close.png) 0 0 no-repeat
}
