@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: #F7F7F7;
}

.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;
}
/* 中间部分 */
.banner{
    padding-top: 1.20rem;
}
.banner img {
    width: 100%;
}
.page-zone{
    padding: 0.24rem 0.34rem;
    /* padding-top: 60px; */
    box-sizing: content-box;
}
.product-info{
    border-radius: 0.08rem;
    background-color: #ffffff;
    padding: 0.4rem 0.36rem;
    margin-bottom: 0.32rem;
}
.product-info .tip{
    color: #1E2128;
    font-size: 0.32rem;
}
.content{
    color: #696969;
    font-size: 0.24rem;
    margin-top: 0.14rem;
    line-height: 0.4rem;
}
.other{
    font-size: 0.28rem;
    padding: 0.12rem 0rem;
}
/*  */
.product{
    margin-bottom: 0.2rem;
    margin-top: 0.6rem;
}
.product .tip{
    margin-bottom: 0.4rem;
}
.product .top-title{
    /* text-align: center; */
    color: #1E2128;
    font-size: 0.48rem;
    margin-bottom: 0.1rem;
}
.p-list{
    flex-wrap: wrap;
    display: flex;
}

.swiper-wrapper{
    width: 100%;
    margin-bottom: 30px;
}




