body{
    background-color: #f7f7f7;
}
.brandHead{
    position: relative;
}
.brandHead>img{
    width: 100%;
}

.brandHead .brandNav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem 4%;
}
.brandHead .brandBack{
    width: 2.5rem;
    height: 2.5rem;
    background-image: url("/skin/default/images/backGrayBg.png");
    background-size: 2.5rem 2.5rem;
    background-repeat: no-repeat;
}
.goodsHeadRight {
    position: relative;
    display: flex;
    align-items: center;
}
.navPopWrap{
    display: none;
}
.navPopBox {
    position: absolute;
    right: 0;
    top: 2.5rem;
    width: 16rem;
    background-color: #fff;
    border-radius: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 1rem;
}

.navPopBox a {
    padding: .7rem 0;
    font-size: 1rem;
    color: #666;
    text-align: center;
}
.navPopBox a img{
    width: 2rem;
    height: 2rem;
}

.gosearch {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url("/skin/v1/img/listGrayBg.png");
    background-repeat: no-repeat;
    background-size: 2.5rem 2.5rem;
    margin-left: 1.5rem;
}
.brandHead .brandRadius{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}
.brandWrap {
    position: relative;
    top: -1px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    margin-bottom: 5px;
}
.brandAddress{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2rem;
}
.brandAddressLeft p{
    font-size: 1.4rem;
    word-break: break-all;
    color: #999;
}
.brandAddressLeft p:first-child{
    font-weight: bolder;
    color: #222;
    padding-bottom: .5rem;
}

.brandAddressRight {
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-size: 2.5rem 2.5rem;
    background-image: url(/skin/v1/img/position.png);
}
.brandGoodsWrap{
    background-color: #fff;
    border-radius:10px;
    margin-bottom: 5px;
}
.brandTit{
    font-size: 1.6rem;
    font-weight: bolder;
    padding-top: 2rem;
}
.pergoods .Rig{
    position: relative;
}
.pergoods .Rig .tit{
    font-size: 1.6rem;
}
.pergoods .goBuy{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 8rem;
    line-height: 3rem;
    height: 3rem;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(-5deg,#f2023a 0%, #fff6e6 100%),linear-gradient(#ff4200,#ff4200);
    border-radius: 2rem;

}
.pergoods .finishBuy{
    background-color: #b1b1b1;
    background-image: none;
}
.brandCon{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.7;
}
.brandCon>p{
    color: #555;
}
/*地图弹框*/
.mapBox {
    display: none;
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 122;
    bottom: 0;
    text-align: center;
    left: 0;
    border-radius: 1rem 1rem 0 0;
}

.mapBox p {
    padding: 1.5rem 0;
    border-bottom: 1px solid #eee;
    font-size: 1.4rem;
}

.mapBox p:last-child {
    border-bottom: 0;
}

.mapBox .mapCancel {
    border-top: 5px solid #eee;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    font-size: 1.4rem;
}
.mapCovers{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 121;
}