.banner{
    margin-top: 1.2rem;
}
.nav-wrap{
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0.3rem 0.1rem;
    background-color: #fff;
    border-radius: 5px;
    margin-top: -.3rem;
    position: relative;
    z-index: 10;
    box-shadow: 0 1px 10px #bfdefc;
    box-sizing: border-box;
}
.nav-wrap img{
    width: .6rem;
    height: .6rem;
    margin-right: 0.1rem;
}
.nav-wrap .title{
    font-size: 0.26rem;
}
.nav-wrap .desc{
    font-size: 0.24rem;
    color: #ccc;
}
.good-desc{
    margin-top: 0.6rem;
    font-size: 0.24rem;
    text-align: center;
    color: #ccc;
}
.good-desc .title{
    margin-bottom: .1rem;
    font-size: .5rem;
    color: #333;
}
.goods-check{
    margin-right: -0.04rem;
}
.goods-list{
    margin-top: 0.4rem;
}
.goods-check li {
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #fff;
    margin-left: 0.04rem;
    flex: 1;
    text-align: center;
    font-size: 0.3rem;
}
.goods-check li:first-child{
    margin-left: 0;
}
.goods-check li.active{
    background-color: #1c2a75;
    color: #fff;
}
.goods-check-list .registered-detail{
    position: absolute;
    left: 0;
    bottom: 1rem;
    width: 100%;
    text-align: center;
}
.goods-check-list .registered-detail a{
    margin: 0 13% 0 3%;
}
.goods-check-list .registered-detail a img{
    width: 150%;
}
.goods-list-12{
    padding: 0.6rem 0;
    background-color: #fff;
}
.goods-list-12 img{
    display: block;
    width: 7rem;
    margin: 0 auto;
}