/** 
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) 
* http://cssreset.com 
*/
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, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	/* font: inherit; */
    vertical-align: baseline;
	font-family:"PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", "Arial"!important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	min-width: 1200px;
	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;
}
.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;
}
.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;
}
/*右侧固定客服导航条*/
/*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/companies/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/companies/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/companies/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/companies/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;
}
.izl-rmenu .cart .pic img{
    width: 160px;
    height: 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/companies/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}