* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
[v-cloak] {
  display: none !important;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: auto;
}
.app {
  width: 100%;
}
.input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 6px;
}
.button {
  height: 40px !important;
  line-height: 40px;
  border: none;
}
header {
  position: fixed;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34px;
  border-bottom: 1px solid #F8F9F9;
  background: white;
  padding: 0 10px;
}
header .header-left,
header .header-right {
  display: flex;
  align-items: center;
  width: 60px;
  height: 34px;
}
header .header-right {
  justify-content: flex-end;
}
header .header-left div {
  display: flex;
  align-items: center;
}
header .header-center {
  flex: 1;
  height: 100%;
  line-height: 34px;
  font-size: 1.1rem;
  font-weight: bold;
  margin: auto 10px;
  text-align: center;
  color: #EE0A24;
}
#header-leave-blank {
  height: 34px;
}
#top-image {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
#top-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.header-more-dropdown {
  width: 140px;
}
.header-more-dropdown .arco-dropdown-option {
  width: 100%;
  height: 40px;
  font-size: 1rem;
  justify-content: center;
  line-height: 40px;
  margin: 5px auto;
}
#footer-leave-blank {
  height: 70px;
  margin-top: 10px;
}
footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 70px;
  background: white;
}
footer .footer-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
footer .footer-item.active {
  color: #EE0A24;
}
.arco-carousel-arrow .arco-carousel-arrow-left,
.arco-carousel-arrow .arco-carousel-arrow-right {
  width: 70px;
  height: 100%;
  border-radius: 0;
  background-color: transparent !important;
}
.arco-carousel-arrow .arco-carousel-arrow-left svg,
.arco-carousel-arrow .arco-carousel-arrow-right svg {
  font-size: 34px;
}
.arco-carousel-arrow .arco-carousel-arrow-left {
  left: 0;
}
.arco-carousel-arrow .arco-carousel-arrow-right {
  right: 0;
}
#carousel {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
#menu-list {
  display: flex;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  margin: 5px auto;
}
#menu-list .menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  height: auto;
  padding: 0 1%;
  margin: 10px auto;
}
#menu-list .menu-item .text {
  margin-top: 5px;
  font-size: 1rem;
}
#auctions {
  width: 100%;
  height: auto;
  padding: 0 3%;
  margin-top: 10px;
}
#auctions .auctions-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin-bottom: 10px;
}
#auctions .auctions-title .text {
  font-size: 1.3rem;
  font-weight: bold;
}
#auctions .auctions-title .more {
  font-size: 1rem;
}
#auctions .auctions-type {
  width: 100%;
  margin-bottom: 20px;
}
#auctions .auctions-type .arco-radio-group-button {
  width: 100%;
}
#auctions .auctions-type .arco-radio-group-button label {
  width: 50%;
  text-align: center;
  font-size: 1rem;
}
#auctions .auctions-type .arco-radio-group-button label.arco-radio-button.arco-radio-checked {
  color: white;
  background: #EE0A24;
}
#copyright {
  flex-shrink: 0;
  padding: 5px 10px;
  width: 100%;
  max-height: 90px;
  font-size: 0.9rem;
  text-align: center;
  line-height: 20px;
}
#copyright a {
  color: black;
  text-decoration: none;
}
.auctions-empty-list {
  display: flex;
  align-items: center;
  height: 150px;
}
.auctions-list {
  width: 100%;
}
.auctions-item {
  width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 5px;
  border-bottom: 1px solid #D1C8C8;
}
.auctions-item .item-cover {
  width: 100%;
  height: calc(94vw / 2.6);
}
.auctions-item .item-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  margin-bottom: -3px;
}
.auctions-item .item-status {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1rem;
}
.auctions-item .item-status .text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: white;
  font-size: 1.1rem;
}
.auctions-item .item-status .text.type-1 {
  background: #165DFF;
}
.auctions-item .item-status .text.type-2 {
  background: #F53F3F;
}
.auctions-item .item-status .text.type-3 {
  background: #FF7D00;
}
.auctions-item .item-status .text.type-4 {
  background: #86909C;
}
.auctions-item .item-status .time {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  background: #F8E9E9;
}
.auctions-item .item-title {
  width: 100%;
  height: auto;
  margin: 10px auto;
  line-height: 30px;
  font-size: 1.4rem;
  font-weight: bold;
}
.auctions-item .item-detail {
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  line-height: 15px;
  align-items: center;
}
.auctions-item .item-detail .item {
  margin: 5px 10px 5px 0;
}
.auctions-no-more {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
  color: #666868;
}

