﻿@charset "UTF-8";
/*顶部信息*/
header{width: 100%; height: 0.8rem;}
header .logo img{width: 1.5rem; height: 0.72rem; vertical-align: top; margin-top: 0.04rem;margin-right: 0.22rem;} 
header .search { width: 4.82rem; height:0.52rem; background: #d9d9d9; border-radius: 0.1rem; margin-top:0.14rem; } 
header .search i{padding-left:0.3rem;font-size: 0.3rem!important;text-align:center;line-height:24px;}
header .search input { background: transparent;border: none;font-size:0.28rem;}
/*顶部信息*/
/*产品信息展示样式开始*/
.pro-cont{padding-bottom: 2rem}
.pro-cont ul li{display:inline-block;padding-top:0.2rem;width:3.4rem;}
.pro-cont ul li img{width:3.32rem;height: 3.2rem;}
.pro-cont ul li a p i{display:inline-block;font-size:0.5rem;color:#e72f56;margin-right:0.2rem;}
.pro-cont ul .pro-3{position:relative;width:6.5rem;}
.pro-cont ul .pro-3 img{width:6.9rem;}
.pro-cont ul .pro-3 .p3{position:absolute;bottom:0.2rem;left:1.2rem;}
/*产品信息展示样式结束*/
/*底部信息样式开始*/
footer{position:fixed;bottom:0;width:100%;background:#fff;}
footer ul li{display:inline-block;width:1.3rem;padding-top:0.1rem;text-align:center;}
footer ul li .iconfont{font-size:0.7rem;}
footer ul li:nth-child(2) a{color:#3d85fe;}
footer ul li p{margin-bottom:0.1rem;}
/*底部信息样式结束*/