* {
    -webkit-font-smoothing: antialiased
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    overflow-y: scroll;
}

ol,ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,body,form,input,span,p,button,h3 {
    border: 0;
    margin: 0;
    padding: 0
}

html {
    min-height: 100%;
    position: relative
}

html,body {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    height: 100%;
}

a {
    color: inherit
}

a,a:active {
    text-decoration: none
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

strong {
    font-weight: 700
}

.quality-badthings-wrap {
    width: 258px
}

.quality-chart {
    text-align: center
}

.card {
    background: #fff;
    margin-bottom: 10px;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0 ;
}

.content-inner-left {
    float: left;
    width: 100%;
}

.g-fl {
    float: left
}

.g-fr {
    float: right;
    padding-left: 35px;
}

.btn {
    background: #19b955;
    border: 1px solid #19b955;
    border-radius: 2px;
    display: inline-block;
    *display: inline;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    *zoom:1
}

.btn button {
    color: #fff;
    background: #19b955;
    border: 1px solid #19b955;
    border-radius: 2px;
    cursor: pointer;
}

.submit-btn {
    color: #fff;
    margin-right: 20px
}

.cancel-btn {
    background: #fff;
    border: 1px solid #19b955;
    color: #19b955
}

.left-wrapper {
    margin-left: 250px
}

a:hover {
    text-decoration: underline
}

.quality-badthings-wrap .badthings-wrap {
    height: 280px;
}

.quality-badthings-wrap .badthing-item {
    margin: 0 0 20px 20px;
    height: 68px;
    width: 100px;
}

.quality-badthings-wrap .last-line {
    margin-bottom: 0
}

.quality-badthings-wrap .badthing-name {
    font-size: 16px
}

.quality-badthings-wrap .badthing-des {
    color: #999;
    margin: 5px 0 2px
}

.quality-badthings-wrap .badthing-process {
    height: 10px;
    position: relative;
    width: 100%
}

.quality-badthings-wrap .badthing-process-bg,.quality-badthings-wrap .badthing-process-cur {
    border-radius: 5px;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute
}

.quality-badthings-wrap .badthing-process-bg {
    background-color: #eee;
    width: 100%
}

.quality-badthings-wrap .badthing-process-cur {
    background-color: #34cf7a;
    max-width: 100%;
    min-width: 10%
}

.quality-badthings-wrap.is-mini {
    width: 278px
}

.quality-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
}

.quality-detail .cur-quality-wrap {
    width: 289px;
    height: 310px;
}

.quality-detail .tips-cont-wrap {
    display: table;
    table-layout: fixed;
    width: 100%
}

.quality-detail .tips-cont-item {
    display: table-cell;
    position: relative;
    text-align: center
}

.quality-detail .tips-img {
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
    height: 28px;
    margin: 0 auto 8px;
    width: 28px
}

.quality-detail .tips-left-line {
    background-color: #eee;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px
}

.quality-chart .mh-detail {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    webkit-transform: translate3d(0,0,0);
    will-change: transform;
    z-index: 1
}

.quality-chart .mh-pm25-chart {
    height: 157px;
    margin: 0 auto;
    position: relative;
    width: 302px
}

.quality-chart .mh-pm25-num {
    font-size: 60px;
    font-weight: 700;
    left: 50%;
    line-height: 100px;
    position: absolute;
    top: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.quality-chart .mh-chart-bg-line {
    bottom: 8px;
    left: 50%;
    position: absolute;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

.quality-chart .mh-chart-process {
    stroke-dasharray: 455;
    stroke-dashoffset: 456;

    -webkit-transition: stroke-dashoffset 1s linear;
    -moz-transition: stroke-dashoffset 1s linear;
    -ms-transition: stroke-dashoffset 1s linear;
    -o-transition: stroke-dashoffset 1s linear;
    transition: stroke-dashoffset 1s linear;
}

.quality-chart .mh-pm25-txt {
    bottom: -1px;
    color: #000;
    font-size: 20px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.quality-chart .mh-detail-tips {
    margin: 5px 0 5px;
    color: #666;
}

.quality-chart .mh-svg-num {
    bottom: 18px;
    color: #999;
    font-size: 16px;
    left: 133px;
    position: absolute
}

.g-clearfix:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden
}

.submit-btn:hover,
.btn:hover button {
    background: #1dd160;
    border: 1px solid #1dd160
}

.cancel-btn:hover {
    background: #1dd160;
    border: 1px solid #1dd160;
    color: #fff
}

.quality-badthings-wrap .badthing-name span {
    position: relative
}

.quality-chart .mh-svg-num span {
    position: absolute;
    -webkit-transform-origin: left;
    transform-origin: left
}

.quality-badthings-wrap.is-mini .badthings-wrap {
    margin: -13px -27px -26px
}

.quality-badthings-wrap.is-mini .badthing-item {
    height: 55px;
    margin: 13px 27px;
    width: 85px
}

.quality-badthings-wrap.is-mini .badthing-process {
    height: 6px;
    position: relative;
    width: 100%
}

.quality-detail.is-mini .tips-img {
    margin: 0 auto 4px
}

.quality-chart .mh-pm25-chart .mh-svg {
    left: 0;
    position: absolute;
    top: 0
}

.quality-chart .mh-pm25-chart .mh-svg-process {
    z-index: 2
}

.quality-chart.is-mini .mh-pm25-chart {
    height: 111px;
    width: 210px
}

.quality-chart.is-mini .mh-pm25-num {
    font-size: 48px;
    line-height: 80px;
    top: 30px
}

.quality-chart.is-mini .mh-chart-process {
    stroke-dasharray: 315;
    stroke-dashoffset: 315
}

.quality-chart.is-mini .mh-pm25-txt {
    font-size: 16px
}

.quality-chart.is-mini .mh-detail-tips {
    margin: 15px 0 25px
}

.quality-chart.is-mini .mh-svg-num {
    font-size: 14px;
    left: 89px
}

.quality-map-wrap {
    margin-right: 25px
}

#quality-detail-wrap .city-change-wrap {
    display: inline-block;
    *display: inline;
    *zoom:1}

#quality-detail-wrap .content-inner-left {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#quality-detail-wrap .guang-v-txt {
    margin-top: 7px
}

#quality-billboard .best {
    margin-right: 10px
}

#quality-billboard .col3 em {
    margin-right: 5px
}

#air-real-time .air-trend-list .col1 {
    padding-left: 30px;
    text-align: left;
    width: 130px
}

#air-real-time .air-trend-list .col3 {
    width: 30%
}

#air-real-time .air-trend-list-first .col4 {
    border-right: 1px solid #eee
}

#air-real-time .only-1-trend .col4 {
    border-right: none
}

.quality-detail-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

#quality-detail-wrap .card-sub-title .poi-icon {
    background: url(https://p.ssl.qhimg.com/t0168173c7818fe36c0.png) no-repeat left center;
    background-image: -webkit-image-set(url(https://p.ssl.qhimg.com/t0168173c7818fe36c0.png) 1x,url(https://p.ssl.qhimg.com/t018ea120460931b92b.png) 2x);
    background-size: 15px 19px;
    display: inline-block;
    *display: inline;
    height: 20px;
    line-height: 20px;
    padding-left: 22px;
    vertical-align: top;
    *zoom:1}

#quality-detail-wrap .card-sub-title .time {
    margin: 0 10px
}

#quality-detail-wrap .content-inner-left .card-sub-title {
    border-bottom: 1px solid #eee;
    padding: 5px;
}

#quality-detail-wrap .content-inner-left .card-sub-title .city {
    font-weight: 700
}

@-webkit-keyframes 'turn-round' {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes 'turn-round' {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.city-change-wrap {
    position: relative
}

.hidden {
    display: none
}

.city-change-wrap .change-title {
    padding-right: 5px
}

.city-change-wrap .change-label {
    color: #666;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    font-size: 14px;
    position: relative;
    *zoom:1}

.city-change-wrap .city-select {
    background: #fff;
    border: 1px solid #eee;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 25px;
    white-space: nowrap;
    z-index: 3
}

.city-change-wrap .city-select select {
    margin-right: 8px;
    width: 80px;
}

.city-change-wrap .city-select .option-wrap {
    float: right;
    padding-top: 20px
}

/* 自定义表单样式 */
.form-inline .form-group {
    display: inline-block;
}

/* 自适应样式 */
@media screen and (max-width: 599px) {
    .quality-detail {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .g-fr {
        padding: 0;
        width: 100%;
    }

    .card-title {
        margin: 0 0 24px;
        text-align: center;
    }

    .quality-detail .cur-quality-wrap {
        width: auto;
    }
    
    .quality-badthings-wrap {
        margin-top: 16px;
        width: 100%;
    }
    .quality-badthings-wrap .badthing-item {
        width: 42%;
    }

    .quality-detail .tips-cont-wrap {
        width: 90%;
        margin: 0 auto;
    }

    .card {
        margin-bottom: 0;
    }
    
}
