.index-yjyj {
    height: 100%;
}
.warning-wrapper {
    position: relative;
    height: 100%;
}
#warningMap {
    width: 100%;
    height: 660px;
    overflow: visible;
}
#warningPopDiv,
.no-warning-pop {
    display: none;
    position: absolute;
    min-width: 200px;
    max-width: 500px;
    background-color: #fff;
    border: 1px solid grey;
    z-index: 9;
    box-shadow: 0px 0px 10px #888;
}
.no-warning-pop {
    width: 50px;
    text-align: center;
}
.warningPopDiv > div {
    line-height: 28px;
    padding: 0 8px 6px 8px;
}
.pop-city-name {
    text-align: center;
}
.warningPopDiv > div.pop-publish {
    height: auto;
}
.publish-level-text {
    position: relative;
    top: -6px;
    vertical-align: bottom;
}
.pop-publish-level {
    width: 80px;
    height: 80px;
}
.warn-weather-type {
    position: absolute;
    display: inline-block;
    width: 120px;
    top: 10px;
    left: 10px;
    border: 1px solid #ebf2f5;
}
.warn-weather-title {
    height: 26px;
    line-height: 26px;
    background: #ebf2f5;
    text-align: center;
}
.warn-weather-list {
    padding: 8px;
    overflow: hidden;
    background: #fff;
}
.warn-weather-list * {
    box-sizing: border-box;
}
.warn-weather-li {
    float: left;
    width: 46px;
    height: 45px;
    opacity: 0.1;
}
.warn-weather-li:nth-child(odd) {
    margin-right: 8px;
}
.warn-weather-li.on {
    border: 3px solid #2371ed;
    opacity: 1;
}
.warn-weather-li img {
    width: 100%;
}
.weather-type {
    position: absolute;
    display: inline-block;
    /* width: 116px; */
    bottom: 16px;
    right: 88px;
}
.weather-li {
    float: left;
    width: 46px;
    height: 45px;
}
.weather-li img {
    width: 100%;
}

.warn-emergency-type {
    left: 135px;
}
.warn-emergency-li {
    width: 46px;
    height: 45px;
    opacity: 0.1;
    margin: 0 auto;
}
.warn-emergency-li.on {
    border: 3px solid #2371ed;
    opacity: 1;
}
.warn-emergency-li img {
    width: 100%;
}
#yj_selectTag {
    position: absolute;
    display: inline-block;
    top: 1px;
    right: 1px;
    border: 1px solid #ebf2f5;
    padding: 4px;
    background: #ebf2f5;
}
.selectTag_a {
    display: inline-block;
    cursor: pointer, hand;
}

#mapSwitchDiv {
    width: 100%;
    height: 600px;
}
#yjSwitchDiv {
    width: 100%;
    height: 598px;
    overflow: hidden;
    display: none;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
    cellpadding: 0;
    cellspacing: 0;
    table-layout: fixed;
}
table tr,
table th {
    /* border: 1px solid #DDDDDD; */
    color: #666;
    height: 30px;
}
table thead th {
    background-color: #dddddd;
    width: 100px;
}
.yjListtd {
    padding: 6px 0;
}
.yjartContent {
    padding: 0;
    background: #fff;
    /* border-bottom: 1px dashed #c5c5c5; */
}
.blue-statistics-left {
    float: left;
    width: 50%;
    height: 32px;
    line-height: 32px;
    background-color: #2371ed;
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
}
.blue-statistics-right {
    float: left;
    width: 42%;
    height: 32px;
    line-height: 32px;
    background-color: #4688ff;
    text-align: right;
    box-sizing: border-box;
}
.blue-statistics-inter {
    float: right;
    width: 30%;
    height: 32px;
    line-height: 32px;
    background-color: #ff9900;
    text-align: right;
    box-sizing: border-box;
}
.hiscomContent {
    float: left;
    margin-top: 32px;
}
.warning-title {
    position: absolute;
    margin-left: -150px;
    left: 50%;
    top: 7px;
    text-align: center;
    z-index: 1;
}
.warningPopDiv > div.pop-publish {
    border-bottom: 1px solid #888;
}
.pop-publish-level-more {
    width: 40px;
    height: 40px;
}
