.bor {
  border-bottom: 1px solid #E5E5E5;
}
* {
  padding: 0;
  margin: 0;
}
[v-cloak] {
  display: none !important;
}
body,
html {
  min-height: 100%;
  height: 100%;
}
body {
  font-size: 0.2rem;
  color: #333;
  margin: 0 auto !important;
  background: #fff;
}
.center {
  width: 90%;
  margin: 0 auto;
}
#app {
  min-height: 100%;
  position: relative;
}
a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #ad9d6d;
}
i,
em,
span {
  font-style: normal;
  display: inline-block;
}
img {
  border: none;
}
ul li,
ol li {
  list-style-type: none;
}
button {
  border: none;
  cursor: pointer;
}
.import {
  color: #b01f24 !important;
  font-weight: 700;
}
.red {
  color: #ee0a24 !important;
}
.green {
  color: #66bb6a !important;
}
.yellow {
  color: #d99f4d !important;
}
.import {
  color: #A18E5D;
}
.weight {
  font-weight: 700;
}
.small {
  font-size: 0.24rem;
}
.iconfont {
  vertical-align: middle;
  margin-right: 0.05rem;
  margin-top: -0.05rem;
  font-size: 0.3rem;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clear-fix {
  clear: both;
}
.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.text2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制文本显示为2行 */
}
.btn {
  text-align: center;
  width: 3rem;
  height: 0.4rem;
  line-height: 0.4rem;
  display: block;
  border: 1px solid #cccccc;
}
.btn-collect {
  background-color: #000;
  color: #fff;
}
.white-box {
  background: #fff;
}
.van-tab {
  font-size: 0.28rem;
}
h1 {
  position: relative;
  font-weight: 400;
  font-size: 0.34rem;
  padding: 0.4rem 0;
}
h1 a {
  font-size: 0.2rem;
  color: #2a82e4;
}
h2 {
  font-weight: 400;
  font-size: 0.48rem;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
}
.computer {
  display: block!important;
}
.phone {
  display: none!important;
}
.pswp__counter {
  right: 0;
  text-align: center;
  top: 20px!important;
  font-size: 24px!important;
}
.login-bar {
  border-bottom: 1px solid #e4e4e4;
  padding: 0.1rem 0;
  text-align: right;
  font-size: 0.2rem;
}
.login-bar span {
  margin-left: 50px;
}
.login-bar span a {
  margin: 0 0.05rem;
  cursor: pointer;
}
.login-bar span .active {
  color: #bf2730;
}
.mask {
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  filter: alpha(opacity=70);
  opacity: 0.7;
  z-index: 100;
}
.popup {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  width: 90%;
  max-width: 630px;
  background: #fff;
  border-radius: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 0 30px;
  z-index: 99;
  text-align: center;
  z-index: 100;
}
.popup .el-icon-close,
.popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  z-index: 100;
  margin-top: 0;
}
.popup h1 {
  font-size: 24px;
  border-bottom: 1px dotted #eee;
  text-align: center;
  position: relative;
  padding-top: 0;
  padding-bottom: 20px;
}
.popup .safe-yz {
  width: 5.4rem;
  margin: 0 auto 0.2rem;
  position: relative;
}
.popup .safe-yz .yz-result {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 11;
  font-weight: 700;
  margin: -24px auto 0;
  font-size: 28px;
}
.popup .safe-yz .yz-result i {
  margin-top: 2px;
}
.popup .safe-yz .custom-tip {
  margin: 0 auto;
  font-size: 14px;
  color: #999;
  z-index: 1;
  width: 5.5rem;
  height: 0.3px;
  position: absolute;
  bottom: -5px;
  left: 4%;
}
.popup .safe-yz .custom-button {
  width: 50px;
  height: 30px;
  font-size: 10px;
  line-height: 0.18px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  cursor: grab;
  position: relative;
}
.popup .safe-yz .custom-button .van-icon {
  font-size: 22px;
  margin-top: 6px;
  color: #69ae6a;
  font-weight: 700;
}
.popup .safe-yz .icon-shuaxin1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  color: #69ae6a;
  font-size: 0.4rem;
  padding: 0.2rem;
  margin: 0;
  font-weight: 700;
}
.popup .safe-yz .icon-tuodong {
  margin-top: 7px;
  font-size: 22px;
}
.popup .safe-yz .van-slider__button-wrapper {
  z-index: 10;
  padding-top: 300px;
  margin-top: -151px;
}
.popup .safe-yz .van-slider {
  padding: 0 5% 0 0;
  width: 5.5rem;
  height: 30px;
}
.popup .safe-img {
  position: relative;
  margin: 30px 0;
  background: #eee;
  overflow: hidden;
  z-index: 1;
}
.popup .safeimg-big {
  display: block;
  width: 5.4rem;
}
.popup .safeimg-small {
  height: 250px;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.popup .safeimg-small img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0%;
  z-index: 9;
  width: 1.2rem;
}
.nav-bar {
  border-bottom: 1px solid #E5E5E5;
}
.nav-bar .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-bar p {
  flex: 1;
  display: flex;
  align-items: center;
}
.nav-bar p img {
  cursor: pointer;
  height: 0.4rem;
  margin-top: 5px;
}
.nav-bar p a {
  padding: 0.2rem 0;
  font-size: 0.2rem;
  margin-left: 4%;
  cursor: pointer;
  transition: all 1s;
}
.nav-bar p .active {
  border-bottom: 0.06rem solid #bf2730;
}
.nav-bar .search-box input {
  border: none;
  padding: 5px;
  border-bottom: 1px solid #cccccc;
}
.nav-bar .search-box .icon-sousuo {
  font-size: 0.2rem;
  margin-top: 0.1rem;
  margin-left: 0.1rem;
}
.location {
  color: #ccc;
  padding: 0.2rem 0;
}
.location a {
  color: #383838;
  padding: 0 0.1rem;
}
.location a:hover {
  color: #bf2730;
}
.location i {
  color: #999;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table tr th {
  background-color: #f4f4f4;
  padding: 10px 20px;
  text-align: center;
}
.table tr td {
  border: 1px solid #f4f4f4;
  padding: 20px;
  max-width: 300px;
  text-align: center;
}
.content {
  min-height: calc(100vh - 0.82rem);
}
.content2 {
  min-height: calc(100vh - 5.21rem);
}
.footer {
  color: #a6a6a6;
  line-height: 0.4rem;
  background-color: #1e1e1e;
  padding-top: 0.5rem;
}
.footer .center {
  display: flex;
  justify-content: space-between;
}
.footer .mb-50 {
  margin-bottom: 0.5rem;
}
.footer .company img {
  height: 0.7rem;
}
.footer .company p {
  max-width: 5.4rem;
  margin: 0.3rem 0 0.5rem;
}
.footer .company a {
  background-color: #303133;
  padding: 0.1rem;
  border-radius: 50%;
  color: #fff;
  margin-right: 0.2rem;
  transition: all 0.5s;
}
.footer .company a i {
  transition: all 0.5s;
}
.footer .company a:hover {
  transform: scale(1.2);
}
.footer .company a:hover .icon-weixin {
  color: #28c445;
}
.footer .company a:hover .icon-xinlangweibo {
  color: #e71f19;
}
.footer .company a:hover .icon-kuaishou666 {
  color: #ff4a08;
}
.footer .company a:hover .icon-douyin {
  color: #22d1cc;
}
.footer h3 {
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.3rem;
}
.footer .friend-link a {
  margin-bottom: 0.1rem;
  color: #a6a6a6;
  display: block;
}
.footer .contact-us {
  width: 3.94rem;
}
.footer .contact-us .mt-30 {
  margin-top: 0.3rem;
}
.footer .contact-us p {
  display: flex;
}
.footer .contact-us p span {
  display: inline-block;
}
.footer .contact-us p em {
  flex: 1;
  display: inline-block;
}
.footer .qr-code {
  width: 2rem;
  text-align: center;
}
.footer .qr-code img {
  width: 2rem;
  margin-bottom: 0.1rem;
  margin-top: 0.4rem;
}
.footer .copyright {
  border-top: 1px solid #383838;
  height: 0.8rem;
  line-height: 0.8rem;
}
.footer .copyright a {
  margin-left: 0.5rem;
  color: #a6a6a6;
}
.footer-short {
  padding: 0;
}
.tag-yellow {
  background-color: #fff596 !important;
  color: #a6a6a6 !important;
}
.tag-black {
  background-color: #333 !important;
  color: #fff !important;
}
.tag-red {
  background-color: #ffc2d0 !important;
  color: #d43030 !important;
}
.auction-list {
  margin-bottom: 1rem ;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  width: 100%;
}
.auction-list .van-empty {
  margin: 0 auto;
  display: block;
}
.auction-list .auction-item {
  width: calc(20% - 0.4rem);
  position: relative;
}
.auction-list .auction-item .stamp {
  position: absolute;
  bottom: 0.6rem;
  right: 0rem;
  font-size: 0.8rem;
}
.auction-list .auction-item .icon-lingxian1 {
  color: #4cb24c;
}
.auction-list .auction-item .icon-zhongbiao {
  color: #ad9d6d;
}
.auction-list .auction-item .icon-luohou {
  color: #808080;
}
.auction-list .auction-item .van-image {
  overflow: hidden;
  width: 100%;
  background-color: #eee;
}
.auction-list .auction-item img {
  width: 100%;
  display: block;
  transition: all 1s;
  cursor: pointer;
  object-fit: contain;
}
.auction-list .auction-item .pai-code {
  width: 100%;
  font-size: 0.24rem;
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
}
.auction-list .auction-item .pai-code .van-tag {
  float: right;
  background-color: #ccc;
}
.auction-list .auction-item p {
  font-size: 0.24rem;
  cursor: pointer;
  transition: all 0.5s;
  font-weight: 400;
}
.auction-list .auction-item p:hover {
  color: #ad9d6d;
}
.auction-list .auction-item em {
  margin-top: 0.1rem;
  color: #bf2730;
  font-weight: 400;
  font-size: 0.32rem;
}
.auction-list .auction-item button {
  display: block;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-top: 0.2rem;
  border: 1px solid #cccccc;
}
.auction-list .auction-item button:hover {
  border-color: #000;
}
.auction-list .auction-item:hover img {
  transform: scale(1.2);
}
.index .banner {
  position: relative;
}
.index .banner img {
  width: 100%;
  object-fit: contain;
}
.index .banner .banner-txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.9rem;
  max-width: 5.4rem;
}
.index .banner .banner-txt h1 {
  color: #42360d;
  font-size: 0.5rem;
}
.index .banner .banner-txt p {
  font-size: 0.2rem;
  color: #8a8a8a;
}
.index .preview {
  display: flex;
  gap: 0.4rem;
  justify-content: space-between;
}
.index .preview .left {
  flex: 1;
}
.index .preview .right {
  display: flex;
  flex-direction: column;
}
.index .preview .right h1 {
  white-space: nowrap;
}
.index .preview .auction-show {
  display: flex;
  flex: 1;
  gap: 0.4rem;
}
.index .preview .auction-show .box {
  cursor: pointer;
  min-height: 120px;
  width: 33%;
  max-width: 6rem;
  border: 1px solid #cccccc;
  padding: 0.3rem;
  font-size: 0.2rem;
  height: 2.2rem;
}
.index .preview .auction-show .box h2 {
  font-size: 0.26rem;
  margin-top: 0;
  align-items: start;
  justify-content: space-between;
  display: flex;
}
.index .preview .auction-show .box h2 em {
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制文本显示为2行 */
}
.index .preview .auction-show .box h2 .van-tag {
  font-size: 0.2rem;
  font-weight: 400;
  border-radius: 0;
  margin-top: 3px;
  vertical-align: top;
  padding: 0.08rem;
}
.index .preview .auction-show .box h2 .van-tag--warning {
  background-color: #fff596;
  color: #a6a6a6;
}
.index .preview .auction-show .box h2 .van-tag--danger {
  background-color: #ffc2d0;
  color: #d43030;
}
.index .preview .auction-show .box p {
  margin: 0.1rem 0 0.3rem;
}
.index .preview .auction-show .box button {
  width: 2.5rem;
}
.index .preview .auction-show .box .van-count-down {
  display: flex;
  gap: 0.2rem;
}
.index .preview .auction-show .box .van-count-down .block {
  flex: 1;
  padding: 0.2rem 0 0.1rem;
  background-color: #faf9be;
  font-size: 0.24rem;
  text-align: center;
  max-width: 0.9rem;
}
.index .preview .auction-show .box .van-count-down .block em {
  font-weight: 700;
  font-size: 0.44rem;
  display: block;
  margin-bottom: 0.1rem;
}
.index .preview .auction-show .box:hover {
  border-color: #ad9d6d;
}
.index .preview .guide {
  min-width: 3rem;
  height: 2.8rem;
  border: 1px solid #cccccc;
}
.index .preview .guide li {
  border-bottom: 1px solid #cccccc;
  font-size: 0.26rem;
  height: 0.9rem;
  line-height: 0.9rem;
  padding: 0 0.3rem;
  cursor: pointer;
}
.index .preview .guide li:last-child {
  border: none;
}
.index .preview .guide li:hover {
  color: #ad9d6d;
}
.index .subscribe {
  position: relative;
  margin-top: 0.8rem;
}
.index .subscribe img {
  width: 100%;
  display: block;
}
.index .subscribe .subscribe-box {
  position: absolute;
  text-align: center;
  top: 0.9rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.index .subscribe .subscribe-box h2 {
  font-size: 0.5rem;
}
.index .subscribe .subscribe-box p {
  margin: 0.2rem 0 0.3rem;
}
.index .subscribe .subscribe-box .email-box {
  margin-top: 0.2rem;
}
.index .subscribe .subscribe-box .email-box input {
  width: 7rem;
  height: 0.6rem;
  padding: 0 0.3rem;
  border: 0;
}
.index .subscribe .subscribe-box .email-box button {
  height: 0.6rem;
  width: 1.5rem;
  color: #bf2730;
  margin-left: 0.2rem;
  background-color: #fff;
}
.period-list .van-empty {
  padding-bottom: 1.5rem;
}
.period-list h1 {
  border-bottom: 1px solid #E5E5E5;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}
.period-list h1 .van-tag {
  vertical-align: middle;
  margin-top: -5px;
}
.period-list .tab {
  margin-bottom: 0.2rem;
}
.period-list .tab a {
  color: #808080;
  margin-right: 0.5rem;
}
.period-list .tab .active {
  color: #000;
}
.period-list .tab .active span {
  color: #808080;
}
.period-list .sort {
  cursor: pointer;
  margin: 0 0.5rem;
}
.period-list .sort .iconfont {
  font-size: 0.24rem;
  vertical-align: middle;
}
.period-list .search-bar {
  display: flex;
}
.period-list .search-bar input {
  height: 0.4rem;
  width: 2rem;
  border: 1px solid #cccccc;
  padding: 0 0.2rem;
}
.period-list .search-bar a {
  height: 0.4rem;
  line-height: 0.4rem;
  width: 1rem;
  text-align: center;
  border: 1px solid #cccccc;
  border-left: 0;
}
.period-list .classify {
  margin: 0.2rem 0 0.4rem;
}
.period-list .classify a {
  color: #808080;
  margin-right: 0.2rem;
  font-size: 0.16rem;
  padding: 0.03rem 0.2rem;
  border: 1px solid #cccccc;
}
.period-list .classify .active {
  background-color: #000;
  color: #fff;
}
.period-list .page-top {
  margin: 0.2rem 0;
  display: flex;
  justify-content: right;
}
.period-list .category {
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: space-between;
}
.period-list .category .tab a:hover {
  color: #000;
}
.van-pagination {
  margin: 0.5rem 0 1rem;
  justify-content: center;
}
.van-pagination .van-pagination__item {
  flex: none;
  height: 0.4rem;
  min-width: 0.4rem;
  color: #808080;
}
.van-pagination .van-pagination__item--active {
  color: #fff;
  background-color: #bf2730;
}
.goods-detail .detail-top {
  display: flex;
  justify-content: left;
  gap: 0.2rem;
  font-size: 0.2rem;
  gap: 0;
}
.goods-detail .detail-top .small-img {
  height: 7rem;
  padding-right: 0.4rem;
}
.goods-detail .detail-top .small-img img {
  display: block;
  width: 0.7rem;
  max-height: 1rem;
  margin-bottom: 0.1rem;
  object-fit: cover;
  border: 3px solid #f2f2f2;
}
.goods-detail .detail-top .small-img .active {
  border-color: #bf2730;
}
.goods-detail .detail-top .scroll-y {
  padding-right: 0.1rem;
  overflow-y: scroll;
  min-width: 1rem;
  scrollbar-width: none;
}
.goods-detail .detail-top .big-img {
  margin-right: 0.9rem;
  background-color: #f2f2f2;
}
.goods-detail .detail-top .big-img img {
  width: 7rem;
  height: 7rem;
  object-fit: contain;
}
.goods-detail .detail-top .buy {
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
  flex: 1;
}
.goods-detail .detail-top .buy .buy-box .price-bar {
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
  color: #ad9d6d;
}
.goods-detail .detail-top .buy .price-bar {
  padding: 0.1rem 0.2rem;
  background-color: #f4f4f4;
}
.goods-detail .detail-top .buy .price-bar p {
  line-height: 0.3rem;
}
.goods-detail .detail-top .buy .price-bar p big {
  color: #d13f3f;
  font-weight: 700;
}
.goods-detail .detail-top .buy .price-bar .verify {
  color: #bf2730;
}
.goods-detail .detail-top .buy .left {
  flex: 1;
}
.goods-detail .detail-top .buy .left .price-bar {
  margin-top: 0.2rem;
}
.goods-detail .detail-top .buy .left .site {
  margin-bottom: 0.1rem;
}
.goods-detail .detail-top .buy .share a {
  margin-bottom: 0.2rem;
}
.goods-detail .detail-top .buy .lot {
  font-size: 0.28rem;
  margin-bottom: 0.1rem;
  display: flex;
  justify-content: space-between;
}
.goods-detail .detail-top .buy .title {
  font-size: 0.3rem;
  font-weight: 400;
  margin-top: 0;
}
.goods-detail .detail-top .buy .stop-time {
  padding: 0 0 0.2rem;
  color: #383838;
  border-bottom: 1px solid #cccccc;
}
.goods-detail .detail-top .buy .start-price {
  display: flex;
  gap: 0.3rem;
}
.goods-detail .detail-top .buy .start-price .left {
  width: 2rem;
}
.goods-detail .detail-top .buy .start-price p {
  flex: 1;
  padding: 0.2rem 0 0.1rem;
}
.goods-detail .detail-top .buy .start-price p em {
  font-size: 0.22rem;
  color: #bf2730;
  display: block;
  margin-top: 0.1rem;
}
.goods-detail .detail-top .buy .rate {
  color: #8a6c0a;
  margin-bottom: 0.2rem;
}
.goods-detail .detail-top .buy .price p {
  display: flex;
  align-items: center;
}
.goods-detail .detail-top .buy .price p button {
  text-align: center;
  width: 1rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: #cb594f;
  color: #fff;
  font-size: 0.3rem;
}
.goods-detail .detail-top .buy .price p .btn-gray {
  background-color: #ccc;
}
.goods-detail .detail-top .buy .price p input {
  border: 1px solid #cccccc;
  width: calc(100% - 2rem);
  height: 0.58rem;
  text-align: center;
  color: #bf2730;
  font-size: 0.24rem;
}
.goods-detail .detail-top .buy .rule-link {
  display: block;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  color: #2a82e4;
  text-decoration: underline;
}
.goods-detail .detail-top .buy .change-goods {
  display: flex;
  align-items: center;
  height: 0.3rem;
  line-height: 0.3rem;
  display: inline-block;
  border: 1px solid #cccccc;
}
.goods-detail .detail-top .buy .change-goods span {
  background-color: #e5e5e5;
  font-size: 0.18rem;
  height: 100%;
  padding: 0 0.2rem;
  text-align: center;
}
.goods-detail .detail-top .buy .change-goods .van-icon {
  padding: 0 0.1rem;
  line-height: 0.3rem;
}
.goods-detail .detail-top .buy .btn-buy {
  display: block;
  width: 100%;
  margin-top: 0.2rem;
  height: 0.6rem;
}
.goods-detail .detail-bottom {
  margin: 0.5rem 0 0rem 1.1rem;
}
.goods-detail .detail-bottom .history-box h2 {
  font-size: 0.28rem;
  margin-top: 0;
  margin-bottom: 0.3rem;
  font-weight: 700;
}
.goods-detail .detail-bottom .history-box .priceline {
  margin-bottom: 0.2rem;
}
.goods-detail .detail-bottom .history-box .priceline li {
  border-bottom: 1px dotted #eee;
  position: relative;
  line-height: initial;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem 0;
  width: 100%;
}
.goods-detail .detail-bottom .history-box .priceline li p {
  padding: 0;
}
.goods-detail .detail-bottom .history-box .priceline li p em {
  display: block;
  margin-bottom: 0.1rem;
}
.goods-detail .detail-bottom .history-box .priceline li .datap {
  color: #B01F24;
  text-align: right;
}
.goods-detail .detail-bottom table {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.goods-detail .detail-bottom table tbody {
  width: 100%;
}
.goods-detail .detail-bottom table td,
.goods-detail .detail-bottom table th {
  border: 1px solid #e3e3e3;
  padding: 10px 20px;
  min-width: 150px;
  word-wrap: break-word;
}
.goods-detail .detail-bottom table th {
  font-weight: 700;
  background-color: #f2f2f2;
}
.goods-detail .detail-bottom .pics-box {
  text-align: center;
}
.goods-detail .detail-bottom .pics-box img {
  max-height: 2rem;
  margin: 0.1rem;
}
.goods-detail .detail-bottom .tip {
  margin-bottom: 0.4rem;
  text-align: center;
  color: #999;
}
.goods-detail .detail-bottom .van-tabs__wrap {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.goods-detail .detail-bottom .van-tabs__wrap .van-tabs__nav--line {
  width: 3rem;
  gap: 0.5rem;
}
.goods-detail .detail-bottom .van-tabs__wrap .van-tabs__nav--line .van-tab {
  flex: initial;
  line-height: 40px;
}
.goods-detail .detail-bottom .van-tabs__wrap .van-tabs__nav--line .van-tabs__line {
  bottom: 10px;
  width: 90px;
}
.goods-detail .detail-bottom .van-empty {
  text-align: center;
}
.goods-detail .detail-bottom .van-tabs__content {
  padding: 0.5rem 0;
  line-height: 0.4rem;
}
.goods-detail .detail-bottom .van-tabs__content p {
  width: 100%;
}
.goods-detail .collect-list {
  margin-bottom: 1rem;
}
.mine {
  overflow-x: hidden;
}
.mine .mine-header {
  padding: 0.48rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0.5rem;
}
.mine .mine-header .btn-setup {
  width: 3rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #fff;
  border: 1px solid #cccccc;
}
.mine .mine-header .btn-setup i {
  margin-top: -2px;
  vertical-align: middle;
}
.mine .mine-header .btn-setup:hover {
  border-color: #bf2730;
}
.mine .mine-header .user-info {
  display: flex;
  align-items: center;
}
.mine .mine-header .user-info .user-avatar {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
  background-color: #cccccc;
  color: #fff;
  margin-right: 0.2rem;
  overflow: hidden;
}
.mine .mine-header .user-info .user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mine .mine-header .user-info .user-avatar .icon-yonghu {
  font-size: 1rem;
}
.mine .mine-header .user-info .user-detail {
  margin-left: 0.2rem;
}
.mine .mine-header .user-info .user-detail .btn-pay {
  display: none;
}
.mine .mine-header .user-info .user-detail h2 {
  font-size: 0.36rem;
  font-weight: 400;
  margin: 0 0 0.2rem;
}
.mine .mine-header .user-info .user-detail p {
  margin-bottom: 0.15rem;
  color: #eee;
}
.mine .mine-header .user-info .user-detail p a {
  color: #000;
}
.mine .mine-header .user-info .user-detail p a em {
  font-weight: 700;
}
.mine .mine-header .user-info .user-detail p i {
  padding: 0 0.1rem;
}
.mine .mine-header .user-info .user-detail .van-button {
  padding: 0 0.3rem;
  font-size: 0.18rem;
  font-weight: 400;
  height: 0.4rem;
}
.mine .mine-content {
  display: flex;
  align-items: start;
}
.mine .mine-content .letter-title {
  padding: 0.2rem;
  font-size: 16px;
  border: 1px solid #E5E5E5;
  background-color: #f2f2f2;
  border-bottom: 0;
}
.mine .mine-content .letter {
  display: flex;
  justify-content: space-between;
  border: 1px solid #E5E5E5;
}
.mine .mine-content .letter .letter-list {
  width: 230px;
  border-right: 1px solid #E5E5E5;
}
.mine .mine-content .letter .letter-list li {
  cursor: pointer;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #E5E5E5;
}
.mine .mine-content .letter .letter-list li img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}
.mine .mine-content .letter .letter-list li p {
  flex: 1;
}
.mine .mine-content .letter .letter-list li p .red-tip {
  background-color: red;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
  padding: 2px 5px;
  margin-left: 10px;
  float: right;
  vertical-align: middle;
}
.mine .mine-content .letter .letter-list li p .el-icon-arrow-right {
  float: right;
  font-size: 18px;
  vertical-align: middle;
}
.mine .mine-content .letter .letter-list li:last-child {
  border: none;
}
.mine .mine-content .letter .letter-list li:hover {
  color: #eadcbb;
}
.mine .mine-content .letter .letter-list li:hover img {
  transform: scale(1.2);
}
.mine .mine-content .letter .letter-list .active {
  background-color: #fcfcfc;
  color: #bf2730;
}
.mine .mine-content .letter .letter-detail {
  background-color: #fcfcfc;
  flex: 1;
}
.mine .mine-content .letter .letter-detail .el-empty {
  margin: 15px;
  height: 470px;
}
.mine .mine-content .letter .letter-detail .chat-list {
  overflow-y: scroll;
  height: 445px;
}
.mine .mine-content .letter .letter-detail .chat-list li {
  clear: both;
  padding: 20px;
}
.mine .mine-content .letter .letter-detail .chat-list li .head {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
}
.mine .mine-content .letter .letter-detail .chat-list li .msg-photo {
  max-width: 100%;
  display: block;
}
.mine .mine-content .letter .letter-detail .chat-list li .msg-photo img {
  border-radius: 20px;
}
.mine .mine-content .letter .letter-detail .chat-list li .msg-content {
  display: block;
  padding: 10px 20px;
}
.mine .mine-content .letter .letter-detail .chat-list li p {
  float: left;
  max-width: 200px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
.mine .mine-content .letter .letter-detail .chat-list li p a {
  color: #527bb6;
}
.mine .mine-content .letter .letter-detail .chat-list li p em {
  display: block;
  margin-bottom: 10px;
}
.mine .mine-content .letter .letter-detail .chat-list li p span {
  display: block;
  float: left;
  background-color: #efda74;
  border-radius: 20px;
  color: #333;
  word-break: break-all;
}
.mine .mine-content .letter .letter-detail .chat-list .my img {
  float: right;
}
.mine .mine-content .letter .letter-detail .chat-list .my p {
  float: right;
}
.mine .mine-content .letter .letter-detail .chat-list .my p span {
  float: right;
  background-color: #95ec69;
}
.mine .mine-content .letter .letter-detail .chat-list .my .auto-reply {
  clear: both;
  padding-top: 20px;
  margin-top: 20px;
}
.mine .mine-content .letter .letter-detail .chat-list .my .auto-reply img {
  float: left;
}
.mine .mine-content .letter .letter-detail .chat-list .my .auto-reply p {
  float: left;
}
.mine .mine-content .letter .letter-detail .chat-list .my .auto-reply p span {
  background-color: #fff;
}
.mine .mine-content .letter .letter-detail .chat-list .no-more {
  text-align: center;
  font-size: 16px;
  color: #ccc;
}
.mine .mine-content .letter .letter-detail .chat-list .chat-list2 {
  padding: 0;
}
.mine .mine-content .letter .letter-detail .chat-box {
  padding: 20px 30px;
  background-color: #fff;
}
.mine .mine-content .letter .letter-detail .chat-box textarea {
  width: calc(100% - 40px);
  border: 1px solid #ccc;
  height: 100px;
  padding: 20px;
}
.mine .mine-content .letter .letter-detail .chat-box .btn-send {
  float: right;
  background-color: #bf2730;
  padding: 8px 20px;
  color: #fff;
  margin-top: 10px;
  border-radius: 4px;
}
.mine .mine-content .letter .letter-detail .chat-box .upload-pic {
  position: relative;
  cursor: pointer;
  margin-top: 10px;
}
.mine .mine-content .letter .letter-detail .chat-box .upload-pic .iconfont {
  font-size: 36px;
}
.mine .mine-content .letter .letter-detail .chat-box .upload-pic .upload-input {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 36px;
  width: 36px;
  opacity: 0;
}
.mine .mine-content .right-box {
  width: 100%;
}
.mine .mine-content .right-box .edit-password {
  margin: 0.4rem 0;
  max-width: 6rem;
}
.mine .mine-content .right-box .edit-password .row {
  margin-top: 0.2rem;
}
.mine .mine-content .right-box .edit-password .row .van-button {
  margin-left: 0.2rem;
  height: 40px;
  border-color: #ccc;
}
.mine .mine-content .right-box .edit-password input {
  flex: 1;
  height: 40px;
  padding: 0 0.2rem;
  border: 1px solid #cccccc;
}
.mine .mine-content .right-box .edit-password .btn-edit {
  margin-top: 0.4rem;
  width: 100%;
}
.mine .mine-content .right-box .verify-txt {
  color: #B01F24;
  margin-bottom: 0.2rem;
  display: block;
  height: 0.34rem;
}
.mine .mine-content .right-box .withdraw-money a {
  color: #A18E5D;
  float: right;
}
.mine .mine-content .right-box .withdraw-money .back-location {
  padding: 0.2rem 0;
}
.mine .mine-content .right-box .withdraw-money .back-location p {
  margin-top: 0.1rem;
}
.mine .mine-content .right-box .withdraw-money .btn-bor {
  border: 1px solid #A18E5D;
  display: block;
  border-radius: 0.5rem;
  background: #fff;
  width: 100%;
  max-width: 6rem;
  padding: 0.2rem 0;
  text-align: center;
  margin: 0 auto;
  font-size: 0.3rem;
  color: #A18E5D;
}
.mine .mine-content .right-box .withdraw-money h2 {
  font-size: 0.3rem;
  padding: 0.2rem 0;
}
.mine .mine-content .right-box .withdraw-money .money-count {
  padding-bottom: 0.1rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #ccc;
}
.mine .mine-content .right-box .withdraw-money .money-count i {
  font-size: 0.5rem;
  font-weight: 700;
}
.mine .mine-content .add-nick {
  width: 100%;
}
.mine .mine-content .add-nick .row {
  justify-content: left;
  padding: 20px 0;
  gap: 20px;
}
.mine .mine-content .add-nick .row em {
  color: #a8a8a8;
}
.mine .mine-content .add-nick .row a {
  border-radius: 68px;
  background: #ffe8e8;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  color: #ba4343;
}
.mine .mine-content .add-nick .notes {
  margin: 25px;
  background-color: #fafafa;
  padding: 15px;
  color: #b0b0b0;
}
.mine .mine-content .add-nick .notes ul {
  margin-top: 20px;
}
.mine .mine-content .setup-box {
  width: 100%;
}
.mine .mine-content .setup-box .van-cell {
  padding: 15px 0;
}
.mine .mine-content .mine-content-box {
  flex: 1;
}
.mine .mine-content h1 {
  width: 100%;
  font-size: 0.32rem;
  padding-top: 0;
}
.mine .mine-content h1 a {
  font-size: 0.24rem;
  color: #000;
}
.mine .mine-content h1 a:hover {
  color: #bf2730;
}
.mine .mine-content h1 i {
  vertical-align: middle;
  margin-top: -3px;
}
.mine .mine-content .van-empty {
  flex: 1;
}
.mine .mine-content .mine-detail-box {
  flex: 1;
}
.mine .mine-content .message {
  margin-bottom: 0.5rem;
  width: 100%;
  height: 3rem;
  background-color: #eee;
}
.mine .mine-content .mine-detail {
  flex: 1;
}
.mine .mine-content .back-title {
  margin-bottom: 0.1rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
}
.mine .mine-content .back-title i {
  vertical-align: middle;
  margin-top: -1px;
  margin-right: 5px;
}
.mine .mine-content .address-list {
  width: 100%;
}
.mine .mine-content .address-list .btn-new-address {
  width: 1.5rem;
  margin-bottom: 0.2rem;
  float: right;
  height: 0.5rem;
}
.mine .mine-content .table .van-tag {
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 0.1rem;
}
.mine .mine-content .table button {
  background-color: transparent;
  color: #2a82e4;
}
.mine .mine-content .table button:hover {
  color: #cb594f;
}
.mine .mine-content .auction-list .auction-item {
  width: calc(20% - 0.4rem);
}
.mine .mine-content .mine-nav {
  margin-right: 1.5rem;
  min-width: 2rem;
  margin-top: 0.1rem;
}
.mine .mine-content .mine-nav li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.2rem;
}
.mine .mine-content .mine-nav li .iconfont,
.mine .mine-content .mine-nav li .van-icon-setting-o,
.mine .mine-content .mine-nav li .van-icon-balance-o,
.mine .mine-content .mine-nav li .van-icon-comment-o {
  width: 0.3rem;
  vertical-align: middle;
  margin-right: 0.1rem;
  margin-top: 2px;
  font-size: 0.3rem;
}
.mine .mine-content .mine-nav li .van-icon-balance-o,
.mine .mine-content .mine-nav li .icon-dizhi1,
.mine .mine-content .mine-nav li .icon-zhanneixin,
.mine .mine-content .mine-nav li .van-icon-comment-o {
  font-size: 0.36rem;
  position: relative;
  left: -0.08rem;
}
.mine .mine-content .mine-nav li .van-icon-comment-o {
  font-size: 0.32rem;
  top: 0.05rem;
  left: -0.04rem;
}
.mine .mine-content .mine-nav li a {
  color: #808080;
}
.mine .mine-content .mine-nav li .van-icon-play {
  display: none;
  margin-left: 0.1rem;
  font-size: 0.14rem;
  position: absolute;
  top: 50%;
  margin-top: -0.2rem;
  right: -0.1rem;
}
.mine .mine-content .mine-nav .active {
  position: relative;
}
.mine .mine-content .mine-nav .active a {
  color: #b01f24;
}
.mine .mine-content .mine-nav .active .iconfont {
  color: #b01f24;
}
.mine .mine-content .mine-nav .active .van-icon {
  display: inline-block;
  color: #bf2730;
}
.mine .mine-right {
  flex: 1;
  margin-bottom: 1rem;
}
.mine .mine-right .van-address-list {
  padding: 0;
}
.mine .mine-right .van-address-list .van-address-list__bottom {
  margin-bottom: 20px;
}
.mine .mine-right .van-address-list .van-address-item {
  padding: 0;
}
.mine .mine-right .van-address-list .van-address-item .van-cell {
  padding: 10px 16px;
  background-color: #f4f4f4;
  border-radius: 10px;
}
.mine .mine-right .tab {
  padding-left: 10px;
  font-size: 16px;
  margin-bottom: 0.4rem;
}
.mine .mine-right .tab a {
  padding: 15px 0;
  margin-right: 40px;
  font-weight: 700;
}
.mine .mine-right .tab .active {
  border-bottom: 4px solid #bf2730;
}
.mine .mine-right .order-list ul {
  border-top: 1px solid #E5E5E5;
}
.mine .mine-right .order-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
}
.mine .mine-right .order-list ul li .tr-left {
  display: flex;
  align-items: center;
  flex: 1;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 15px;
  justify-content: space-between;
}
.mine .mine-right .order-list ul li .tr-left .order-spend {
  float: right;
  width: 1.5rem;
}
.mine .mine-right .order-list ul li .tr-left .order-spend p {
  color: #999999;
  margin-bottom: 5px;
}
.mine .mine-right .order-list ul li .tr-left .order-spend p em {
  font-weight: 700;
  color: #000;
}
.mine .mine-right .order-list ul li .tr-left .order-img {
  width: 83px;
  height: 83px;
  float: left;
  margin-right: 15px;
  border: 1px solid #f4f4f4;
  justify-content: center;
}
.mine .mine-right .order-list ul li .tr-left .order-name {
  float: left;
  height: 85px;
}
.mine .mine-right .order-list ul li .tr-left .order-name .order-number {
  color: #999999;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 13px;
}
.mine .mine-right .order-list ul li .tr-left .order-name p {
  max-width: 294px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 38px;
}
.mine .mine-right .order-list ul li .tr-right {
  min-width: 160px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e5e5e5;
}
.mine .mine-right .order-list ul li .tr-right .order-status {
  text-align: center;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  flex-direction: column;
}
.mine .mine-right .order-list ul li .tr-right .order-status .order-spend-status em {
  display: block;
  font-weight: 700;
  font-size: 0.24rem;
}
.mine .mine-right .order-list ul li .tr-expno {
  width: 3rem;
}
.mine .my-account {
  width: 100%;
}
.mine .my-account .account-tip {
  margin-bottom: 20px;
}
.mine .my-account .account-tip i {
  color: #ad9d6d;
}
.mine .my-account .mine-box {
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  padding: 20px 0;
}
.mine .my-account .mine-box button {
  position: absolute;
  right: 0;
  margin: auto;
  font-size: 14px;
  line-height: 27px;
  height: 40px;
  top: 0px;
  bottom: 0;
  min-width: 100px;
  text-align: center;
  color: #ad9d6d;
  padding: 5px 20px;
  border: 1px solid #ad9d6d;
  border-radius: 20px;
  background-color: #fff;
}
.mine .my-account .mine-box span {
  font-size: 18px;
  color: #333;
}
.mine .my-account .mine-box span em {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  color: #999;
}
.mine .my-account .mine-box span em big {
  color: #000;
  font-weight: 700;
  padding: 0 10px 0 0;
}
.mine .my-account .mine-box span em a {
  color: #ad9d6d;
}
.mine .my-account .mine-box span em a:hover {
  color: #bf2730;
}
.mine .capital-flow {
  flex: 1;
}
.login .change-method {
  font-size: 14px;
  display: block;
  color: #2a82e4;
}
.login .change-method:hover {
  text-decoration: underline;
}
.login .login-step-bar {
  background-color: #e5e5e5;
  text-align: center;
  padding: 0.25rem;
  color: #808080;
}
.login .login-step-bar .van-icon {
  color: #4fc08d;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 0.24rem;
}
.login .login-step-bar span {
  margin: 0 0.2rem;
}
.login .login-step-bar .active {
  color: #b01f24;
}
.login .login-step-bar .complate {
  color: #000;
}
.login .login-box {
  width: 6.8rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  text-align: center;
}
.login .login-box .form-group {
  display: flex;
  justify-content: space-between;
  gap: 0.2rem;
  border-bottom: 1px solid #cccccc;
  align-items: center;
  padding: 0.2rem 0;
}
.login .login-box .form-group button {
  margin: 0;
}
.login .login-box h1 {
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
}
.login .login-box input {
  width: 100%;
  padding: 0.2rem 0;
  border: none;
}
.login .login-box .agree {
  margin-top: 0.2rem;
  text-align: center;
}
.login .login-box .van-button {
  width: 50%;
  margin: 0.4rem 0;
}
.login .login-box .login-success h1 .van-icon {
  color: #28c445;
  font-size: 0.5rem;
  vertical-align: middle;
}
.login .login-box .login-success .align-left {
  text-align: left;
  margin-bottom: 0.2rem;
}
.login .copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1e1e1e;
  padding: 0.2rem;
  text-align: right;
}
.login .copyright a {
  color: #a6a6a6;
  margin-left: 0.4rem;
}
.search-list .count {
  color: #808080;
  padding-bottom: 0.3rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px solid #E5E5E5;
}
.van-tab__text--ellipsis {
  overflow: initial;
}
.auction .van-tabs {
  margin-top: 0.5rem;
  border-bottom: 1px solid #E5E5E5;
}
.auction .van-tabs__wrap {
  width: 4rem;
  margin-left: -0.3rem;
}
.auction .list {
  padding: 0.32rem 0;
  border-bottom: 1px solid #d3d3d3;
}
.auction .list .list-name {
  padding-bottom: 0.2rem;
}
.auction .list .list-name a:hover {
  color: #bf2730;
}
.auction .list .list-name em {
  font-weight: 700;
}
.auction .list .van-tag {
  margin-left: 0.1rem;
}
.history-search {
  /* 搜索区域样式 */
  /* 筛选区域样式 */
  /* 操作按钮样式 */
}
.history-search .van-tabs {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0.15rem;
  margin-top: 0.3rem;
}
.history-search .van-tabs .van-tabs__wrap {
  width: 4rem;
  margin-left: -0.3rem;
}
.history-search .search-section {
  display: flex;
  align-items: center;
  margin: 0.2rem 0 0;
  position: relative;
}
.history-search .search-section .icon-sousuo1 {
  position: absolute;
  top: 50%;
  left: 0.15rem;
  transform: translateY(-30%);
  color: #a6a6a6;
  font-size: 0.24rem;
}
.history-search .search-section .search-input {
  width: 6rem;
  height: 0.4rem;
  padding: 0 0.1rem 0 0.5rem;
  border: 1px solid #ccc;
  outline: none;
}
.history-search .search-btn {
  height: 0.4rem;
  width: 1.2rem;
  background-color: #ad9d6d;
  color: #fff;
  border: none;
  margin-left: 0.2rem;
  cursor: pointer;
}
.history-search .history-tip {
  position: relative;
  margin-left: auto;
  color: #333;
  width: 4.8rem;
  height: 0.88rem;
  line-height: 0.88rem;
  padding-left: 2rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 30%, #d7d1c1 60%, #ad9d6d 100%);
}
.history-search .history-tip img {
  position: absolute;
  top: 0;
  right: 0.1rem;
  height: 100%;
}
.history-search .history-tip a {
  color: #6b86f2;
  margin-left: 0.1rem;
  text-decoration: underline;
}
.history-search .filter-box {
  background-color: #f9f9f9;
  padding: 0.45rem;
  margin-bottom: 0.3rem;
}
.history-search .filter-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.history-search .filter-section .condition {
  display: flex;
  flex-wrap: wrap;
}
.history-search .filter-section .condition p {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.history-search .filter-section .condition p input {
  flex: 1;
}
.history-search .filter-section span {
  padding: 0 0.15rem;
  font-size: 0.1rem;
  color: #a6a6a6;
}
.history-search .filter-section .sort-type {
  margin-bottom: 0.2rem;
}
.history-search .filter-section .sort-type select {
  width: 1.72rem;
  padding: 0 0.2rem;
}
.history-search .filter-section label {
  margin-right: 0.1rem;
  color: #333;
  white-space: nowrap;
}
.history-search .filter-section input {
  height: 0.4rem;
  padding: 0 0.2rem;
  border: 1px solid #ccc;
  outline: none;
  width: 1.5rem;
  background-color: #f9f9f9;
}
.history-search .filter-section .time-range {
  margin-left: 40px;
}
.history-search .filter-section .time-range .el-date-editor {
  width: 5rem;
  height: 0.42rem;
  background-color: #f9f9f9;
  border-color: #ccc;
}
.history-search .filter-section .time-range .el-date-editor input {
  padding: 0;
  border: none;
  background-color: transparent;
}
.history-search .filter-section .time-range .el-date-editor span,
.history-search .filter-section .time-range .el-date-editor i {
  padding: 0;
  line-height: 0.32rem;
}
.history-search .filter-section select {
  height: 0.4rem;
  padding: 0 0.1rem;
  border: 1px solid #ccc;
  outline: none;
  background-color: #f9f9f9;
}
.history-search .btn-search {
  text-align: center;
}
.history-search .btn-search button {
  width: 2rem;
  height: 0.4rem;
  margin: 0 0.5rem;
  font-size: 0.18rem;
  background-color: #f9f9f9;
}
.news .news-list {
  margin-top: 20px;
}
.news .news-list li {
  margin-bottom: 0.2rem;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  padding: 0.4rem;
  position: relative;
  display: flex;
  clear: both;
}
.news .news-list li .news-title {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.news .news-list li .news-img {
  overflow: hidden;
}
.news .news-list li .news-img img {
  width: 3rem;
  height: 1.8rem;
  object-fit: cover;
  transition: all 0.5s;
}
.news .news-list li .news-img img:hover {
  transform: scale(1.1);
}
.news .news-list li .news-introduce {
  flex: 1;
  margin-left: 0.3rem;
}
.news .news-list li .news-introduce h3 {
  font-size: 0.24rem;
  margin-bottom: 0.26rem;
}
.news .news-list li .news-introduce em {
  margin-bottom: 0.1rem;
  color: #616575;
}
.news .news-list li .news-introduce p {
  color: #616575;
}
.news-detail .title {
  text-align: center;
  font-size: 28px;
}
.news-detail .content {
  margin-bottom: 20px;
}
.news-detail img {
  max-width: 100%;
  display: block;
  margin: 20px auto;
  max-height: 5rem;
}
.contact-us {
  line-height: 0.3rem;
  padding-bottom: 1rem;
}
.contact-us img {
  margin: 0 auto;
  width: 25%;
}
.contact-us .contact-logo {
  display: block;
  width: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.contact-us .contact-img {
  display: flex;
  justify-content: center;
  margin-top: 0.2rem;
}
.collect-center .rating {
  padding: 0;
  margin: 0.5rem 0 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.collect-center .rating .rating-list {
  border: 1px solid #E7E7E7;
  width: calc(20% - 0.2rem);
  position: relative;
}
.collect-center .rating .rating-list h3 {
  position: absolute;
  top: 0.45rem;
  font-size: 30px;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
}
.collect-center .rating .rating-list h4 {
  position: absolute;
  top: 0.53rem;
  color: #fff;
  left: 30px;
}
.collect-center .rating .rating-list img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.collect-center .rating .rating-list .rating-message {
  min-height: 1rem;
  display: flex;
  align-items: center;
}
.collect-center .rating .rating-list .rating-address {
  font-size: 13px;
  padding: 10px;
  width: 100%;
  height: 1rem;
  overflow-y: auto;
}
.collect-center .rating .rating-list .rating-address p:first-child {
  margin-bottom: 0.1rem;
}
.collect-center .rating .rating-list .rating-address p {
  display: flex;
  justify-content: left;
  line-height: 0.3rem;
  flex-wrap: wrap;
}
.collect-center .rating .rating-list .rating-address p em {
  color: #808080;
  min-width: 0.6rem;
  width: 55px;
}
.collect-center .rating .rating-list .rating-address p span {
  color: #333;
}
.collect-center .rating .rating-list .rating-address p .long-txt {
  flex: 1;
}
.rule {
  line-height: 0.4rem;
}
.rule h2 {
  text-align: center;
  margin: 1rem 0;
}
@media screen and (max-width: 1300px) {
  .goods-detail .detail-top .buy .share a {
    width: 2rem;
  }
  .goods-detail .detail-top .big-img img {
    width: 5.5rem;
    height: 5.5rem;
  }
  .goods-detail .detail-top .small-img {
    height: 5.5rem;
  }
  .collect-center .rating .rating-list {
    width: 31%;
  }
  .mine .mine-content .auction-list .auction-item {
    width: calc(25% - 0.4rem);
  }
}
@media screen and (max-width: 1200px) {
  .nav-bar p a {
    margin-left: 2%;
  }
  .index .preview {
    display: block;
  }
  .index .preview h1 a {
    position: absolute;
    bottom: 0.1rem;
    left: 0;
  }
  .index .preview .guide {
    width: auto;
    min-width: 2.7rem;
  }
  .index .preview .auction-show .box h2 .van-tag {
    padding: 4px;
  }
  .history-search .filter-section input {
    width: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .computer {
    display: none!important;
  }
  .phone {
    display: block!important;
  }
  .center {
    overflow-x: hidden;
  }
  .btn {
    width: 1rem;
  }
  .popup .safe-yz .van-slider {
    padding: 0 5% 0 0;
    width: 4.5rem;
    margin-left: 0.5rem;
    height: 30px;
  }
  header .header-flex {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 0.3rem;
    align-items: center;
  }
  header .header-flex img {
    height: 0.4rem;
  }
  header .header-flex .right {
    position: relative;
  }
  header .header-flex .right i {
    margin-left: 0.1rem;
  }
  header .header-flex .right .van-dropdown-menu__bar {
    display: none;
  }
  .footer .center {
    display: block;
    padding-top: 0;
  }
  .footer .center .copyright {
    margin-bottom: 0;
  }
  .footer .center h3 {
    margin-top: 0.5rem;
  }
  .footer .center .company .company-link {
    display: flex;
    gap: 0.3rem;
  }
  .footer .center .company .company-link a {
    margin: 0;
    width: 1rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
  }
  .footer .center .company .company-link a i {
    font-size: 0.5rem;
    margin: 0;
  }
  .footer .center .qr-code {
    margin: 0 auto;
  }
  .footer .center .qr-code img {
    margin-top: 0;
  }
  .auction-list {
    gap: 0.3rem;
  }
  .auction-list .auction-item {
    width: calc(50% - 0.15rem);
  }
  .index .banner {
    overflow-x: hidden;
  }
  .index .banner img {
    width: auto;
    height: 4.16rem;
    object-fit: cover;
  }
  .index .banner .banner-txt {
    left: 0.4rem;
    width: 3.5rem;
  }
  .index .banner .banner-txt h1 {
    font-size: 0.4rem;
  }
  .index .preview h1 a {
    display: inline-block !important;
    position: relative;
    bottom: auto;
    text-decoration: underline;
  }
  .index .preview .auction-show {
    display: block;
  }
  .index .preview .auction-show .box {
    width: auto;
    min-width: auto;
    margin-bottom: 0.2rem;
  }
  .index .preview .auction-show .box h2 {
    display: flex;
    justify-content: space-between;
  }
  .index .btn-more {
    font-size: 0.2rem;
    width: 4rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 auto;
    border: 1px solid #cccccc;
    text-align: center;
    margin-top: 0.8rem;
  }
  .index .btn-more i {
    vertical-align: middle;
  }
  .index .subscribe .subscribe-box {
    top: 0.3rem;
    padding: 0 0.4rem;
  }
  .index .subscribe .subscribe-box h2 {
    font-size: 0.4rem;
  }
  .index .subscribe .subscribe-box .email-box {
    display: flex;
    flex-direction: column;
  }
  .index .subscribe .subscribe-box .email-box input {
    width: auto;
    margin-bottom: 0.2rem;
  }
  .index .subscribe .subscribe-box .email-box button {
    width: auto;
    margin: 0;
  }
  .period-list h1 {
    border-top: 1px solid #E5E5E5;
  }
  .period-list .category {
    display: block;
    margin-bottom: 0.4rem;
  }
  .period-list .category .classify {
    margin-bottom: 0.2rem;
  }
  .period-list .category .classify a {
    border-color: #E5E5E5;
  }
  .period-list .page-top {
    display: none;
  }
  .period-list .right {
    display: flex;
    justify-content: space-between;
  }
  .period-list .right .row {
    width: 100%;
  }
  .period-list .right .row .search-bar input {
    width: 2.5rem;
    border-color: #E5E5E5;
  }
  .period-list .right .row .search-bar a {
    border-color: #E5E5E5;
  }
  .period-list .sort {
    margin-left: 0;
  }
  .goods-detail .detail-top {
    font-size: 0.2rem;
    display: block;
    margin-bottom: 0.2rem;
  }
  .goods-detail .detail-top .buy {
    margin-top: 0.3rem;
  }
  .goods-detail .detail-top .buy .row {
    align-items: end;
  }
  .goods-detail .detail-top .buy .start-price {
    display: block;
  }
  .goods-detail .detail-top .buy .start-price p {
    padding-top: 0;
  }
  .goods-detail .detail-top .buy .start-price .left {
    width: auto;
  }
  .goods-detail .detail-top .buy .rate {
    margin-bottom: 0;
    margin-top: 0.1rem;
  }
  .goods-detail .detail-top .buy .stop-time {
    margin-bottom: 0.2rem;
  }
  .goods-detail .detail-top .my-swipe {
    text-align: center;
  }
  .goods-detail .detail-top .my-swipe img {
    max-width: 100%;
    max-height: 5rem;
  }
  .goods-detail .detail-bottom {
    margin-left: 0;
  }
  .goods-detail .detail-bottom .footer {
    padding-top: 40px;
  }
  .goods-detail .detail-bottom .van-tabs__content {
    padding-bottom: 0;
    padding-top: 0.2rem;
  }
  .goods-detail .detail-bottom .van-tabs__content p {
    padding-bottom: 0.3rem;
  }
  .goods-detail .detail-bottom .pics-box {
    text-align: left;
  }
  .goods-detail .detail-bottom .pics-box img {
    max-height: initial;
    width: calc(50% - 0.2rem);
  }
  .rule h2 {
    font-size: 0.4rem;
    margin: 0.3rem 0;
  }
  h2 {
    font-size: 0.3rem;
    margin: 0.2rem 0 0.3rem;
  }
  .news .news-list li {
    padding: 0.2rem;
  }
  .news .news-list li .news-img img {
    width: 1.5rem;
    height: 1rem;
    object-fit: contain;
  }
  .news .news-list li .news-introduce h3 {
    margin-bottom: 0.1rem;
  }
  .history-search .filter-box {
    margin-top: 0.3rem;
    padding: 0.3rem;
  }
  .history-search .van-tabs {
    margin-bottom: 0.3rem;
  }
  .history-search .filter-section {
    display: block;
    margin-bottom: 0.2rem;
  }
  .history-search .filter-section .condition p,
  .history-search .filter-section .phone {
    width: 100%;
  }
  .history-search .filter-section .time-range {
    margin-left: 0px;
  }
  .history-search .filter-section .sort-type {
    display: flex;
    align-items: center;
  }
  .history-search .btn-search {
    display: flex;
    justify-content: space-between;
  }
  .history-search .btn-search button {
    margin: 0;
    width: 2.2rem;
  }
  .collect-center .rating {
    margin-top: 0;
  }
  .collect-center .rating .rating-list {
    width: 100%;
  }
  .mine .center {
    overflow-x: inherit;
  }
  .mine .mine-header {
    display: none;
    position: relative;
    margin: 0;
  }
  .mine .mine-header .user-info {
    align-items: start;
    width: 100%;
  }
  .mine .mine-header .user-info .user-detail {
    flex: 1;
  }
  .mine .mine-header .user-info .user-detail .btn-pay {
    display: inline-block;
  }
  .mine .mine-header .user-info .user-detail .van-button {
    font-size: 0.2rem;
    height: 0.5rem;
  }
  .mine .mine-header .user-info .user-avatar {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
  }
  .mine .mine-header .user-info .user-avatar .icon-yonghu {
    font-size: 0.5rem;
    margin-right: 0;
  }
  .mine .mine-header .btn-setup {
    position: absolute;
    right: 0.2rem;
    top: 0.48rem;
    width: auto;
    border: none;
  }
  .mine .mine-header .btn-setup .van-icon {
    vertical-align: middle;
    margin-top: -3px;
  }
  .mine .mine-content h1 {
    padding: 0.2rem 0;
  }
  .mine .mine-content .mine-right .tab {
    justify-content: space-between;
    display: flex;
  }
  .mine .mine-content .mine-right .tab a {
    font-size: 0.2rem;
    font-weight: 400;
    margin-right: 0;
    padding: 10px 0;
  }
  .mine .mine-content .mine-right .order-list ul {
    border: none;
  }
  .mine .mine-content .mine-right .order-list ul li {
    border: none;
    margin-bottom: 0.2rem;
  }
  .mine .mine-content .mine-right .order-list ul li .tr-left {
    display: block;
    border: 1px solid #e5e5e5;
  }
  .mine .mine-content .mine-right .order-list ul li .tr-left .expno {
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
  }
  .mine .mine-content .mine-right .order-list ul li .tr-left .order-name {
    flex: 1;
    position: relative;
  }
  .mine .mine-content .mine-right .order-list ul li .tr-left .order-name .total-price {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 0.24rem;
    font-weight: 700;
  }
  .mine .mine-content .mine-right .order-list ul li .tr-left .order-name .van-button {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.18rem;
    height: 0.34rem;
    padding: 0 0.1rem;
  }
  .mine .mine-content .mine-right .order-list ul li .tr-left .order-name .order-status {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 10px;
  }
  .mine .mine-content .mine-right .order-list ul li .tr-left .order-name .order-number {
    font-size: 0.18rem;
    margin-top: 0;
  }
  .mine .mine-content .mine-right .order-list ul li .tr-left .order-name h3 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .mine .mine-content .mine-right .order-list ul li .tr-left .order-name p {
    margin-top: 0.05rem;
    font-size: 0.18rem;
    height: auto;
    font-weight: 400;
  }
  .mine .mine-content .mine-right .order-list ul li .tr-left .order-name p em {
    color: #ad9d6d;
    font-weight: 700;
  }
  .mine .mine-content .mine-nav {
    width: 100%;
    margin: 0.5rem 0;
    display: none;
  }
  .mine .mine-content .mine-nav li a {
    color: #000;
  }
  .mine .mine-content .mine-nav li .van-icon {
    display: block;
    right: 0;
  }
  .mine .mine-content .mine-nav .active .iconfont,
  .mine .mine-content .mine-nav .active a {
    color: #000;
  }
  .mine .mine-content .mine-nav .active::before {
    display: none;
  }
  .mine .mine-content .auction-list .auction-item {
    width: 47%;
  }
  .mine-page .mine-header,
  .mine-page .mine-content .mine-nav {
    display: block;
  }
  .login .login-box {
    padding: 0.3rem;
    width: auto;
  }
  .login .login-box h1 {
    margin: 0.2rem 0;
  }
  .login .login-box .van-button {
    width: 100%;
  }
  .table tr th,
  .table tr td {
    padding: 10px;
    max-width: 40px;
  }
  .mine .mine-content .letter .letter-list {
    flex: 1;
    border: none;
  }
}
@media screen and (min-width: 1024px) {
  .van-address-edit__buttons {
    float: right;
  }
  .van-address-edit__buttons button {
    width: 2rem;
    float: right;
    margin-left: 0.2rem;
  }
}
@media screen and (min-width: 1920px) {
  .auction-list .auction-item {
    width: calc(16.5% - 0.4rem);
  }
  .auction-list .auction-item .stamp {
    font-size: 1rem;
  }
}
