.state-body{
    margin-top:calc(constant(safe-area-inset-top) + 17vh);
    margin-top:calc(env(safe-area-inset-top) + 17vh);
    overflow-x: hidden;
}
.change-ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
}
.change-ul li{
    width: 100%;
    font-size: 2.2rem;
    border-bottom: 1px solid #707070;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.change-ul li p{
    margin-left: 30px;
}
.change-ul li img{
    width: 30px;
    height: 30px;
    margin-right: 30px;
}
