@CHARSET "UTF-8";
em.goods-group {
    font-size: 0.5rem;
    font-weight: 600;
    background-color: #1BBC9D;
    color: #fff;
    padding: 0.1rem 0.2rem;
    vertical-align: bottom;
    margin-right: 0.2rem;
    border-radius: 3px;
}
.transparent .header-nav {
     display:block; 
}

.add-cart {
    float: right;
    width: 100%!important;
    background-color: #ccc!important;
}




.model {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

 .model .modelBG {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
}

.model .Box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.model .Box span {
  color: #fff;
  text-align: center;
  margin-top: 0.266667rem;
  display: block;
}

 .model .Box .closeBox {
  margin-top: 0.466667rem;
}



 .model .Box > img {
  width: 100%;
  height: 3.84rem;
  width: 3.84rem;
  margin-top: -0.8rem;
}

 .model .Box > img.loadingimg {
  width: 0.573333rem;
  height: 0.333333rem;
  margin-top: 3.333333rem;
}

 .model .closeBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

 .model .loadBox {
  height: 0.386667rem;
}

 .model .loadBox div:first-child {
  -webkit-animation: loading 1s 0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: loading 1s 0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

 .model .loadBox div:nth-child(2) {
  -webkit-animation: loading 1s 0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: loading 1s 0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

 .model .loadBox div:nth-child(3) {
  -webkit-animation: loading 1s 0.5s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: loading 1s 0.5s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.model .loadBox div:nth-child(4) {
  -webkit-animation: aloading 1s 0.7s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: loading 1s 0.7s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

 .model .loadBox div:nth-child(5) {
  -webkit-animation: loading 1s 0.9s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: loading 1s 0.9s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.model .loadBox div {
  background-color: #f4c300;
  width: 0.093333rem;
  height: 0.333333rem;
  border-radius: 0.013333rem;
  margin: 0 0.026667rem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
.closeBox img {
    width: 1.346667rem!important;
    height: 1.346667rem!important;
}
.gotolog{
color: #fff;
}
