@charset "UTF-8";.index,.info_box {
    position: relative
}

.wind_temp,.wind_temp .tabs {
    border-bottom: 1px solid rgba(255,255,255,.2)
}

.exponent,.index {
    max-width: 640px;
    overflow: hidden
}

.days,.exponent,.index,.info_warn,.news ul li a,.weak_wea,.wind_temp,.wind_temp .charts {
    overflow: hidden
}

.days .single::after,.days .single::before,.exponent::after,.exponent::before,.index::after,.index::before,.info_aqi ul::after,.info_aqi ul::before,.news h2::after,.news h2::before,.news ul::after,.news ul::before,.news::after,.news::before,.weak_wea::after,.weak_wea::before {
    content: "";
    display: table
}

.days .single::after,.exponent::after,.index::after,.info_aqi ul::after,.news h2::after,.news ul::after,.news::after,.weak_wea::after {
    clear: both;
    overflow: hidden
}

.index {
    width: 100%;
    margin: 0 auto;
    background: #0d5aa5
}

.info_box {
    min-height: 28rem;
    background: -webkit-linear-gradient(top,#0c7ec4,#5f92c9)
}

.info,.info_box::before {
    position: absolute;
    top: 0
}

.info_box::before {
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 0;
    background: url(../images/building_night.png) center bottom no-repeat;
    background-size: 100% auto;
    content: ''
}

.info_wea {
    padding: 13.3rem 0 0 10px;
    color: #fff;
    font-size: 1.6rem
}

.info {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.info_about {
    position: relative;
    z-index: 1;
    margin: 0 140px 0 0;
    padding: 0 0 0 10px;
    color: #fff
}

.info_about em {
    position: relative;
    height: 9rem;
    font-size: 9rem;
    font-family: Arial;
    font-style: normal;
    line-height: 9rem
}

.info_about em::after {
    position: absolute;
    top: 1.3rem;
    right: -1rem;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 3rem;
    line-height: 1;
    content: '°'
}

.info_about p {
    font-size: 1.2rem;
    line-height: 1.6rem
}

.info_aqi {
    position: absolute;
    right: 10px;
    bottom: 10px
}

.info_aqi li {
    float: right;
    clear: both;
    height: 2.1rem;
    padding: 5px;
    margin: 1rem 0 0;
    border-radius: 2.1rem;
    background: rgba(0,0,0,.1)
}

.info_aqi li span {
    float: left
}

.info_aqi li strong {
    float: left;
    height: 2.1rem;
    padding: 0 17px 0 4px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem
}

.info_warn {
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    border-radius: 1.1rem
}

.info_warn img {
    margin-top: 0.4rem;
    width: 1.4rem;
    display: inline-block;
    vertical-align: middle
}

.days {
    height: 5.6rem;
    border-top: 1px solid rgba(255,255,255,.8)
}

.days .single {
    float: left;
    width: 50%;
    height: 5.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.2rem
}

.days .single:first-child {
    border-right: 1px solid rgba(255,255,255,.1)
}

.days .single div:first-child {
    height: 1.6rem;
    padding: .7rem 10px 0;
    line-height: 1.6rem
}

.days .single div:last-child {
    height: 2rem;
    padding: .6rem 10px 0;
    line-height: 2rem
}

.days .single em {
    float: left;
    font-style: normal
}

.days .single span {
    float: left;
    width: 3rem;
    height: 1.6rem;
    margin: 0 0 0 10px;
    text-align: center;
    border-radius: .7rem
}

.days .single b {
    float: right;
    font-weight: 400
}

.days .single strong {
    float: left;
    font-weight: 400
}

.days .single img {
    float: right;
    height: 2.2rem
}

.wind_temp .tabs span,.wind_temp .tabs strong {
    float: left;
    line-height: 2.4rem;
    font-size: 1.2rem;
    color: #fff;
    text-align: center
}

.wind_temp {
    position: relative;
    height: 2.4rem;
    background: rgba(255,255,255,.1)
}

.wind_temp.show::after {
    position: absolute;
    right: 0;
    bottom: 2.2rem;
    left: 0;
    content: '';
    height: 0;
    border-top: 1px solid rgba(255,255,255,.4)
}

.wind_temp .tabs {
    height: 2.4rem
}

.wind_temp .tabs strong {
    margin: 0 10px;
    font-weight: 400
}

.wind_temp .tabs span {
    display: none;
    position: relative;
    width: 4rem;
    height: 2.4rem
}

.wind_temp .tabs .active {
    border-bottom: 1px solid #fff
}

.wind_temp .tabs .btn {
    float: right;
    height: 1.5rem;
    margin: .5rem 10px 0 0;
    padding: 0 2rem 0 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-style: normal;
    background: url(../images/icon/wind_temp_chart.png) right top no-repeat;
    background-size: 1.5rem auto
}

.wind_temp .tabs .btn.active {
    background: url(../images/icon/wind_temp_chart.png) right bottom no-repeat;
    background-size: 1.5rem auto;
    border: 0
}

.wind_temp .charts {
    position: absolute;
    height: 110px;
    margin: 0 10px;
    right: 0;
    left: 0;
    bottom: -110px
}

.wind_temp .charts.active {
    top: 2.4rem
}

.wind_temp .charts canvas {
    position: absolute;
    width: 1000px;
    height: 110px
}

.wind_temp .charts span {
    position: absolute;
    left: 0;
    bottom: 2.4rem;
    margin: 0 0 0 5px;
    width: 29px;
    height: 17px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    background: url(../images/icon/vernier.png) center center no-repeat;
    background-size: 29px 17px
}

.weak_wea {
    margin: 1.4rem 10px 0;
    position: relative
}

.weak_wea .week_line {
    position: absolute;
    top: 6.8rem;
    left: 0;
    width: 100%;
    height: 123px
}

.weak_wea ul {
    margin: 0 -10px
}

.weak_wea li {
    float: left;
    width: 16.66%;
    text-align: center
}

.weak_wea li div {
    height: 123px
}

.weak_wea em {
    display: block;
    height: 1.4rem;
    color: #fff;
    font-size: 1.2rem;
    font-style: normal;
    line-height: 1.4rem
}

.weak_wea .wea {
    padding: 0 0 4px
}

.weak_wea .wea dt {
    height: 2.3rem;
    line-height: 2.3rem
}

.weak_wea .wea dt img {
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.weak_wea .wea dd {
    margin: 0 auto;
    width: 3.7rem;
    height: 3.3rem;
    line-height: 3.3rem
}

.weak_wea .wea dd strong {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    /*line-height: 1.2rem*/
}

.weak_wea .aqi,.weak_wea .wind dd {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #fff
}

.weak_wea .aqi {
    height: 1.6rem;
    width: 3rem;
    display: inline-block;
    border-radius: .8rem
}

.weak_wea .wind {
    padding: 1.3rem 0 1rem
}

.weak_wea .wind dd {
    font-weight: 400
}

.exponent {
    width: 100%;
    margin: 0 auto;
    border: 1px solid rgba(255,255,255,.2);
    border-width: 1px 0
}

.exponent ul {
    font-size: 0;
    margin: 0 -2px -2px 0
}

.exponent li {
    width: 33%;
    height: 10rem;
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(255,255,255,.2);
    border-width: 0 1px 1px 0
}

.exponent li em,.exponent li span {
    display: inline-block;
    width: 100%
}

.exponent li span {
    height: 3rem;
    line-height: 3rem;
    margin: 3rem 0 0
}

.exponent li span img {
    max-height: 100%;
    display: inline-block;
    vertical-align: middle
}

.news ul,.news ul li a {
    display: block;
    width: 100%
}

.exponent li em {
    height: 3rem;
    color: #fff;
    font-size: 1.2rem;
    font-style: normal;
    line-height: 3rem
}

.news h2,.news ul li {
    line-height: 2rem
}

.news {
    margin: 1rem;
    padding: 0 1rem;
    background: rgba(255,255,255,.2);
    border-radius: .5rem
}

.news h2 {
    float: left;
    padding: 1rem .2rem 0;
    height: 2rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    border-bottom: 1px solid #fff
}

.news ul {
    padding: 1rem 0;
    float: left
}

.news ul li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    text-decoration: none
}

.weak_wea_wnl {
    overflow-y: scroll;
    margin: 0 10px
}

.weak_wea_wnl .weak_wea {
    width: 1000px;
    margin: 1.4rem 0 0
}

.weak_wea_wnl .weak_wea .week_line {
    top: 8.8rem;
    width: 98%;
    left: 1%
}

.weak_wea_wnl .weak_wea li {
    width: 6.25%
}