.activity_99-page {
  background-color: #ed2144;
  min-height: calc(100% - 300px);
  padding-bottom: 50px;
}
.activity_99-page .activity-header {
  height: 1020px;
  position: relative;
}
.activity_99-page .activity-header .banner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.activity_99-page .activity-header .countdown {
  position: absolute;
  z-index: 1;
  bottom: 230px;
  left: 50%;
  transform: translateX(-50%);
}
.activity_99-page .page-row {
  padding: 0 40px 20px;
  background-color: #fff;
  border-radius: 20px;
  margin: 40px auto;
  position: relative;
  z-index: 9;
}
.activity_99-page .page-row:last-child {
  margin-bottom: 0;
}
.activity_99-page .page-row .row-title {
  text-align: center;
  height: 70px;
  padding: 10px 65px;
  font-size: 32px;
  font-weight: 600;
  background-color: #fec228;
  color: #333;
  display: inline-block;
  position: relative;
  margin: 0 auto 30px;
}
.activity_99-page .page-row .row-title:after, .activity_99-page .page-row .row-title:before {
  content: '';
  width: 63px;
  height: 70px;
  background-image: url("/static/home/images/99/tit_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.activity_99-page .page-row .row-title:before {
  transform: scaleX(-1);
  left: auto;
  right: -1px;
  top: 0;
}
.activity_99-page .page-row.page-row-1 {
  margin-top: -200px;
  padding-bottom: 50px;
}
.activity_99-page .page-row.page-row-1 .content {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  color: #666;
}
.activity_99-page .page-row.page-row-1 .content b {
  color: #333;
}
.activity_99-page .page-row.page-row-1 .content p {
  margin-top: 30px;
}
.activity_99-page .page-row.page-row-1 .content p:first-child {
  margin-top: 0;
}
.activity_99-page .page-row.page-row-1 .date {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 30px;
}
.activity_99-page .page-row.page-row-1 .date .item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.activity_99-page .page-row.page-row-1 .date .item:before {
  content: '';
  width: 40px;
  height: 40px;
  flex: none;
  margin-right: 10px;
  background-image: url("/static/home/images/99/icon_01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.activity_99-page .page-row.page-row-1 .date .item:last-child {
  margin-bottom: 0;
}
.activity_99-page .page-row.page-row-1 .date .item:last-child:before {
  background-image: url("/static/home/images/99/icon_02.jpg");
}
.activity_99-page .page-row .contact-content .left {
  position: relative;
  padding: 40px;
}
.activity_99-page .page-row .contact-content .left:before {
  content: '';
  width: 90px;
  height: 90px;
  background-image: url("/static/home/images/99/icon_03.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}
.activity_99-page .page-row .contact-content .left:after {
  content: '';
  width: 90px;
  height: 90px;
  transform: rotate(180deg);
  background-image: url("/static/home/images/99/icon_03.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.activity_99-page .page-row .contact-content .contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.activity_99-page .page-row .contact-content .contact-item .label {
  flex: none;
  font-size: 16px;
  margin-right: 5px;
}
.activity_99-page .page-row .contact-content .contact-item .value {
  flex: auto;
  font-size: 18px;
  font-weight: 600;
}
.activity_99-page .page-row .contact-content .contact-item .value.phone {
  font-size: 30px;
}
.activity_99-page .page-row .contact-content .contact-img {
  width: 150px;
  min-height: 150px;
  margin-right: 15px;
}
.activity_99-page .page-row .contact-content .contact-img img {
  width: 100%;
}
.activity_99-page .page-row .contact-content .contact-img:last-child {
  margin-right: 0;
}
.activity_99-page .page-row .invitation-item {
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 20px;
}
.activity_99-page .page-row .invitation-item .icon {
  width: 100%;
  height: 0;
  padding-bottom: 78.5%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.activity_99-page .page-row .invitation-item .info {
  margin-top: 20px;
}
.activity_99-page .page-row .invitation-item .info .tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}
.activity_99-page .page-row .invitation-item .info .desc {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}
.activity_99-page .page-row .invitation-item .info .link {
  margin: 20px 0;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  background-image: linear-gradient(to right, #cf3e41 0%, #e66049 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.activity_99-page .page-row .participation-item .icon {
  width: 150px;
  height: 150px;
  margin: 10px auto;
  flex: none;
}
.activity_99-page .page-row .participation-item .icon img {
  width: 100%;
}
.activity_99-page .page-row .participation-item .info {
  text-align: center;
}
.activity_99-page .page-row .participation-item .info .tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}
.activity_99-page .page-row .participation-item .info .desc {
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.activity_99-page .form-wrap {
  margin-top: 40px;
}
.activity_99-page .form-wrap .input-row {
  margin-bottom: 10px;
}
.activity_99-page .form-wrap .input-row .form-label {
  margin-bottom: 0;
  font-size: 14px;
}
.activity_99-page .form-wrap .input-row .required {
  width: 5px;
  height: 5px;
  background: #C41200;
  border-radius: 50%;
  margin-right: 10px;
}
.activity_99-page .form-wrap .form-control {
  border-radius: 10px;
  color: #333;
  border: 1px solid #e8e8e8;
  padding: 10px 20px;
  height: 64px;
  margin: 20px 0 30px;
  font-size: 14px;
}
.activity_99-page .form-wrap .btn-box .btn {
  border-radius: 40px;
  border: none;
  margin: 20px auto 40px;
  font-size: 16px;
  padding: 10px 80px;
  height: 60px;
  background-image: linear-gradient(to right, #cf3e41 0%, #e66049 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.activity_99-page.mobile {
  height: calc(100vh - 60px);
  min-height: 0;
  overflow-y: auto;
}
.activity_99-page.mobile::-webkit-scrollbar {
  width: 0;
}
.activity_99-page.mobile::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #7d7d7d;
}
.activity_99-page.mobile::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
}
.activity_99-page.mobile .activity-header {
  height: auto;
  min-height: 200px;
}
.activity_99-page.mobile .activity-header .banner-img {
  max-width: 100%;
  position: relative;
  z-index: 0;
}
.activity_99-page.mobile .countdown {
  bottom: 15%;
  transform: translateX(-50%) scale(0.4);
}
.activity_99-page.mobile .m-container {
  padding: 0 15px;
}
.activity_99-page.mobile .m-container .page-row {
  padding: 0 15px 20px;
}
.activity_99-page.mobile .m-container .row-title {
  text-align: center;
  height: 50px;
  padding: 5px 32px;
  background-color: #fec228;
  display: inline-block;
  position: relative;
  margin: 0 auto 15px;
}
.activity_99-page.mobile .m-container .row-title .tit {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  font-weight: 600;
  color: #333;
  position: relative;
  z-index: 1;
}
.activity_99-page.mobile .m-container .row-title:after, .activity_99-page.mobile .m-container .row-title:before {
  content: '';
  width: 32px;
  height: 50px;
  background-image: url("/static/home/images/99/tit_bg.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.activity_99-page.mobile .m-container .row-title:before {
  transform: scaleX(-1);
  left: auto;
  right: -1px;
  top: 0;
}
.activity_99-page.mobile .m-container .page-row-1 {
  margin-top: -80px;
}
.activity_99-page.mobile .m-container .page-row-1 .content {
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
  color: #666;
}
.activity_99-page.mobile .m-container .page-row-1 .content b {
  color: #333;
}
.activity_99-page.mobile .m-container .page-row-1 .content p {
  margin-top: 16px;
}
.activity_99-page.mobile .m-container .page-row-1 .content p:first-child {
  margin-top: 0;
}
.activity_99-page.mobile .m-container .page-row-1 .date {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 30px;
}
.activity_99-page.mobile .m-container .page-row-1 .date .item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.activity_99-page.mobile .m-container .page-row-1 .date .item:before {
  content: '';
  width: 24px;
  height: 24px;
  flex: none;
  margin-right: 10px;
  background-image: url("/static/home/images/99/icon_01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.activity_99-page.mobile .m-container .page-row-1 .date .item:last-child {
  margin-bottom: 0;
}
.activity_99-page.mobile .m-container .page-row-1 .date .item:last-child:before {
  background-image: url("/static/home/images/99/icon_02.jpg");
}
.activity_99-page.mobile .contact-content .left {
  position: relative;
  padding: 20px 0;
}
.activity_99-page.mobile .contact-content .left:before, .activity_99-page.mobile .contact-content .left:after {
  content: '';
  width: 45px;
  height: 45px;
  background-image: url("/static/home/images/99/icon_03.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}
.activity_99-page.mobile .contact-content .left:after {
  transform: rotate(180deg);
  left: 0;
  top: 0;
}
.activity_99-page.mobile .contact-content .contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.activity_99-page.mobile .contact-content .contact-item .label {
  flex: none;
  font-size: 14px;
  margin-right: 5px;
}
.activity_99-page.mobile .contact-content .contact-item .value {
  flex: auto;
  font-size: 16px;
  font-weight: 600;
}
.activity_99-page.mobile .contact-content .contact-item .value.phone {
  font-size: 16px;
}
.activity_99-page.mobile .contact-content .contact-img {
  width: 150px;
  min-height: 150px;
  margin-right: 15px;
}
.activity_99-page.mobile .contact-content .contact-img img {
  width: 100%;
}
.activity_99-page.mobile .contact-content .contact-img:last-child {
  margin-right: 0;
}
.activity_99-page.mobile .invitation-item {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 20px;
  margin-bottom: 15px;
}
.activity_99-page.mobile .invitation-item:last-child {
  margin-bottom: 0;
}
.activity_99-page.mobile .invitation-item .info {
  margin-top: 15px;
}
.activity_99-page.mobile .participation-item .icon {
  width: 80px;
  height: 80px;
  margin: 10px auto;
  flex: none;
}
.activity_99-page.mobile .participation-item .icon img {
  width: 100%;
}
.activity_99-page.mobile .participation-item .info {
  text-align: center;
}
.activity_99-page.mobile .participation-item .info .tit {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.activity_99-page.mobile .participation-item .info .desc {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
.activity_99-page.mobile .form-wrap {
  margin-top: 20px;
}
.activity_99-page.mobile .form-wrap .input-row {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.activity_99-page.mobile .form-wrap .form-control {
  border-radius: 5px;
  color: #333;
  border: 1px solid #e8e8e8;
  padding: 10px 20px;
  height: 40px;
  margin: 10px 0 20px;
  font-size: 12px;
}
.activity_99-page.mobile .form-wrap .btn-box .btn {
  border-radius: 40px;
  border: none;
  margin: 20px auto;
  font-size: 16px;
  padding: 10px 80px;
  height: 40px;
  background-image: linear-gradient(to right, #cf3e41 0%, #e66049 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-footer {
  margin-top: 0;
}

.jCountdown.crystal.black .group > .count-down-container {
  transform: scaleY(1.2);
}
.jCountdown.crystal .group > .label {
  background-image: none !important;
  display: block;
  text-align: center;
  font-size: 12px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.jCountdown.crystal .group.day > .label:before {
  content: "DAYS";
}
.jCountdown.crystal .group.hour > .label:before {
  content: "hours";
}
.jCountdown.crystal .group.minute > .label:before {
  content: "minutes";
}
.jCountdown.crystal .group.second > .label:before {
  content: "seconds";
}

.pc .battle-page .page-row.page-row-1 {
  margin-top: -445px;
  margin-bottom: 0;
  height: 835px;
}
.pc .battle-page .page-row.page-row-2 {
  margin-top: -80px;
}
.pc .battle-page .page-row.page-row-video {
  position: relative;
}
.pc .battle-page .page-row.page-row-video::before {
  position: absolute;
  width: 100%;
  height: 835px;
  content: '';
  background-image: url("/static/home/images/black5/bg-video.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.pc .battle-page .page-row.page-row-video .row-container {
  background-color: initial !important;
}
.pc .battle-page .page-row.page-row-video .row-container .row-content {
  margin: 167px auto;
  width: 835px;
  height: 100%;
  padding: 0px;
}
.pc .battle-page .page-row.page-row-video .row-container .row-content .page-play-video {
  margin-left: -8px;
  border-radius: 9px !important;
}
.pc .battle-page .page-row.page-row-video .row-container .page-play-video {
  background-color: initial !important;
}

.battle-page {
  min-height: calc(100% - 300px);
  padding-bottom: 50px;
}
.battle-page .battle-page-header {
  position: relative;
}
.battle-page .battle-page-header .banner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.battle-page .page-row {
  margin: 40px auto;
  position: relative;
  z-index: 9;
}
.battle-page .page-row .row-container {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.battle-page .page-row:last-child {
  margin-bottom: 0;
}
.battle-page .page-row .row-header {
  text-align: center;
  position: relative;
}
.battle-page .page-row .row-header .title {
  height: 70px;
  padding: 10px 65px;
  font-size: 32px;
  font-weight: 600;
  background-color: #fec228;
  color: #333;
  display: inline-block;
  position: relative;
  margin: 0 auto 30px;
}
.battle-page .page-row .row-header .title:after, .battle-page .page-row .row-header .title:before {
  content: '';
  width: 63px;
  height: 70px;
  background-image: url("/static/home/images/99/tit_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.battle-page .page-row .row-header .title:before {
  transform: scaleX(-1);
  left: auto;
  right: -1px;
  top: 0;
}
.battle-page .page-row .row-header .see-all {
  position: absolute;
  right: 40px;
  top: 30px;
  color: #de0022;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.battle-page .page-row .row-content {
  padding: 0 20px 20px;
}
.battle-page .page-row .row-content .company-item {
  display: block;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  overflow: hidden;
}
.battle-page .page-row .row-content .company-item .logo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  width: 100%;
  height: 0;
  padding-bottom: 33%;
}
.battle-page .page-row .row-content .company-item:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
  transition: all .3s ease;
}
.battle-page .page-row .meeting-row {
  display: flex;
  justify-content: space-between;
  height: 500px;
}
.battle-page .page-row .meeting-row .meeting-info {
  width: 535px;
  height: 100%;
  padding: 80px 40px;
  flex: none;
  background: url("/static/home/images/99/bg02.jpg") right top no-repeat, url("/static/home/images/99/bg01.jpg") left bottom no-repeat;
}
.battle-page .page-row .meeting-row .meeting-info .title {
  font-size: 30px;
  padding: 0 20px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 25px;
}
.battle-page .page-row .meeting-row .meeting-info .sub-title {
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-bottom: 25px;
}
.battle-page .page-row .meeting-row .meeting-info .link {
  width: 265px;
  height: 50px;
  margin: 25px auto;
  background-color: #fec228;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
}
.battle-page .page-row .meeting-row .meeting-info .link:after {
  content: '\e624';
  font-family: "global-iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 15px;
}
.battle-page .page-row .meeting-row .meeting-info .on-site {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.battle-page .page-row .meeting-row .meeting-info .on-site .icon {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/static/home/images/99/icon-one.jpg");
}
.battle-page .page-row .meeting-row .meeting-info .on-site .text {
  font-size: 32px;
  font-weight: 600;
  color: #c84232;
  text-transform: uppercase;
}
.battle-page .page-row .meeting-row .meeting-focus {
  flex: auto;
  min-width: 0;
}
.battle-page .page-row .meeting-row .meeting-focus .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.battle-page .page-row .meeting-row .meeting-focus .swiper-container .meeting-status {
  position: absolute;
  z-index: 99;
  right: 20px;
  top: 20px;
  width: 168px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}
.battle-page .page-row .meeting-row .meeting-focus .swiper-container .meeting-status.status-1 {
  background-image: linear-gradient(to right, rgba(222, 216, 182, 0.8) 0%, rgba(223, 196, 109, 0.8) 100%);
  color: #845043;
}
.battle-page .page-row .meeting-row .meeting-focus .swiper-container .meeting-status.status-2 {
  background-image: linear-gradient(to right, rgba(223, 129, 154, 0.8) 0%, rgba(224, 60, 69, 0.8) 100%);
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.battle-page .page-row .meeting-row .meeting-focus .swiper-container .meeting-status.status-3 {
  background-image: linear-gradient(to right, rgba(125, 134, 144, 0.8) 0%, rgba(125, 134, 144, 0.8) 100%);
  color: #fff;
}
.battle-page .page-row .meeting-row .meeting-focus .swiper-container .meeting-status.status-4 {
  background-image: linear-gradient(to right, rgba(254, 198, 197, 0.8) 20%, rgba(254, 56, 98, 0.8) 100%);
  width: auto;
  padding: 0 20px 0 20px;
  color: #333;
}
.battle-page .page-row .meeting-row .meeting-focus .swiper-container .meeting-status.status-4 .live-icon {
  width: 20px;
  height: 20px;
  border: 2px solid #e90717;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-name: breathe;
  -webkit-animation-duration: 1500ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
}
.battle-page .page-row .meeting-row .meeting-focus .swiper-container .meeting-status.status-4 .live-icon:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e90717;
  overflow: hidden;
}
.battle-page .page-row .meeting-row .meeting-focus .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.battle-page .page-row .meeting-row .meeting-focus .swiper-container .swiper-slide .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.battle-page .page-row .discount-row {
  display: flex;
  justify-content: space-between;
  height: 480px;
}
.battle-page .page-row .discount-row .banner-box {
  width: 300px;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.battle-page .page-row .discount-row .banner-box .link {
  display: block;
  width: 100%;
  height: 100%;
}
.battle-page .page-row .discount-row .goods-content {
  flex: auto;
  padding: 40px 20px;
}
.battle-page .page-row .discount-row .goods-content .goods-item-panel {
  position: relative;
  border: none;
}
.battle-page .page-row .discount-row .goods-content .goods-item-panel .thumb {
  border-radius: 10px;
}
.battle-page .page-row .discount-row .goods-content .goods-item-panel .discount-tag-icon {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}
.battle-page .page-row .discount-row .goods-content .goods-item-panel .thumb-logo {
  border-radius: 10px;
}
.battle-page .page-row .discount-row .goods-content .goods-item-panel .thumb-logo:before {
  content: '';
  width: 110px;
  height: 35px;
  background-image: url("/static/home/images/99/pre-sale.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: -2px;
  top: 0;
  z-index: 9;
}
.battle-page .page-row .discount-row .goods-content .goods-item-panel .source-price {
  color: #999;
  font-size: 12px;
  text-decoration: line-through;
}
.battle-page .page-row .discount-row .goods-content .goods-item-panel .item-desc {
  display: flex !important;
}
.battle-page .page-row .discount-row .goods-content .goods-item-panel .price {
  color: #c84232;
  font-size: 18px;
  line-height: 24px;
}
.battle-page .page-row .discount-row .goods-content .goods-item-panel .progress-box {
  width: 100%;
}
.battle-page .page-row .discount-row .goods-content .goods-item-panel .progress-box .progress-info {
  background: #E6E6E6;
  width: 100%;
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.battle-page .page-row .discount-row .goods-content .goods-item-panel .progress-box .progress-info .progress-grey {
  line-height: 20px;
  text-align: center;
  background: #F2090A;
  height: 20px;
  border-radius: 10px;
  color: #FFFFFF;
}
.battle-page .page-row .discount-row .goods-content .goods-item-panel .progress-box .progress-info .width-color {
  color: #333 !important;
  line-height: 22px !important;
}
.battle-page .page-row .discount-row .goods-content .goods-item-panel .progress-box .progress-info .progress {
  background-color: #E6E6E6;
}
.battle-page .page-row .discount-row .goods-content .goods-item-panel .progress-box .text-icon-red {
  color: #D81E06;
}
.battle-page .page-row .discount-row .goods-content .goods-item-panel:hover .thumb .thumb-img {
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.battle-page .page-row .discount-row .link-more {
  margin: 0 10px;
  width: 40px;
  height: 40px;
  flex: none;
  background-color: #efefef;
  border-radius: 50%;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.battle-page .page-row.page-row-discount .discount-row {
  height: 450px;
}
.battle-page .page-row.page-row-discount .goods-content {
  padding: 40px 20px;
}
.battle-page .page-row .vr-list {
  margin: 30px auto 20px;
}
.battle-page .page-row .vr-list .vr-item {
  display: block;
}
.battle-page .page-row .vr-list .vr-item .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.battle-page .page-row .vr-list .vr-item .thumb .tips-icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.battle-page .page-row .vr-list .vr-item .thumb .tips-icon .icon {
  background-image: url("/static/home/images/720.png");
  width: 80px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
.battle-page .page-row .vr-list .vr-item .thumb .tips-icon .text {
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
}
.battle-page .page-row .vr-list .vr-item .info {
  padding: 10px;
}
.battle-page .page-row .vr-list .vr-item .info .title {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.battle-page .page-row .vr-list .vr-item .info .view {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #999;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.battle-page .page-row .vr-list .vr-item:hover .thumb .tips-icon {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  transform: scale(1.2);
}
.battle-page .page-row .goods-item-panel {
  border: none;
}
.battle-page .page-row .goods-item-panel .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.battle-page .page-row .goods-item-panel .thumb .activity-tag-99 {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/static/home/images/99/99_icon.jpg");
  border-radius: 0 0 30px 30px;
  position: absolute;
  left: 10px;
  top: 0;
}
.battle-page .page-row .goods-item-panel .thumb .activity-tag-5 {
  width: 55px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/static/home/images/black5/5_icon.png");
  border-radius: 0 0 30px 30px;
  position: absolute;
  left: 10px;
  top: 0;
}
.battle-page .page-row .goods-item-panel .thumb .pre-sale-tag {
  width: 120px;
  height: 40px;
  background-image: linear-gradient(to right, #e8465e 0%, #e7362c 52%, #e84d27 100%);
  border-radius: 0 0 40px 0;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.battle-page .page-row .goods-item-panel .thumb .pre-sale-tag:before {
  content: 'pre-sale';
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.battle-page .page-row .goods-item-panel .price {
  color: #c84232;
  font-size: 16px;
  line-height: 24px;
}
.battle-page .page-row.page-row-video .row-content {
  padding: 40px;
}
.battle-page .page-row.page-row-video .row-content .page-play-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #333;
  border-radius: 20px;
  overflow: hidden;
}
.battle-page.mobile {
  height: calc(100vh - 60px);
  min-height: 0;
  overflow-y: auto;
}
.battle-page.mobile::-webkit-scrollbar {
  width: 0;
}
.battle-page.mobile::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #7d7d7d;
}
.battle-page.mobile::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
}
.battle-page.mobile .row-container {
  border-radius: 12px;
}
.battle-page.mobile .banner-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 0;
}
.battle-page.mobile .page-row {
  padding: 0 10px;
}
.battle-page.mobile .page-row.page-row-1 {
  margin-top: -80px;
}
.battle-page.mobile .page-row .row-header {
  text-align: center;
  position: relative;
}
.battle-page.mobile .page-row .row-header .title {
  height: 50px;
  padding: 5px 32px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  background-color: #fec228;
  color: #333;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 auto 15px;
}
.battle-page.mobile .page-row .row-header .title:after, .battle-page.mobile .page-row .row-header .title:before {
  content: '';
  width: 32px;
  height: 50px;
  background-image: url("/static/home/images/99/tit_bg.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.battle-page.mobile .page-row .row-header .title:before {
  transform: scaleX(-1);
  left: auto;
  right: -1px;
  top: 0;
}
.battle-page.mobile .page-row .row-content {
  padding: 0 10px 10px;
}
.battle-page.mobile .page-row .meeting-row {
  display: block;
  height: auto;
}
.battle-page.mobile .page-row .meeting-row .meeting-info {
  width: 100%;
  padding: 30px 10px;
  background: url("/static/home/images/99/bg02.jpg") right top no-repeat, url("/static/home/images/99/bg01.jpg") left bottom no-repeat;
}
.battle-page.mobile .page-row .meeting-row .meeting-info .title {
  font-size: 24px;
  padding: 0;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
}
.battle-page.mobile .page-row .meeting-row .meeting-info .sub-title {
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-bottom: 15px;
}
.battle-page.mobile .page-row .meeting-row .meeting-info .link {
  width: 265px;
  height: 50px;
  margin: 0 auto;
}
.battle-page.mobile .page-row .meeting-row .meeting-info .on-site {
  margin-bottom: 15px;
}
.battle-page.mobile .page-row .meeting-row .meeting-info .on-site .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.battle-page.mobile .page-row .meeting-row .meeting-info .on-site .text {
  font-size: 24px;
}
.battle-page.mobile .page-row .meeting-row .meeting-focus {
  width: 100%;
  height: auto;
}
.battle-page.mobile .page-row .meeting-row .meeting-focus .swiper-container {
  width: 100%;
  height: auto;
  position: relative;
}
.battle-page.mobile .page-row .meeting-row .meeting-focus .swiper-container .meeting-status {
  transform: scale(0.7);
  right: -10px;
  top: 0;
}
.battle-page.mobile .page-row .meeting-row .meeting-focus .swiper-container .swiper-slide {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
  position: relative;
}
.battle-page.mobile .page-row .meeting-row .meeting-focus .swiper-container .swiper-slide .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}
.battle-page.mobile .page-row .discount-row {
  display: block;
  height: auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.battle-page.mobile .page-row .discount-row.discount {
  background-image: url("/static/home/images/99/flash_sales.jpg");
}
.battle-page.mobile .page-row .discount-row.preSale {
  background-image: url("/static/home/images/99/pre_sale.jpg");
}
.battle-page.mobile .page-row .discount-row .discount-header-link {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 15%;
}
.battle-page.mobile .page-row .discount-row .banner-box {
  display: none;
}
.battle-page.mobile .page-row .discount-row .goods-content {
  flex: auto;
  padding: 20px 10px;
}
.battle-page.mobile .page-row .discount-row .goods-content .swiper-slide {
  width: 40%;
}
.battle-page.mobile .page-row .discount-row .goods-content .goods-item-panel .thumb-logo:before {
  content: '';
  width: 79px;
  height: 25px;
}
.battle-page.mobile .page-row .discount-row .goods-content .goods-item-panel .progress-box {
  width: 100%;
}
.battle-page.mobile .page-row .discount-row .goods-content .goods-item-panel .progress-box .progress-info {
  background: #E6E6E6;
  width: 100%;
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.battle-page.mobile .page-row .discount-row .goods-content .goods-item-panel .progress-box .progress-info .progress-grey {
  line-height: 20px;
  text-align: center;
  background: #F2090A;
  height: 20px;
  border-radius: 10px;
  color: #FFFFFF;
}
.battle-page.mobile .page-row .discount-row .goods-content .goods-item-panel .progress-box .progress-info .width-color {
  color: #333 !important;
  line-height: 22px !important;
}
.battle-page.mobile .page-row .discount-row .goods-content .goods-item-panel .progress-box .progress-info .progress {
  background-color: #E6E6E6;
}
.battle-page.mobile .page-row .discount-row .goods-content .goods-item-panel .progress-box .text-icon-red {
  color: #D81E06;
}
.battle-page.mobile .page-row .swiper-pagination-progress {
  width: 50%;
  margin: 0 auto;
  top: auto;
  border-radius: 8px;
  height: 8px;
  overflow: hidden;
  bottom: 15px;
  left: 25%;
}
.battle-page.mobile .page-row .swiper-pagination-progress .swiper-pagination-progressbar {
  background-color: #e70137;
  border-radius: 6px;
}
.battle-page.mobile .page-row .vr-list {
  padding: 20px 0 30px;
  margin: 0 auto;
}
.battle-page.mobile .page-row .vr-list .vr-item {
  display: block;
  width: 240px;
}
.battle-page.mobile .page-row .vr-list .vr-item .thumb {
  border-radius: 20px;
  overflow: hidden;
}
.battle-page.mobile .page-row .vr-list .vr-item .thumb .tips-icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.battle-page.mobile .page-row .vr-list .vr-item .thumb .tips-icon .icon {
  background-image: url("/static/home/images/720.png");
  width: 60px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
.battle-page.mobile .page-row .vr-list .vr-item .thumb .tips-icon .text {
  font-size: 14px;
  color: #fff;
  padding-top: 5px;
}
.battle-page.mobile .page-row .vr-list .vr-item .info {
  padding: 10px 0;
}
.battle-page.mobile .page-row .vr-list .vr-item .info .title {
  font-size: 16px;
  color: #333;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.battle-page.mobile .page-row .vr-list .vr-item .info .view {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #666;
  display: flex;
  align-items: center;
}
.battle-page.mobile .page-row .goods-item-panel {
  border: none;
}
.battle-page.mobile .page-row .goods-item-panel .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.battle-page.mobile .page-row .goods-item-panel .thumb .activity-tag-99 {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/static/home/images/99/99_icon.jpg");
  border-radius: 0 0 50% 50%;
  position: absolute;
  left: 10px;
  top: 0;
}
.battle-page.mobile .page-row .goods-item-panel .thumb .activity-tag-5 {
  width: 50px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/static/home/images/black5/5_icon.png");
  border-radius: 0 0 50% 50%;
  position: absolute;
  left: 10px;
  top: 0;
}
.battle-page.mobile .page-row .goods-item-panel .thumb .pre-sale-tag {
  width: 80px;
  height: 30px;
  background-image: linear-gradient(to right, #e8465e 0%, #e7362c 52%, #e84d27 100%);
  border-radius: 0 0 30px 0;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.battle-page.mobile .page-row .goods-item-panel .thumb .pre-sale-tag:before {
  content: 'pre-sale';
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
}
.battle-page.mobile .page-row .see-all {
  display: inline-flex;
  width: 160px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #e8465e 0%, #e7362c 52%, #e84d27 100%);
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  border-radius: 20px;
}
.battle-page.mobile .page-row .cross-list .cross-item .title {
  font-size: 14px;
}
.battle-page.mobile .page-row.page-row-video {
  margin-top: -30px !important;
}
.battle-page.mobile .page-row.page-row-video .row-content {
  padding: 0;
}
.battle-page.mobile .page-row.page-row-video .row-content .page-play-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #333;
  border-radius: 0;
  overflow: hidden;
}

.discount-page .menu-box {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.discount-page .menu-box .item {
  padding: 15px 30px;
  color: #333;
  font-size: 16px;
}
.discount-page .menu-box .item.active {
  background-image: linear-gradient(to right, #DF0021, #FF0057, #FF1F60);
  color: #fff;
}
.discount-page .goods-list .item {
  background: #fff;
  border-top-left-radius: 5px !important;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  padding: 20px;
}
.discount-page .goods-list .item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.discount-page .goods-list .item .thumb:after {
  background: rgba(0, 0, 0, 0.03);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.discount-page .goods-list .item .thumb .icon {
  position: absolute;
  left: 10px;
  width: 70px;
  height: 37px;
  background-image: url("/static/home/images/99/discount_icon.png");
}
.discount-page .goods-list .item .info .title {
  height: 48px;
  color: #333;
  padding-top: 20px;
}
.discount-page .goods-list .item .info .source-price {
  color: #999;
  text-decoration-line: line-through;
}
.discount-page .goods-list .item .info .price {
  color: #D6362D;
}
.discount-page .goods-list .item.goods-item-2 .info .price {
  color: #795029;
}
.discount-page .goods-list .item .info .btn {
  width: 100%;
  padding: 5px 12px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
  background-image: linear-gradient(to right, #DF0021, #FF0057, #FF1F60);
}
.discount-page .goods-list .item .discount-tag {
  font-size: 12px;
  padding: 2px 5px;
  background: #ff0000;
  color: #fff;
  margin-right: 5px;
  border-radius: 5px;
  z-index: 10;
  position: absolute;
}
.discount-page .btn-september {
  background-image: linear-gradient(to right, #F5DD8F, #FBEBC4, #FFF6E0) !important;
  color: #896742 !important;
  border: 1px solid #F4DF93;
}
.discount-page.mobile {
  height: calc(100vh - 60px);
  min-height: 0;
  overflow-y: auto;
}
.discount-page.mobile::-webkit-scrollbar {
  width: 0;
}
.discount-page.mobile::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #7d7d7d;
}
.discount-page.mobile::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
}
.discount-page.mobile .page-banner {
  height: auto !important;
}
.discount-page.mobile .page-banner .swiper-container {
  border-radius: 10px;
}
.discount-page.mobile .m-container .menu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto;
}
.discount-page.mobile .m-container .menu-box .item {
  padding: 0;
  flex: 1;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.discount-page.mobile .m-container .goods-list {
  padding: 10px;
}
.discount-page.mobile .m-container .goods-list .item {
  padding: 0;
  margin-bottom: 10px;
}
.discount-page.mobile .m-container .goods-list .item .info {
  padding: 10px;
}
.discount-page.mobile .m-container .goods-list .item .info .title {
  padding: 0;
  font-size: 14px;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.discount-page.mobile .m-container .goods-list .item .info .price {
  font-size: 16px;
  font-weight: 600;
}
.discount-page.mobile .m-container .goods-list .item .btn-september {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile .cross-item {
  padding: 10px 0 !important;
}

.cross-list .cross-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 10px;
  height: 45px !important;
}
.cross-list .cross-item:hover {
  background: #f7f7f7;
}
.cross-list .cross-item .title {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  width: 700px;
}
.cross-list .cross-item .country {
  margin: 0 10px;
  flex: none;
  color: #333;
}
.cross-list .cross-item .country .flag-icon-box {
  width: 25px;
  height: 16px;
  line-height: inherit;
}
.cross-list .cross-item .time {
  color: #999;
}

@-webkit-keyframes breathe {
  0% {
    opacity: 0;
    box-shadow: 0 1px 2px rgba(249, 104, 104, 0.1);
  }
  50% {
    opacity: 0.8;
    box-shadow: 0 1px 10px rgba(249, 104, 104, 0.8);
  }
  100% {
    opacity: 0;
    box-shadow: 0 1px 2px rgba(249, 104, 104, 0.1);
  }
}
