@charset "UTF-8";

abbr,address,article,aside,audio,b,blockquote,body,button,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0}

/* 初始化标签在所有浏览器中的margin、padding值 */

fieldset,
img {
    border: 0 none;
}

/* 重置fieldset（表单分组）、图片的边框为0*/

dl,
ul,
ol,
menu,
li {
    list-style: none;
}

/* 重置类表前导符号为onne,menu在HTML5中有效 */

input,
select,
textarea,
button {
    vertical-align: middle;
}

/* 重置表单控件垂直居中*/

button {
    border: 0 none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

/* 重置表单button按钮效果 */

/* 重置body 页面背景为白色 */

body,
th,
td,
input,
select,
textarea,
button {
    font-family: "微软雅黑", "黑体", "宋体";
    color: #666;
}

/*防止手机页面点击出现蓝色背景*/

body {
    -webkit-tap-highlight-color: #fff;
    -webkit-tap-highlight-color: transparent;
}

/* 重置页面文字属性 */

a {
    color: #666;
    text-decoration: none;
}

/* 重置链接a标签 */

a:active,
a:hover {
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

/* 重置链接a标签的鼠标滑动效果 */

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

input {
    outline: none;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 0.28rem;
    background: #fff;
}

.clear::after {
    content: '';
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

b {
    font-weight: normal;
}

i {
    font-style: normal;
}

.navWrap {
    width: 7.5rem;
    height: 1.08rem;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -3.75rem;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.04);

}

.navWrap ul {}

.navWrap ul li {
    width: 33.33%;
    height: 0.74rem;;
    text-align: center;
    float: left;
    margin-top: 0.17rem;
    font-size: 0;
}

.navWrap ul li p{
    color: #9B9B9B;
    font-size: .2rem;
}

.navWrap ul .active p{
    color: #533EFF;
    font-size: .2rem;
}

.navWrap ul li a img {
    width: 0.44rem;
    height: 0.44rem;
    display: block;
    margin: 0 auto 0.04rem;
    font-size: 0;
}

.navWrap ul li a .normal {
    display: block;
}

.navWrap ul li a .imgActive {
    display: none;
}

.navWrap ul .active a .normal {
    display: none;
}

.navWrap ul .active a .imgActive {
    display: block;
}
 