#bigbox {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: url(../img/afterSale-bg.png) no-repeat center center;
  background-size: 100% 100%;
}

#bigbox .title {
  color: #ffffff;
  position: absolute;
  font-size: 2.5rem;
  font-weight: 800;
  top: 4rem;
  left: 50%;
  transform: translate(-50%, 0);
}

#bigbox .adver {
  color: #ffffff;
  position: absolute;
  font-size: 1.2rem;
  top: 10rem;
  left: 50%;
  transform: translate(-50%, 0);
}

#bigbox .addrBox {
  position: absolute;
  bottom: 11rem;
  left: 2rem;
  width: 90%;
}

#bigbox .addrBox .tip {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#bigbox .addrBox .tip .h1Text {
  font-size: 2rem;
  color: #d4d7d9;
  margin-bottom: .5rem;
}

#bigbox .addrBox .tip .h2Text {
  font-size: 1.5rem;
  color: #d4d7d9;
}

#bigbox .addrBox .address {
  font-size: 1.4rem;
  color: #bcbcbc;
}

#bigbox .addrBox .address .item {
  border-bottom: 1px solid #828890;
  padding: 1rem 0;
}

#bigbox .addrBox .address .connection {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

#bigbox .addrBox .address .addr {
  display: flex;
  justify-content: flex-start;
}

#bigbox .addrBox .address .addr .addrName {
  width: calc(100% - 11rem);
}

#bigbox .addrBox .address .tipText {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-top: 2rem;
}

#bigbox .addrBox .address .tipText .noteRed {
  color: #e83e3b;
}

#bigbox .addrBox .address .tipText .note {
  background: #d8333e;
  color: #f9dfe2;
  padding: .2rem 0.3rem;
  border-radius: .5rem;
  font-size: 1.1rem;
  margin-right: .3rem;
}

#bigbox .addrBox .w7rem {
  width: 7rem;
  display: inline-block;
  color: #d4d7d9;
}

#bigbox .btnbox {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#bigbox .btnbox .suggestion {
  width: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#bigbox .btnbox .suggestion img {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: .5rem;
}

#bigbox .btnbox .suggestion .text {
  font-size: 1.25rem;
  color: white;
  font-weight: 700;
  text-align: center;
}

#bigbox .btnbox .search {
  width: 17rem;
  height: 4.5rem;
  background: white;
  border-radius: 2rem;
  text-align: center;
  font-size: 2rem;
  line-height: 4.5rem;
  color: #080404;
  font-weight: 800;
}