.container {
  max-width: 25.875rem;
  margin: 0 auto;
  min-height: 100vh;
  background-color: #171837;
}

.container img {
  vertical-align: middle;
}

.container .imgs {
  width: 100%;
}

.container .notice-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.5rem;
  margin: .625rem 1.125rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: .625rem;
}

.container .notice-box .van-notice-bar {
  width: 62%;
}

.container .notice-box .van-notice-bar .notice-swipe {
  height: 2.5rem;
  line-height: 2.5rem;
}

.container .notice-box .noticeNum {
  flex: 1;
  font-size: .8125rem;
}

.container .notice-box .noticeNum span {
  font-weight: 700;
  color: #ffa500;
}

.container .warning-tip {
  margin: 0 1.125rem;
  font-size: .75rem;
  text-align: center;
}

.container .rule-box {
  margin: .625rem 1.125rem 0;
  border: .0625rem solid #fff;
  border-radius: .625rem;
  padding: .625rem .625rem .3125rem;
  box-sizing: border-box;
  background-color: #fff;
}

.container .rule-box .home-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.375rem;
  border: .0625rem solid #fff;
  border-radius: .375rem;
  box-sizing: border-box;
  padding: 0 .625rem;
  color: #fff;
  font-size: .9375rem;
}

.container .rule-box .home-location .location-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container .rule-box .home-location .location-icon {
  font-size: 1.5rem;
  animation: arrow1 0.8s infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.container .rule-box .location-tip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.375rem;
  background-color: #fff;
  border-radius: .625rem;
  color: #515a6e;
  padding: 0 1.25rem;
  margin-top: .625rem;
  animation: mymove 3s infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.container .rule-box .location-tip .sanJiaoXIng {
  position: absolute;
  left: 1.875rem;
  top: -0.5625rem;
  border-right: .625rem solid transparent;
  border-left: .625rem solid transparent;
  border-bottom: .625rem solid #fff;
}

.container .rule-box .location-tip .tip-left {
  height: 100%;
  line-height: 2.5rem;
  font-size: .875rem;
  display: flex;
  align-items: center;
}

.container .rule-box .location-tip .tip-left .van-icon {
  font-size: 1rem;
  margin-right: .3125rem;
}

.container .rule-box .search-box {
  display: flex;
  align-items: center;
  height: 2.5rem;
  border-radius: .5rem;
  overflow: hidden;
  background-color: #fff;
  margin-top: .625rem;
  border: .0625rem solid transparent;
  box-sizing: border-box;
}

.container .rule-box .search-box .search-input {
  flex: 1;
  line-height: 1.25rem;
  padding: .625rem;
}

.container .rule-box .search-box .search-btn {
  width: 28%;
  height: 2.5rem;
  border-radius: .5rem;
  box-sizing: border-box;
}

.container .rule-box .hot-num {
  /* background-color: #4a6dfe99; */
  display: flex;
  align-items: center;
  padding: .75rem;
  margin-top: .625rem;
  border-radius: .3125rem;
  /* color: #fff; */
  font-size: .9375rem;
}

.container .rule-box .hot-num .hot-ul {
  display: flex;
}

.container .rule-box .hot-num .hot-ul li {
  padding-right: .625rem;
}

.container .rule-box .rule-list {
  display: flex;
  flex-wrap: wrap;
  font-size: .875rem;
  border-radius: .3125rem;
  margin-top: .625rem;
  box-sizing: border-box;
}

.container .rule-box .rule-list .rule-item-block {
  width: 23%;
  padding-left: .3125rem;
  padding-bottom: .3125rem;
}

.container .rule-box .rule-list .rule-item-block .rule-item {
  height: 2.1875rem;
  line-height: 2.1875rem;
  text-align: center;
  border-radius: 62.4375rem;
  font-size: .8125rem;
  /* font-weight: 700; */
}

.container .rule-box .rule-list .rule-item-block .flag4 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: .0625rem solid transparent;
  box-sizing: border-box;
}

.container .rule-box .rule-list .flag4-block {
  width: 35%;
}

.container .rule-box .rule-list .on {
  background-color: #4a6dfecc;
}

.container .num-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: .625rem 1.125rem 0;
}

.container .num-box .num-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48.5%;
  min-height: 3.375rem;
  padding: .3125rem .75rem;
  background-color: #fff;
  border-radius: .3125rem;
  margin-bottom: .625rem;
  text-align: center;
  box-sizing: border-box;
  border: 0.02rem solid #ffd978;
}

.container .num-box .num-item .phone-num {
  font-size: 1.25rem;
  font-weight: 800;
}

.container .num-box .num-item .item-bottom {
  width: 100%;
  font-size: .75rem;
  color: #fe4365;
  margin-top: .3125rem;
  font-weight: 700;
}

.container .num-box .num-item .item-bottom .original-price {
  font-weight: 400;
  color: #999;
  text-decoration: line-through;
}

.container .num-box .num-item .item-bottom-flex {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .75rem;
  color: #fe4365;
  margin-top: .3125rem;
  /* font-weight: 700; */
}

.container .num-box .num-item .item-bottom-flex .original-price {
  font-weight: 400;
  color: #999;
  text-decoration: line-through;
}

.container .num-box .num-item .liang-icon {
  position: absolute;
  right: .125rem;
  top: .125rem;
  width: .8125rem;
  height: .8125rem;
}

.container .num-box .num-on {
  box-shadow: inset 0 0 .625rem red;
}

.container .no-number {
  margin: .9375rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: .25rem;
}

.container .next-prev {
  padding: .625rem 1rem 1.25rem;
  display: flex;
  justify-content: space-around;
}

.container .next-prev .prev,
.container .next-prev .next {
  display: flex;
  width: 8.75rem;
  height: 2.375rem;
  line-height: 2.375rem;
  font-size: .875rem;
  align-items: center;
  justify-content: center;
}

.container .comments-box {
  background: #FFFFFF;
  border-radius: .3125rem;
  margin: 0 1.125rem 1.125rem;
  padding: 1rem .75rem;
}

.container .comments-box .comments-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #000033;
  margin-bottom: .625rem;
}

.container .comments-box .comments-title span {
  font-size: .875rem;
  color: orange;
  padding-left: .3125rem;
}

.container .comments-box .swiper-container {
  height: 10.3125rem;
}

.container .comments-box .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #E0E0E0 0%, rgba(224, 224, 224, 0) 100%);
  border-radius: 1.0625rem;
  padding: 0 .9375rem 0 .4375rem;
}

.container .comments-box .swiper-container .swiper-slide img {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}

.container .comments-box .swiper-container .swiper-slide span {
  font-size: .6875rem;
  color: #333333;
}

.container .comments-box .swiper-container .swiper-slide .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container .comments-box .swiper-container .swiper-slide .name {
  font-weight: bold;
  margin: 0 .4375rem;
  min-width: 3.125rem;
}

.container .placeholder {
  height: 5rem;
}

.container .suspension-btn {
  position: fixed;
  width: 80%;
  height: 3.125rem;
  left: 10%;
  bottom: .9375rem;
  z-index: 1;
  animation: mymove 3s infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  text-align: center;
}

.container .suspension-btn .suspension-btn-img {
  width: 18.75rem;
  height: 100%;
}

.container .form-pop {
  color: #333;
  padding: .9375rem;
  background-color: #f7f8fa;
  box-sizing: border-box;
}

.container .form-pop .anew {
  display: flex;
  font-size: .75rem;
  margin: .9375rem 0;
}

.container .form-pop .anew .van-button {
  min-width: 4.375rem;
  margin-right: .625rem;
}

.container .form-pop .title {
  height: 2.1875rem;
  line-height: 2.1875rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  padding-left: .875rem;
  box-sizing: border-box;
  border-radius: .5rem;
  margin: .625rem 0;
  background-image: linear-gradient(90deg, #4a6dfe, #3ff29d);
}

.container .form-pop .protocol {
  margin: .625rem 0;
  font-size: .75rem;
}

.container .form-pop .protocol .van-checkbox__icon {
  height: 2.5rem;
  line-height: 2.4rem;
  width: 1.375rem;
  text-align: center;
  margin-right: 25px;
}

.container .form-pop .protocol .van-checkbox__icon .van-icon {
  display: inline-block;
  vertical-align: middle;
}

.container .form-pop .protocol .van-checkbox__label {
  margin-left: -10px;
  color: rgb(204, 204, 204);
  line-height: 1.6;
}

.container .form-pop .protocol .protocol-name {
  padding-top: .625rem;
  color: rgb(204, 204, 204);
}

.protocol2 {
  margin: 0 1.25rem;
  font-size: .75rem;
}

.protocol2 .protocol-name {
  color: rgb(204, 204, 204);
}

.container .form-pop .tip-msg {
  font-size: .75rem;
}

.container .form-pop .submit-btn {
  margin: 1.25rem 2.5rem;
}

.container .form-pop .submit-btn .van-button {
  box-shadow: inset 0 .1875rem 0 0 rgba(255, 255, 255, 0.15), inset 0 -0.1875rem .125rem 0 rgba(0, 0, 0, 0.15);
  animation-name: scaleDraw;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 3s;
}

.cityInpPopupGsd {
  height: 100%;
}

.cityInpPopupGsd .provinceWrap {
  display: flex;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.cityInpPopupGsd .provinceWrap .provinceWin {
  height: 100%;
  box-shadow: 0 0 .625rem .3125rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
  overflow-y: auto;
}

.cityInpPopupGsd .provinceWrap .cityWin {
  box-shadow: 0 0 .625rem .3125rem rgba(0, 0, 0, 0.2);
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
}

.cityInpPopupGsd .provinceWrap li {
  font-size: .875rem;
  font-weight: 500;
  color: #333;
  padding: .75rem .5rem;
  line-height: .875rem;
  width: 5.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.cityInpPopupGsd .provinceWrap .isActive {
  font-size: .875rem;
  font-weight: 600;
  color: #c22a2f;
  padding: .75rem .5rem;
  line-height: .875rem;
  width: 5.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.history {
  position: fixed;
  top: 70vh;
  right: .625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0.026667rem 0.08rem 0.4rem #bfbfbf;
  z-index: 1;
}

.history .van-badge--fixed {
  top: .375rem;
  right: .375rem;
}

.history img {
  width: 60%;
  /* height: 70%; */
}

.history-box {
  height: 31.25rem;
}

.history-box .title {
  width: 100%;
  height: 3.125rem;
  background-color: #1e96fa;
  font-size: 1.125rem;
  text-align: center;
  line-height: 3.125rem;
  color: #fff;
  letter-spacing: .25rem;
  position: relative;
}

.history-box .title img {
  width: 1.875rem;
  /* height: .8rem; */
  position: absolute;
  right: .625rem;
  top: .75rem;
}

.history-list {
  height: calc(100% - 3.125rem);
  background-color: #f2f2f2;
  padding-top: .625rem;
  overflow-y: auto;
}

.history-list .history-item {
  background-color: #fff;
  padding: .625rem 0;
  margin-bottom: .625rem;
}

.history-list .history-item .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}

.history-list .history-item .item-top>span {
  color: #fe4365;
  font-size: 1.25rem;
}

.history-list .history-item .item-mid {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}

.history-list .history-item .item-mid .site {
  font-size: .75rem;
  color: #999;
}

.history-list .history-item .item-mid .price {
  font-weight: 700;
  color: #a9a9a9;
  text-decoration: line-through;
  font-size: .8125rem;
}

.history-list .history-item .item-bottom .time-txt {
  display: inline-block;
  width: 1.375rem;
  color: #fff;
  font-size: .75rem;
  text-align: center;
  background-color: #ee0a24;
  border-radius: .25rem;
}

.history-list .history-item .item-bottom>span {
  font-size: .75rem;
  color: #333;
}

.address {
  position: relative;
}

.address .search-tips {
  position: absolute;
  right: 0;
  bottom: 3.25rem;
  max-height: 17rem;
  overflow-y: auto;
  min-width: 13.125rem;
  background-color: #fefefe;
  /* border: .0625rem solid #d1d1d1; */
  border-radius: .25rem;
  box-shadow: 0 .125rem .75rem 0 rgba(0, 0, 0, 0.1);
  padding: .3125rem 0;
}

.address .search-tips .tips-item {
  /* white-space: nowrap; */
  font-size: .75rem;
  cursor: pointer;
  padding: .3125rem .375rem;
}

.address .search-tips .tips-item .tip-site {
  color: #c1c1c1;
  padding-left: .25rem;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.more-app-box .more-app-title {
  text-align: center;
  padding: 1rem 0;
  font-size: .875rem;
  font-weight: 700;
}

.more-app-box .more-app-html {
  height: 50vh;
  overflow-y: auto;
  padding: 0 .9375rem .9375rem;
  box-sizing: border-box;
}

.more-app-box .more-app-html .desc-title {
  margin-top: .8125rem;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #333;
  font-weight: 700;
}

.more-app-box .more-app-html .desc {
  margin-top: .375rem;
  font-size: .75rem;
  line-height: 1.5rem;
  text-align: justify;
  color: #4c4c4c;
}

.container .num-box2 .num-item .phone-num {
  font-size: 1.25rem;
  font-weight: 700;
}

@keyframes arrow1 {
  0% {
    transform: translateY(-0.1875rem);
  }

  100% {
    transform: translateY(.125rem);
  }
}

@keyframes mymove {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(0.9);
  }
}

@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.1);
  }
}

.location-name {
  color: black !important;
}

.location-icon {
  color: red !important;
}

.common-search-btn {
  border-radius: 0.5rem;
  right: -1rem;
  writing-mode: vertical-rl;
  width: 2.5rem;
  height: 5.5rem;
  line-height: 3.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  letter-spacing: 0.3rem;
  top: 7rem;
}