body {
    position: relative;
}

html,
body {
    height: 100%;
}

.choicebox {
    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;
}


/* 开始动画 */

.choicelistbox {
    width: 760px;
    height: 268px;
    border-radius: 5px;
    background-color: #ebebeb;
    opachoice: 1;
    display: flex;
    flex-direction: column;
}

.choicebox .choicetitle {
    /* width: 84px; */
    background-color: #005792;
    font-size: 18px;
    font-family: PingFang SC;
}

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

.choicebox .choicetitle .choicesure {
    position: absolute;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 18px;
    color: #333;
    opachoice: 1;
    right: 20px;
    cursor: pointer;
}

.choiceboxnone {
    display: none
}

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

.choicebox #choicefathertitle>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;
}

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

.choicebox #ceprovincebox {
    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;
}

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

.choicebox #ceprovincebox::-webkit-scrollbar {
    display: none
}

.choicebox #ceprovincebox>div:hover {
    background: #e8383b;
    color: #fff;
}

.choicebox #choicecontent>div:hover {
    background: #e8383b;
    color: #fff;
}

.choicebox #cecountycontentbox>div:hover {
    background: #e8383b;
    color: #fff;
}

.choicebox #ceprovincebox>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;
}

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

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

.choicebox #choicecontent>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;
}

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

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

.choicebox #cecountycontentbox>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;
}

.choiceaction {
    background: #e8383b!important;
    color: #fff !important;
}

.choicenone {
    display: none !important;
}

.suernone {
    display: none!important;
}