html,
body,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
b,
i,
em,
s,
u,
dl,
dt,
dd,
ul,
ol,
li,
strong,
span,
table,th,tr,td,
img,
div,
form,fieldset,legend,
input,
button,
select,
option,
textarea,
label,
iframe {
margin: 0;
padding:0
}
a{
text-decoration: none;
}
ol,ul,li{
list-style: none;
}

textarea{ /* 文本域拉伸，根据需求而定 */
resize: none；
}

input,button,textarea{
outline: none;
}

img{
max-width: 100%;
height: auto;
width: auto\9;
-ms-interpolation-mode: bicubic;
}
input,input[type=submit],
[type=reset],[type=button]{
-webkit-appearance: none;
resize: none;
}

.clear_fix::after{
content: " ";
display: block;
visibility: hidden;
height: 0;
clear: both;
}
/* 设置背景文字颜色 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
color: #ccc;
}
/* 单行溢出 */
.spill{
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
}
/* 多行溢出 */
.spills{
overflow: hidden;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-line-clamp: 3; 
-webkit-box-orient: vertical;
}


.mt20{
	margin-top: 20px;
}
.wt100{
	width: 100%;
}
.pl{
	line-height: 22px;
}
.fw600{
	font-weight: 600;
}
.mb15{
	margin-bottom: 15px;
}
.tchile{
  padding-right:0px!important;
  }
.pd5{
	padding: 5px;
}
.pd5 h5{
	margin-top: 10px;
	font-weight: 600;
	color: #000;
}
.pd3{
  padding-left: 3px;
  padding-right: 3px;
}


.bj{
	background-color: #d7e6f7;
	height: 40px;
	border-radius:150px 25px;
	line-height: 40px;
	/* color: #fff; */
}
.pd0{
	margin-left: 0px;
	margin-right: 0px;
}

.foot_b {
    text-align: center;
    line-height: 28px;
    font-size: 1em;
    color: #000;
    margin-bottom: 65px;
}


/* 返回顶部 */
.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: 35px;
  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);
  }
  #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;
  }

/* 手机底部 */
  #mob-bottom{
    width: 100%;
    /*max-height: 64px;*/
    text-align: center;
    z-index: 1000;
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    bottom: 0;
    border-top: 2px solid #0ba1e4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#mob-bottom .mob-bottom-item a{
    display: block;
    padding-top: 5px;
    padding-bottom: 2px;
    color: #616161;
    text-align: center;
    line-height: 1.5em;
    font-size: 12px;
}
#mob-bottom .mob-bottom-item a:hover{
    text-decoration: none;
}
#mob-bottom .mob-bottom-item a img{
    max-width: 28px;
}