﻿@import "logo.css";

.page-of-air .side-panel .side-tab .side-tab-list{
    padding: 0 10px;
    text-align: left;
}
.condition-wrap .condition-con > dl > dt{
    width: 80px;
}
.condition-wrap .condition-con > dl > dd{
    margin-top: 0;
}
.condition-wrap .condition-con > dl > dd .radio{
    margin-right: 30px;
    display: block;
}
.page-of-air .radio .text{
    width: auto;
}


.div_carbon_ghg1 {
    display: none;
}
.modal-mask {
    left: 0;
}
.page-of-air .section {
    z-index: initial;
}

/* 交通地图 */
.page-of-traffic .map-type{
    padding-bottom: 0!important;
    bottom: 30px;
}
.traffic-mask{
    width: 381px;
    padding: 20px;
}
.traffic-mask .box{
    position: relative;
    display: none;
}
.traffic-mask .box .type{
    position: absolute;
    right: 30px;
    top: 0;
    line-height: 27px;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 2px;
    padding: 0 6px;
}
.traffic-mask .aviation-data .type{
    background: #257DFF;
}
.traffic-mask .road-data .type{
    background: #05C88A;
}
.traffic-mask .ets{
    width: 100%;
    height: 268px;
}
.select-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.select-btn li{
    cursor: pointer;
    padding: 0 10px;
    line-height: 23px;
    color: #242F41;
    border-radius: 2px;
    margin-right: 5px;
}
.select-btn li:last-of-type{
    margin-right: 0;
}
.select-btn li.active{
    background: #E9EFF5;
}


.iconszf{
    /*min-width: 50px;*/
    /*min-height: 50px;*/
    /*border: 1px solid rgba(255,255,255,.5);*/
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
}

/* 道路 */
.g_1_small,.g_1_mid,.g_1_big{
    background: url("../image/g_1.png") no-repeat;
    background-size: 100%;
}
/* 航空 */
.g_2_small,.g_2_mid,.g_2_big{
    background: url("../image/g_2.png") no-repeat;
    background-size: 100%;
}

.g_1_small, .g_2_small{
    min-width: 30px;
    min-height: 30px;
}
.g_1_mid, .g_2_mid{
    min-width: 50px;
    min-height: 50px;
}
.g_1_big, .g_2_big{
    min-width: 80px;
    min-height: 80px;
}


