﻿

li{list-style-type: none;}
nav ul {
    display: flex;
    display: -webkit-flex;
    background:#edc29d;
}
nav ul li {
    list-style-type: none;
    width: 25%;
}
nav ul li a {display: block;height: 20px;line-height: 20px;
text-decoration: none;
    margin: 0 5px;
    color: #FFF;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
}
#logo ul {
    display: flex;
    display: -webkit-flex;
}
#logo ul .yanwen{width:85%;font-size:12px; line-height:10px;color: #999;padding: 5px 0; padding-left: 5px;font-weight:bold; }
#logo ul .code{width:15%;text-align: right;line-height:20px;color: #999;padding-right: 5px;font-size:10px;}
.m-wrap{max-width:640px; margin: 0 auto;overflow: hidden;}
.m-wrap img {width:100%;display:block;vertical-align: top;text-align: center;}
.m-con{max-width:620px; margin: 0 auto;overflow: hidden; padding: 10px; line-height:28px;text-indent: 2em;}
footer{ text-align: center;font-size: 12px;}
.btcode {
    font-size: 12px;
    background: #f3f2f2;
    color: #333;
    max-width: 640px;
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 40px;
   /* height:80px;*/
}
.btcode ul {
    display: flex;
    display: -webkit-flex;
    padding: 5px 10px;    padding-bottom: 0;
}
.btcode ul .btn-l {
    line-height: 16px;width:40%;
}
.btcode ul .wxtext {
    text-align: center;
    width: 30%;
    line-height: 50px;
}
.btcode ul .btn-r {
    width: 30%;
    line-height: 16px;
    text-align: right;
}
.btcode ul .btn-l img {
    float: left;
    margin-right: 5px;
}

.btcode ul li img {
    width: 40px;
    display: inline;
}
.btcode ul .wxtext b {
  /*  padding: 15px;*/
}
.statistics02 {
    background: blue;
    color: #fff;
    padding: 1px 5px;
    font-weight: bold;
    font-size: 18px;
    margin: 0 5px;}
 a {
    color: #CCC;
}
.color2{padding: 5px;font-weight: bold;font-size:17px;/*color: black;background-color: yellow;*/
}