.detail-title {
    margin: 20px 0 30px;
}

.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;
    top: 15px;
    right: 30px;
    font-weight: 400;
}

/* ------ Default Style ---------- */

.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;
    float: left;
    margin-left: 15px;
}

.chart-box .title {
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.chart-box .indexValue {
    position: absolute;
    top: 78px;
    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: 222px;
    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: 250px;
    height: 290px;
    float: left;
    margin-left: 20px;
}

.reading-box .title a {
    cursor: pointer;
}

.reading-box .title .active {
    font-weight: 400;
}

.reading-box .title .spliter {
    margin: 0 8px;
    font-weight: 300;
}

.reading-box .pollutant-item {
    width: 115px;
    height: 55px;
    margin-top: 23px;
    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: 29px;
    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: 190px;
    height: 290px;
    float: left;
    margin-left: 40px;
    position: relative;
}

.weather-box .title {
    margin-left: 30px;
    font-weight: 400;
    color: #333;
}

.weather-box .weather-items {
    margin-top: 20px;
}

.weather-box .weather-items .weather-item {
    margin-left: 30px;
    position: relative;
    font-size: 16px;
    color: #222;
    font-weight: 300;
    height: 40px;
    margin-bottom: 20px;
}

.weather-box .weather-items .weather-item .icon {
    width: 36px;
    height: 36px;
    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: 8px;
    left: 60px;
}

.weather-box .weather-items .humidity-icon {
    background-image: url("images/icon/humidity.png")
}

.weather-box .weather-items .humidity {
    position: absolute;
    top: 8px;
    left: 60px;
}

.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: 8px;
    left: 60px;
}

.weather-box .weather-items .uv-icon {
    background-image: url("images/icon/uv.png")
}

.weather-box .weather-items .uv {
    position: absolute;
    top: 8px;
    left: 60px;
}