@charset "utf-8";
/* CSS Document 
** author:永易搜
** URL:http://www.yongyisou.com/
** tips:CSS文件非专业勿动，编码格式为utf-8
*/


@media screen and (min-width:320px) {
  html{font-size:12px;}
}
@media screen and (min-width:375px) {
  html{font-size: 13px;}
}
@media screen and (min-width:480px) {
  html{font-size: 14px;}
}
@media screen and (min-width:540px) {
  html{font-size:15px;}
}
@media screen and (min-width:550px) {
  html{font-size: 16px;}
}
@media screen and (min-width:640px) {
  html{font-size: 16px;}
}
body{background:#fff; min-width:260px;margin:0 auto; position:relative;}
input,input:focus{outline:none;text-indent:0.5rem}
.content{width:100%;height:100%;}
/* footer */
/* .foot{border-top: 1px solid #ebebeb; margin-top:30px; } */

.foot_bar{width:100%;height:55px;background: #075f9d;position: fixed;bottom:0;z-index: 22; display:none   }
.foot_bar ul li{width:25%;height:55px;float:left;font-size:14px;text-align: center;color: #fff; }
.foot_bar ul li a{display: block;width:100%;height:100%;color: #fff;  }
.foot_bar ul li .home,.foot_bar ul li .product,.foot_bar ul li .wx,.foot_bar ul li .tel{display:block;height:24px;width:24px; margin:4px auto 2px; background:url(../images/foot_bar_img.png);background-size:300px 300px;}
.foot_bar ul li .home{ background-position:-15px -6px;}
.foot_bar ul li .product{ background-position:-66px -6px;}
.foot_bar ul li .wx{ background-position:-119px -6px;}
.foot_bar ul li .tel{ background-position:-170px -6px;}
.foot_bar ul li:nth-child(1) a .ta{margin-top: 4px;  }
.foot_bar ul li:nth-child(2) a .ta{font-size: 25px;margin-bottom: -8px; }
.foot_bar ul li:nth-child(3) a .ta{font-size: 23px;margin: 5px 0 -7px; }
.foot_bar ul li:nth-child(4) a .ta{margin-top: 4px;  }
.foot_bar ul li.on{background: #00a83e;    }
.foot_bar ul li:active{background: #00a83e;  }
.foot_bar ul li:active a{border:none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;outline:none;  }
.foot_bar ul li:visited{background: #00a83e;   }

/* 微信链接 */
.layui-m-layer0 .layui-m-layerchild.popup_tips{width:300px;background-color:transparent;box-shadow:none}
.popup_tips .layui-m-layercont{padding:0;position: relative; z-index:3019891014;height:300px; background-color:transparent; overflow: visible;}
.popup_tips .popup_wrap{background-size:300px auto;width:300px;height:300px;position:absolute;}
.popup_tips .popup_wrap .weixin_pic{ width:100%; height:185px;background:url(../images/foot_bar_img.png) no-repeat center 0;background-size:450px 450px;background-position:left bottom;}
.popup_tips .popup_wrap .weixin_copy{font-size:24px;color:#666;text-align:center;background:#FFF;padding-bottom:20px;border-radius:0px 0px 5px 5px; margin-top:-2px;} 
.popup_tips .popup_wrap .weixin_copy a{ color:#333;font-weight:700;}
.popup_tips .popup_wrap .bnt_y{width:270px;height:48px;line-height:48px;background:#fbb03b;color:#FFF;font-size:20px;border-radius:5px; border-bottom:2px solid #faa013;margin:0 auto;margin-top:18px; border:0;box-shadow:none;outline:none;text-indent:inherit;}
.popup_tips .popup_wrap .bnt_y:active{opacity:0.8;}
.popup_tips .close_pic{position:absolute;background:url(../images/foot_bar_img.png) no-repeat;background-size:300px 300px; width:31px;height:31px; top:-10px; right:0px;background-position:-12px -81px;}
/*电话弹窗*/
.popup_tel .tel_item{height:50px;line-height:50px;font-size:16px;width:100%;border-bottom:1px solid #f1f1f1;}
.popup_tel .tel_item:nth-child(1){border-radius:5px 5px 0 0;}
.popup_tel .tel_item:nth-child(3){border-bottom:none;border-radius:0 0 5px 5px;}
.popup_tel .tel_item a{display:block;width:100%;height:100%;}
.popup_tel .tel_item:active{background:#f8f8f8;}
.popup_tel .layui-m-layercont{padding:0px;}
@media only screen and (max-width: 768px) {	  .foot_bar{display:block; } footer{ margin-bottom:50px}}