@charset "utf-8";
/* 左侧导航 */
a {
	outline: none;
}

.tyleft_nav {
	width: 140px;
	float: left;
	min-height: 200px;
	position: relative;
}

.tyleft_nav_nav a {
	display: block;
	font-size: 16px;
	color: #333;
	margin-bottom: 3px;
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
}

.tyleft_nav_nav a:hover {
	color: #fff;
	background-color: #ff091e;
	-webkit-animation-name: hvr-back-pulse;
	animation-name: hvr-back-pulse;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.tyleft_nav .tyleft_nav_cur {
	background-color: #ff091e;
	color: #fff;
}

.tyleft_nav .sm_logo {
	margin-top: 10px;
	display: block;
	height: 45px;
	margin-bottom: 10px;	
}

/* 二级导航 */
.sm_nav_w {
	height: 46px;
	line-height: 46px;
	border-bottom: 2px solid #e5e5e5;
}

.sm_nav_w a {
	font-size: 16px;
	margin-left: 20px;
	position: relative;
	display: inline-block;
}

.sm_nav_w a .line {
	display: none;
	height: 2px;
	background-color: #ff091e;
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
}

.sm_nav_w .sm_nav_cur {
	color: #ff091e;
	font-weight: bold;
}

.sm_nav_w .sm_nav_cur .line {
	display: block;
}

/* 新闻搜索 */
.search_wrap {
	height: 44px;
	width: 100%;
	line-height: 44px;
	margin-bottom: 15px;
}

.search_wrap .new-search {
	width: 85%;
	padding-left: 15px;
	float: left;
}

.search_wrap .input-btn {
	width: 15%;
	background-color: #0ca6f2;
	float: left;
	border: 2px solid #0ca6f2;
}

.search_wrap .input-btn .icon-search {
	font-size: 22px;
	color: #fff;
}

/* 登录窗口 */
.login_w {
	width: 75%;
	text-align: center;
	padding: 30px 0px;
	margin: 0 auto;
}

.login_w p {
	line-height: 24px;
	text-align: center;
	color: #666;
	padding-bottom: 10px;
}

.login-button {
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #ff6d79;
	border-radius: 5px;
	width: 100%;
	border: 0px;
	font-size: 16px;
}

.login-button:hover {
	background-color: #ff091e;
}

.cut-off {
	width: 100%;
	border-top: 1px solid #c2c2c2;
	position: relative;
	margin: 30px 0;
}

.cut-off .chose-other {
	display: inline-block;
	padding: 10px 20px;
	background-color: #ffffff;
	color: #999;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -83px;
}

.other_loginw .other_login_weixin {
	background: url(../images/other_login.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	height: 41px;
	width: 41px;
	display: inline-block;
	margin-bottom: 2px;
	background-position: -4px -337px;
}

.other_loginw .other_login_weixin:hover {
	background-position: -63px -337px;

}

.login_go {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0px;
	height: 230px;
	position: relative;
}

.login_go .logout {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	position: absolute;
	right: 0px;
	top: 14px
}

.login_go .logout:hover {
	color: #406599;
}

.login_go .logout_img {
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 90px;
	height: 90px;
}

.login_go .logout_img img {
	display: block;
	border-radius: 45px;
	width: 90px;
	height: 90px;
}

.login_go .timg_name {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	display: block;
	padding-bottom: 10px;
}

.lg_bottom li {
	float: left;
	width: 49%;
	text-align: center;
}

.lg_bottom .line_line {
	width: 1px;
	height: 46px;
	background-color: #e2e2e2;
	margin-top: 10px
}

.lg_bottom .num {
	font-weight: bold;
	line-height: 38px;
	color: #333;
	font-size: 20px;
	margin-bottom: 0px;
}

.lg_bottom a:hover .num {
	color: #406599;
}

.lg_bottom .word {
	color: #666;
	font-size: 16px;
}

.lg_bottom li a {
	display: block;
}

ui,
li {
	list-style: none;
}

/* 活跃会员 */
.common-block .user_list_mar {
	margin: 0px !important;
}

.common-block .user_list_mar li {
	width: 33.33% !important;
	margin-bottom: 15px;
}

.user_list_mar li .user-name a {
	width: 100% !important;
}

.tran_dh {
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

.tran_dh:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.big_big {
	overflow: hidden;
}

.big_big img {
	display: block;
	transition: all 0.6s;
}

.big_big img:hover {
	transform: scale(1.4);
}

.shop_list {
	margin-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 15px;
	width: 86%;
	margin: 0 auto;
	padding-top: 15px;
	margin-left: 8%;
}

.shop_list:first-child {
	padding-top: 0px;
}

.shop_list:last-child {
	border: 0px;
	padding-bottom: 20px;
}

.user_list_mar .user-name a:hover {
	color: #0ca6f2;
}

.shop_list .shopa {
	display: block;
	width: 100%;
	height: 100px;
}

.shop_list .shopa img {
	display: block;
	width: 100%;
	height: 100px;
}

.shop_list .shop_tit {
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

.shop_list .col-md-7 {
	line-height: 20px;
	color: #666;
	font-size: 12px;
	padding-right: 0px;
	padding-left: 8px!important;
}

.shop_list .col-md-7 p {
	margin-bottom: 0px;
	line-height: 28px;
}

.shop_list .col-md-7 p span {
	float: right;
}

.shop_list .col-md-7 p span i {
	color: red;
	font-style: normal;
}

.ckxq_sp {
	background: #ff6d79;
	height: 28px;
	line-height: 28px;
	border-radius: 5px;
	display: block;
	width: 60px;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}

.ckxq_sp:hover {
	background-color: #ff091e;
	color: #fff;
}

.shop_list .col-md-5 {
	padding-left: 0px;
}

/* 热门兑换 */
.issue_list{margin-bottom: 15px;}
.issue_list:last-child{margin-bottom: 0px;}
.newgoods {
	padding: 0px;
	
}

.position_re:hover {
	box-shadow: 0 0 4px #ccc;
}

.newgoods .ico_new {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 800;
	width: 85px;
	height: 61px;
}

.red {
	color: red;
}

.hotdh {
	padding: 10px;
}

.hotdh .shop_tit {
	width: 100%;
		overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	line-height: 35px;
	height: 35px;
	display: block;
}

.hotdh .shop_tit:hover {
	color: #0ca6f2;
}

.hotdh_bot {
	padding: 0 10px 10px 10px;
}

.hotdh_bot .price {
	color: #d61f39;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
}

.hotdh_bot .price i {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
}

.hotdh_bot .hotdh_rt {
	float: right;
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-right: 8px;
}

.hotdh_bot .hotdh_rt .red {
	color: #333;
}

.shop_dhbig {
	width: 220px;
	height: 220px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.shop_dhbig img {
	display: block;
}

.exchange_goods {
	display: none;
}

.newgoods:hover .exchange_goods {
	display: block;
	width: 30%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background: #ff091e;
	margin: 0 auto;
}

.dl_mar {
	margin: 0px !important;
	padding: 0px;
}
