@charset "utf-8";
/* CSS Document */
header{ padding:1.5rem; background-color: #c81a55; display: flex; justify-content:space-between; align-items: center; position: relative;z-index: 999;}
header .navBtn{ width: 8%;}
header .logo{ width: 65%;}
header .zixun{ width: 5%;}
header a img{width: 100%;}
footer{ width: 100%; position: fixed; bottom: 0;min-width: 320px; max-width: 750px;background-color: #000;z-index:9; }
footer ul{ width: 100%; display: flex; justify-content:space-between; align-items: center; }
footer li{ width: 27%; background-color: #000; text-align:center ; padding:0.8rem 0 0.3rem; display: flex; justify-content:center; align-items: center; }
footer li a{ color: #fff; display: block;}
footer li i{ width: 50%; display: block; margin: 0 auto;}
footer li i img{ width: 100%; display: block;}
footer li p{ font-size:14px;  line-height:20px;}
footer li:last-child{ width: 46%; background-color: #c24047;}
footer li:last-child a{ display: flex; justify-content:center; align-items: center;}
footer li:last-child i{ width: 25%;  display:inline-block;}
footer li:last-child p{ display:inline-block;line-height: 40px;font-size: 20px; }



