body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

#page-content {
    box-sizing: border-box;
}

#data-backup-content-box {
    margin: 40px;
}

.data-backup-nav {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.data-backup-nav li {
    width: 120px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.data-backup-nav li span {
    display: inline-block;
    width: 80px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    line-height: 30px;
    text-align: center;
    color: #999;
    background: #fff;
    padding: 10px 0;

}
.data-backup-nav li span:hover,
.data-backup-nav li span:active,
.data-backup-nav .active{
    color: #777;
    font-weight: 600;
    border-color: #33d3e9;
    border-bottom-style: solid;
}

.data-backup-nav li:nth-child(1) {
    margin-right: 10px;
}

#data-backup-content-box .active {
    color: #777;
    font-weight: 600;
    border-color: #33d3e9;
    border-bottom-style: solid;
}

.data-backup-content {
    padding: 20px;
    background: #fff !important;
}
/* modal */
#dataBackupConfig .basic-info-detail .title{
    width: 21%;
}
#dataBackupConfig .basic-info-detail input{
    width: 79%;
}

/* 新增 */
.data-backup-content-one{

}
.data-backup-content-one-head{
    margin-bottom: 10px;
}