.footer{
    background: url("../../images/20190723/m/gywx_06.png")  bottom center no-repeat;
    background-size: cover;
    height: 7rem;
}
.footer-con {
    padding-top:5rem;
}
.banner{
    margin:0 0.26rem;
    width: calc(100% - 0.52rem);
    padding-top:0.3rem;
}
.banner-wrapper{
    background: url("../../images/20190723/m/tywx_01.png")  bottom center no-repeat;
    background-size:cover;
    border-radius:0.13rem;
    height:4.35rem;
    text-align: center;
    color:white;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    line-height: 0.7rem;
    display: flex;
}
.banner-wrapper .p1{
    font-size:0.3rem;
}
.banner-wrapper .p2{
    font-size:0.43rem;
}
.tagnav-wrapper{
    border-bottom: #E5E5E5 0.02rem solid
}
.tagnav{
    height:1.5rem;
    background:rgba(255,255,255,1);
    display: flex;
}
.tagnav li{
    flex: 1;
    text-align: center;
}
.tagnav a{
    display: block;
    height:1.46rem;
    line-height: 1.46rem;
    font-size:0.32rem;
    color:#4F4F4F;
    text-align: center;
    border-bottom: 0.04rem #ffffff solid;
}
.tagnav a.crr{
    border-bottom: 0.04rem #217CFE solid;
}
.item-wrapper {
    margin-bottom: 1rem;
}

.item-wrapper .big-card-title{
    height:2rem;
    font-size:0.51rem;
    color:rgba(26,26,26,1);
    line-height: 2rem;
    text-align: center;
}
.item-wrapper .pp{
    font-size: 0.35rem;
    color: rgba(79,79,79,1);
    line-height: 0.64rem;
    padding: 1rem;
}
.big-card{
    width: calc(100% - 0.6rem);
    margin: 0 0.3rem;
    background:rgba(255,255,255,1);
    border-radius:0.13rem;
    box-shadow:0px 11px 70px 0px rgba(222, 231, 227, 0.35);
}
.big-card img{
    width: 100%;
    border-radius:0 0 0.13rem 0.13rem;
}
.big-card .btn-wrapper{
    display: flex;
    margin-bottom: 1rem;
}
.big-card .btn{
    width:3.3rem;
    height:0.94rem;
    line-height: 0.94rem;
    border-radius:0.5rem;
    color:rgba(255,255,255,1);
    text-align: center;
    font-size:0.37rem;
    display: inline-block;
    margin: 0 auto;
    background:rgba(255,129,86,1);
    box-shadow:0px 11px 21px 0px rgba(255, 86, 129, 0.35);
}










