#cyy-cityMultiple {
    z-index: 1;
    font-size: 12px;
    height:500px;
    width: 100%;
    position: relative;
    border: 1px solid #368ee0;
    margin-bottom: 20px;
}
#cyy-cityMultiple input{
    vertical-align: inherit;
}

#cyy-cityMultiple label {
    vertical-align: text-bottom;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    height: 24px;
    line-height: 24px;
}
#cyy-cityMultiple .cyy-title {
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    background-color: #368ee0;
    border-bottom: 1px solid #368ee0;
}
#cyy-cityMultiple #cyy-cities {
    float: left;
    width: 34%;
    height: 100%;
    border-right: 1px solid #368ee0;
}
#cyy-cityMultiple #cyy-cities-list {
    /* height: 100%; */
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
    overflow: visible;
}
#cyy-cityMultiple ul {
    margin: 0px;
    padding: 0px;
}
#cyy-cityMultiple li {
    list-style: none;
    float: left;
    width: 75px;
    padding: 4px 4px;
    white-space: nowrap;
    border-bottom: 1px dashed #368ee0;
    cursor: default;
    position: relative;
}
#cyy-cityMultiple li:hover {
    background-color: #cbe2f7
}
#cyy-cityMultiple .cyy-items {
    border: 2px solid #368ee0;
    position: absolute;
    background-color: #fff;
    height: auto;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 30px;
    left: 0;
    z-index: 100;
    margin-left: 20px;
    display: none;
    width: 180px;
}
#cyy-cityMultiple .cyy-items li {
    float: left;
    width: 170px;
    border: none;
    white-space: nowrap;
    margin-bottom: -1px;
}
#cyy-cityMultiple #cyy-selected {
    width: 66%;
    float: left;
    height: 100%;
}
#cyy-cityMultiple #cyy-selected .cyy-title {
    border-left: 1px solid #fff;
}
#cyy-cityMultiple #cyy-allDelete {
    color: #fff;
}
#cyy-cityMultiple .cyy-city-delete {
    float: right;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    margin-right: 4px;
}
#cyy-cityMultiple #cyy-selected-list {
    padding: 8px 0 8px 8px;
    width: 100%;
    height: 465px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#cyy-cityMultiple #cyy-selected-list>ul {
    width: 100%;
}
#cyy-cityMultiple #cyy-selected-list>ul>li {
    float: left;
    white-space: nowrap;
    width: 32%;
    border: 1px dashed #368ee0;
    margin: 2px;
}
#cyy-selected-list>ul .city-s {
    font-weight: bold;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}
#cyy-selected-list .cyy-flod .city-switch{
    margin-right: 10px;
    text-decoration: none;
    outline: none;
}
#cyy-selected-list .cyy-select {
    margin-top: 4px;
    margin-bottom: -4px;
}
#cyy-selected-list .cyy-select>li {
    float: none;
    white-space: nowrap;
    width: auto;
    height: 33px;
    line-height: 24px;
    font-size: 14px;
    margin-left: -4px;
    padding-left: 30px;
    border: none;
    border-top: 1px dashed #368ee0;
}
#cyy-selected-list .cyy-flod-close ul{
    display: none;
}