body{
    /*background-color: #F3F3F3;*/
}
.neikuan{
    /*max-width: 1080px;*/
    margin: 0 auto;
}

/*loading开始*/
.loadData{
    width: 100%;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.6rem;
    display: none;
}
.loadData.active{
    display: block;
}
.loadData.fixed{
    position: fixed;
    bottom: 0;
    left: 0;
}
.loadData .loading{
    height: 0.8rem;
    text-align: center;
    display: none;
}
.loadData .loading img{
    width: 0.8rem;
    height: 0.8rem;
    vertical-align: middle;
}
.loadData .loading.active{
    display: block;
}
.loadData .noData{
    display: none;
}
.loadData .noData.active{
    display: block;
}
/*loading结束*/




/* header、footer公用样式 */

/*header开始*/
header{
    width: 100%;
    background: #fff;
    height: 0.88rem;
    padding-top: 0.15rem;
    position: relative;
}
header.fixed{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    /* box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06); */
}
header .back{
    width: 0.56rem;
    height: 0.56rem;
    position: absolute;
    top: 0.16rem;
    left: 0.2rem;
}
header .logo{
    display: block;
    width: 2.6rem;
    height: 0.58rem;
    margin: auto;
}
header img{
    width: 2.6rem;
    height: 0.58rem;
}


/*header结束*/



/*footer开始*/
footer .companyMsg{
    background-color: #F9F9F9;
    padding: 0.41rem 0.39rem;
}
footer .companyMsg dl{
    margin-bottom: 0.06rem;
    display: flex;
    font-size: 0.24rem;
}
footer .companyMsg dt{
    width: 1rem;
    text-align: justify;
    text-align-last: justify;
}
footer .companyMsg dd{
    color: #666;
    margin-left: 0.16rem;
}
footer .companyMsg dd a{
    display: block;
    color: #666;
}
footer ul{
    display: flex;
    justify-content: space-around;
    padding: 0.24rem 0.3rem;
}
footer ul li img{
    width: 2.4rem;
    height: 2.4rem;
}
footer ul li h2{
    text-align: center;
    color: #666;
    font-size: 0.24rem;
}
footer h3{
    text-align: center;
    color: #666;
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
}



/*footer结束*/














