*{
    font-family:'microsoft yahei';
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
i{
    font-style: normal;
}
a{
    text-decoration: none;
}
.tit{
    margin-top: 1.4rem;
    font-size: 0.6rem;
    line-height: 0.72rem;
    color: #ff9900;
    text-align: center;
}
.tit span{
    color: #222;
}
.tip{
    margin-top: 0.3rem;
    font-size: 0.26rem;
    line-height: 0.24rem;
    color: #222;
    text-align: center;
}
.seacrhBox{
    margin: 1rem auto 0;
    width: 6.6rem;
    height: 1rem;
    border-radius: 0.08rem;
    box-shadow: 0.04rem 0.04rem 0.12rem #ccc;
}
.seacrhBox a{
    overflow: hidden;
    display: block;
}
.seacrhBox span{
    float: left;
    margin-left: 0.36rem;
    font-size: 0.28rem;
    color: #ccc;
    line-height: 1rem;
}
.seacrhBox img{
    float: right;
    margin: 0.2rem 0.3rem 0 0;
    width: 0.54rem;
}
.warn{
    position: fixed;
    bottom: 1.32rem;
    width: 100%;
    font-size: 0.2rem;
    line-height: 0.24rem;
    color: #d5d4d4;
    text-align: center;
}

#footer-nav{
    border: solid 1px #e9e9e9;
    background-color: #f9f9f9;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}
#footer-nav .menu{
    float: left;
    width: 33.3%;
}
#footer-nav a{
    display: block;
    height: 1rem;
    font-size: 0;
}
#footer-nav .menu .icon{
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    margin-top: 0.12rem;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0.4rem 0.4rem;
}
#footer-nav .menu .text{
    display: block;
    color: #999;
    font-size: 0.2rem;
    line-height: 0.28rem;
    margin-top: 0.06rem;
}
#footer-nav .menu .icon-footer-sy{
    background-image: url("../../images/images_new2019/icon-footer-sy.png");
}
#footer-nav .menu.active .icon-footer-ss{
    background-image: url("../../images/images_new2019/icon-footer-ss-active.png");
}
#footer-nav .menu .icon-footer-me{
    background-image: url("../../images/images_new2019/icon-footer-me.png");
}
#footer-nav .active .text{
    color: #222;
}

