.main-width.about-main {
    width: 700px;
}

@media (max-width: 800px) {
    .main-width.about-main {
        width: auto;
    }
}

.about-main .item {
    padding-top: 65px;
}

.font-min {
    font-size: 15px;
}

.font-max {
    font-size: 22px;
}

.about-main .item-text {
    color: #3b3d3e;
    margin: 0 auto;
    text-align: center;
    margin-top: 26px;
    display: block !important;
    padding: 0 10px;

}

.item-text a {
    color: #00AF7B !important;
}

.item-text a:hover {
    text-decoration: underline !important;
}

.item-zero-img {
    background-image: url("/static/images/about-item-zero.png");
    width: 135px;

    height: 141px;
    margin-bottom: 10px;
}

.zero-footer {
    margin: 0 auto;
    background-image: url("/static/images/zero-footer.png");
    margin-top: 26px;
    width: 33px;
    height: 17px;
    margin-bottom: 10px;
}

.item-one-img {
    background-image: url("/static/images/about-item-one.png");
    width: 146px;
    height: 136px;
    margin-bottom: 10px;
}

.item-tow-img {
    background-image: url("/static/images/about-item-tow.png");
    width: 100px;
    height: 101px;
}

.item-three-img {
    background-image: url("/static/images/about-item-three.png");
    width: 97px;
    height: 125px;
}

.item-four-img {
    background-image: url("/static/images/about-item-four.png");
    width: 136px;
    height: 152px;
}

.item-five-img {
    background-image: url("/static/images/about-item-five.png");
    width: 156px;
    height: 116px;
}

.item-six-img {
    background-image: url("/static/images/about-item-six.png");
    width: 134px;
    height: 123px;

}

.item-seven-img {
    background-image: url("/static/images/about-item-seven.png");
    width: 114px;
    height: 107px;

}

.item-eight-img {
    background-image: url("/static/images/about-item-eight.png");
    width: 117px;
    height: 102px;

}

.mrg-bottom {
    margin-bottom: 50px;
}

.red-count {
    color: #F64747;
    font-size: 17px
}