#c_static_001-1706247520984 .e_html-8 .e_box {
    display: flex;
    justify-content: space-around;
}

#c_static_001-1706247520984 .e_html-8 .e_item {
    position: relative;
    width: 30%;
    max-width: 130px;
    border-radius: 50%;
    border: 4px solid #cfccd3;
    background: #fff;
    transition: all .8s ease;
}

#c_static_001-1706247520984 .e_html-8 .e_contain {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

#c_static_001-1706247520984 .e_html-8 .e_content {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

#c_static_001-1706247520984 .e_html-8 .e_pic1 {
    width: 30%;
    display: inline-block;
}

#c_static_001-1706247520984 .e_html-8 .e_pic2 {
    width: 30%;
    display: none;
}

#c_static_001-1706247520984 .e_html-8 .e_font {
    font-size: 14px;
    color: #5d5d5d;
    padding-top: 10%;
}

#c_static_001-1706247520984 .e_html-8 .e_item:hover {
    background: #d7292e;
}

#c_static_001-1706247520984 .e_html-8 .e_item:hover .e_pic1 {
    display: none;
}

#c_static_001-1706247520984 .e_html-8 .e_item:hover .e_pic2 {
    display: inline-block;
}

#c_static_001-1706247520984 .e_html-8 .e_item:hover .e_font {
    color: #fff;
}

#c_static_001-1706247520984 .e_html-8 {
    width: 100%;
    max-width: 688px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 3%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 4%;
}