﻿a {
    color: unset;
    text-decoration: none;
}

    /*正常的未被访问过的链接*/
    a:link {
        color: unset;
        text-decoration: none;
    }
    /*已经访问过的链接*/
    a:visited {
        color: unset;
        text-decoration: none;
        outline: none;
    }
    /*鼠标划过(停留)的链接*/
    a:hover {
        color: unset;
        text-decoration: none;
    }
    /* 正在点击的链接*/
    a:active {
        color: unset;
        text-decoration: none;
    }

#weatherMainPanel {
    max-width: 1024px;
    margin: 0 auto;
    width: 100vw;
    height:100vw;
    background: gray;
    background-image: url('/Content/Images/bg_01.jpg');
    background-size: 100% 100%;
    position: relative;
}

.top-area {
    text-align: left;
    position: absolute;
    overflow-x: auto;
    padding:2.667vw 4vw;
}

    .top-area i {
        color: #fff;
        font-size: 4vw;
    }

    .top-area span {
        color: #fff;
        font-size:4vw;
    }

.top-sign {
    width: 100%;
    height: 10vw;
}

.top-weather-info {
    width: 100%;
    height: 20vw;
    text-align: center;
    position: relative;
    margin-top: 10vw;
}

.top-weather-info-box {
    max-width: 50vw;
    height: 100%;
    margin: 0 auto;
}

.swiper-container-warning-none {
    width: 25vw;
    height:16vw;
    line-height:13vw;
    color:rgba(255,255,255,0.6);
    font-size:3.6vw;
}

.top-weather-info-warning{
    position:absolute;
    width:25vw;
    height:100%;
    padding:4vw 4.5vw 4vw 6.5vw;
}

.top-weather-info-warning img{
    width:100%;
    height:auto;
    border-radius:1.067vw;
    border:0.267vw solid rgba(255,255,255,0.8);
}

.top-weather-info-speech {
    position: absolute;
    top: 0;
    right: 0;
    width: 25vw;
    height: 100%;
    padding: 5.6vw 8.45vw;
}

    .top-weather-info-speech i{
        display:block;
        color:#fff;
        font-size:8vw;
        line-height:1.1;
        opacity:0.8;
    }

        .top-weather-info-speech i.active {
            opacity: 1;
            -webkit-animation-name: audioPlayState; /*动画名称*/
            -webkit-animation-duration: 0.5s; /*动画持续时间*/
            -webkit-animation-iteration-count: infinite; /*动画次数*/
            -webkit-animation-delay: 0s; /*延迟时间*/
        }

        .top-weather-info-innerbox {
            display: inline-flex;
        }

.top-weather-info-tem {
    color: #fff;
    font-size: 20vw;
    line-height: 1;
    height: 50%;
}

.top-weather-info-remark {
    width: 8vw;
    height: 100%;
}

.top-weather-info-temunit {
    color: #fff;
    font-size: 6vw;
    line-height: 1;
    height: 50%;
    padding-top: 2.5vw;
}

.top-weather-info-weathericon-box {
    color: #fff;
    padding-top: 1.5vw;
    padding-left: 1vw;
}

.top-weather-info-time {
    width: 100%;
    height: 5vw;
    color: #fff;
    text-align: center;
    font-size: 3.6vw;
    padding: 0.5vw;
}

.top-weather-info-sun {
    width: 100%;
    height: 10vw;
    margin-top: 1vw;
    color: #fff;
    font-size: 3.6vw;
    display: inline-flex;
}

    .top-weather-info-sun .sun-up {
        margin: 2.5vw 0;
        padding: 0 6vw;
        line-height: 5vw;
        text-align: right;
        width: 50%;
        border-right: 0.3vw solid rgba(255,255,255,0.75);
    }

        .top-weather-info-sun .sun-up img {
            height: 5vw;
            width: auto;
            margin: 0 1vw;
        }

    .top-weather-info-sun .sun-down {
        margin: 2.5vw 0;
        padding: 0 6vw;
        line-height: 5vw;
        text-align: left;
        width: 50%;
    }

        .top-weather-info-sun .sun-down img {
            height: 5vw;
            width: auto;
            margin: 0 1vw;
        }

.top-weather-info-other {
    width: 100%;
    height: 16vw;
    padding: 0 2vw;
    margin-top: 4vw;
    color: #fff;
    font-size: 3.2vw;
}

.top-weather-info-other .item{
    width: 25%;
    text-align: center;
}

    .top-weather-info-other .item .name {
        padding: 2.5vw 0 2vw 0;
    }

        .top-weather-info-other .item .name img {
            height: 3.6vw;
            width:auto;
        }

    .top-weather-info-other .item .value {
        font-size:3.6vw;
    }

.top-weather-report {
    width: 100%;
    height: 10vw;
    position: absolute;
    bottom: 0;
    padding: 1.5vw 5vw;
}

    .top-weather-report .title{
        font-size: 4.4vw;
    }

    .top-weather-report .time, #infoPanelMeteo24hour .time, #infoPanelMeteo7day .time {
        font-size: 3.2vw;
        margin-top: 1vw;
        color: #999;
    }

.top-weather-report-main {
    background: #fff;
    width: 100%;
    padding: 5vw;
    padding-top: 0;
    position: relative;
}

.top-weather-report-con {
    padding-top: 3vw;
}

    .top-weather-report-con p {
        font-size: 3.6vw;
        text-align: justify;
        text-indent: 7.2vw;
    }

.top-cityweather-report {
    width: 100%;
    height: 10vw;
    position: relative;
    bottom: 0;
    padding: 1.5vw 5vw;
}

    .top-cityweather-report .title {
        font-size: 4.4vw;
    }

    .top-cityweather-report .time, #infoPanelMeteo24hour .time, #infoPanelMeteo7day .time, #infoPanelLiving .time {
        font-size: 3.2vw;
        margin-top: 1vw;
        color: #999;
    }

.top-cityweather-report-main {
    background: #fff;
    width: 100%;
    padding: 5vw;
    padding-top: 0;
}

.top-cityweather-report-con {
    padding-top: 3vw;
}

    .top-cityweather-report-con p {
        font-size: 3.6vw;
        text-align: justify;
        text-indent: 7.2vw;
    }


.top-weather-info-weathericon {
    width: 9vw;
    height: 9vw;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.info-panel {
    width: 100vw;
    background: #fff;
    margin-top: 3.5vw;
    padding: 5vw 0;
}

    .info-panel .top {
        width: 100vw;
        padding: 0 5vw;
        font-size: 4.4vw;
        margin-bottom:2.667vw;
        float:left;
    }

    .info-panel .top .title {
        float:left;
    }

    .info-panel .top .muted {
        float:right;
        font-size:3.2vw;
        color:#999;
        margin-top:1vw;
    }

    .info-panel .middle {
        width: 100vw;
        margin-top: 3vw;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 0 5vw;
        -webkit-backface-visibility: hidden;
        -webkit-overflow-scrolling: touch;
    }

.meteo24hour {
    float:left;
    width: 331.2vw;
    margin-left: -3vw;
    margin-right: -3vw;
    position:relative;
}

    .meteo24hour .item {
        float:left;
        font-size:3.2vw;
        float:left;
        width:13.8vw;
        text-align:center;
        border-right:0.267vw solid #eee;
    }

    .meteo24hour .item:last-child {
        border-right:none;
    }

        .meteo24hour .item .time {
            height:5vw;
        }

        .meteo24hour .item .weathericon {
            height:9vw;
        }

.tem-24h-chart-seat {
    height: 31vw;
}

.tem-24h-chart {
    position: absolute;
    left: 0;
    top: 17vw;
    right: 0;
    height: 30vw;
}

.info-panel.adv {
    padding: 0;
}

    .info-panel.adv img {
        width: 100vw;
        height: auto;
    }

.meteo7day {
    float:left;
    width: 96vw;
    margin-left: -3vw;
    margin-right: -3vw;
    position:relative;
    font-size:3.2vw;
}

    .meteo7day .item {
        float: left;
        font-size: 3.2vw;
        float: left;
        width: 13.71vw;
        text-align: center;
        border-left: 0.267vw solid #eee;
    }

        .meteo7day .item:first-child{
            border:none;
        }

        .meteo7day .item .time, .meteo7day .item .weathertxt_day, .meteo7day .item .wind_day, .meteo7day .item .wins_day, .meteo7day .item .weathertxt_night, .meteo7day .item .wind_night, .meteo7day .item .wins_night {
            height: 5vw;
        }

        .meteo7day .item .weathericon_day, .meteo7day .item .weathericon_night {
            height: 9vw;
        }

.tem-7day-chart-seat {
    height: 46vw;
}

.tem-7day-chart {
    position: absolute;
    left: 0;
    top: 30vw;
    right: 0;
    height: 40vw;
}

.past-day {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

/*.panel-aqi .sign{
    text-align:center;
    width:100vw;
    float:left;
    font-size:3.2vw;
    padding:2.667vw;
    padding-bottom:0;
    color:#999;
}*/

#airOther {
    width: 100vw;
    padding: 5vw;
    float: left;
    padding-bottom: 0;
}

#airOther div{
    width:30vw;
    float:left;
}

    #airOther div label {
        width: 10vw;
        float: left;
        padding:1.2vw;
        margin-bottom:0;
    }

    #airOther div label img{
        display:block;
        width:100%;
    }

    #airOther div span {
        width: 20vw;
        float: left;
        font-size:3.2vw;
        display:block;
        line-height:10vw;
    }

#living{
    float:left;
}

    #living .item {
        width: 33.33vw;
        float: left;
        margin-top: 5.333vw;
        height: 26vw;
    }

#living .item .icon{
    width:100%;
    text-align:center;
    padding:1.267vw;
}

    #living .item .icon .living-icon {
        width: 10vw;
        height: 10vw;
        vertical-align: -0.15em;
        fill: currentColor;
        overflow: hidden;
    }

    #living .item .text span{
        display:block;
        width:100%;
        text-align:center;
    }

    #living .item .text .title{
        font-size:3.6vw;
    }

    #living .item .text .value{
        font-size:3.2vw;
        color:#666;
    }

#moreServices div {
    float: left;
    width:33.333%;
    padding-left:6vw;
    margin-top:2.667vw;
}

#moreServices div i{
    font-size:6vw;
    float:left;
}

#moreServices div span{
    font-size:3.6vw;
    float:left;
    margin-left:1.333vw;
    margin-top:1.333vw;
}

.page-bottom {
    background: #fff;
    float: left;
}

.page-bottom div{
    width:100vw;
    text-align:center;
    float:left;
}

.page-bottom div:first-child{
    margin-bottom:2.667vw;
}

.page-bottom button {
    background: none;
    border: none;
    color: #999;
}

    .page-bottom button:active {
        color: #3c93d5;
    }

    .page-bottom span.name {
        color: #3c93d5;
        font-size:4vw;
        padding:0 1vw;
    }

.page-bottom img {
    width:30vw;
    height:auto;
    display:block;
    margin:0 auto 2.667vw auto;
    
}

    .page-bottom .page-foot{
        padding-top:1.333vw;
    }

    /*动画效果*/
    @-webkit-keyframes audioPlayState {
        0% {
        opacity: 0.8; /*初始状态 透明度为0*/
        -webkit-transform: scale(.9);
    }

    50% {
        opacity: 1; /*初始状态 透明度为0*/
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 0.8; /*结尾状态 透明度为1*/
        -webkit-transform: scale(.9);
    }
}

.panel-anion {
    background-image: url("/Content/Images/aqi_bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.title-nav div {
    float: left;
    margin-right: 15px;
    color: #999;
}

    .title-nav div.active {
        color: #333;
    }

.swiper-container-anion {
    width: 100%;
}

.aqi-color-group {
    width: 100vw;
    padding: 0 3.6vw;
}

    .aqi-color-group .aqi-color-anion {
        width: 23.2vw;
        float: left;
    }

    .aqi-color-group .aqi-color-aqi {
        width: 15.466vw;
        float: left;
    }

    .aqi-color-group .aqi-color-noise {
        width: 18.56vw;
        float: left;
    }

        .aqi-color-group .aqi-color-anion div, .aqi-color-group .aqi-color-aqi div, .aqi-color-group .aqi-color-noise div {
            display: block;
            text-align: center;
            font-size: 3.2vw;
        }

        .aqi-color-group .aqi-color-anion .aqi-color-block, .aqi-color-group .aqi-color-aqi .aqi-color-block, .aqi-color-group .aqi-color-noise .aqi-color-block {
            height: 1vw;
            border-left: 0.267vw solid #fff;
            margin: 2.667vw 0 0.667vw 0;
        }

.map-radar-btn {
    position: absolute;
    bottom: -6vw;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.85);
    background: #fff;
    display: block;
    z-index: 200;
    overflow-x: auto;
    padding-bottom: 6vw;
}

.map-radar-btn-wrap {
    display: inline-flex;
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .map-radar-btn-wrap button {
        background: #f2f2f2;
        border: none;
        border-left: 1px solid #ddd;
        padding: 1.333vw 2.667vw;
        color: #999;
        font-size: 3.6vw;
        border-radius:0;
    }

        .map-radar-btn-wrap button:first-child {
            border: none;
        }

        .map-radar-btn-wrap button.active {
            background: #3c93d5;
            color: #fff;
        }

.map-radar-play-ctrl {
    position: absolute;
    z-index: 10;
    bottom: 10vw;
    left: 2.667vw;
    width: 12.667vw;
    opacity: 0.6;
}

    .map-radar-play-ctrl img {
        width: 100%;
        height: auto;
    }

.map-radar-loc{
    position:absolute;
    top:4vw;
    right:4vw;
    z-index:10;
}



.cf-ctrl-panel {
}

#cfSearchItem {
    width: 100%;
    max-width: unset;
    border: 0.533vw solid #91e0fc;
    height: 10vw;
    border-radius: 5vw;
    outline: none;
    padding-left: 2.4vw;
    box-shadow:none;
}

#cfMeteoCitiesList {
    position: absolute;
    width: 90vw;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 6px;
    margin-top: 4px;
}

    #cfMeteoCitiesList ul {
        padding: 0;
        margin: 0;
    }

        #cfMeteoCitiesList ul li {
            list-style: none;
            padding: 1.333vw 2.667vw;
            border-bottom: 0.267vw solid #eee;
        }

            #cfMeteoCitiesList ul li:last-child {
                border-bottom: none;
            }

/*潮汐*/
#infoPanelTide table {
    width: 90vw;
}

    #infoPanelTide table tr {
        border-top: 0.267vw solid #ddd;
    }

        #infoPanelTide table tr:nth-child(2n+1) {
            background: #f8f8f8;
        }

    #infoPanelTide table td {
        padding: 1.333vw;
    }