body, html{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

/* div, p{
    box-sizing: border-box;
} */
p{
    margin: 0 !important;
}

.fix-nav {
    font-size: 0.16rem;
    /* font-family: PingFangSC, "PingFang SC"; */
    font-weight: 400;
    color: rgb(102, 102, 102);
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0.2rem;
    z-index: 66;
}

.swiper-slide {
    position: relative;
    background-color: rgb(246, 241, 235);
    padding-left: 0.6rem;
}

.logo {
    width: 1.69rem;
    position: fixed;
    top: 0.7rem;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0.5rem;
    z-index: 66;
}

.flex-item-center{
    display: flex;
    align-items: center;
    margin-top: .1rem;
}

.icon{
    width: .18rem;
    height: .21rem;
    margin-right: .05rem;
}

.mt16>p{
    font-size: 14px;
}

a:hover{
    text-decoration: none;
}

li.active {
    list-style-type: disc;
    font-size: 0.18rem;
    /* font-family: PingFangSC, "PingFang SC"; */
    font-weight: 500;
    color: rgb(51, 51, 51);
}

.item_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

li {
    margin-bottom: 0.26rem;
    list-style-type: none;
    cursor: pointer;
}

.title1 {
    font-size: 0.42rem;
    font-family: PingFangSC, "PingFang SC";
    font-weight: 400;
    color: rgb(255, 51, 51);
    line-height: 0.59rem;
    margin-bottom: 0.47rem;
    letter-spacing: 0.18rem;
}

.six-img {
    justify-content: space-between;
    display: flex;
    width: 8rem;
    flex-wrap: wrap;
    height: 3.72rem;
}

.zp-btn {
    width: 2.31rem;
    height: 0.47rem;
    font-size: 0.16rem;
    font-family: PingFangSC, "PingFang SC";
    font-weight: 300;
    color: rgb(91, 90, 89);
    cursor: pointer;
    margin-top: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(68, 68, 68);
    border-image: initial;
}

.content .title2 {
    font-size: 0.24rem;
    font-family: PingFangSC, "PingFang SC";
    font-weight: 400;
    color: rgb(51, 51, 51);
    line-height: 30px;
    letter-spacing: 0.18rem;
}

.content {
    width: 5.54rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 3.2rem;
}

.title3 {
    font-size: 0.16rem;
    font-family: PingFangSC, "PingFang SC";
    font-weight: 400;
    color: rgb(91, 90, 89);
    line-height: 28px;
    margin-top: 0.4rem;
}

.title4 {
    font-size: 0.18rem;
    font-family: PingFangSC, "PingFang SC";
    font-weight: 400;
    color: rgb(51, 51, 51);
    line-height: 0.25rem;
    letter-spacing: 0.02rem;
    margin-top: 0.3rem;
}

.four-img {
    margin-right: 0.3rem;
    margin-bottom: 0.36rem;
    width: 3.7rem;
}

.three_view {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main_title {
    font-size: 0.4rem;
    /* font-family: PingFangSC, "PingFang SC"; */
    font-weight: 300;
    color: rgb(91, 90, 89);
    line-height: 0.56rem;
    letter-spacing: 0.07rem;
    margin-top: 2.3rem;
    width: 100%;
    text-align: center;
}

.icons {
    display: block;
    width: 2.56rem;
    margin: 1rem auto 0px;
}

.sm-text {
    font-size: 14px;
    /* font-family: PingFangSC, "PingFang SC"; */
    font-weight: 300;
    color: rgb(91, 90, 89);
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.btm-content {
    font-size: 12px;
    /* font-family: PingFangSC, "PingFang SC"; */
    font-weight: 300;
    color: rgb(91, 90, 89);
    line-height: 17px;
}

.mobile>img{
    display: block;
    width: 100%;
}

.flex {
    display: flex;
    align-items: center;
}

.mt28 {
    margin-top: 0.28rem;
}

/* .mt28>div, .mt28>p{
    margin-top: 10px !important;
} */

.mt16 {
    margin-top: 0.2rem;
}