.com-area-dialog{
    background-color: rgba(0,0,0,.6);
    position:absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    z-index: 9999;
}

.com-area-dialog .com-area-box{
    background-color: #fff;
    height: 530px;
    width: 700px;
    padding:16px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.com-area-box-header{
    border-bottom: solid 1px #afafaf;
    display: flex;
    justify-content: space-between;
}

.com-area-box-header-title{
    padding-bottom: 14px;
}

.com-area-box-body{
    padding-top: 10px;
    flex:1;
    height: 0px;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-flow:row wrap;
}

.com-area-box-body .com-area-body-noarea{
    color:crimson;
    width: 100%;
    text-align: center;
    padding-top: 200px;
}

/*具体区域样式*/

.com-area-body-item{
    display: flex;
    position: relative;
    height: 50px;
    align-items: center;
    width: 25%;
}

.com-area-body-item i{
    font-size: 12px;
    line-height: 16px;
    vertical-align: top;
    position: absolute;
    right: 4px;
    top: 1px;
}

.com-area-body-item-checkspan{
    width: 13px;
    height: 13px;
    border: solid 1px #afafaf;
    margin-right: 8px;
    position: relative;
}

.com-area-body-item-checked{
    background-color: #155bd4;
}

.com-area-body-item-checkspan::after{
    box-sizing: content-box;
    position: absolute;
    display: block;
    content: " ";
    font-size: 0;
    top: 3px;
    left: 2px;
    width: 10px;
    height: 8px;
    background-size: contain;
    transform: scale(0);
    transition: all .12s ease-in-out;
}

.com-area-body-item-checked::after{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAABGdBTUEAALGPC/xhBQAAASxJREFUOBGlkr9LQlEUx01Di1pCCKQhkAZxaMs/oFnwD3Bwqcmh0cnB0ak5HBwdHNyT5sDFIUIQxMXBQWgIIjB7fa7c+zjvvnfR9MCH8+t7vtOJxfYMz/OyMIIniB/u44dBhvs+ZCEHX7BbYHYGbyBjtpMbDifwKp2ol1D8tyFHSXgGGb805YAZg+PAIKJBE4cu2FH15WyOoA8fUPAXEQX7FthRD0jZdoRiQZ0PCHTDvCl0pnwMadlMzFbnGflSCulrlka1bTiQunXN8AY+QcaY5lwJyPdyoeseOREyMwOWt/CtxSYNKe5gZQY6v5BT5taZEZXgRx+50oDFqdPEXiCugPqpqHhnmLZvNvYcPUS4TZldbDx2CThuCNM59ZVLu/UcE/V36qWutz5C+AfE+OIwPOZePgAAAABJRU5ErkJggg==);
    transform: scale(1);
}

.com-area-body-item-indeterminate::after{
    background-color: #155bd4;
    background-color: var(--theme-primary-4,#155bd4);
    top: 6px;
    left: 1px;
    width: 10px;
    height: 2px;
    border: 0;
    transform: rotate(0deg);
}

.com-area-body-item input[type="checkbox"]{
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0px;
    top: 18px;
    opacity: 0;
}

.com-area-body-item-view{
    display:inline-block;
    position: relative;
    padding-right: 18px; 
    padding-left: 1px;
    line-height: normal; 
    cursor: pointer;  
}

.com-area-body-item-view *{ 
    cursor: pointer;  
}

.com-area-body-item-num{
    color:#155bd4;
}

.com-area-box-opt{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-left: 0px;
}

.com-area-box-opt span{
    font-size: 10px;
    color:#9f9f9f;
    padding-right: 8px;
}

.com-area-box-opt-allcheck{
    position: relative;
}

.com-area-box-opt-allcheck .com-area-body-item-checkspan{
    padding-right: 14px;
}

.com-area-box-opt-allcheck input{
    height: 15px;
    width: 15px;
    position: absolute;
    top: 4px;
    left: 0px;
    opacity: 0;
}

.com-area-box-opt-btn{
    background-color: rgb(21, 91, 212);
    color:#fff;
    line-height: 30px;
    padding-left: 16px;
    padding-right: 16px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}

.com-area-body-item-float-hidden{
    display: none;
}

.com-area-box-opt-disabled{
    cursor:not-allowed;
    background-color: #ebedf0;
    color: #c8c9cc;
    line-height: 30px;
    padding-left: 16px;
    padding-right: 16px;
    border: 0;
    border-radius: 3px;
}


.com-area-float-city{
    position: absolute;
    background-color: #155bd4;
    left: 300px;
}

.com-area-float-city::before{
    content: "";
    display: block;
    height: 0px;
    background-color:crimson;
}

.com-area-float-box{
    background-color: rgb(245, 245, 245);
    padding:10px;
    max-height: 260px;
    overflow:auto;
    font-size: 12px;
}

.com-area-float-box .com-area-body-item{
    width: unset !important;
    height: 26px;
}

.com-area-float-box i{
    right: 2px;
}

.com-area-float-box input{
    top:5px !important;
}

.com-area-float-county{
    position: absolute;
    background-color: #155bd4;
    left: 500px;
    display: flex;
}

.com-area-float-county::before{
    content: "";
    display: block;
    width: 0px;
    background-color: tomato;
}

.com-area-float-county .com-area-body-item-num{
    display: none;
}

.com-area-float-county i{
    display: none;
}

.com-area-float-county .com-area-float-box{
    padding-left: 15px;
}

.com-area-float-notneed{
    display: none;
}

.com-area-box-btn-close{
    cursor: pointer;
}
