/* home */
#headerWrap {
    background: #fff !important;
}

header .posr {
    color: #222;
}
.headerWrap .headercell i{
    background:#007ffc !important
}
.bgcommon {
    /* background-image: none  !important; */
    background: #fff !important;
}

.kapian {
    /* border: 1px solid #f3f3f3; */
    border: 0.01rem solid #f2f2f2;
    box-shadow: 0 0.03rem 0.3rem #f2f2f2;
}

.common-title{
    border-bottom: 0.01rem solid #DDD;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

/* home页面 */
/* 8个方块 */
.square {
    border: none;
    padding: 0;
    box-shadow: none;
}
.square .clearfix{
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row; */
}

.square .clearfix li {
    width: 23%;
    margin-right: 2%;
    border: 0.02rem solid #f2f2f2;
    border-radius: 0.5rem;
    padding: 0.8rem 0 0.6rem 0;
    box-shadow: 0 0.03rem 0.3rem #f2f2f2;
    margin-top: 0;
}
.square .clearfix li:nth-of-type(4),
.square .clearfix li:nth-of-type(8) {
    margin-right: 0;
}
.square .clearfix li:nth-of-type(5),
.square .clearfix li:nth-of-type(6),
.square .clearfix li:nth-of-type(7),
.square .clearfix li:nth-of-type(8) {
    margin-top: 0.5rem;
}

.square .clearfix li div {
    color: #222;
}



/* 降水地图 */
#rainmap {
    position: relative;
}

#rainmap .rainmap_title a {
    font-size: 1rem;
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    color: #007ffc;
    z-index: 9;
    font-weight: bold;
}

/* 48小时预报 + 15天预报 + 气象 */
.threediv {
    display: flex;
    align-items: center
    /* justify-content: space-between; */
}

.threediv .div_i {
    height: 4.5rem;
    border: 0.01rem solid #f2f2f2;
    box-shadow: 0 0.03rem 0.3rem #f2f2f2;
    border-radius: 0.5rem;
    
}

.threediv .div_i:nth-of-type(1), .threediv .div_i:nth-of-type(2){
    /* width: 7rem; */
    width:50%;
    text-align: center;
    margin-right: 0.5rem;
    
}
.threediv .div_i:nth-of-type(1) img, .threediv .div_i:nth-of-type(2) img{
    width: 2rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.threediv .div_i div{
    font-size: 0.7rem;
    color: #222;
}

.threediv .div_i:nth-of-type(3){
    /* width:7.2rem; */
    display: flex;
    align-items: center;
    padding: 0  0.25rem;
}
.threediv .div_i:nth-of-type(3) img{
    width: 2rem;
    margin-right:0.5rem ;
}
/* 今日运势 */
#todayyunshi .common-title{
    text-align: center;
    border: none;
}
/* 景区天气 */
#areawea .scenic{
    display: flex;
    justify-content: space-between;
}

#areawea .scenic .scenic_i img{
    width: 5rem;
    border-radius: 0.5rem;
}
#areawea .scenic .scenic_i .name{
    display: flex;
    margin-top: 0.5rem;
    height: 1.25rem;
    line-height: 1.25rem;
}
#areawea .scenic .scenic_i .name .num{
    color: #fff;
    background-color: #06b613;
    font-size: 0.65rem;
    width: 1.3rem;
    border-top-left-radius: 0.5rem;
    text-align: center;
}
#areawea .scenic .scenic_i .name .text{
    color: #393939;
    font-size: 0.7rem;
    width: 3.7rem;
    border: 0.01rem solid #f2f2f2;
    box-shadow: 0 0.03rem 0.3rem #f2f2f2;
}
#areawea .scenic .scenic_i .wea{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
}
#areawea .scenic .scenic_i .wea img{
    width: 1rem;
    margin-right: 0.5rem;
}
#areawea .scenic .scenic_i .wea div{
    font-size: 0.7rem;
}
#areawea .btn{
    display: block;
    font-size: 0.75rem;
    width: 85%;
    height: 1.55rem;
    line-height: 1.55rem;
    text-align: center;
    border: 0.01rem solid #f2f2f2;
    box-shadow: 0 0.03rem 0.3rem #f2f2f2;
    margin: 0.5rem  auto  0.25rem;
}
/* 实况顶部 */
#livetop{
    overflow: hidden;
    border-radius: 0.5rem;
    margin: auto;
    box-sizing: border-box;
    padding: 0.5rem;
    width: 93.33%;
    /* margin-top: 0.6rem; */
}
#livetop .weatherxinx{
    margin-top: 0.5rem;
}
#livetop .weatherxinx .wendu{
    font-size: 4rem;
}
#livetop .weatherxinx .weainfo{
    font-size: 0.8rem;
    display: flex;
    color: #fff;
}
#livetop .weatherxinx .weainfo .weathercode{
   margin-left: 0.5rem;
}
#livetop .weatherxinx .weaapiinfo{
    color: #fff;
    margin-left: 1rem;
    position: absolute;
    top: 6.35rem;
    left: 5.5rem;
    /* display: flex;
    align-items: center; */
    
}
#livetop .weatherxinx .dayweatherpic{
    width:2.8rem;
    margin-top: 0.5rem;
}
#livetop .weatherxinx .weaapiinfo a{
    color: #fff;
}
#livetop .weatherxinx .weaapiinfo .tempater{
    font-family: auto;
    font-weight: normal;
}
#livetop .weatherxinx .weaapiinfo .weawind{
    font-size: 0.5rem;
    padding: 0.15rem  0.4rem ;
    border-radius: 0.5rem;
    margin-left: 0.45rem;
}
#livetop .weatherxinx .weaapiinfo .weanum{
    /* margin-left: 0.45rem; */
    font-size: 0.55rem;
    font-weight: 500;
}
/* 实况预警 */
#livetop  .weaalert{
    min-width: 6rem;
    height: 1.5rem;
    font-size: 0.75rem;
    text-align: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #FFF;
    line-height: 1.3rem;
    margin-top: 0.38rem;
    color: #fff;
}
#livetop  .weaalert .weatherpic{
    margin-right: 0.5rem;
}
#livetop  .weaalert .alertmore{
    color: #fff;
    font-size: 0.5rem;
    margin-left: 0.5rem;
    margin-top: 0.15rem;
    font-weight: bold;
}
#livetop  .maketitle{
    font-size: 0.7rem;
    color: #fff;
    margin:  0.3rem 0.3rem 0.3rem 0;
}

/* 资讯 */
/* .newsWrap .common-title {
    padding-bottom: 0;
    margin-bottom: 0;
} */

.newsWrap .new-title {
    padding: 0.55rem 0.55rem 0.55rem 0;
    box-sizing: border-box;
    font-size: 0.8rem;
    font-weight: 400;
    color: #FFF;
    line-height: 1.15rem;
    /* text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6600); */
    width: 100%;
    display: flex;
    align-items: center;
    color: #222;
    border-top: 0.01rem solid #DDD;
    margin-top: 0.55rem;
}



