/* 这里定义浏览器重复样式 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,
article, aside, summary, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ 
    margin: 0; 
    padding: 0;
}
article, aside, summary, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
  display: block;
}
table{ 
    border-collapse:collapse; 
    border-spacing:0;
}
fieldset,img { 
    border: 0; 
    vertical-align: middle;
}
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style: normal; 
    font-weight: normal;
}
ul,ol{
    /*
    IE6 IE7 IE8(Q) 中如果列表元素设置 'list-style-type:none' 时 'list-style-position:inside' 设置产生的标记框不消失，依然占据布局位置。
    http://www.w3help.org/zh-cn/causes/RG1002
    */
    list-style:outside none none;
}
q:before,q:after { 
    content: '';
}
abbr,acronym { 
    border: 0;
}
input, button, select{ 
    vertical-align: middle;
}
/*常用样式及整体风格*/

/*常用样式*/
.fl{
    float: left;
    display: inline;
}
.fr{
    float: right;
    display: inline;
}
body{background-color:#fff;background-attachment:fixed;background-position:center top;background-repeat:no-repeat;padding:0px;margin:0px;border:0;font: 14px "Microsoft Yahei","Tahoma","SimSun";}
*{padding:0px;margin:0px;border:0;}
ul{list-style:none;}
a{text-decoration:none;color:#252525;}
a:hover{color:#ee842f;}
.clear{clear:both;height:0px;overflow:hidden;}
nav{display:block;}
table{border-collapse:collapse;}
h1,h,h3,h4,h5,h6{font-weight:normal;}
.clearfix{zoom:1}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;height:0;}
::-ms-clear{display: none;}
::-ms-reveal{display: none;}
.pages{
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mapContent{
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.map{
    width: 100%;
    height: 100%;
}
.BMapLabel{
    z-index: 99999999999 !important;
}
.dis{
	display: none;
}
.overLayCover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999999999999;
}
.radarLegend{
    width: 0.41rem;
    position: absolute;
    bottom: 3.5rem;
    right: 0.1rem;
    z-index: 99999999;
}
.radarLegend img{
    width: 100%;
}
.mapControl{
    width: 0.72rem;
    position: absolute;
    bottom: 1rem;
    right: 0rem;
    z-index: 99999999;
}
.mapControl img{
    width: 100%;
}
.skShowBox{
    width: 96%;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 0.1rem;
    right: 2%;
    z-index: 9;
    color: #666666;
    -moz-box-shadow:2px 2px 5px rgba(0,0,0,0.1); 
    -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.1); 
    box-shadow:2px 2px 5px rgba(0,0,0,0.1);
}
.skShowBox .cityBar{
    width: 92%;
    margin:0 4%;
    font-size: 0.24rem;
    height: 0.68rem;
    line-height: 0.68rem;
}
.skShowBox .cityBar img{
    width: 0.22rem;
}
.skShowBox .cityBar .cityName{
  position: relative;
  top: 2px;
  font-size: 0.24rem;
  color: #606266;
}
.skShowBox .cityBar .nowLocation{
    float: right;
    width: 0.44rem;
    margin-top: 0.12rem;
}
.skShowBox ul{
    width: 96%;
    margin:0 2%;
    /*border-top: 1px solid #dfdfdf;*/
    float: left;
}
.skShowBox ul li{
    float: left;
    text-align: center;
    color: #707070;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.2rem;
    margin-right: 0.1rem;
    margin-left: 0.1rem;
}
.skShowBox ul li img{
    width: 0.26rem;
    margin-right: 0.05rem;
    margin-top: -0.1rem;
}
.skShowBox ul li .windFl,.skShowBox ul li .hum{
    font-size: 0.24rem;
    position: relative;
    top: 0.01rem;
}
.skShowBox ul li .temp{
  font-size:0.34rem;
  color: #303133;
}
.skShowBox ul .fankui{
    width: 0.68rem;
    float: right;
    margin-top: 0.15rem;
    margin-right: 0.1rem;
}
.radarBottom{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99999999;
}
.radarBottom .radarPlay{
    width: 96%;
    margin-left: 2%;
    height: 0.83rem;
    float: left;
    background: #fff;
    box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.16);
    border-radius: 0.68rem;
    margin-bottom: 0.15rem;
    position: relative;
    overflow: hidden;
}
.radarBottom .radarPlay .playBtn{
    float: left;
    left: -0.18rem;
    position: relative;
    top: 0;
    width: 1.1rem;
    height: 0.87rem;
    background:url(../images/icon_play.png) no-repeat center center;
    background-size: 100% auto;
}
.radarBottom .radarPlay .stopBtn{
    background:url(../images/icon_stop.png) no-repeat center center;
    background-size: 100% auto;    
}
.radarBottom .radarPlay .playProgress{
    height: 0.83rem;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 5.36rem;
}
.radarBottom .radarPlay .playProgress .nowPlay{
    width: 0%;
    height: 0.4rem;
    line-height: 0.4rem;
    float: left;
    background: linear-gradient(360deg, rgba(255,255,255,0) 0%, #B2C8FD 100%);
    border-right: 1px solid rgba(96,128,206,0.39);
    position: relative;
    overflow: visible !important;
}
.radarBottom .radarPlay .playProgress .nowPlay span{
    color: #6080ce;
    float: right;
    font-size: 0.15rem;
    left: 100%;
    margin-left: 0.1rem;
    position: absolute;
    width:1.1rem;
}
.radarBottom .radarPlay .playProgress .nowPlayLast span{
    left: auto;
    margin-right: 0.1rem;
    position: relative;
    right: 0;
}
.radarBottom .radarPlay .playProgress .timeBar{
    width: 100%;
    height: 0.4rem;
    float: left;
    border-top: 1px solid rgba(119, 119, 119, 0.25);
}
.radarBottom .radarPlay .playProgress .timeBar li{
    width: 2.5%;
    position: relative;
    font-size: 0.15rem;
    color: #707070;
    float: left;
    visibility: hidden;
    height: 0.4rem;
    line-height: 0.4rem;
}
.radarBottom .radarPlay .playProgress .timeBar li.show{
    visibility: visible;
}
.rainModel {
    width: 100%;
    /*height: 3.41rem;*/
    background: #fff;
    box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.16);
    border-radius: 0.1rem;
    float: left;
}
.rainModel .rainMsg {
    color: #4e4d4a;
    font-size: 0.24rem;
    margin: 0 5% 0 5%;
    text-align: left;
    width: 90%;
}
.rainModel .curve {
    height: 96px;
    position: relative;
    width: 100%;
}
.rainModel .curve ul.sc_l {
    height: 96px;
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
}
.rainModel .curve ul.sc_l li {
    color: #8a94a7;
    font-size: 11px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}
.rainModel .curve ul.sc_l li.li_1 {
    top: 0px;
}
.rainModel .curve ul.sc_l li.li_2 {
    top: 22px;
}
.rainModel .curve ul.sc_l li.li_3 {
    top: 42px;
}
.rainModel .curve ul.sc_l li.li_4 {
    top: 64px;
}
.rainModel .curve ul.sc_b {
    height: 30px;
    left: 5%;
    position: absolute;
    top: 72px;
    width: 80%;
}
.rainModel .curve ul.sc_b li {
    color: #8a94a7;
    float: left;
    font-size: 11px;
    line-height: 29px;
    position: relative;
    text-align: left;
    width: 25%;
    height: 30px;
    margin: 0;
}
.rainModel .curve ul.sc_b li span{
    position: relative;
    left: -0.07rem;
}
.rainModel .curve ul.sc_b li i {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border-left: 1px solid #d8d7d7;
    display: block;
    font-size: 0;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
.rainModel .curve .container {
    cursor: initial;
    height: 92px;
    left: 3%;
    position: absolute;
    top: 0;
    width: 84%;
}
.rainModel .curve .container_bg {
    height: 76px;
    left: 5%;
    position: absolute;
    top: 0;
    width: 80%;
}
.rainModel .curve .container_bg p {
    border-top: 1px solid #eae9e9;
    height: 1px;
    position: absolute;
    width: 100%;
}
.rainModel .curve .container_bg .line1 {
    left: 0;
    top: 34px;
}
.rainModel .curve .container_bg .line2 {
    left: 0;
    top: 53px;
}
.rainModel .curve .container_bg .line3 {
    left: 0;
    top: 72px;
}
.rainModel .curve .container_bg .line4 {
    border-right: 1px solid #eae9e9;
    border-top: 0 none;
    height: 70px;
    right: 0;
    top: 0;
    width: 1px;
}
.rainModel .state {
    color: #aaa;
    font-size: 0.18rem;
    line-height: 25px;
    text-align: left;
    padding: 0;
    text-indent: 20px;
    white-space: nowrap;
}
.mapBox{
    font-size: 0.24rem;
    color: #333;
    background: #fff;
    border-radius: 0.1rem;
    line-height: 30px;
    text-align: center;
    margin-top: -32px;
}
.mapBox .rainTips{
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.h40body {
    font-size: 0.24rem;
    height: auto;
    overflow-y: hidden;
    width: 100%;
}
.h40body td {
    height: 0.4rem;
    min-width: 80px;
    text-align: center;
    width: 80px;
    color:#707070;
}
.h40body .h40time {
    font-size: 0.2rem;
}
.h40body .h40tem {
    color: #303133;
    font-size: 0.26rem;
}
.h40body .h40line {
    height: 100px;
    position: relative;
}
.h40imgwea {
    bottom: 0;
    box-sizing: border-box;
    height: 70px;
    min-width: 80px;
    position: absolute;
    z-index: 99;
}
.h40imgwea .h40imgweali {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    float: left;
    height: 70px;
    line-height: 115px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.h40imgwea .h40imgweali img {
    left: 20px;
    position: absolute;
    top: 18px;
}
#swiper-list1 .swiper-slide {
    padding: 0 !important;
}
.h40imgwea img {
    width: 0.58rem;
}
.h40linesvg {
    left: 0;
    position: absolute;
    top: 0;
}
.h40body .h40wind {
    font-size: 0.2rem;
}
.h40body .h40sd {
    font-size: 0.2rem;
}