.content_top {
    padding: 0.2rem 0.1rem 0;
}

.content {
    margin-top: 15px;
}

.products {
    background-color: #f5f5f5;
    background-size: cover;
    padding: 0;
    margin-top: 30px;
    color: #333;
}

.blocks {
    width: 100%;
    font-size: 0.15rem;
}

.blocks ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.2rem 0.04rem 0;
}

.blocks ul li div {
    padding: 0 0.05rem;
}

.blocks ul li p {
    color: #333;
}

.blocks ul li div span {
    display: block;
    margin: 0.05rem auto;
    width: 50%;
    height: 0.02rem;
}

.tab_bar span {
    background-color: #c0a062;
    border-bottom: solid 2px #c0a062;
}

.blocks_content {
    padding-bottom: 7%;
    font-size: 14px;
    color: #fff;
}

.blocks_content ul {
    width: 3.5rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.05rem;
    color: #333;
}

.blocks_content ul li {
    width: 1.1rem;
    text-align: center;
    font-size: 0.12rem;
    background-color: #fff;
    margin-top: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blocks_content ul li:nth-child(3n-1) {
    margin: 0.1rem 0.1rem 0;
}

.blocks_content ul li .img_box {
    width: 1.1rem;
    height: .825rem;
}

.blocks_content ul li .img_box img {
    width: 100%;
    height: 100%;
}

.txt {
    padding: 0.2rem 0.1rem;
}

.txt p {
    font-size: 0.14rem;
    text-indent: 2em;
    text-align: justify;
}