body,
div,
p,
span,
a,
i,
em,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
form,
input,
textarea,
select,
table,
tbody,
th,
thead,
td,
tr,
button {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none;
    box-sizing: border-box;
}

#edit_key {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 0 0.15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.edit_key_content {
    width: 100%;
    padding: 0.1rem;
    border-radius: 0.15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0.02rem 0.1rem 0 #D3DAE4;
    background-color: #FFFFFF;
}

.edit_key_title {
    width: 100%;
    font-size: 0.18rem;
    font-weight: 600;
    border-bottom: 1px solid #000;
    position: relative;
    background-color: #FFFFFF;
    text-align: center;
    padding: 0.1rem 0;
}

#edit_key_close {
    font-size: 0.18rem;
    position: absolute;
    top: 0.105rem;
    right: 0.1rem;
}

.edit_key_content p {
    font-size: 0.14rem;
    color: red;
    margin: 0.1rem 0;
}

.input_list {
    width: 100%;
    height: 0.36rem;
    display: flex;
    flex-direction: row;
    margin-bottom: 0.2rem;
    position: relative;
}

.input_list input {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 0.05rem;
    font-size: 0.16rem;
    padding-left: 0.1rem;
}

.input_list input::placeholder {
    font-size: 0.16rem;
}

.label_name {
    display: block;
    width: 0.8rem;
    line-height: 0.36rem;
    font-size: 0.16rem;
}

.tip_text {
    position: absolute;
    left: 0.8rem;
    top: 0.36rem;
    color: red;
    font-size: 0.12rem;
}

#edit_key_save {
    width: 1.5rem;
    height: 0.36rem;
    height: 0.36rem;
    text-align: center;
    background-color: #2276FF;
    color: #FFFFFF;
    font-size: 0.18rem;
    margin-top: 0.2rem;
    border-radius: 0.1rem;
}

.form_list {
    padding: 0 0.05rem;
}