@font-face {
    font-family: 'PuHuiTi';
    src: url('../font/Alibaba-PuHuiTi-Bold.ttf') format('truetype'), /* 对于现代浏览器 */ url('../font/Alibaba-PuHuiTi-Bold.ttf') format('woff'); /* 对于现代浏览器和一些老版本的IE */
}

body {
    font-family: PuHuiTi;
    background: #F3F7FB;
}

.header {
    height: 1rem;
    padding: 0 0.25rem;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.header .logo {
    width: 1.32rem;
    height: 0.42rem;
}

.header .tel {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.52rem;
}

.header .menu {
    width: 0.38rem;
    height: 0.3rem;
}
/* 中间部分 */
.page-zone{
    padding: 0.24rem 0.34rem;
    padding-top: 1.20rem;
    /* padding-top: 60px; */
    box-sizing: content-box;
}
.nav-title{
    display: flex;
    justify-items: center;
    border-bottom: 1px solid rgba(41, 35, 35, 0.15);
    padding-bottom: 0.4rem;
}
.nav-title .name{
    font-size: 0.28rem;
}
.nav-title .line{
    font-size: 0.28rem;
    margin: 0rem 0.2rem;
}
.nav-title .time{
    font-size: 0.28rem;
}
.content-detail{
    color: #696969;
    font-size: 0.28rem;
    margin-top: 0.26rem;
}
.btn-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-group .prebtn,.btn-group .backbtn,.btn-group .nextbtn{
    font-size: 0.32rem;
    color: #1B53C8;
    border: 1px solid #1B53C8;
    padding: 0.1rem 0.2rem;
    border-radius: 0.1rem;
    margin-top: 0.6rem;
    margin-bottom: 0.8rem;
}
/* 底部部分 */
.foot {
    background: #181535;
}


