div.page-title-inner {
    margin-bottom: 20px;
}
.container-p-fs-12px {
    font-size: 12px;
}
.container-p-fs-14px {
    font-size: 14px;
}
.container-p-fs-15px {
    font-size: 15px;
}
.mg-bottom-20px {
    margin-bottom: 20px;
}
.mg-bottom-40px {
    margin-bottom: 40px;
}
.container-part2 h3 {
    text-align: center;
}
.img-list {
    text-align: center;
    font-size: 0;
}
.img-list img {
    width: 170px;
    height: 170px;
}
.mg-top-5px {
    margin-top: 5px;
}
.mg-top-10px {
    margin-top: 10px;
}
.mg-right-5px {
    margin-right: 5px;
}
.mg-bottom-10px {
    margin-bottom: 10px;
}
.photo-wall img.mg-right-none {
    margin-right: 0;
}
.distributor-list {
    font-size: 15px;
    margin-bottom: 10px;
}
.distributor-list p {
    font-weight: bold;
}

.distributor-list p {
    background-color: #e2e2e2;
    padding: 5px;
    margin-bottom: 5px;
}
.distributor-list p>a>i {
    padding-right: 5px;
}
.distributor-list >div {
    /* text-indent: 2em; */
    padding-left: 23px;
}

.container-part4 {
    text-align: center;
}
.container-part4 img {
    width: 100px;
}
.container-part4 a {
    margin-right: 100px;
}
.container-part4 a.mg-right-none {
    margin-right: 0;
}
.photo-wall {
    width: 70%;
    float: left;
    font-size: 0;
}
.photo-wall img {
    width: 198px;
    margin: 0 5px 5px 0;
}
.comment-list {
    width: 30%;
    float: right;
}
.comment-list img {
    width: 348px;
    height: 546px;
}

.container .material-icons {
    font-size: 16px;
}
.end-text {
    height: 30px;
    line-height: 30px;
    border-left: 5px solid #3c3c3c;
    text-indent: 1em;
}

.swiper {
  --swiper-navigation-color: #333; /* 设置按钮颜色 */
  --swiper-pagination-color: #fff; /* 设置分页器点的颜色 */
  --swiper-navigation-size: 30px; /* 设置按钮大小 */
}

.contact-info {
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: flex-start; /* 水平起始对齐 */
    gap: 8px; /* 图标和文字之间的间距 */
}

.contact-info a {
    color: #FF7F00;
}