.sized {
    font-size: 40px;
    font-weight: 700;
    color: var(--TextColor);
}


.App_det {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
    margin-top: 115px;
}



.App_det_right {
    width: 430px;

}

.App_det_left {
    width: calc(100% - 450px);
}


.fow_jz {
    text-align: center;
}



.Rarewe>li {
    list-style: none;
    margin-top: 33px;
}

.BLDCwe {
    position: relative;
    font-size: 21px;
    color: #1A1A1A;
    line-height: 25px;
    font-weight: 700;
}

.BLDCwe::after {
    position: absolute;
    width: 15px;
    height: 15px;
    content: '';
    left: -30px;
    border-radius: 50%;
    top: 6px;
    background-color: var(--SecondaryColor1);
}



.reduce_ul>li::marker {
    color: var(--SecondaryColor1);
    font-size: 18px;
}

.reduce_ul {
    padding-left: 23px !important;
}

.app_boxs {
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.sear_flex {
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
    background-color: #f5f5f5;
}


.sear_flex i {
    font-size: 21px;
    font-weight: 700;
    margin-left: 12px;
}



.Keywordw {
    width: 100%;
    height: 100%;
}



.App_det {
    display: flex;
    justify-content: space-between;
}


.plicaw {
    display: flex;
    align-items: center;
    margin-top: 33px;
}

.plicaw i {
    font-size: 21px;
    font-weight: 700;
    color: var(--PrimaryColor);
}

.zxvApp {
    font-size: 21px;
    font-weight: 700;
    color: var(--TextColor);
    margin-left: 12px;
}


.Solar_ul li {
    padding: 15px;
    background-color: #f5f5f5;
    color: var(--TextColor);
    display: flex;
    transition: all 0.3s ;
    align-items: center;
    justify-content: space-between;
}

.Solar_ul {
    margin-top: 20px;
}

.Solar_ul li:not(:nth-child(1)) {
    margin-top: 5px;
}


.seA {
    padding: 30px 30px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   position: sticky;
   top: 20px ;
}


.saeT {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    color: var(--TextColor);
    margin-bottom: 20px;
}


.hixiangyow {
    opacity: 0;
}
.hixiangyow i{
    color: #ffffff;
}

.Solar_ul li:hover {
    background-color: var(--PrimaryColor);
    color: #ffffff;
}

.Solar_ul li:hover .hixiangyow {
    opacity: 1;
}