.head-left {
    position: absolute;
    top: 0.2rem;
    line-height: .75rem;
    left: 0.2rem;
    font-size: .18rem;
    font-weight: 400;
    line-height: .21rem;
    letter-spacing: .01rem;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-justify-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.year {
    color: #99E0FF;
    font-size: .14rem;
    width: .32rem;
    height: .32rem;
    background: rgba(184, 210, 222, 0.3);
    border-radius: 0.08rem;
    opacity: 0.5;
    border: 1px solid #A2C4D4;
    font-weight: 400;
    color: #28B5E1;
    line-height: .32rem;
    text-align: center;
    margin-right: .20rem;
    cursor: pointer;
}


.month {
    color: #99E0FF;
    font-size: .14rem;
    width: .32rem;
    height: .32rem;
    background: rgba(184, 210, 222, 0.3);
    border-radius: 8px;
    opacity: 0.5;
    border: 1px solid #A2C4D4;
    font-weight: 400;
    color: #28B5E1;
    line-height: .32rem;
    text-align: center;
    margin-right: .20rem;
    cursor: pointer;
}

.active {
    color: #99E0FF;
    width: .32rem;
    height: .32rem;
    background: #1578FF;
    border-radius: 8px;
    opacity: 1;
    font-size: .14rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: .32rem;
    text-align: center;
    margin-right: .20rem;
    cursor: pointer;
}



.cur-year {
    color: #99E0FF;
    font-size: .16rem;
    margin-right: 0.20rem;
    cursor: pointer;
    user-select: none;
    letter-spacing: 0.01rem;
}

.cur-month {
    color: #99E0FF;
    font-size: .16rem;
    margin-right: 0.20rem;
    cursor: pointer;
    user-select: none;
    letter-spacing: 0.01rem;
}


.point-icon {
    width: .18rem;
    height: .18rem;
    margin-right: .15rem;

    image {
        width: .18rem;
        height: .18rem;
    }
}

.point-name {
    color: #99E0FF;
    font-size: .18rem;
    letter-spacing: 0.01rem;
}

.c-gap {
    width: 0.03rem;
    height: .18rem;
    background: #D9D9D9;
    border-radius: 0px;
    opacity: 0.3;
    margin-left: .19rem;
    margin-right: .19rem;
}

.r-gap {
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}

.tianqi span {
    color: #99E0FF;
    font-size: .18rem;
    margin-right: .10rem;
    letter-spacing: 0.01rem;
}

.hide {
    display: none;
}

.showTime {
    font-size: .18rem;
    font-weight: 400;
    color: #99E0FF;
    line-height: 0.21rem;
    letter-spacing: 0.01rem;
}

.box {
    position: absolute;
    top: 0.28rem;
    background-color: #28B5E1;
    opacity: 0.8;
    border: 1px solid #fff;
}

.box-item {
    color: #ffffff;
    cursor: pointer;
    padding: 0.1rem 0.1rem;
}

.select-box-year {
    left: 0.88rem;
    height: 3rem;
    overflow-y: scroll;
}

.select-box-month {
    left: 1.6rem;
}

.grid-wrapper {
    padding: 0.2rem 0.1rem;
    display: grid;
    grid-template-columns: repeat(3, 30%);
    grid-template-rows: repeat(3, 30%);
    gap: 0.2rem 0.3rem;
}

.grid-wrapper .grid-item .grid-item-name {
    height: .20rem;
    font-size: .16rem;
    font-weight: 400;
    color: #99E0FF;
    line-height: .20rem;
    text-align: center;
    margin-bottom: 0.1rem;
}

.grid-wrapper .grid-item .grid-item-val {
    height: .27rem;
    font-size: .20rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: .23rem;
    text-align: center;
}

.energy-radio-wrapper {
    height: .32rem;
    background: rgba(12, 22, 75, 0.5);
    border-radius: 8px;
    opacity: 0.5;
    border: 1px solid #3D4B8A;
    margin-right: 0.1rem;
    z-index: 100;
}

.energy-radio {
    width: .43rem;
    height: .32rem;
    font-size: .14rem;
    font-weight: 400;
    color: #1578FF;
    line-height: .32rem;
    text-align: center;
    cursor: pointer;
}

.energy-radio:not(:last-child) {
    border-right: 1px solid rgba(21, 120, 255, 0.5);
}

.energy-radio:last-child {
    width: .6rem;
}

.energy-radio_active {
    background: #1578FF;
    border-radius: 8px;
    opacity: 1;
    color: #FFFFFF;
}

.boxall .row {
    position: relative;
    top: -10px;
    left: 0px;
}

.boxall .row .left .font-subtitle {
    letter-spacing: 0.01rem;
    color: rgba(153, 224, 255, 1);
}

.toYearValue {
    height: 27px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 23px;
}

.toYearRate {
    height: 27px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 23px;
}

.rank-selected {
    height: 21px;
    font-size: 16px;
    font-weight: 500;
    color: #99E0FF;
    line-height: 19px;
    cursor: pointer;
}

.quota-rank-wrapper {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0.4rem;
    right: 0.6rem;
    z-index: 3;
    box-shadow: 10px 5px 5px black;
    font-size: 12px;
    line-height: 30px;
    color: #99E0FF;
    background-color: rgba(21, 120, 255, 0.2);
    padding: 0.1rem 0.2rem;
}

.elec-info-1 {
    text-align: center;
    width: 50%;
    position: absolute;
    top: 1rem;
    left: 0.2rem;
}

.elec-info-1 div {
    margin-bottom: 0.2rem;
}

.elec-info {
    position: absolute;
    bottom: 0.2rem;
    left: 0rem;
    width: 100%;
    overflow: hidden;
    padding-left: 0.5rem;
}

.elec-info span {
    margin-right: 0.4rem;
}

.font-16 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
}

.font-blue {
    color: #99E0FF;
}

.font-20 {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
}

.font-white {
    color: #FFFFFF;
}