.index-env-geo-wrapper * {
    box-sizing: border-box;
}

.index-env-geo {
    float: left;
    width: 660px;
}

.title-left {
    background-color: #2371ed;
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
}

.env-geo-title .title-left {
    padding-left: 0;
}

.env-geo-title>div {
    float: left;
    width: 50%;
    height: 28px;
    line-height: 28px;
}

.title-right {
    background-color: #4688ff;
    text-align: right;
}

.title-right span {
    display: inline-block;
    width: 30%;
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
    background-color: #ff8c2f;
    cursor: pointer;
}

.title-right span a {
    color: #fff;
}

.env-geo-tab li {
    width: 100px;
    float: left;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.env-geo-tab li.current {
    border-bottom: 2px solid #ff8c2f;
}

.env-geo-tab-list.hide {
    display: none;
}

.env-geo-tab-switch>ul {
    background: #dfdfdf;
    width: 100%;
    height: 32px;
    text-align: right;
}

.env-geo-tab-switch>ul li {
    display: inline-block;
    width: 130px;
    height: 32px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
}

.env-geo-tab-switch>ul li.current {
    border-bottom: 2px solid #2371ed;
}

.env-time {
    color: #bbb;
    font-size: 14px;
}

.env-geo-top-title {
    padding-left: 20px;
}

.color-block {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    vertical-align: middle;

}

.color-word {
    color: #6e6e6e;
}

.color-legend {
    width: 300px;
    font-size: 0;
    position: absolute;
    bottom: -6px;
    right: 10px;
    display:none;
}

.color-legend li {
    display: inline-block;
    width: 100px;
    margin-bottom: 10px;
}

.env-geo-tab-content.hide {
    display: none;
}

.env-geo-tab-content {
    border: 1px solid #ddd;
    height: 565px;
    position: relative;
}

.yjyj-tab {
    width: 658px;
}

.legend {
    width: 220px;
    font-size: 0;
    position: absolute;
    bottom: -15px;
    right: 16px;
    display: none;
}

.legend img {
    width: 100%;
}

.geo-img {
    width: 98%;
    height: 460px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.env-geo-tab-switch {
    clear: both;
    position: relative;
    top: 1px;
}

.env-geo-hour-switch {
    position: absolute;
    left: 6px;
}

.env-geo-hour-switch>span {
    height: 32px;
    line-height: 32px;
    width: 70px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.env-geo-hour-switch>span.time-current {
    border-bottom: 2px solid #2371ed;
}
.popEnvDiv .titleWrapper{
	background: #4688ff;
}
.popEnvDiv .popEnvDivClose{
	top:8px;
}

.env-geo-hour-switch span{
	cursor: pointer;
}
.env-geo-tab-switch>ul>li{
	cursor: pointer;
}