.energy-content{
    display: none;
    position: absolute;
    width: 100%;
    aspect-ratio: 16/9;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

.energy-content-item{
    position: absolute;
    top: 461px;
    left: 553px;

    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.energy-content-item-text{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 10px;
    background-color: #ffffff99;
    backdrop-filter: blur(5px);
    border-radius: 8px;
    white-space: nowrap;
    top: -40px;

    cursor: pointer;
    position: absolute;

    transform: scale(1);
    transition: transform 0.3s ease;

    color: #1D2129;
    border: 1px solid #fff;
}

.energy-content-item-icon{
    width: 56px;
    height: 90px;
    margin-top: 10px;
}

.energy-third-stage{
    padding: 20px;
    width: 520px;
    background-color: #ffffff;
    position: absolute;
    border-radius: 8px;
    bottom: 99px;
    display: none;

    cursor: pointer;
}

.energy-third-stage-icon{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.energy-third-stage-icon>img{
    width: 100%;
    height: 100%;
}

.energy-third-stage-title{
    color: #1D2129;
    font-family: "OPPOSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.energy-third-stage-content{
    color: #4E5969;
    font-family: "OPPOSans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 12px;
}

.energy-third-stage-itemList{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12px;
}

.energy-third-stage-item{
    width: calc(50% - 10px);
    padding: 8px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.energy-third-stage-item-icon{
    padding-right: 8px;
}

.energy-third-stage-item-icon>img{
    width: 32px;
    height: 32px;
}

.energy-third-stage-item-text{
    color: #4e5969;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    flex: 1;
}

.energy-third-stage-item-rigth-icon{
    display: none;
}

.energy-third-stage-item-rigth-icon>img{
    width: 16px;
    height: 16px;
}

.energy-third-stage-item:hover>.energy-third-stage-item-text{
    color: #0363e9;
}


.energy-third-stage-item:hover>.energy-third-stage-item-rigth-icon{
    display: block;
}


.energy-ripple {
    display: flex;
    animation: ripple 0.2s ease-out;
}