    .valleybox {
        /* background: green; */
        display: flex;
    }
    
    .valleybox .aectionleft {
        flex: 1;
        margin-right: 10px;
        /* background: blue; */
    }
    
    .valleybox .aectionright {
        width: 30%;
        height: 100%;
        /* background: yellow; */
    }
    
    .bgBlockcomment {
        width: 100%;
        height: 100%;
        display: flex;
    }
    
    .bgBlockcomment .blockcommentleft {
        width: 25%;
        margin-right: 10px;
        /* background: yellow; */
    }
    
    .bgBlockcomment .blockcommentright {
        width: 75%;
        /* background: green; */
    }
    
    .modulevalley {
        width: 100%;
        height: 24%;
        /* background: #fff; */
    }
    
    .annualOutputvalley {
        height: 95%;
        width: 100%;
    }
    
    .aectionleft .leftTopbox {
        width: 100%;
        height: 70%;
        /* background: yellow; */
    }
    
    .aectionleft .leftBottombox {
        width: 100%;
        height: 30%;
        /* background: blue; */
        display: flex;
        margin-top: 10px;
    }
    
    .blockcommentleft .bottom-left {
        /* text-align: center; */
        /* height: 18%; */
        width: 46%;
        float: left;
        margin: 4px 4px;
        border: 1px solid rgba(0, 201, 253, 0.3);
        box-shadow: 0 0 15px 6px rgba(0, 125, 253, 0.2) inset;
        color: #fff;
        text-align: center;
        padding: 3px 5px;
    }
    
    .bottom-left p:nth-of-type(1) {
        font-size: 0.8vw;
        line-height: 20px;
        color: #8FABBF;
    }
    
    .bottom-left p:nth-of-type(2) {
        line-height: 1.65vw;
        font-weight: 600;
        font-size: 1.1vw;
    }
    /* .blockcommentleft .one{
    background: rgba(255, 153, 204, 1);
}
.blockcommentleft .tow{
    background: rgba(255, 204, 0, 1);
    margin-top: 6px;
}
.blockcommentleft .there{
    background: rgba(0, 153, 255, 1);
    margin-top: 6px;
}
.blockcommentleft .four{
    background: rgba(255, 0, 0, 1);
    margin-top: 6px;
} */
    
    .leftBottombox .leftbottombox-right {
        height: 100%;
        width: 100%;
        /* background: green; */
    }
    
    .clearfix .active {
        display: none;
    }
    
    .spanlubo {
        position: absolute;
        top: 14px;
        left: -50px;
    }
    
    .whellbox {
        position: absolute;
        bottom: 5px;
        right: 30px;
        width: 100px;
        height: 60px;
        /* background: yellow; */
        box-sizing: border-box;
        padding-top: 15px;
        padding-left: 30px;
        line-height: 30px;
    }
    
    .Ellipse1 {
        width: 50px;
        height: 30px;
        border-radius: 16px;
        background-color: #2DFF81;
        transition: 0.3s;
        margin-bottom: 10px;
        cursor: pointer;
        display: none;
    }
    
    .circle1 {
        width: 29px;
        height: 29px;
        background-color: #2DFF81;
        border-radius: 50%;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
        transition: 0.3s;
        position: relative;
        left: 0px;
    }
    
    .circle1:hover {
        /* transform: scale(1.2); */
        box-shadow: 0px 1px 8px rgba(0, 0, 0, .5);
    }