.detail-title {
    margin: 20px 0 0px;
}

.detail-title h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 5px 0 0;
}

.detail-title p {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    margin: 5px 0 0;
}

.update-time {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

.gauge-container>.gauge .dial {
    stroke: #E8E8E8;
    stroke-width: 3;
}

.gauge-container>.gauge .value {
    stroke-width: 3;
}

.gauge-container>.gauge .value-text {
    font-family: "Helvetica Neue", "Helvetica", "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "PingFang SC", "Arial", sans-serif;
    position: absolute;
    top: 78px;
    left: 0px;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    width: 100%;
    fill: #000;
}

.chart-box {
    position: relative;
    height: 260px;
    width: 260px;
    margin: 0px auto 0px;
}

/*
.chart-box .input-group-btn{display: flex; justify-content: center; width: 100%; position: absolute; top: -4px; right: inherit;}
.chart-box .input-group-btn .dropdown-menu{left: auto;}
.chart-box .btn .text{font-weight: 400; color: #333; }
*/

.chart-box .title {
    position: absolute;
    font-size: 13px;
    font-weight: 300;
    top: 156px;
    text-align: center;
    width: 100%;
}

.chart-box .indexValue {
    position: absolute;
    top: 66px;
    left: 0px;
    font-size: 75px;
    font-weight: 100;
    text-align: center;
    width: 100%;
}

.chart-box .minValue {
    position: absolute;
    top: 205px;
    left: 61px;
    font-size: 11px;
    font-weight: 300;
}

.chart-box .maxValue {
    position: absolute;
    top: 205px;
    right: 45px;
    font-size: 11px;
    font-weight: 300;
}

.chart-box .levelWrap {
    position: absolute;
    top: 204px;
    width: 100%;
}

.chart-box .levelWrap2 {
    margin: 0 auto;
    text-align: center;
}

.chart-box .level {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.reading-box {
    width: calc(100% - 30px);
    margin: 0px auto 30px;
}

.reading-box .title {
    font-weight: 400;
    font-size: 15px;
}

.reading-box .title a {
    cursor: pointer;
}

.reading-box .title .active {
    font-weight: 400;
}

.reading-box .title .spliter {
    margin: 0 8px;
    font-weight: 300;
    color: #aaa;
}

.reading-box .pollutant-item {
    width: calc(50% - 10px);
    height: 55px;
    margin-top: 15px;
    position: relative;
}

.reading-box .even {
    float: right;
}

.reading-box .odd {
    float: left;
}

.reading-box .pollutant-item .name {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 12px;
    color: #aaa;
    font-weight: 400;
}

.reading-box .pollutant-item .unit {
    position: absolute;
    top: 27px;
    right: 0px;
    font-size: 12px;
    font-weight: 300;
    color: #aaa;
}

.reading-box .pollutant-item .value {
    position: absolute;
    top: 12px;
    left: 0px;
    font-size: 28px;
    font-weight: 200;
}

.reading-box .pollutant-item .ratio-bar {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    z-index: 20;
}

.reading-box .pollutant-item .ratio-bar-bg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #e8e8e8;
}

.weather-box {
    width: calc(100% - 30px);
    margin: 10px auto;
    position: relative;
}

.weather-box .title {
    font-weight: 400;
    font-size: 15px;
    color: #333;
}

.weather-box .weather-items {
    margin-top: 20px;
}

.weather-box .weather-items .weather-item {
    width: calc(50% - 0px);
    float: left;
    position: relative;
    font-size: 16px;
    color: #222;
    font-weight: 300;
    height: 40px;
    margin-bottom: 15px;
}

.weather-box .weather-items .weather-item .icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.weather-box .weather-items .temperature {
    position: absolute;
    top: 5px;
    left: 50px;
}

.weather-box .weather-items .humidity-icon {
    background-image: url("images/icon/humidity.png")
}

.weather-box .weather-items .humidity {
    position: absolute;
    top: 5px;
    left: 50px;
}

.weather-box .weather-items .weather-item .wind-icon {
    background-image: url("images/icon/wind_arrow.png");
    top: 1px;
}

.weather-box .weather-items .wind {
    position: absolute;
    top: 5px;
    left: 50px;
}

.weather-box .weather-items .uv-icon {
    background-image: url("images/icon/uv.png")
}

.weather-box .weather-items .uv {
    position: absolute;
    top: 5px;
    left: 50px;
}