/* 区块1 */
.powersaving-section1-container{
    width: 100%;
    padding-top: 11.75rem;
}
.powersaving-section1-container-wrap{
    width: calc(100% - 17.5rem);
    padding: 7.5rem 8.75rem;
    background: #e1e2e2;
    border-radius: 1.875rem;
    overflow: hidden;
}
.powersaving-section1-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.powersaving-section1-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 100;
}
.powersaving-section1-container-header-description{
    width: 100%;
    padding-top: 3.75rem;
    text-align: left;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.8;
    color: #878787;
}
.powersaving-section1-container-content{
    margin-top: 6.25rem;
    width: calc(100% - 11.25rem);
    padding: 7.5rem 5.625rem;
    border-radius: 1.875rem;
    overflow: hidden;
    background-image: url('/static/home/images/temp/powersaving_section1_content_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.powersaving-section1-container-content-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.powersaving-section1-container-percentage{
    width: 50%;
    text-align: left;
    font-size: 6.25rem;
    color: #FFFFFF;
    font-weight: bold;
}
.powersaving-section1-container-title{
    width: 50%;
    text-align: left;
    font-size: 1.375rem;
    font-weight: 100;
    color: #FFFFFF;
}
.powersaving-section1-form{
    width: 100%;
    padding-top: 6.25rem;
}
.powersaving-section1-form-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.powersaving-section1-form-item{
    width: calc(50% - 2.5rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.powersaving-section1-form-item-label{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    color: #FFFFFF;
    font-weight: 500;
}
.powersaving-section1-form-item-value{
    width: 100%;
}
.powersaving-section1-form-item-value-tips{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    color: #FFFFFF;
    min-height: 3.75rem;
}
.powersaving-section1-form-item-value-input-wrap{
    width: 100%;
    height: 3.5rem;
    border-bottom: #FFFFFF solid 0.0625rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.powersaving-section1-form-item-value-input{
    width: 100%;
    height: 2.5rem;
    font-size: 1.25rem;
    color: #FFFFFF;
    text-align: left;
    line-height: 2.5rem;
    background: none;
    border: none;
    outline: none;
}
.powersaving-section1-actions{
    width: 100%;
    padding-top: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.powersaving-section1-action{
    width: 21.75rem;
    height: 4rem;
    background: #FFFFFF;
    border-radius: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.powersaving-section1-action-title{
    text-align: center;
    font-size: 1.875rem;
    color: #000000;
}

/* 区块2 */
.powersaving-section2-container{
    width: 100%;
    padding: 6.25rem 0;
}
.powersaving-section2-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.powersaving-section2-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 100;
}
.powersaving-section2-container-header-description{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    padding-top: 2.5rem;
    font-weight: 100;
    line-height: 1.8;
    color: #878787;
}
.powersaving-section2-container-footer{
    width: 100%;
    padding-top: 3.75rem;
}
.powersaving-section2-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.powersaving-section2-action{
    width: 15.9375rem;
    height: 3.625rem;
    border-radius: 1.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #fe791c, #fb8432, #feb769, #fe9a38);
    text-decoration: none;
}
.powersaving-section2-action-title{
    font-size: 1.25rem;
    color: #FFFFFF;
    font-weight: 500;
}