@charset "UTF-8";
/* CSS Document */
header{
    background: #fff;
}
.bgImgBox{
    width: 100%;
}
.bgImg{
    height: 100%;
    position: fixed;
    top: 0;
    z-index: -1000;
    width: 100%;
    /*height: 100%;*/
    background-image: url("../images/weather/bg_dahan.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* 内容 */
/* topWeather */
.topWeather{
    position: relative;
    height: 50px;
    width: 92%;
    margin: 10px auto;
    box-shadow: 0px 0px 12px -2px #333;
    border-radius: 5px;
}
.topWeatherWrap_index{
    position: relative;
}
.topWeather_index{
    position: absolute;
    top: 0;
    left: 4%;
    z-index: 1500;
    height: 50px;
    width: 92%;
    margin: 10px auto;
    box-shadow: 0px 0px 12px -2px #333;
    border-radius: 5px;
}
.modal{
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*!*background: #fff;*!*/
    /*!*opacity: 0.8;*!*/
    /*background:rgba(255,255,255,0.8);*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: -100;*/
    /*border-radius: 5px;*/
}
.topWeatherCont{
    background:rgba(255,255,255,0.8);
    border-radius: 5px;
}
.topWeatherCont>div{
    float: left;
    height: 50px;
}
.topIcon{
    width: 8%;
}
.topIcon>img{
    display: block;
    margin: 0 auto;
    margin-top: 13px;
}
.topCity{
    width: 20%;
    box-sizing: border-box;
    font-size: 14px;
    padding-top: 18px;
    text-align: center;
    color: #00676b;
    font-family: '微软雅黑';
}
.topDate{
    width: 28%;
    line-height: 48px;
    font-size: 12px;
    color: #888;
}
.topWeatherIcon{
    width: 10%;
}
.topWeatherIcon>img{
    display: block;
    margin: 0 auto;
    width: 30px;
    margin-top: 11px;
}
.topRight{
    width: 30%;
    box-sizing: border-box;
    padding-top: 3px;
}
.topRight>font{
    display: block;
    text-align: center;
}
.topRightFont_1{
    font-size: 12px;
}
.topRightFont_2{
    font-size: 16px;
    padding-bottom: 3px;
    color: #00676b;
    font-family: '微软雅黑';
}
.topRightFont_3{
    font-size: 10px;
    width: 85%;
    margin: 0 auto;
    color: #fff;
    border-radius: 2px;
    height: 12px;
    line-height: 12px;
}
/* banner */
.weatherBannerIndex{
    position: relative;
    background:rgba(255,255,255,0.8);
}
.bannerLeft{
    overflow: hidden;
    position: absolute;
    top: 7px;
    left: 15px;
}
.bannerLeft>p,.bannerRight>p{
    float: left;
    text-align: center;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.bannerRight>p{
    float: right;
}
.bannerP_1{
    width: 16px;
    color: #00676b;
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    margin-right: 7px;
    font-family: '微软雅黑';
}
.bannerP_2,.bannerP_3{
    width: 15px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-top: 18px;
    line-height: 15px;
}
.bannerP_3>b{
    color: #00676b;
}
.bannerRight{
    position: absolute;
    top: 7px;
    right: 15px;
    padding-top: 15px;
    width: 40px;
}
.bannerP_4{
    font-size: 15px;
    line-height: 17px;
    padding-top: 2px;
    width: 16px;
    font-family: '微软雅黑';
    font-weight: bold;
}
.bannerP_5{
    font-size: 30px;
    padding-top: 5px;
    font-family: '微软雅黑';
}
.bannerMiddle{
    width: 50%;
    height: 190px;
    margin: 0 auto;
    overflow: hidden;
}
.bannerMiddle>div{
    float: left;
    height: 180px;
}
.middleLeft{
    width: 50%;
}
.middleRight{
    width: 50%;
}
.middleRight>img{
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 43px;
}
.progress-bar{
    position: absolute;
    width: 160px;
    top: 145px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    margin-left: 15px;
}
.progress-bar:after{
    content: '';
    display: block;
    clear: both;
}
.progress-bar>div{
    position: absolute;
    width: 11px;
    height: 13px;
    background: url("../images/zhishiqi.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 1;
    top: -13px;
    left:0;
    margin-left: -5px;
}
.progress-bar>span{
    position: relative;
    display: block;
    float: left;
    width: 32px;
    height: 2px;
}
.progress-bar>span>i{
    position: absolute;
    font-size: 12px;
    color: #434343;
    top: 5px;
    left: -10px;
    font-style: normal;
}
.progress-bar>span>i.i500{
    left: initial;
    right: -10px;
}
.progress-bar>.bar-1{
    background-color: #2da6d7;
}
.progress-bar>.bar-2{
    background-color: #7fbe25;
}
.progress-bar>.bar-3{
    background-color: #fef11a;
}
.progress-bar>.bar-4{
    background-color: #f6ac18;
}
.progress-bar>.bar-5{
    background-color: #db4b28;
}
.middleP_1{
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    padding-top: 51px;
}
.middleP_2{
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    width: 50px;
    margin: 0 auto;
    background: #7fbe25;
    border-radius: 2px;
}
.weatherBannerText{
    padding: 15px 15px;
    background: #eee;
    padding-bottom: 20px;
}
.weatherBannerText>p{
    font-size: 14px;
    color: #00676b;
    line-height: 16px;
    letter-spacing: 1px;
}
.bannerTextP_2>a{
    color: #7fbe25;
}
.bannerTextP_2>font{
    color: #7fbe25;
}



.weatherCont{
    width: 100%;
        padding-top: 66px;
}
.weatherCont:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0
}
.weatherBanner{
    height: 300px;
}
/* 咽喉健康指数 */
#indexNumTrend{
    height: 250px;
}
#indexNumTrend>div{
    top: -26px !important;
}
.indexNumTrendWrap{
    height: 230px;
    position: relative;
    padding-left: 12px;
    background:rgba(255,255,255,0.8);
}
.bannerWrap{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 12px -2px #333;
    width: 92%;
    margin: 0 auto;
}
/* 生活指数 */
.lifeIndex:after,.indexList>li>ul:after,.indexNumImg:after,.indexNumText:after,.weatherForecast:after,.forecastRight:after,.weatherList:after,.weatherList>li:after,.hotArticle:after,.productDetail:after,.topWeatherCont:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0
}
.lifeIndex,.weatherForecast,.hotArticle{
    padding: 20px 10px;
    /*background: #fff;*/
    border-radius: 5px;
    box-shadow: 0px 0px 12px -2px #333;
    width: 92%;
    margin: 0 auto;
    margin-top: 20px;
    box-sizing: border-box;
    position: relative;
    background:rgba(255,255,255,0.8);
}
.lifeIndexP_1,.forecastLeft,.hotArticleLeft{
    float: left;
    font-weight: bold;
    font-size: 21px;
    color: #00676b;
    width: 20px;
    text-align: center;
    line-height: 24px;
    font-family: '微软雅黑';
    padding-left: 1px;
}
.indexList{
    float: right;
    width: 90%;
}
.indexList>li>ul>li{
    box-sizing: border-box;
    border-radius: 5px;
    background: #eee;
    width: 49%;
    height: 150px;
    position: relative;
}
.indexList>li>ul{
    margin-bottom: 5px;
}
.indexList>li>ul>li:first-child{
    float: left;
}
.indexList>li>ul>li:last-child{
    float: right;
}
.indexNumImg>img{
    display: block;
    float: left;
    margin-top: 11px;
    margin-left: 15px;
}
.lifeIndexP_2{
    font-family: '微软雅黑';
    float: left;
    font-size: 16px;
    color: #00676b;
    height: 50px;
    line-height: 50px;
    padding-left: 8px;
    font-weight: bold;
}
.indexNumText{
    padding: 0 10px;
}
.indexNumText>p{
    font-size: 14px;
    color: #00676b;
    padding-bottom: 5px;
    font-weight: bold;
}
.indexNumText>font{
    display: block;
    font-size: 14px;
    color: #00676b;
    width: 100%;
    line-height: 18px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.indexList span.lookMore{
    display: block;
    color: #00676b;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
@media screen and (max-width: 320px){
    .lifeIndexP_2{
        font-size: 14px;
    }
    .indexNumText>p{
        font-size: 12px;
    }
    .indexNumText>font{
        font-size: 12px;
    }
    .indexList span.lookMore{
        font-size: 12px;
    }
}


/* 天气预报 */
.forecastRight{
    float: right;
    /*margin-left: 75px;*/
    /*padding-top: 20px;*/
    width: 92%;
    padding-top: 12px;
}
.rightDateWrap{
    float: left;
    /*border-right: 2px solid #d0d0d0;*/
    /*padding-right: 30px;*/
    width: 30%;
    box-sizing: border-box;
}
.rightDateWrap font{
    display: block;
    text-align: center;
}
.rightDateWrap font.dateDay{
    font-size: 15px;
    font-weight: bold;
    font-family: '微软雅黑';
}
.rightDateWrap font.dateHour{
    font-size: 12px;
    color: #d0d0d0;
    border-right: 2px solid #d0d0d0;
    margin-top: 5px;
    line-height: 10px;
}
.dateHour{
    height: 80px;
}
.rightDate_1 .dateHour{
    height: 33px;
}
.rightDate_2 .dateHour{
    height: 102px;
}
.rightDateWrap>div{
    position: relative;
}
.rightDate_1{
    height: 60px;
}
.rightDate_2{
    height: 128px;
}
.rightDate_3,.rightDate_4,.rightDate_5{
    height: 105px;
}
.rightTopImg{
    position: absolute;
    top: -6px;
    right: -9px;
    width: 21px;
}
.rightTopImg>img{
    display: block;
    width: 100%;
}
.rightTopBig{
    width: 16px;
    height: 16px;
    background: #ffd02c;
    border-radius: 100%;
    position: absolute;
    top: -2px;
    right: -7px;
    /*border: 6px solid #fff;*/
}
.rightTopLittle{
    width: 8px;
    height: 8px;
    background: #707070;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    right: -3px;
    /*border: 6px solid #fff;*/
}
.rightWeatherWrap{
    float: left;
    width: 70%;
    /*margin-left: 30px;*/
    box-sizing: border-box;
    padding-left: 22px;
}
.weatherDateNow{
    height: 53px;
}
.weatherTimeNow{
    height: 133px;
}
.weatherDateAfter{
    height: 105px;
}
.weatherDateNow{
    font-weight: bold;
    font-size: 12px;
}
.weatherNow_1{
    font-size: 24px;
    padding-left: 5px;
    font-family: '微软雅黑';
}
.weatherNow_2{
    font-size: 18px;
}
.weatherList{
    width: 100%;
    padding-top: 5px;
}
.weatherList>li{
    float: left;
    width: 100%;
    padding-top: 12px;
    height: 16px;
    line-height: 15px;
}
.weatherIcon{
    float: left;
    width: 32px;
}
.weatherDetail{
    float: left;
}
.weatherAfter_1{
    font-size: 18px;
    padding-left: 5px;
    font-family: '微软雅黑';
}
.weatherAfter_2{
    font-size: 16px;
}
.weatherList font{
    color: #a6a6a6;
}
.weatherIcon>img{
    display: block;
    margin: 0 auto;
}
#nowTime{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
/* 热点文章 */
.hotArticleRight{
    float: right;
    /*margin-left: 75px;*/
    width: 92%;
    padding-top: 7px;
}
.articleCont{
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
}
.articleCont>img{
    display: block;
    width: 100%;
    height: 100%;
}
.articleModalWrap,.articleDetail{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.articleDetail{
    height: 100%;
    background: #eee;
    z-index: 20;
}
.articleModalWrap{
    height: 40px;
}
.articleModal{
    background: #00676b;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.articleTitle_1{
    color: #fff;
    font-size: 16px;
    position: absolute;
    height: 40px;
    line-height: 40px;
    z-index: 10;
    padding-left: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
}
.articleDetail{
    display: none;
}
.articleTitle_2{
    font-size: 16px;
    color: #00676b;
    line-height: 50px;
    padding-left: 10px;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.articleDetail>p{
    font-size: 14px;
    padding: 0 10px;
    line-height: 18px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.hotArticle{
    /*padding: 40px 30px 10px;*/
}
/* 系列产品 */
.productList{
    margin: 20px auto 0;
    width: 92%;
}
.productTitle{
    font-weight: bold;
    font-size: 20px;
    color: #00676b;
    line-height: 35px;
    padding-left: 5px;
    font-family: '微软雅黑';
}
.productWrap{
    float: left;
    width: 50%;
    box-sizing: border-box;
    border: 5px solid transparent;
    background:rgba(255,255,255,0.8);
}
.product{
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 12px -2px #333;
    padding-top: 25px;
    position: relative;
    overflow: hidden;
}
.productImg{
    /*margin-left: 7px;*/
}
.productImg>img{
    display: block;
    width: 90%;
    margin: 0 auto;
}
.productName{
    color: #00676b;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
}
.productIntroduce{
    font-size: 14px;
    text-align: center;
    line-height: 35px;
}
.productEffect{
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 6px;
    box-sizing: border-box;
    color: #00676b;
    position: relative;
    background:rgba(0,103,107,0.3);
}
.BlueModal{
    /*border-radius: 0;*/
    /*background: #00676b;*/
    /*border-bottom-left-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
    /*opacity: 0.2;*/
}
.productLast{
    margin-right: 0;
}

/* 右边天气信息 */
.weatherInfoWrap{
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 12px -2px #333;
}
.weatherInfoWrap>img{
    display: block;
    width: 100%;
    height: 236px;
}
.weatherInfo{
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
}
.infoCity{
    display: block;
    text-align: center;
    color: #00676b;
    text-shadow: 0px 0px 6px #fff;
    font-size: 15px;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: 1px;
}
.infoTitle{
    position: relative;
}
.infoTitle>img{
    position: absolute;
    top: 8px;
    left: 10px;
}
.infoDate{
    color: #f1f1f1;
    text-align: center;
    line-height: 21px;
}
.infoTemp{
    font-size: 18px;
    color: #000;
    text-shadow: 0px 0px 6px #fff;
    text-align: center;
    padding-top: 20px;
}
.infoWeather{
    font-size: 40px;
    text-align: center;
    text-shadow: 0px 0px 6px #fff;
    color: #00676b;
    line-height: 70px;
    font-family: '微软雅黑';
    font-weight: bold;
}
.infoAir{
    width: 142px;
    border-radius: 5px;
    line-height: 20px;
    font-size: 14px;
    background: #7fbe25;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}
.infoBottom{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 50px;
    background: #e5f0f0;
    color: #00676b;
    cursor: pointer;
}
.buy{
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    background: #f39a2b;
    margin-top: 20px;
    border-radius: 10px;
    cursor: pointer;
}
.buy>div{
    float: left;
}
.buyImg{
    width: 90px;
    height: 60px;
}
.buyImg>img{
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}
.buyText{
    font-size: 25px;
    color: #fff;
    line-height: 60px;
}
.infoShadow{
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
}
.infoShadow>img{
    display: block;
    width: 100%;
}
/* 底部分享、购买 */
.backtop{
    right: 0;
    left: 10px;
    bottom: 50px;
}

.bottomWrap{
    position: relative;
}
.fixedWrap{
    position: fixed;
    bottom: -1px;
    width: 100%;
    height: 40px;
    z-index: 100;
}

.bottomBox{
    height: 40px;
    line-height: 40px;
    position: absolute;
    width: 100%;
}
.bottomBox>div{
    width: 50%;
    height: 40px;
}
.shareBox{
    float: left;
    background: url("../images/weather/share.jpg") no-repeat center;
    background-size: 100% 100%;
}
.buyBox{
    float: right;
    background: url("../images/weather/buy.jpg") no-repeat center;
    background-size: 100% 100%;
}
.bottomBox>div>div{
    float: left;
    color: #f1f1f1;
    letter-spacing: 2px;
}
.bottomPic{
    width: 30%;
}
.bottomText{
    width: 53%;
    text-align: center;
}
.bottomPic>img{
    display: block;
    height: 20px;
    margin: 0 auto;
    margin-top: 10px;
}
.bottomBox>.peopleBox{
    position: absolute;
    bottom: 1px;
    right: 2px;
    width: 36px;
    height: 64px;
}
.peopleBox>img{
    display: block;
    width: 100%;
}
.titList {
    margin-top: 2px;
}
.buyNow{
    height: 150px;
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}
.produceMore{
    float: right;
    margin-top: 20px;
}
.produceMore>a{
    font-size: 15px;
    color: #00676b;
    font-family: '微软雅黑';
    font-weight: bold;
}

@media screen and (max-width:375px){
    .productIntroduce{
        font-size: 11px;
    }
    .productEffect{
        padding: 5px 2px;
    }
}



.shareButtons{
    position: absolute;
    height: 50px;
    padding-left: 15px;
    display: none;
    background:rgba(255,255,255,0.8);
    bottom: 0;
    width: 100%;
}
.shareButtons>font{
    font-size: 14px;
    line-height: 50px;
}
.shareButtons .bdsharebuttonbox{
    top: 4px;
    left: 68px;
}
.shareButtons.active{
    display: block;
}
