html, body{
    background-color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-family: Avenir,Helvetica,Arial,sans-serif;
   
}
[v-cloak] {
    display: none;
}
#app {
    /* overflow: auto; */
    /* border:1px solid #555; */
}
.dib {
    display: inline-block;
    vertical-align: middle;
}
.f14 {
    font-size: 0.14rem;
    color: #2c3e50;
}
.top-bar {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #fff;
    border-bottom: 1px solid #555;
}

.top-bar img {
    width: 0.4rem;
    height: 0.3rem;
}

.top-bar span  {
    width: calc(100% - 0.46rem);
    text-align: center;
}
.swipe {
    width: 100%;
    /* height: 4.1rem; */
    /* border: 1px solid #555; */
    margin-top: 0.31rem;
}
.swiper-img {
    /* width: 100%; */
    height: 100%;
}
.goods-infos .goods-attr {
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    font-size: 0.16rem;
    color: #2c3e50;
    font-weight: 600;
    border-top:1px solid #555;
}
.goods-list-group {
    border-top:1px solid #555;
}
.goods-list {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #555;
}
.goods-list-key {
    font-size: 0.16rem;
    font-weight: 600;
    color: #2c3e50;
    width: 0.93rem;
    flex-basis: 0.93rem;
    text-align: center;
   
    padding: 0.08rem 0;
}
.goods-list-value {
    flex: 1;
    font-size: 0.16rem;
    color: #2c3e50;
    padding: 0.08rem 0;
    padding-left: 0.1rem;
    
}
.rightBorder {
    border-right: 1px solid #555;
}
.leftBorder {
    border-left: 1px solid #555;
}
.code-img {
    width: 2.66rem;
    /* height: 20px; */
}
svg {
    width: 2.66rem !important;
    /* height: 20px !important; */
}
rect {
    /* width: 266px;
    height: 55px !important; */
}
.code-num {
    display: block;
    width: 2.66rem;
    font-size: 0.15rem;
    color: #2c3e50;
    text-align: center;
}
.blank {
    height: 0.33rem;
    border-bottom: 1px solid #555;
}
.goods-price {
    width: 100%;
    height: 0.35rem;
    /* position: sticky;
    bottom: 0px; */
    background-color: #fff;
}
.goods-price span {
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.35rem;
    color: #ff0000;
    display: block;
}