<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-color: #2b2b2b !important;
    /* padding-bottom: 50px;
    box-sizing: border-box; */
}


.sub-title-text{
    color: #fff;
}

.ge-wrap,.eg-sub-title{
    color: #ddd;
}

.ge-box span{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: #555;
    width: 200px;
    height: 200px;
    /* line-height: 120px; */
    text-align: center;
    border-radius: 180px;
    margin-bottom: 10px;
}
.ge-box ul{
    margin-top: 10px;
}
.ge-box ul li{
    font-size: 18px;
    list-style: '_';
}
.ge-box ul li b{
    display: none;
}
.ge-box-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 50px;
    width: 100%;
}
.ge-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
@media screen and (max-width:1280px) {
    .ge-box-wrap{
        grid-template-columns: 1fr 1fr !important;
    }
}
@media screen and (max-width:1024px) {
    .ge-box-wrap{
        gap: 100px !important;
    }
    .ge-box{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width:860px) {
    .ge-box span{
        width: 150px;
        height: 150px;
        font-size: 17px;
    }
}
@media screen and (max-width:680px) {
    .ge-box-wrap{
        grid-template-columns: 1fr !important;
        gap: 50px !important;
        margin-top: 80px !important;
    }
    .ge-box ul{
        width: 100%;
    }
    .ge-box ul li{
        text-align: center;
        list-style: none;
    }
    .ge-box ul li b{
        display: inline-block;
        margin-right: 5px;
    }

}
@media screen and (max-width:350px) {
    .ge-box ul{
        width: 100%;
    }
    .sub-title-text{
        font-size: 17px !important;
    }
    .text-title&gt;b{
        line-height: 68px;
    }
}</pre></body></html>