p {
  margin: 0;
}

#app {
  margin: 0 auto;
  max-width: 750px;
}

.section {
  /* background-color: #fff; */
}

.menu {
  display: flex;
  align-items: center;
  padding: 0.1rem 0 0.4rem;
}

.menu-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.menu-item i {
  display: block;
  margin-bottom: 0.15rem;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  background-color: #ccc;
}

.menu-item p {
  font-size: 12px;
  color: #000000;
}

.banner-cont {
  padding: 0 0.3rem;
}

.banner {
  height: 2.74rem;
  background-color: #ccc;
  border-radius: 0.1rem;
}

.van-swipe-item {
  height: 2.74rem;
  font-size: 0.5rem;
  text-align: center;
  line-height: 2.74rem;
}

.van-tabs__line {
  width: 0.55rem;
  height: 0.06rem;
  background-color: #e4412b;
  border-radius: 0.03rem;
}

.van-tab--active span {
  color: #c29338;
}

.van-sticky--fixed {
  width: 100%;
  max-width: 750px;
  left: 50%;
  transform: translateX(-50%);
}

.main-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.96rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
}

.main-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #7d7b77;
}

.main-active {
  color: #c29338;
}

.header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.nav_icon {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_head {
  width: 100%;
  height: 0.43rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.16rem;
}

.nav_head > p {
  margin-top: 0.2rem;
  margin-right: 0.1rem;
  border-bottom: 0.08rem solid transparent;
  border-radius: 4px;
  font-size: 0.14rem;
  padding-bottom: 0.04rem;
  color: #757575;
}

.nav_head > img {
  width: 0.35rem;
  height: 0.2rem;
}

.nav_active {
  border-bottom: 0.06rem solid #e4412b !important;
  font-family: PingFang SC;
  font-size: 0.18rem !important;
  font-weight: bold;
  color: #000000 !important;
}

.secnotice {
  padding: 0 0.16rem;
}

.notice_top {
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 1.48rem;
}

.swiper .swiper-wrapper {
  width: 100vw;
  height: 100%;
}

.swiper .swiper-wrapper img {
  height: 100%;
}

.notice_bottom {
  display: flex;
  justify-content: space-between;
}

.notice_bottom div:nth-of-type(1) {
  width: 49%;
  height: auto;
}

.notice_bottom div:nth-of-type(2) {
  width: 49%;
  height: auto;
}

/* .notice_bottom div:nth-of-type(1) img{
  height: .48rem;
} */

.notice_bottom_left .img,
.notice_bottom_right .img {
  width: 100%;
  height: 0.4rem;
  border-radius: 0.04rem;
  margin-top: 0.05rem;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 0.4rem;
}

.notice_bottom_left .img {
  background: url("../image/muji.png") no-repeat 100%;
}

.notice_bottom_right .img {
  background: url("../image/qici.png") no-repeat 100%;
}

.notice_bottom_right p:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
}

.notice_bottom_right p:nth-of-type(2) img {
  width: 48%;
  height: auto;
}

.noticebar {
  width: 100%;
  height: 0.5rem;
  background: #a32f2b;
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.auctionPeriod {
  padding: 0.17rem 0.14rem 0.25rem;
  border-top: 0.12rem solid rgba(246, 246, 246, 1);
  border-bottom: 0.12rem solid rgba(246, 246, 246, 1);
}

.paimaiCoin .coinCon {
  display: flex;
}

.paimaiCoin .coinCon img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  object-fit: contain;
}

.paimaiCoin .coinCon .coinTits {
  font-size: 0.14px;
  padding-left: 0.1rem;
  line-height: 0.2rem;
  position: relative;
  height: 100%;
}

.coinTits .van-tag {
  margin-right: 0.05rem;
}

.cont {
  /*  display: flex;
    flex-wrap: wrap; */
  text-align: center;
  /* background: #F8F8F8; */
  /* background: #fff; */
  padding: 0.17rem 0.14rem;
  width: 100%;
}

.contHead {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 0.14rem;
  /* margin-bottom: 0.2rem; */
  font-weight: bold;
}

.van-icon-apps-o {
  font-size: 0.2rem;
}

.imgbox {
  /* background-color: #fff; */
  margin-top: 0.2rem;
  /* width: calc(50% - 10px); */
}

/* .imgbox:first-child {
  margin-top: 0;
} */

/* .imgbox img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
} 
.cont img {
  width: 2.16rem;
  height: 2.16rem;
  margin: .68rem 0;
  border-radius: 50%;
} */

.contsecTwo {
  /* columns: 2; */
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between;
}

.contsecTwo .imgbox {
  /* width: 47%; */
  margin-bottom: 0;
  margin-top: 0.2rem;
  border-radius: 4px;
  border: 0.5px solid rgba(212, 212, 212, 1);
  overflow: hidden;
  position: relative;
}

.contsecTwo .imgbox:nth-child(1) {
  margin-bottom: 0;
  margin-top: 0;
}

.coinCon {
  width: 100%;
  height: 100%;
}
.auctionStatus {
  position: absolute;
  top: 49%;
  width: 1.5rem;
  height: 0.25rem;
  line-height: 0.25rem;
  background: red;
  text-align: center;
  color: #fff;
  font-size: 0.13rem;
}
/* .coinImg{
  width: 100%;
  display: flex;
  justify-content: space-between;
  column:2;
} */

.coinImg {
  display: flex;
  width: 100%;
  height: 1.65rem;
}

.coinImgTwo {
  display: flex;
  width: auto;
  height: 1.74rem;
}

.coinImg > img {
  /* width: 50%; */
  /* height: auto; */
  border-radius: 0.04rem;
}

.coinImgTwo > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: 0.1rem;
  /* border-radius: .04rem; */
}

.coinTit {
  text-align: left;
  padding: 0.1rem;
}

.coinTit > p {
  height: 0.32rem;
  font-size: 0.12rem;
  line-height: 0.16rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.06rem;
}

.contsec .coinTit_bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.coinTit_bottom span {
  color: #e4412b;
  font-size: 0.18rem;
}

.faq {
  width: 100%;
  padding: 0 0.16rem 0.1rem 0.16rem;
  margin-top: 0.05rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.faq img {
  width: 1.08rem;
  height: 0.28rem;
}

.faq p {
  font-size: 0.14rem;
  color: #757575;
  /* margin-left: .28rem; */
}

.faq p:nth-of-type(2) {
  /* margin-top: .05rem; */
}

.faq_notice {
  width: 100%;
  height: 0.3rem;
  padding: 0.05rem;
  border: 0.01rem solid rgba(222, 222, 222, 1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 0.09rem;
  overflow: hidden;
}

.faq_notice p {
  padding-left: 0.1rem;
  line-height: 0.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.faq_notice > b {
  font-size: 0.12rem;
  white-space: nowrap;
}

.swiper1 {
  height: 0.3rem;
}

/* .langTab{
  display: none; 
}

.header .nav_icon .icontongzhixiaoxi:hover+.langTab{
  display: block;
  display: fixed;
  left:-.2rem;
  top: 0;
} */

.sidebar {
  margin-top: 0.4rem;
  padding-left: 0.15rem;
}

.sidebar li {
  height: 0.37rem;
  line-height: 0.37rem;
  border-bottom: 0.5px solid #f0f0f0;
}

.auctionIn {
  padding: 0.16rem;
  width: 100%;
}

.auctionIn .title {
  color: rgba(20, 20, 20, 1);
  font-size: 0.14rem;
  margin-bottom: 0.08rem;
}

.swiperBox {
  width: 100%;
  overflow: auto;
  display: flex;
}

.swiperBox::-webkit-scrollbar {
  display: none;
}
.imgbox1 {
  width: 48%;
  height: 2.6rem;
  /* border: 1px solid #fff; */
  background: #fafafa;
  margin-left: 0.05rem;
  margin-top: 0.1rem;
  border-radius: 0.06rem;
}
.paimaiCoin {
  display: flex;
  flex-wrap: wrap;
}
.newAuctionPer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(158, 121, 83);
  padding: 0.1rem 0;
  gap: 20px;
}
.newBlock {
  background: rgb(158, 121, 83);
  width: 0.4rem;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
}
.live {
  width: 100%;
  border-top: 0.1rem solid rgb(246, 246, 246);
}
.live .live90 {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 0;
  flex-wrap: wrap;
}
.live .live90 .liveContent {
  width: 48%;
  height: 1rem;
  position: relative;
  border-radius: 5px;
}
.liveColor1 {
  background: linear-gradient(#d1b683, #ebebeb);
}
.liveColor2 {
  background: linear-gradient(#dc937d, #ebebeb);
}
.live .live90 p {
  width: 90%;
  margin: 0.1rem auto;
  margin-top: 0.15rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.15rem;
}
.live .live90 button {
  font-size: 0.12rem;
  width: 90%;
  margin: 0 auto;
  display: block;
  border: none;
  background: rgb(158, 121, 83);
  color: #fff;
  height: 0.2rem;
  border-radius: 0.2rem;
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, -50%);
}
.lotTitle{
  /* margin-top: 0.1rem; */
  /* color: rgb(158, 121, 83); */
  display: flex;
  justify-content: flex-start;
  align-items: start;
  font-weight: 800;
  margin-bottom: 15px;
}
.lotTitle i{
  font-size: 0.18rem;
  margin-right: 5px;
}
.lotTitle span{
  font-size: 0.14rem;
  text-align: left;
}
.goPdf{
  font-size: 0.14rem;
  color: #0f19a2;
  margin: 0 0 0.1rem 0.1rem;
  text-align: left;
}
