ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    color: #fff;
    text-decoration: none;
}
.color-666 {
    color: #666;
}
.color-c1 {
    color: #c1c1c1;
}
.color-red {
    color: #D43434;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mr-10 {
    margin-right: 10px;
}
.ml-10 {
    margin-left: 10px;
}
.pt-10 {
    padding-top: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pr-10 {
    padding-right: 10px;
}
.pl-10 {
    padding-left: 10px;
}
.fz-12 {
    font-size: 12px;
}
.fz-14 {
    font-size: 14px;
}
.fz-16 {
    font-size: 16px;
}
.width-1000 {
    width: 1002px;
    margin: 0 auto;
}
.flex {
    display: flex;
}
.flex-center {
    justify-content: center;
    align-items: center;
}
.flex-jc-between {
    justify-content: space-between;
}
.line {
    height: 1px;
    background-color: #ddd;
    margin-bottom: 20px;
}
.census_register_div:nth-child(3) {
    margin: 0 5px;
}
.tabs div:checked {
    background-color: #ff0000;
}

.none {
    display: none;
}


.nowrap{
   white-space:nowrap;
   overflow:hidden;
   text-overflow:ellipsis;
}

.w540 {
       width: 100%;
}