body {
    position: relative;
}

html,
body {
    height: 100%;
}

.citybox {
    position: fixed;
    width: 100%;
    height: 100%;
    /* height: 768px; */
    background: rgba(0, 0, 0, 0.7);
    z-index: 666;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* 开始动画 */

.citylistbox {
    width: 760px;
    height: 280px;
    border-radius: 5px;
    background-color: #ebebeb;
    opacity: 1;
    display: flex;
    flex-direction: column;
}

.citybox .citytitle {
    /* width: 84px; */
    background-color: #005792;
    font-size: 20px;
    font-family: PingFang SC;
}

.citybox .citytitle span {
    margin-left: 5px;
    font-size: 10px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 14px;
    color: rgba(204, 204, 204, 1);
    opacity: 1;
}

.citybox .citytitle .citysure {
    position: absolute;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #333;
    opacity: 1;
    right: 20px;
    cursor: pointer;
}

.cityboxnone {
    display: none
}

.citybox #cityfathertitle {
    display: flex;
    flex-wrap: wrap;
    height: 58px;
    background-color: #005792;
    border-radius:5px 5px 0 0;
    margin-bottom: 20px;
    justify-content: space-between;
}

.citybox #cityfathertitle>div {
    margin: 15px 50px;
    opacity: 1;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cityfathertitleact {
    color: #fff !important;
    font-size: 18px;
     font-weight: 600;
}

.citybox #provincebox {
    margin: 0 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    overflow-x: hidden;
    overflow-y: auto;
    /* overflow: scroll; */
    padding: 0 20px 40px 0;
}

.citybox #provincebox>div:nth-child(5n+1) {
    margin-left: 0;
}

.citybox #provincebox::-webkit-scrollbar {
    display: none
}

.citybox #provincebox>div:hover {
    background: #e55352;
    color: #fff;
}

.citybox #citycontent>div:hover {
    background: #e55352;
    color: #fff;
}

.citybox #countycontentbox>div:hover {
    background: #e55352;
    color: #fff;
}

.citybox #provincebox>div {
    margin: 5px 5px;
    height: 30px;
    background-color: #5a6269;
    opacity: 1;
    padding: 15px 15px;
    border-radius: 3px;
    font-size: 16px;
    font-family: PingFang SC;
    justify-content: space-around;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.citybox #citycontent {
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    overflow-x: hidden;
    overflow-y: auto;
}

.citybox #citycontent>div:nth-child(5n+1) {
    margin-left: 0;
}

.citybox #citycontent>div {
    margin: 5px 5px;
    height: 30px;
    background-color: #5a6269;
    opacity: 1;
    padding: 15px 15px;
    border-radius: 3px;
    font-size: 16px;
    font-family: PingFang SC;
    justify-content: space-around;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.citybox #countycontentbox {
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
    /* justify-content: space-between; */
}

.citybox #countycontentbox>div:nth-child(5n+1) {
    margin-left: 0;
}

.citybox #countycontentbox>div {
    margin: 5px 5px;
    height: 30px;
    background-color: #5a6269;
    opacity: 1;
    padding: 15px 15px;
    border-radius: 3px;
    font-size: 16px;
    font-family: PingFang SC;
    justify-content: space-around;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cityaction {
    background: #e55352!important;
    color: #fff !important;
}

.citynone {
    display: none !important;
}

.suernone {
    display: none!important;
}