.trial-oc-banner{
    margin-top: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.trial-oc-banner img{
    width:500px; 
}
.trial-oc-fun{
    margin-top: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width:700px;
}
.trial-oc-fun-b{
    display: flex;
    align-items: center;
    width: 25%;
}
.trial-oc-fun-b img{
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
.trial-oc-fun-b p{
    color:#000000;
    font-size:14px;
}
.trial-oc-fun i{
    display: block;
    height: 16px;
    width: 1px;
    background-color: #eee;
}