/*自定义CSS*/
/*去掉iPhone、iPad的默认按钮样式*/
input[type="button"], input[type="submit"], input[type="text"], input[type="reset"],select {
	appearance:none  !important;  -moz-appearance:none  !important;-webkit-appearance:none  !important;
}
/*去掉iPhone、iPad的默认样式，文本域禁止大小*/
textarea {-webkit-appearance: none !important;resize:  none !important;}
.views{
    width:19rem;
	margin:0 auto;
}
.but20 {
    min-width: 1rem;
    padding: 0.4rem 0.6rem;
    color: #fff;
    background: rgba(0,0, 0, 0.2);
    display: inline-block;
    font-size: 0.73rem;
    border-radius: 20px;
}
ul {list-style:none;}
a{color:#333}
.list-p20{margin: 0;}
.cle{ clear:both;}
.s55{font-size:0.55rem !important;}
.s6{font-size:0.6rem !important;}
.s65{font-size:0.65rem !important;}
.s7{font-size:0.7rem !important;}
.s75{font-size:0.75rem !important;}
.s8{font-size:0.8rem !important;}
.s85{font-size:0.85rem !important;}
.s10{font-size:1rem !important;}
.s12{font-size:1.2rem !important;}
.fw{font-weight:bold;}
.theme{color:#ea2712;}
/*头细边框*/
.ot{border-top:1px solid #999;transform: scaleY(0.2);background:#fff;width:100%; clear:both;}
/*头细边框*/
.ob{border-bottom:1px solid #999;transform: scaleY(0.2);background:#fff;width:100%;clear:both;}
/*浮动左*/
.fl{float:left;}
/*浮动右*/
.fr{float:right;}
/*#ccc*/
.ccc{color:#ccc}
/*#999*/
.c9{color:#999;}
/*#666*/
.c6{color:#666;}
.c3{color:#333}
/*red*/
.cred{color:red;}
/*深绿色*/
.c1ab394{
   color:#1ab394;
}
/*绿色*/
.c090{
   color:#090;
}
/*蓝色*/
.a337ab7{
   color:#337ab7;
}
/*图标色*/
.icon-color{color:#666;}
/*图标大小*/
.icon-size{font-size:1rem;}
.retrieval{position:absolute;top:-0.4rem;left:0;height:1.6rem;width:100%;z-index:20000;/*background:red;*/}
/*无背景*/
.b-not-img{background-image:none !important;background:none !important;}
/*白色背景*/
.bfff{background:#fff;}
/*左内边距*/
.lp04{padding-left:0.4rem;}
/*右内边距*/
.rp04{padding-right:0.4rem;}
/*单行海洛因出*/
.oen_text{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/*submit按钮*/
.submits{
   display:block;
   margin:0.6rem auto;
   font-size:0.8rem;
   font-weight:bold;
   width:96%;
   height:1.8rem;
   line-height:1.8rem;
   border-radius:40px;
   border:none;
   color:#fff;
   background:#da0359;
}
.retrieval input {
  height:1.6rem;
  line-height:1.6rem;
  display:inline-block;
  margin-left:1rem;
  width:78%;
  border-radius:40px;
  text-indent:0.4rem;
  font-size:0.75rem;
  font-weight:bold;
  color:#000;
  background:#fff;
  border:1px solid #fff;
	filter:alpha(opacity=70);  
	-moz-opacity:0.7;  
	-khtml-opacity: 0.7;  
	opacity: 0.7;    
}
.disabled{background:#eee !important;color:#ccc !important;}
/*底部固定高度*/
.app-bottom{height:2.6rem !important;}
.app-bottom a{width:25% !important;height:90% !important;margin-bottom:0.2rem;}
.list-block{font-size:0.75rem;}
.word{word-wrap:break-word !important; word-break:normal !important;white-space: normal !important;font-size:0.7rem;}
.content-block-title{margin: 20px 15px 20px;}
.navbar, .toolbar{height:2.4rem;}
.tabbar-fixed .page-content, .tabbar-through .page-content, .toolbar-fixed .page-content, .toolbar-through .page-content{padding-bottom: 2.6rem;}
.navbar-fixed .page-content, .navbar-through .page-content{padding-top: 2.4rem;}
.modal{/*width:160px;left: 65% !important;*/}
.button{border-color:#666;color:#666}
.navbar-inner, .toolbar-inner{padding:0;}
.navbar .left{padding-left:8px;}
.navbar .right{padding-right:10px;}
.icon .badge{z-index:20000;top: -0.2rem;padding: 1px 8px;}
input[type=submit].button, input[type=button].button{width:96%;margin:0 auto;}
.actions-modal-button{font-size:15px;}
.tabbar-labels a.my-a-link {
  height: 100%;
  width: 25%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: visible;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
   padding-top: 4px;
   padding-bottom: 4px;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   margin: 0;
   margin-bottom: 0.3rem;
}
.toolbar-inner a.on .icon,.toolbar-inner a.on .tabbar-label{
	color:#222 !important;
} 

/*通用列表*/
.list-time {
    min-width: 1rem;
    padding: 0.2rem 0.5rem;
    color: #fff;
    background: rgba(0,0, 0, 0.2);
    display: inline-block;
    font-size: 0.6rem;
    border-radius: 20px;
    margin: 0.4rem auto;
}
.list-div {
    width: 18.2rem;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    min-height: 3rem;
    border: 1px #E5E5E5 solid;
    text-align: left;
}
.list-div-list {
    padding: 0.6rem;
    font-size: 0.7rem;
}

/*自定义固定头部容器*/
.floating-tooltop {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height:2.6rem;
    z-index: 10000;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}
/*自定义固定头部容器结束*/
.my-floating-top{
	width:100%;
	/*height:2.6rem;*/
	background:#f7f7f8;
	line-height:2.6rem;
	color:#333;
}
.my-floating-top table{text-align:center;width:100%;}
.my-floating-top table tr td.top-left,.my-floating-top table tr td.top-right{
    width:3.4rem;
}
.my-floating-top table tr td.top-center{width:15.8rem;font-size:0.8rem;font-weight:bold;}
.fbckd{
	background:#fff !important;height:100%;
}
/*自定义固定底部容器*/
.floating-toolbar {
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height:auto;
    z-index: 5001;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.23);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #fff;
}
/*自定义固定底部容器结束*/

/*浮动操作按钮*/
.floating-button {
    color: #fff;
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    z-index: 1500;
    overflow: hidden;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.23);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #2196f3;
}
.floating-button2 {
	bottom:86px;
}
.floating-button3 {
	bottom:160px;
}
.my-border-bot{
    display:inline-block;
	border:1px #ccc solid;
	padding:0.3rem 0.5rem;
	border-radius:4px;
	color:#333;
}
/***滑动菜单CSS*************************************************************/
.djjdetsce{background:rgba(0,0,0,0.5);width:100%;height:100%;top:0;left:0;position:fixed;z-index:29999;display:none}
.slide_menu{position:fixed;z-index:30000;right:-100%;width:100%;height:100%;top:0;}
.menu_content{
	  padding:0;
	  margin:0;
	 width:80%;
	 height:100%;
	 background:#222;
	 float:right;
	 color:#fff;
	 padding:10px;
}
.menu_content .hide_button{
	  height:1.6rem;
	  line-height:1.6rem;
	  text-align:right;
	  padding:0.1rem 0 0.4rem 0;
}
.menu_content ul{
	  padding:0;
	  margin:0;		  
	  list-style-type:none;
}
.menu_content ul li{
	  line-height:220%;
	  padding:0.4rem 0;
	  border-bottom:1px solid #000;
}
.menu_content ul li a{
	   font-size:0.75rem;
	   display:block;
}
.menu_content a{
      color:#fff;
}
/*向左展开动画*/
.show-y{animation:mymove1 0.5s !important;-webkit-animation:mymove1 0.5s!important;animation-iteration-count:1!important;left:0!important;}
@keyframes mymove1{from {left:100%;}to {left:0px;}}
/*向右隐藏动画*/
.hide-y{animation:mymoveh1 0.5s;-webkit-animation:mymoveh 0.5s;animation-iteration-count:1;left: 100%;}
@keyframes mymoveh{from {left:0px;}to {left:100%;}}
/***滑动菜单CSS结束*************************************************************/
/*常规CSS*/
/*商品分类*/
.category{
   padding:0.4rem;
   background:#fff;
   line-height:200%;
}
.category a{
   display:inline-block;
   width:5.4rem;
   padding:0.4rem 0.1rem;
   line-height:100%;
   font-size:0.7rem;
   border:1px solid #ccc;
   border-radius:20px;
   text-align:center;
   margin-right:0.3rem;
   margin-top:0.4rem;
}
/*商品列表*/
.product_div{
   padding:0.3rem 0.4rem;
   background:#fff;
}
.product_list{
     min-height:3.4rem;
	width:100%;
}
.product_list dt{
	padding:0;
	margin:0;
   width:5rem;
   float:left;
   margin-right:0.4rem;
    min-height:3.4rem;
}

.product_list dt img{
   width:5rem;
}
.product_list dd{
   width:12.2rem;
   float:left;
   min-height:3.4rem;
   margin:0;
}
.product_list dd strong{
	display:block;
   font-size:0.7rem;
   height:1rem;
   line-height:140%;
   padding:0 0 0.4rem 0;
   
}
.product_text{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

/*新闻列表*/
.news{
   padding:0.3rem 0.4rem;
   background:#fff;
}
.news news_list{
  padding:0.4rem 0;
  width:100%;
}
.news_desc{
word-break:break-all; /* 支持IE和chrome，FF不支持*/
word-wrap:break-word; /* 以上三个浏览器均支持 */
margin-bottom:0.2rem;
}
.index_aubed{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:7;
overflow: hidden;
}
.news_text{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
/*联系我们*/
.contact{
  margin:0 auto;
  padding:0.4rem;
  margin-top:10px;
}

/*分隔标题*/
.list_titles{
   padding:1rem 0.4rem;
   font-size:0.75rem;
}
.list_titles_span1{
    font-weight:bold;
}
.list_titles_span2{
   float:right;
   font-size:0.6rem;
   margin-right:0.4rem;
   margin-top:0.2rem;
  
}
.list_titles_span2 a{
    color:#999;
}
.page_morebtn{
    background:#222;
	border:none;
	display:block;
	width:90%;
	margin:0.6rem auto;
	color:#fff;
	height:1.6rem;
}
#contents{
    padding:0.4rem;
	line-height:180%;
	font-size:0.75rem;
}
#contents img{
   max-width:100% !important;
}
.news_date{
   /* height:1.2rem;*/
	line-height:1.2rem;
	padding:0.4rem;
	font-size:0.7rem;
}
.news_date2{float:right;}
.navbar-inner, .toolbar-inner{
    background: #fff;
}
.toolbar:before{
    height: 0;
}