﻿html, body, header, footer, nav, section {
    display: block;
    -webkit-tap-highlight-color: transparent
}

html, body, div, span, h1, h2, h3, h4, p, em, img, b, i, ul, li, form, canvas, footer, header, nav, section, button, input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

html, body {
    font: 12px/1.15 arial,"PingFang SC", 'Microsoft YaHei',  Arial, sans-serif, STXihei,SimSun, Heiti, sans-serif;
    font-size-adjust: 100%;
    -wekbit-tap-highlight-color: transparent;
    min-height: calc(100%);
    background: #fff;
    width: 100% !important
}

body {
    -webkit-overflow-scrolling: touch
}

:focus {
    outline: 1
}

a {
    text-decoration: none;
    background-color: transparent
}

a:active, a:hover {
    outline-width: 0
}

i, b {
    font-style: normal;
    font-weight: 400
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

nav ul {
    list-style: none
}

ul, li {
    box-sizing: border-box;
    list-style-type: none
}

audio, video {
    display: inline-block
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-size: 100%;
    line-height: 1.15
}

input, select, textarea {
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent
}

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

.transition {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.f-blue {
    color: #4dbdc3 !important
}

.wrp {
    position: relative;
    width: 100%;
}



#tabBar{
    transform: translateZ(0);
    z-index: 99;
    padding:0rem .46rem;
    box-sizing: border-box;
    width: 100%;
    height: 1rem;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    /*left:0;
    right: 0;
    */-webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    box-shadow:0px 1px 0px 0px rgba(237,239,242,1);
    border-top: 1px solid #EDEFF2;
}
#tabBar .tab{
    float: left;
    width: 1.1rem;
    height: 1rem;
    margin-left: 1.64rem;
 
 
}
#tabBar  .tab:first-child{
    margin-left: 0;
}
#tabBar .tab:last-child{
    margin-left: 0;
    float: right;
}
#tabBar .tab:nth-last-child(1){
    margin-left: 0;
    float: right;
}
#tabBar .tab .tabIcon{
    width: .48rem;
    height: .48rem;
    margin:.12rem auto 0;
}
#tabBar .tab .title{
    font-size:.2rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(144,147,153,1);
    line-height:.28rem;
    text-align: center;
    padding-top:.02rem;
}
#tabBar .tab.active .title{
    color: #19D3C5 ;
}
#tabBar .tab.index .tabIcon{
    background: url('./img/tab/index_default.png') no-repeat;
    background-size: 100% 100%;
}
#tabBar .tab.maintain .tabIcon{
    background: url('./img/tab/maintionTab_default.png') no-repeat;
    background-size: 100% 100%;
}
#tabBar .tab.singlCenter .tabIcon{
    background: url('./img/tab/userCenterTab_default.png') no-repeat;
    background-size: 100% 100%;
}
#tabBar .tab.index.active .tabIcon{
    background: url('./img/tab/indexTab_selectedIcon.png') no-repeat;
    background-size: 100% 100%;
}
#tabBar .tab.maintain.active .tabIcon{
    background: url('./img/tab/maintionTab_selectedIcon.png') no-repeat;
    background-size: 100% 100%;
}
#tabBar .tab.singlCenter.active .tabIcon{
    background: url('./img/tab/userCenterTab_selectedIcon.png') no-repeat;
    background-size: 100% 100%;
}

/*# sourceMappingURL=reset.css.map */
