.activity-home-bg {
  background: linear-gradient(180deg, #04699D 0%, #131B30 100%);
  padding: 20px 0 108px 0;
  position: relative;
}

footer {
  margin-top: 0;
}

.activity-home-bg .line-container {
  overflow: hidden;
  height: 1200px;
  position: absolute;
  width: 100%;
}

.activity-home-bg .line {
  transform: rotate(2deg);
  position: absolute;
  height: 389px;
  top: 120px;
  left: -5%;
  right: -5%;
  background: rgba(255, 255, 255, 0.1);
}


.activity-home-bg .line::before {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  width: 100%;
  height: 309px;
  top: 429px;
}

.activity-home-bg .line::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 239px;
  top: 778px;
  background: rgba(255, 255, 255, 0.02);
}


.content-container {
  width: 1200px;
  margin: auto;
  position: relative;
  text-align: center;
}

.content-container>*:not(:first-child) {
  margin-top: 30px;
}

.content-container>* {
  text-align: initial;
}

.nav {
  background: rgba(25, 44, 66, 1);
  width: auto;
  height: 50px;
  border-radius: 53px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  position: sticky;
  top: 15px;
  margin: 50px auto auto;
  z-index: 2;
}

.nav .item {
  width: 108px;
  height: 40px;
  border-radius: 32px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.nav .item.activate {
  background: rgba(46, 110, 213, 1);
}


.chunk {
  width: 100%;
  height: auto;
  border-radius: 20px;
  background: rgba(25, 44, 66, 1);
  padding-top: 30px;
  position: relative;
  /* overflow: auto; */
}

.chunk .title-container {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.chunk .title-container:before {
  content: "";
  width: 868px;
  height: 72px;
  top: -46px;
  left: 166px;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 20px 50px 50px rgba(255, 255, 255, 0.05), inset 0 -20px 50px 50px rgba(255, 255, 255, 0.05);
}

.chunk .title-container .title {
  background: linear-gradient(180deg, #B5EBFF 0%, #426774 100%);
  font-size: 24px;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

.chunk .title-container .subtitle {

  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 400;
}

.chunk .time,
.chunk .time>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.chunk .time-desc {
  color: #fff;
  margin: 10px;
  font-size: 16px;
  font-weight: 400;
}

.chunk .time .item {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 1);
  width: 37px;
  height: 37px;
  border-radius: 5px;

  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chunk .time .item:nth-child(-n+3) {
  margin-right: 23px;
}

.chunk .time .item:nth-child(-n+3):after {
  content: ":";
  position: absolute;
  right: -14px;
  color: rgba(249, 249, 249, 1);
  font-size: 30px;
  top: -5px;
  font-weight: 500;
}

.chunk .content-chunk {
  background: rgba(49, 64, 79, 1);
  border-radius: 20px;
  padding: 25px 25px 30px 25px;
  overflow: hidden;
  text-align: center;
}

.chunk .content-chunk .empty {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.chunk .content-chunk>* {
  text-align: initial;
}

.chunk .content-chunk .loading {
  background: linear-gradient(180deg, #253950 0%, #192028 100%);
  width: auto;
  height: 40px;
  padding: 12px 20px 12px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  margin: auto;
  color: #fff;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  line-height: 9px;
}

.chunk .content-chunk .loading>span {
  font-size: 22px;
}

.chunk .content {
  width: 100%;
  height: auto;
  --radius: 10px;
  transition: 0.3s;
}


.ruan-jian {
  background: linear-gradient(90deg, #FF0725 0%, #9E00FF 100%);
  border-radius: 13px;
  width: 34px;
  display: inline-block;
  text-align: center;
  color: #fff;
  height: 18px;
  font-size: 12px;
  vertical-align: middle;
  font-weight: 400;
  margin-right: 5px;
  margin-top: -4px;
}


.seckill-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, 360px);
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 360px;
  overflow: hidden;
}

.seckill-content.open {
  max-height: var(--max-height, 2000px);
  overflow: unset;
}

.seckill-content .item {
  width: 360px;
  margin-bottom: 25px;

}

.seckill-content .item.big {
  background-color: #fff;
  padding: 0 15px 15px 15px;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}

.seckill-content .item.small .item-small>.discount,
.seckill-content .item.big>.discount {
  position: absolute;
  top: 0px;
  right: 0px;
  background-size: 100%;
  background: linear-gradient(0deg, rgb(250, 8, 116), rgb(255, 196, 70) 100%);
  padding: 0px 10px;
  color: #fff;
  border-radius: 0 0 0 9px;
  display: block;
  z-index: 1;
  font-size: 14px
}

.seckill-content .item.big .img {
  width: 360px;
  max-height: 242px;
  margin-left: -15px;
  border-radius: calc(var(--radius) - 2px) calc(var(--radius) - 2px) 0 0;
  background: #fff;
  object-fit: scale-down;
  padding: 40px;
  text-align: center;
  position: relative;
  display: flex;
}

.seckill-content .item.big .img>img {
  background: #f9f9f9;
  border-radius: var(--radius);
  padding: 10px;
  width: 100%;
  object-fit: contain;
}

.seckill-content .item.big .img .plats {
  position: absolute;
  top: 7px;
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.seckill-content .item.big .img .plats>svg {
  width: 25px;
  height: 25px;
  margin: 0 3px;
}

.seckill-content .item.big .img .spec_desc {
  position: absolute;
  bottom: 7px;
  margin: auto;
  left: 0;
  right: 0;
  /* background: #2e6ed5; */
  display: table;
  color: #61696b;
  padding: 2px 25px;
  border-radius: 30px;
  font-weight: 400;
}

.seckill-content .item .price {
  font-family: HarmonyOS Sans SC;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #e71f16;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: flex-end;
  line-height: 18px;
}

.seckill-content .item .price>del {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.seckill-content .item.big .name {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(97, 105, 107, 1);
  height: 44px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.seckill-content .item.small {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.seckill-content .item.small .item-small {
  background: #fff;
  width: 100%;
  border-radius: var(--radius);
  height: 170px;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.seckill-content .item.small .item-small:first-child {
  margin-bottom: 4px;
}

.seckill-content .item.small .item-small:hover {
  color: initial;
}

.seckill-content .item.small .item-small .plats {
  position: absolute;
  bottom: 15px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seckill-content .item.small .item-small .plats>svg {
  width: 25px;
  height: 25px;
  margin: 0 3px;
}

.seckill-content .item.small .item-small .plats>svg>rect {
  fill: #fff;
}

.seckill-content .item.small .item-small .img {
  width: 140px;
  height: 140px;
  margin-right: 10px;
  padding: 10px 20px 30px 20px;
  border-radius: var(--radius);
  background: #f9f9f9;
  object-fit: scale-down;
}

.seckill-content .item.small .item-small .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: HarmonyOS Sans SC;
}

.seckill-content .item.small .item-small .info .name {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  height: 39px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.seckill-content .item.small .item-small .info .spec_desc {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #61696b;
}

.btn-price {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 5px;
}

.btn-price .btn-container {
  font-family: HarmonyOS Sans SC;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  font-weight: 700;
}

.btn-price .btn-container .btn.reduce {
  background-color: transparent;
  color: #2E6ED5;
  line-height: 16px;
}

.btn-price .btn-container .btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #2E6ED5;
  border: 1px solid #2E6ED5;
  cursor: pointer;
  color: #fff;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  font-size: 20px;
  line-height: 18px;
}

.btn-price .btn-container .num {
  font-size: 16px;
  font-weight: 400;
  color: #000000bf;
}

.cart-container {
  position: sticky;
  top: 300px;
  color: #fff;
  width: auto;
  display: inline-block;
  left: 100%;
  margin-right: -60px;
  height: 0;
  width: 50px;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
}

.cart-container::before {
  content: "";
  min-width: 50px;
  min-height: 50px;
  background: #2E6ED5;
  position: absolute;
  z-index: -1;
  border-radius: 50%;

}

.cart-container.dot::after {
  content: attr(data-num);
  width: 16px;
  height: 16px;
  background: red;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -25px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ball {
  width: 25px;
  height: 25px;
  background: #fff;
  background-repeat: no-repeat;
  background-image: url(https://i-cdn.apsgo.com/cdn/YwM5tEPkxbQbvyv3s8PQj1E5po8tDRU31VqfhAFg.png);
  background-size: 80%;
  background-position: center;
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: -100px;
  z-index: 11;
  transition: left 0s, top 0s;
}


.guess-content {
  margin-bottom: 50px;
}

.guess-content .ant-carousel .slick-dots-bottom {
  bottom: -20px;
  height: 8px;
}

.guess-content .ant-carousel .slick-dots-bottom .slick-active button {
  width: 30px;
}

.guess-content .ant-carousel .slick-dots-bottom button {
  width: 15px;
  height: 8px;
}

.guess-content .ant-carousel {
  width: 100%;
}

.guess-content .item {
  width: 100%;
  display: flex;
}

.guess-content .item .img {
  width: 700px;
  height: 472px;
  margin-right: 25px;
  border-radius: var(--radius);
}

.guess-content .item .logo {
  position: absolute;
  border-radius: var(--radius);
  width: 700px;
  height: 472px;
  object-fit: contain;
  padding-top: 400px;
  padding-bottom: 20px
}

.guess-content .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.guess-content .right .img-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.guess-content .right .img-list>img {
  width: 200px;
  height: 134px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.guess-content .right .info {}

.guess-content .right .info .info-item {
  display: flex;
  justify-content: space-between;
  font-family: HarmonyOS Sans SC;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  gap: 15px;
}

.guess-content .right .info .info-item .name {
  width: 70px;
  min-width: 70px;
}

.guess-content .right .info .info-item .val {
  text-align: right;
}

.guess-content .right .info .btn {
  /*width: 150px;*/
  width: 100%;
  height: 40px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  background: rgba(133, 195, 32, 1);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  float: right;
  margin-bottom: 10px;
  user-select: none;
}

.group-content {
  display: flex;
  justify-content: flex-start;
  margin-bottom: -5px;
}

.group-content .item {
  min-width: 210px;
  height: 314px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 10px;
  text-align: center;

}

.group-content .item:not(:last-child) {
  margin-right: 25px;
}

.group-content .item>.num {
  background: rgba(241, 241, 241, 1);
  width: 91px;
  height: 18px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 400;
  color: rgba(97, 105, 107, 1);
  margin: auto auto 10px;

}

.group-content .item>img {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  background: rgba(249, 249, 249, 1);
  padding: 20px;
  margin-bottom: 10px;
}

.group-content .item>.title {
  font-size: 14px;
  font-weight: 400;
  color: rgba(97, 105, 107, 1);
  margin-bottom: 10px;
  height: 39px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.group-content .item>.price {
  font-family: HarmonyOS Sans SC;
  font-size: 16px;
  font-weight: 600;
  color: rgba(16, 18, 19, 1);
  margin-bottom: 12px;
}

.group-content .item>.btn {
  background: rgba(255, 30, 70, 1);
  height: 35px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  user-select: none;
  cursor: pointer;
}

.auction-content {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.auction-content .item {
  min-width: 210px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 10px;
  text-align: center;

}

.auction-content .item:not(:last-child) {
  margin-right: 25px;
}

.auction-content .item>.num {
  background: rgba(241, 241, 241, 1);
  width: 91px;
  height: 18px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 400;
  color: rgba(97, 105, 107, 1);
  margin: auto auto 10px;

}

.auction-content .item>.img {
  position: relative;
  width: 140px;
  height: 140px;
  background: rgba(249, 249, 249, 1);
  border-radius: 10px;
  margin: auto auto 10px;
}

.auction-content .item>.img>img {
  padding: 20px 30px 40px 30px;
  width: 140px;
  height: 140px;
}

.auction-content .item>.img .sku {
  position: absolute;
  width: 130px;
  height: 20px;
  top: 115px;
  left: 5px;
  border-radius: 13px;
  background: rgb(46 110 213);
  color: #fff;
  overflow: hidden;
}

.auction-content .item>.title {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.auction-content .item>.info {
  display: flex;
  justify-content: space-between;
  font-family: HarmonyOS Sans SC;
  font-size: 14px;
  font-weight: 400;
  color: rgba(16, 18, 19, 1);
  margin-bottom: 8px;
}

.auction-content .item>.info:last-child {
  margin-bottom: 14px;
}


.auction-content .item>.info .title-desc {
  color: rgba(97, 105, 107, 1);
  min-width: 60px;
}

.auction-content .item>.btn {
  background: rgba(133, 195, 32, 1);
  height: 35px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  user-select: none;
  cursor: pointer;
}

.product-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: var(--radius);
  justify-content: space-between;
  display: flex;
  padding-bottom: 15px;
}

.product-scroll.center {
  justify-content: center !important;
}


.product-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: transparent;
}

.product-scroll:hover::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}

.product-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.product-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background-color: transparent;
}


.binding-content {
  margin-bottom: 25px;
}

.binding-content .host {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}

.binding-content .assistant {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 15px 0 15px;
  border-radius: var(--radius);
}


.binding-content .item {
  width: 210px;
  min-width: 210px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 10px;
  text-align: center;

}

.binding-content .item:not(:last-child) {
  margin-right: 25px;
}

.binding-content .item>.plat-box {
  height: 18px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 400;
  color: rgba(97, 105, 107, 1);
  margin: auto auto 10px;

}

.binding-content .item>.img {
  position: relative;
  width: 140px;
  height: 140px;
  background: rgba(249, 249, 249, 1);
  border-radius: 10px;
  margin: auto auto 10px;
}

.binding-content .item>.img>img {
  padding: 20px 30px 40px 30px;
  width: 140px;
  height: 140px;
}

.binding-content .item>.img .sku {
  position: absolute;
  width: 130px;
  height: 20px;
  top: 115px;
  left: 5px;
  border-radius: 13px;
  background: rgb(46 110 213);
  color: #fff;
  overflow: hidden;
}

.binding-content .item>.title {
  font-size: 14px;
  font-weight: 400;
  color: rgba(97, 105, 107, 1);
  margin-bottom: 10px;
  height: 39px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.binding-content .item>.price {
  font-family: HarmonyOS Sans SC;
  font-size: 18px;
  font-weight: 700;
  color: rgba(16, 18, 19, 1);
}

.binding-content .item>.price>del {
  font-size: 12px;
  font-weight: 400;
  color: rgba(168, 173, 175, 1);
}

.binding-content .connect {
  --width: 182px;
  --height: 42px;
  margin: auto;
  background: rgba(255, 255, 255, 0.1);
  width: var(--width);
  min-width: var(--width);
  height: var(--height);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.binding-content .connect>svg {
  transform: rotateZ(90deg);
}

.binding-content .connect:after,
.binding-content .connect:before {
  content: "";
  position: absolute;
  background-color: rgb(49, 63, 79);
  width: calc(var(--height) * 2);
  aspect-ratio: 1/1;

  border-radius: 50%;
}

.binding-content .connect:after {
  left: calc(var(--height) * 2 * -1 + 20px);
}

.binding-content .connect:before {
  right: calc(var(--height) * 2 * -1 + 20px);
}

.grey {
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}

.choose-platform {
  position: absolute;
  right: 22px;
  top: -68px;
  bottom: 0;
  display: flex;
  align-items: center;
}

.choose-platform .list {
  border-radius: 5px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.choose-platform .list .item {
  padding: 4px 6px;
  cursor: pointer;
  line-height: 0;
}


.choose-platform .list .item svg {
  width: 20px;
  height: 20px;
}

.choose-platform .list .item svg rect {
  fill: #ffffff4d;
}

.choose-platform .list .item svg path {
  fill: #fff;
}

.choose-platform .list .item.active svg rect {
  fill: #2e6ed5;
}

.choose-platform .list .item.active svg path {
  fill: #fff;
}