@charset "UTF-8";/** 
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) 
* http://cssreset.com 
*/
*{margin:0 ;padding:0}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
    vertical-align: baseline;
	font-family:"PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", "Arial"!important;
}
html, body{width:100%;height:100%;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	min-width: 1380px;
	font-size: 12px;
	color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #333;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #333;
}
.aglinC {
	text-align: center;
}
.aglinL {
	text-align: left;
}
.aglinR {
	text-align: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.color_FF5E00 {
	color: #FF5E00!important;
}
.color_FFFFFF {
	color: #FFFFFF!important;
}
.color_666666 {
	color: #666666!important;
}
.color_999999 {
	color: #999999!important;
}
.color_FF8803 {
	color:#D11120!important;
}
.color_2674E3 {
	color: #2674E3!important;
}
.color_6DBB5B {
	color: #6DBB5B!important;
}
.main {
	width: 1200px;
	margin: 0 auto;
}
.main .caidan{
	width:800px;float:left;margin-top:-40px;cursor:pointer;
}
.clear {
	clear: both;
}
/* 分页 */
.layui-laypage a:hover {
	color: #D11120;
}
.layui-laypage-btn {
	width: 56px;
	height: 28px !important;
	background: #D11120 !important;
	line-height: 28px !important;
	border-radius: 2px;
	color: #FFFFFF;
	border: none !important;
}
.layui-laypage-btn:hover {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	color: #FFFFFF;
}
.layui-laypage input:focus {
	border-color:#D11120 !important;
}
.layui-laypage a, .layui-laypage .layui-laypage-curr {
	width: 28px;
	height: 28px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #DCDCDC;
	padding: 0;
	line-height: 28px;
	margin: 0 8px 5px 0;
}
.layui-laypage a .layui-icon {
	font-size: 12px;
	color: #999999;
}
.layui-laypage>a:hover .layui-icon {
	color: #D11120;
}
.layui-laypage span {
	margin: 0 8px 5px 0;
}
.layui-laypage .layui-laypage-spr {
	color: #999;
	font-weight: 700;
	padding: 0;
	width: 28px;
}
.layui-laypage>a:first-child, .layui-laypage>a:first-child em {
	border-radius: 2px;
}
.clearfix:after {/*伪元素是行内元素 正常浏览器清除浮动方法*/
	content: "";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
.none {
	display: none;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
/* banner样式 */
.currrentGeoBanner {
	height: 47px;
}
.currrentGeoBanLeft {
	float: left;
	padding-top: 22px;
}
.currrentGeoBanLeft .curp {
	display: inline-block;
	margin-right: 10px;
}
.curspan {
	height: 12px;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	line-height: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.curul, .curli {
	display: inline-block;
	color: #999999;
}
.layui-breadcrumb>* {
	font-size: 12px !important;
}
.layui-breadcrumb a:hover {
	color:#999999 !important;
}
.now {
	color: #D11120;
}
/* vip图标样式 */
.isv3 {
	width: 42px;
	height: 16px;
	display: inline-block;
	text-align: right;
	padding-right: 2px;
}
.isv2 {
	width: 42px;
	height: 16px;
	display: inline-block;
	text-align: right;
	padding-right: 2px;
}
.isv1 {
	width: 42px;
	height: 16px;
	display: inline-block;
	text-align: right;
	padding-right: 2px;
}
.isv0 {
	width: 42px;
	height: 16px;
	display: inline-block;
	text-align: right;
	padding-right: 2px;
}
/*表单*/
input:focus, textarea:focus, .layui-input:focus, .layui-textarea:focus {
	border-color: #D11120!important;
	border-width: 1px;
}
input.error, textarea.error, .layui-input.error, .layui-textarea.error {
	border-color: #E13333!important;
	border-width: 1px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* WebKit browsers */ 
    color: #999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */ 
    color: #999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */ 
    color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */ 
    color: #999;
}
.input_error_tip {
	display: none;
	/* position: absolute; */
    bottom: -15px;
	left: 12px;
	color: #E13333;
	word-wrap:  break-word;
	word-break:  normal;
	word-break: break-all;
}
/* 公共模块高度 优化加载闪动*/
.headerBox {
	min-height: 36px;
}
.headerSearchBox {
	min-height: 87px;height: 180px;
	border-bottom: 1px solid #D11120;
}
.headerSearchBox .search_s{
	width:1200px;margin:0 auto;
	height: 120px;
overflow: hidden;
}
.headerSearchBox .search_n{
	width:1380px;margin:0 auto;
	height: 120px;
overflow: hidden;
}
.store_header {
	min-height: 240px;
}
.iconfont {
	color: #666;
}
/* 分页返回顶部的遮罩样式 */
.topbackmask {
	position: fixed;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.3);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 1s;
	display: block;
}
/* 遮罩层*/
.mask {
	position: fixed;
	z-index: 100;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	display: none;
	left: 0;
	top: 0;
}
.maskinput, .masktextarea {
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #E6E6E6;
	padding-left: 8px;
}
.maskinput:focus, .maskinput:hover, .masktextarea:focus, .masktextarea:hover {
	border-color: #BFBFBF !important;
}
.userLink {
	cursor: pointer;
}
#cnzz_stat_icon_1280004864 { /*隐藏统计图表*/
	display: none;
}
.money { /*¥符号*/
	font-size: 14px !important;
	color: #FF5E00 !important;
}
.textEdit {/*富文本编辑框回显内容*/
	word-wrap:  break-word;
	word-break:  normal;
	word-break: break-all;
}
.textEdit table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.textEdit table td,  .textEdit table th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 15px 5px;
	line-height: 15px;
}
.textEdit table th {
	border-bottom: 2px solid #ccc;
	text-align: center;
}
/* blockquote 样式 */
  .textEdit blockquote {
	display: block;
	border-left: 8px solid #d0e5f2;
	padding: 5px 10px;
	margin: 10px 0;
	line-height: 1.4;
	font-size: 100%;
	background-color: #f1f1f1;
}
/* code 样式 */
  .textEdit code {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	background-color: #f1f1f1;
	border-radius: 3px;
	padding: 3px 5px;
	margin: 0 3px;
}
.textEdit pre code {
	display: block;
}
/* ul ol 样式 */
  .textEdit ul, .textEdit ol {
	margin: 10px 0 10px 20px;
}
.textEdit ul {
	list-style:disc;
}
.textEdit ol {
	list-style:decimal;
}
.textEdit ul li {
	list-style:disc;
}
.textEdit ol li {
	list-style:decimal;
}
/*鼠标 小手*/
  .pointer {
	cursor: pointer;
}
/*头部轮播图*/
.slider-focus {
	position:relative;
	max-width:100%;
	overflow:hidden;
	height: 462px;
}
.slider-focus .hd {
position: relative;
width: 600px;
height: 42px;
z-index: 10;
line-height: 28px;
text-align: center;
margin: -40px auto 0;
}
.slider-focus .hd li {
	display:inline-block;
	vertical-align:middle;
	width:50px;
	height:8px;
	margin:0 8px;
	font-size:0;
	line-height:0;
	text-indent:-9999em;
	background:#fff;
	cursor:pointer;
}
.slider-focus .hd li.on {
	background:#ffea00;
}
.slider-focus .bd {
	position:relative;
	z-index:0;
}
.slider-focus .bd li {
	position:relative;
	text-align:center;
}
.slider-focus .bd li img {
	background:url(images/loading.gif) center center no-repeat;
	vertical-align:top;
	width:100%;
	height:462px;/* 图片宽度100%，达到自适应效果 */
}
.slider-focus .bd li a {
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}  /* 去掉链接触摸高亮 */
.slider-focus .bd li .tit {
	display:block;
	width:100%;
	position:absolute;
	bottom:0;
	text-indent:10px;
	height:28px;
	line-height:28px;
	background:url(images/focus_bg.png) repeat-x;
	color:#fff;
	text-align:left;
}
/*头部板块*/
.go_news {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.identity_list {
	cursor: pointer;
}
.numCount li {
	float: left;
	width: 25%;
	text-align: center;
}
.login_default {
	height: 98px;
	padding: 0 18px;
	padding-top: 20px;
	box-sizing: border-box;
}
.login_default dt {
	width: 56px;
	height: 56px;
	float: left;
	margin-right: 16px;
}
.login_default dd {
	width: 110px;
	box-sizing: border-box;
	float: left;
	height: 56px;
}
.login_default dd p {
	text-align: left;
	font-size: 12px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	margin-bottom: 5px;
}
.qqt_name {
	margin-bottom: 8px;
	font-size: 14px;
	color: #333333;
	line-height: 14px;
	text-overflow: ellipsis;
	height: 16px;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 18px;
}
.YDL {
	position: relative;
}
.out_btn {
	position: absolute;
	top: -78px;
	right: 12px;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
}
.out_btn:hover {
	color: #999999;
}
.ban_enter {
	overflow: hidden;
	padding: 10px 18px 0px;
}
.ban_enter li {
	float: left;
	display: inline-block;
	width: 64px;
	text-align: center;
}
.ban_two li {
	width: 50%;
}
.ban_enter li img {
	width: 44px;
	height: 44px;
	display: block;
	margin: 0 auto;
}
.ban_enter li p {
	font-size: 12px;
	padding: 8px 0 14px;
	line-height: 16px;
	height: 16px;
	color: #666;
}
.hide {
	display: none;
}
.dl_zc {
	padding: 0 18px 0;
	overflow: hidden;
	height: 28px;
}
.dl_zc span {
	width: 90px;
	height: 28px;
	background: #D11120;
	border-radius: 14px;
	opacity: 0.99;
	display: inline-block;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
#loginBtn a{color:#FFF;}
.registerBtn a{color:#a52e34;}
.text_auto {
	width: 192px;
	box-sizing: border-box;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	height: 18px;
	margin: 0 auto;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.text_auto .text_icon {
	z-index: 2;
	width: 20px;
	height: 18px;
	position: absolute;
	left: 0;
	background: #fff;
	top: 0;
}
.text_auto .text_icon img {
	width: 100%;
	height: 100%;
}
.text_go {
	position: relative;
	white-space: nowrap;
	font-size: 12px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #D11120;
	line-height: 18px;
	overflow: hidden;
	width: 152px;
	height: 18px;
	position: absolute;
	left: 30px;
	top: 0;
	margin: 0 auto;
}
.text_go:hover {
	color: #D11120;
}
.mt0 {
	margin-top: 0 !important;
}
.go_news {
	width: 192px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 12px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	text-align: left;
	display: block;
}
.go_news:hover {
	color: #D11120;
}
.text_auto div {
	position: absolute;
	top: 0;
	width: 100%;
	line-height: 18px;
	height: 18px;
	left: 0;
	text-align:left;
}
.login_line {
	width: 192px;
	height: 1px;
	background: #E5E5E5;
	margin: 0 auto;
	margin-top: 10px;
}
.identity_list {
	height: 24px;
	padding: 0 18px;
	margin-top: 20px;
}
.identity_list li {
	width: 50%;
	height: 14px;
	font-size: 14px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	position: relative;
	text-align: center;
	line-height: 14px;
	float: left;
}
.identity_list .active {
	font-size: 14px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333333;
}
 .identity_list .active::after {
 content: '';
 width: 30px;
 height: 2px;
 background: #D11120;
 position: absolute;
 left: 50%;
 margin-left: -15px;
 bottom: -8px;
}
.dl_zc span:last-child {
	border: 1px solid #D11120;
	background: #fff;
	color: #D11120;
	height: 26px;
	line-height: 26px;
}
.hyzx>a {
	width: 204px;
	height: 28px;
	background: #D11120;
	border-radius: 14px;
	margin: 0 auto;
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #FFFFFF;
}
/*分割线*/

.fixSearchBox {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	padding: 16px 0 16px 0;
	display: none;
	background: #fff;
	z-index: 99;
}
.fixLogo {
	width: 180px;
	margin-right: 34px;
}
.fixLogo>img {
	width: 180px;
	height: 37px;
}
.searchInner2 {
	position: relative;
}
.index-float-condition {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 690px;
	width: 70px;
	z-index: 99;
	background: #fff;
	height: 34px;
	overflow: hidden;
}
.index-float-condition.fixedAuto {
	height: auto;
}
.index-float-condition:hover .layui-icon-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.index-float-condition li {
	cursor: pointer;
	padding-left: 14px;
	line-height: 34px;
	height: 34px;
	font-size: 12px;
	color: #333333;
}
.index-float-condition .layui-icon-down {
	color: #979797;
	font-size: 12px;
	position: absolute;
	top: 12px;
	right: 10px;
 -webkit-transition: -webkit-transform .2s linear;
 transition: -webkit-transform .2s linear;
 -o-transition: transform .2s linear;
 transition: transform .2s linear;
 transition: transform .2s linear, -webkit-transform .2s linear;
}
.allFenlei {
	display: block;
	width: 200px;
	height: 40px;
	background: #D11120;
	border-radius: 5px 5px 0 0;
}
.allFenlei>span {
	display: inline-block;
	padding: 9.5px 0 0 18px;
	color: #fff;
	font-size: 16px;
}
.allFenlei>span>img {
	vertical-align: middle;
	margin-right: 10px;
}
.home_nav {
text-align: center;
overflow: hidden;
width: 820px;
margin: 0 auto;
font-weight: bold;
}
.home_nav li {
	float: left;
	height: 40px;
	padding: 0 20px;
}
.home_nav li a {
	display: inline-block;
	line-height: 38px;
	height: 38px;
	color: #333333;
	font-size: 16px;
}
.home_nav li a.cur {
	/*border-bottom: 2px #D11120 solid;*/
	color: #D11120;
}
.home_nav li a:hover {
	/*border-bottom: 2px #D11120 solid;*/
}
.home_nav li .icon_hll {
	position: relative;
	top: -14px;
	width: 12px;
	height: 12px;
	left: 2px;
}
.index_fenlei {
	width: 200px;
	height: 45px;
	pointer-events: auto;
	margin-top:-40px;
}
.index_fenlei .index_fenlei_ul {
	position: relative;
	width: inherit;
	background: rgba(0, 0, 0, 0.75);
	height: 462px;
}
.index_fenlei .index_fenlei_ul .index_yiji_Li:hover .index_yijifenlei{color:#D11120}
.index_fenlei_ul>li {
	height: 38px;
}
.index_yijifenlei {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 42px;
	color: #FFFFFF;
	opacity: 0.75;
	cursor: pointer;
}
.index_yijifenlei {
	padding-left: 18px;
}
.index_yijifenlei .iconfont {
	margin-right: 10px;
	color: #fff;
}
.index_fenlei_ul>li>span>img {
	vertical-align: middle;
}
.index_yiji_Li:hover {
	cursor: default;
}
.index_yiji_Li:hover .index_ersanji {
	display: block;
}
.index_yiji_Li .index_ersanji {
	position: absolute;
	left: 200px;
	top: 0;
	display: none;
	width: 998px;
	background: #fff;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
	border: 1px solid #FF5E00;
	height: 460px;
	z-index: 10;
}
.index_yiji_Li .index_ersanji > ul {
	width:100%;
	float:left;
	height: 462px;
	overflow-y: auto;
}
.index_yiji_Li .index_ersanji ul>li:nth-child(1) {
margin-top:10px;
}
.index_yiji_Li .index_ersanji ul > li {
	margin-top: 0;
	width:100%;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
.index_yiji_Li .index_ersanji ul > li > a {
	float: left;
	font-size: 13px;
	font-weight: 600;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
	background:url('../images/more_item.png') no-repeat;
	background-position:right;
	margin-left: 20px;
	width: 100%;
}
.index_yiji_Li .index_ersanji > ul > li > a:hover {
	color:#F00;
}
.index_yiji_Li .index_ersanji ul > li > ul {
	margin: 0px 14px 10px;
	float: left;
}
.index_yiji_Li .index_ersanji ul > li > ul > li:nth-child(1), .index_yiji_Li .index_ersanji ul > li > ul > li {
 line-height: 20px !important;
padding: 0 5px;
width: auto;
margin: 6px 5px 6px 0;
}
.index_yiji_Li .index_ersanji ul > li > ul > li > a {
	font-size: 13px !important;
	font-weight: 400;
	color: #666666 !important;
	background:none;
	margin-left:0;
}
.index_yiji_Li .index_ersanji > ul > li > ul > li > a:hover {
	color:#F00!important;
}
.index_ersanji>ul {
	width: 100%;
}
.index_ersanji li {
	margin: 22px 0 0px;
	overflow: hidden;
	cursor: pointer;
}
.index_ersanji>ul li {
	margin-top: 22px;
	width: 30%;
	float: left;
}
.index_erjifenlei .normal_hover {
	margin-left: 4px;
}
.index_erjifenlei {
	width: 100px;
	margin-right: 10px;
	text-align: center;
}
.index_erjifenlei>a {
	font-size: 13px;
	font-weight: 600;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
}
.index_sanjijifenlei {
	margin: 14px;
}
.index_sanjijifenlei a {
	font-size: 13px!important;
	font-weight: 400;
	color: #666666!important;
	line-height: 20px!important;
	margin-bottom: 10px;
	display: inline-block;
	padding: 0 5px;
}
.index_sanjijifenlei a:hover {
	color: #D11120 !important;
}
.fenlei_goods {
	width: 144px;
	box-sizing: border-box;
}
.fenleituijian {
}
.fenleituijian li {
	margin: 0px !important;
}
 .fenleituijian li:nth-child(3)>img {
 margin: 0;
}
.fenleituijian li>img {
	display: block;
	margin: 0 auto 5px;
	width: 144px;
	height: 150px;
}
.home-swiper-container {
	height: 462px;
	z-index: 1;
}
.home-swiper-container .swiper-slide>a {
	display: block;
	height: 462px;
}
.home-swiper-container .swiper-button-prev, .home-swiper-container .swiper-button-next {
	width: 26px;
	height: 38px;
	border-radius: 0px 1px 1px 0px;
	top: 211px;
	z-index: 9;
}
.home-swiper-container .swiper-button-prev:hover, .home-swiper-container .swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.home-swiper-container .swiper-button-prev {
	border-radius: 0px 1px 1px 0px;
	left: 50%;
	margin-left: -400px;
}
.home-swiper-container .swiper-button-prev, .home-swiper-container .swiper-container-rtl .swiper-button-next {
	background: rgba(0, 0, 0, 0.25) url(../images/jt_left.png) no-repeat center center;
	background-size: 9px auto;
}
.home-swiper-container .swiper-button-next, .home-swiper-container .swiper-container-rtl .swiper-button-prev {
	background: rgba(0, 0, 0, 0.25) url(../images/jt_right.png) no-repeat center center;
	background-size: 9px auto;
}
.home-swiper-container .swiper-button-next {
	border-radius: 1px 0px 0px 1px;
	right: 50%;
	margin-right: -372px;
}
.home-swiper-container .swiper-pagination-bullet {
	width: 26px;
	height: 2px;
	background: #FFFFFF;
	border-radius: 2px;
	opacity: 0.2;
}
.home-swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
}
.bannerBox_s {
	position: relative;
}
.bannerBox_n {
	position: relative;
	width:1380px;
	margin: 0 auto;
}
.bannerBox_n .main {
	position: absolute;
	left:0;
	top: 0;
	z-index: 9;
}
.bannerBox_s .main {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 0;
}

.memberRight {
	pointer-events: auto;
	margin-top: 1px;
	width: 228px;
	background: #fff;
	height: 461px;
}
.logo02_1 {
	width: 56px;
	padding: 10px 0 10px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.logo02_1>img {
	width: 100%;
	z-index: 1;
}
.avatar {
	width: 56px!important;
	height: 56px;
	border-radius: 50%;
	display: block;
}
.logo02_1_login:hover .icon_edit {
	display: block!important;
}
.icon_edit {
	width: 54px!important;
	bottom: 11px;
	left: 1px;
	position: absolute;
}
/*右侧固定客服导航条*/
/*reset css*/
.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       position: fixed;
	       right: 2px;
	       top: 65%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
}
.izl-rmenu .consult{    
	background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -160px;
    top: 65px;
    width: 160px;
    height: 160px;
    background:url(../images/weixin.jpg);
	background-size: 160px 160px;
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}
.aligncenter {
   clear:both;display:block;margin:0 auto;max-width:100%;height:auto; }
.wp-caption-text{text-align:center;}
.post-categories li{float:left;margin: 0 5px 0 0;}

.inner .pager
{
text-align: center;
margin: 30px 0;
	font-family: arial;
}
.inner .pager a
{
	display: inline-block;
	border: solid 1px #F60;
	height: 24px;
	line-height: 24px;
	padding: 0 9px;
	margin-left: 10px;
	border-radius: 4px;
}

.inner .pager span
{
	display: inline-block;
	border: solid 1px #F60;
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	margin-left: 10px;
}
.inner .pager a:hover, .inner .pager .cpb
{
	background: #F60;
	color: #fff;
	border: solid 1px #F60;
}
.inner .pager .current{background:#F60;color:#FFF;border-radius: 4px;}
.single_bottom{width:730px;height:270px;padding:20px 0;margin:0 auto;}

.wp-block-image{margin: 0!important;}
.acf_tupian{height:300px;}
/*会员权益页面*/
.page_content{width:1380px;margin:20px auto;}
.page_content h1{text-align: center;
padding: 25px 0;}
.page_content p{font-size: 14px;
line-height: 24px;
padding: 8px 0;text-indent: 2em;}
.page_content table{margin: 0 auto;}
.page_content table tbody{}
.page_content table tbody tr:nth-child(2n){background: #eee;}
.page_content table tbody tr td{
	border: #ccc 1px solid;
font-size: 16px;
padding: ;
text-align: center !important;
vertical-align: middle;
width: 200px;
height: 50px;}

.pager
{
	text-align: center;
	margin-top: 30px;
	font-family: arial;
}
.pager a
{
	display: inline-block;
	border: solid 1px #cbcbcb;
	height: 24px;
	line-height: 24px;
	padding: 0 9px;
	margin-left: 10px;
	border-radius:5px;
}
.pager a.current{background:#F00;color:#FFF;}
.pager span
{
	display: inline-block;
	border: solid 1px #cbcbcb;
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	margin-left: 10px;
	border-radius:5px;
}
.pager a:hover, .pager .cpb
{
	background: #D11120;
	color: #fff;
	border: solid 1px #D11120;
}