body {
  background-color: #e9f3ff;
}

.activity_99-page {
  background-color: #e9f3ff;
  min-height: calc(100% - 300px);
}
.activity_99-page .activity-header {
  height: 1000px;
  position: relative;
}
.activity_99-page .activity-header .banner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  position: relative;
  z-index: 0;
}
.activity_99-page .activity-header .countdown {
  position: absolute;
  z-index: 2;
  top: 500px;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
}
.activity_99-page .activity-header:after {
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #dfeffe 100%);
  display: none;
}
.activity_99-page .page-row {
  margin: 60px 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: 68px;
  padding: 10px 15px;
  font-size: 24px;
  color: #000e52;
  min-width: 360px;
  font-weight: 600;
  background-image: url("/static/home/images/99/tit_bg_01.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.activity_99-page .page-row .row-title:after, .activity_99-page .page-row .row-title:before {
  content: '';
  width: 50px;
  height: 68px;
  background-image: url("/static/home/images/99/tit_bg_round.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: -50px;
  top: 0;
}
.activity_99-page .page-row .row-title:before {
  transform: scaleX(-1);
  left: auto;
  right: -50px;
  top: 0;
}
.activity_99-page .page-row .page-row-content {
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #fff;
  position: relative;
  box-shadow: 0 0 20px rgba(99, 149, 255, 0.3) inset;
  margin-top: -20px;
  z-index: 0;
}
.activity_99-page .page-row .page-row-content:after {
  content: '';
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #e9f3ff;
  border-radius: 20px;
  z-index: 0;
}
.activity_99-page .page-row .content, .activity_99-page .page-row .form-wrap, .activity_99-page .page-row .contact-content {
  position: relative;
  z-index: 1;
}
.activity_99-page .page-row.page-row-1 {
  margin-top: 20px;
}
.activity_99-page .page-row.page-row-1 .about-content {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.activity_99-page .page-row.page-row-1 .about-content .left-wrap {
  flex: auto;
  min-width: 0;
  margin-right: 100px;
  color: #000e52;
}
.activity_99-page .page-row.page-row-1 .about-content .left-wrap .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.activity_99-page .page-row.page-row-1 .about-content .left-wrap .desc {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.activity_99-page .page-row.page-row-1 .about-content .left-wrap .sub-tit {
  font-size: 16px;
  margin-bottom: 10px;
}
.activity_99-page .page-row.page-row-1 .about-content .left-wrap .sub-con {
  height: 40px;
  padding: 0 20px;
  background-color: #f2f8ff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0;
}
.activity_99-page .page-row.page-row-1 .about-content .left-wrap .btn {
  height: 50px;
  background-image: linear-gradient(to right, #3378ff 0%, #6c78ff 100%);
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
  padding: 0 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.activity_99-page .page-row.page-row-1 .about-content .right-wrap {
  flex: none;
  width: 635px;
  height: 400px;
}
.activity_99-page .page-row.page-row-1 .about-content .focus-wrap {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.activity_99-page .page-row.page-row-1 .about-content .focus-wrap .swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
}
.activity_99-page .page-row .contact-content {
  padding: 20px;
}
.activity_99-page .page-row .contact-content .left {
  position: relative;
  padding: 40px;
}
.activity_99-page .page-row .contact-content .left .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #3378ff 0%, #6c78ff 100%);
  margin-bottom: 30px;
}
.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;
  color: #000e52;
}
.activity_99-page .page-row .contact-content .contact-item .label {
  flex: none;
  font-size: 14px;
  margin-right: 5px;
}
.activity_99-page .page-row .contact-content .contact-item .value {
  flex: auto;
  font-size: 16px;
  font-weight: 600;
}
.activity_99-page .page-row .contact-content .contact-item .value.phone {
  font-size: 24px;
}
.activity_99-page .page-row .contact-content .qrcode-box {
  flex: none;
  padding: 20px 30px;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  background-image: linear-gradient(to right, #3378ff 0%, #6c78ff 100%);
}
.activity_99-page .page-row .contact-content .contact-img {
  width: 170px;
  min-height: 150px;
  flex: none;
}
.activity_99-page .page-row .contact-content .contact-img img {
  width: 150px;
  display: block;
  margin: 0 auto;
}
.activity_99-page .page-row .contact-content .contact-img:last-child {
  margin-right: 0;
}
.activity_99-page .page-row .contact-content .contact-img .text {
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 0 15px;
}
.activity_99-page .page-row .invitation-item {
  position: relative;
  height: 280px;
}
.activity_99-page .page-row .invitation-item:after {
  content: '';
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 0;
}
.activity_99-page .page-row .invitation-item .icon {
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.activity_99-page .page-row .invitation-item .info {
  padding: 30px 50px 30px 30px;
  position: relative;
  z-index: 1;
  color: #000e52;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.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: 18px;
  overflow: hidden;
  margin-bottom: 30px;
}
.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, #3378ff 0%, #6c78ff 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;
  border-radius: 50%;
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.1);
  margin: 30px 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;
  color: #000e52;
  margin-bottom: 30px;
}
.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: 18px;
}
.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: #000e52;
  border: 1px solid #e8e8e8;
  padding: 10px 20px;
  height: 50px;
  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: 50px;
  background-image: linear-gradient(to right, #3378ff 0%, #6c78ff 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 .page-row-content {
  padding: 30px;
  margin-top: -15px;
}
.activity_99-page.mobile .page-row-content:after {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}
.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 {
  top: 42% !important;
  transform: translateX(-50%) scale(0.4) !important;
}
.activity_99-page.mobile .m-container {
  margin-top: 15px;
  padding: 0 15px;
  width: 100%;
}
.activity_99-page.mobile .m-container .page-row {
  width: 100%;
  margin: 30px auto;
}
.activity_99-page.mobile .m-container .row-title {
  text-align: center;
  height: 50px;
  padding: 5px 20px;
  background-image: url("/static/home/images/99/tit_bg_01.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
  display: block;
  position: relative;
  margin: 0 auto;
  width: 70%;
  min-width: 0;
}
.activity_99-page.mobile .m-container .row-title .tit {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  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_round.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  position: absolute;
  left: -32px;
  top: 0;
}
.activity_99-page.mobile .m-container .row-title:before {
  transform: scaleX(-1);
  left: auto;
  right: -32px;
  top: 0;
}
.activity_99-page.mobile .m-container .page-row-1 {
  margin-top: 20px;
}
.activity_99-page.mobile .contact-content {
  padding: 0;
}
.activity_99-page.mobile .contact-content .left {
  position: relative;
  padding: 20px 0;
}
.activity_99-page.mobile .contact-content .left .icon {
  display: none;
}
.activity_99-page.mobile .contact-content .contact-item {
  display: block;
}
.activity_99-page.mobile .contact-content .contact-item .label {
  flex: none;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.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 .qrcode-box {
  flex: none;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-image: linear-gradient(to right, #3378ff 0%, #6c78ff 100%);
}
.activity_99-page.mobile .contact-content .contact-img {
  width: 120px;
  flex: none;
  margin-right: 15px;
}
.activity_99-page.mobile .contact-content .contact-img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.activity_99-page.mobile .contact-content .contact-img:last-child {
  margin-right: 0;
}
.activity_99-page.mobile .contact-content .contact-img .text {
  display: none;
}
.activity_99-page.mobile .invitation-item {
  margin-bottom: 25px;
}
.activity_99-page.mobile .invitation-item:last-child {
  margin-bottom: 0;
}
.activity_99-page.mobile .invitation-item:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.activity_99-page.mobile .invitation-item .info {
  padding: 20px 30px 20px 20px;
  margin-top: 15px;
}
.activity_99-page.mobile .invitation-item .icon {
  width: 120px;
  height: 120px;
  right: -15px;
  bottom: -10px;
}
.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;
}
.activity_99-page.mobile .page-row-1 {
  margin-top: 0;
  padding-bottom: 0;
}
.activity_99-page.mobile .page-row-1 .about-content {
  display: block !important;
  padding: 0 !important;
}
.activity_99-page.mobile .page-row-1 .about-content .left-wrap {
  width: 100%;
  margin-right: 0;
  padding: 20px 0;
  color: #000e52;
}
.activity_99-page.mobile .page-row-1 .about-content .left-wrap .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.activity_99-page.mobile .page-row-1 .about-content .left-wrap .desc {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.activity_99-page.mobile .page-row-1 .about-content .left-wrap .sub-tit {
  font-size: 12px;
  margin-bottom: 10px;
}
.activity_99-page.mobile .page-row-1 .about-content .left-wrap .sub-con {
  height: 36px;
  padding: 0 20px;
  background-color: #f2f8ff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  margin: 10px 0;
}
.activity_99-page.mobile .page-row-1 .about-content .left-wrap .btn {
  height: 40px;
  background-image: linear-gradient(to right, #3378ff 0%, #6c78ff 100%);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
  padding: 0 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}
.activity_99-page.mobile .page-row-1 .about-content .right-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 63.2%;
  height: 0;
}
.activity_99-page.mobile .page-row-1 .about-content .focus-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  overflow: hidden;
}
.activity_99-page.mobile .page-row-1 .about-content .focus-wrap .swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
}
.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: #000e52;
  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, #3378ff 0%, #6c78ff 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.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 .battle-page-header:after {
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e9f3ff 100%);
}
.battle-page .page-row {
  margin: 40px auto;
  position: relative;
  z-index: 9;
}
.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 .row-title {
  text-align: center;
  height: 68px;
  padding: 10px 15px;
  font-size: 24px;
  color: #000e52;
  min-width: 460px;
  font-weight: 600;
  background-image: url("/static/home/images/99/tit_bg_01.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.battle-page .page-row .row-header .row-title:after, .battle-page .page-row .row-header .row-title:before {
  content: '';
  width: 50px;
  height: 68px;
  background-image: url("/static/home/images/99/tit_bg_round.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: -50px;
  top: 0;
}
.battle-page .page-row .row-header .row-title:before {
  transform: scaleX(-1);
  left: auto;
  right: -50px;
  top: 0;
}
.battle-page .page-row .row-header .see-all {
  position: absolute;
  right: 40px;
  top: 10px;
  color: #000e52;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.battle-page .page-row .page-row-content {
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #fff;
  position: relative;
  box-shadow: 0 0 20px rgba(99, 149, 255, 0.3) inset;
  margin-top: -20px;
  z-index: 0;
}
.battle-page .page-row .page-row-content:after {
  content: '';
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #e9f3ff;
  border-radius: 20px;
  z-index: 0;
}
.battle-page .page-row .row-content {
  position: relative;
  z-index: 1;
}
.battle-page .page-row .row-content .company-item {
  display: block;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f1f7ff;
}
.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 .row-content .image-link-item {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  border-radius: 20px;
  overflow: hidden;
}
.battle-page .page-row .row-content .image-link-item .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.battle-page .page-row .row-content .image-link-item .image: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: scale(1.05);
  transition: all .3s ease;
}
.battle-page .page-row .row-content .swiper-button-next, .battle-page .page-row .row-content .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #efefef;
  border-radius: 50%;
}
.battle-page .page-row .row-content .swiper-button-next:before, .battle-page .page-row .row-content .swiper-button-prev:before {
  font-size: 16px;
}
.battle-page .page-row .row-content .swiper-button-next:hover, .battle-page .page-row .row-content .swiper-button-prev:hover {
  background-image: linear-gradient(to right, #3378ff 0%, #6c78ff 100%);
  background-size: cover;
}
.battle-page .page-row .meeting-row {
  display: flex;
  justify-content: space-between;
  height: 500px;
  position: relative;
  z-index: 1;
}
.battle-page .page-row .meeting-row .meeting-info {
  width: 440px;
  height: 100%;
  padding: 15px 25px 15px;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.battle-page .page-row .meeting-row .meeting-info .icon {
  width: 48px;
  height: 48px;
  background-image: url("/static/home/images/99/on-site.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
}
.battle-page .page-row .meeting-row .meeting-info .title {
  font-size: 20px;
  font-weight: 600;
  color: #000e52;
  margin-bottom: 30px;
}
.battle-page .page-row .meeting-row .meeting-info .sub-title {
  font-size: 16px;
  color: #000e52;
  line-height: 24px;
  margin-bottom: 25px;
}
.battle-page .page-row .meeting-row .meeting-info .link {
  width: 265px;
  height: 50px;
  background-image: linear-gradient(to right, #3378ff 0%, #6c78ff 100%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}
.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 {
  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-focus {
  flex: auto;
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
}
.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;
  min-width: 80px;
  height: 30px;
  border-radius: 10px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.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(51, 120, 255, 0.8) 0%, rgba(108, 120, 255, 0.8) 100%);
  color: #fff;
}
.battle-page .page-row .meeting-row .meeting-focus .swiper-container .meeting-status.status-2:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #65ffd9;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.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: 450px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-image: url("/static/home/images/99/discount.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.battle-page .page-row .discount-row.preSale {
  background-image: url("/static/home/images/99/presale.jpg");
}
.battle-page .page-row .discount-row .banner-box {
  width: 300px;
  flex: none;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.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;
  position: relative;
  z-index: 2;
}
.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;
  height: 26px;
  min-width: 80px;
  width: auto;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  border-radius: 0 0 15px 0;
  background-image: linear-gradient(to right, #ff2424 0%, #ffbb41 100%);
  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-image: linear-gradient(to right, #3c59f8 0%, #eb91fe 100%);
  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 .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: #000e52;
  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: #000e52;
  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: 80px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("/static/home/images/99/99_icon.png");
  position: absolute;
  left: 0;
  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 {
  height: 26px;
  min-width: 80px;
  width: auto;
  padding: 0 15px;
  border-radius: 0 0 15px 0;
  background-image: linear-gradient(to right, #3c59f8 0%, #eb91fe 100%);
  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';
  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 .goods-item-panel .info .goods-name {
  color: #000e52;
  font-weight: 600;
}
.battle-page .page-row .goods-item-panel .info .source-price {
  color: #000e52 !important;
  font-size: 14px;
}
.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 .battle-page-header:after {
  display: none;
}
.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 .row-header {
  text-align: center;
  position: relative;
}
.battle-page.mobile .page-row .row-header .row-title {
  text-align: center;
  height: 50px;
  padding: 5px 20px;
  background-image: url("/static/home/images/99/tit_bg_01.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
  display: block;
  position: relative;
  margin: 0 auto;
  width: 70%;
  min-width: 0;
}
.battle-page.mobile .page-row .row-header .row-title .tit {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  font-weight: 600;
  color: #333;
  position: relative;
  z-index: 1;
}
.battle-page.mobile .page-row .row-header .row-title:after, .battle-page.mobile .page-row .row-header .row-title:before {
  content: '';
  width: 32px;
  height: 50px;
  background-image: url("/static/home/images/99/tit_bg_round.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  position: absolute;
  left: -32px;
  top: 0;
}
.battle-page.mobile .page-row .row-header .row-title:before {
  transform: scaleX(-1);
  left: auto;
  right: -32px;
  top: 0;
}
.battle-page.mobile .page-row .row-content {
  padding: 0;
}
.battle-page.mobile .page-row .meeting-row {
  display: block;
  height: auto;
}
.battle-page.mobile .page-row .meeting-row .meeting-info {
  width: 100%;
  padding: 20px 0;
}
.battle-page.mobile .page-row .meeting-row .meeting-info .icon {
  margin: 0 auto 20px;
}
.battle-page.mobile .page-row .meeting-row .meeting-info .title {
  font-size: 18px;
  padding: 0;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.battle-page.mobile .page-row .meeting-row .meeting-info .sub-title {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.battle-page.mobile .page-row .meeting-row .meeting-info .link {
  width: 260px;
  height: 40px;
  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: -5px;
  top: 10px;
}
.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;
  background-color: #fff;
}
.battle-page.mobile .page-row .discount-row.discount {
  background-image: url("/static/home/images/99/flash_sales_2025.jpg");
}
.battle-page.mobile .page-row .discount-row.preSale {
  background-image: url("/static/home/images/99/pre_sale_2025.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 .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-image: linear-gradient(to right, #3378ff 0%, #6c78ff 100%);
  border-radius: 6px;
}
.battle-page.mobile .page-row .vr-list {
  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;
  line-height: 24px;
  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;
  display: flex;
  align-items: center;
}
.battle-page.mobile .page-row .image-link-list .image-link-item {
  width: 300px;
  height: 167px;
  padding: 0;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.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: 60px;
  height: 20px;
}
.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, #3378ff 0%, #6c78ff 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;
}
.battle-page.mobile .page-row-content {
  padding: 30px;
  margin-top: -15px;
}
.battle-page.mobile .page-row-content:after {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}
.battle-page.mobile .page-row-content.no-bg {
  padding: 20px;
}
.battle-page.mobile .page-row-content.no-bg:after {
  display: none;
}

.category-list-bar .cate-item.active .cate-name {
  background-image: linear-gradient(to right, #3378ff 0%, #6c78ff 100%);
}

.jCountdown.crystal .group > .label {
  background-image: none !important;
}
.jCountdown.crystal .group > .label:after {
  content: '';
  display: block;
  width: 100%;
  height: 18px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #000e52;
  text-align: center;
}

.jCountdown.crystal .group.day > .label:after {
  content: 'DAYS';
}

.jCountdown.crystal .group.hour > .label:after {
  content: 'HOURS';
}

.jCountdown.crystal .group.minute > .label:after {
  content: 'MINUTES';
}

.jCountdown.crystal .group.second > .label:after {
  content: 'SECONDS';
}

@media (max-width: 1500px) {
  .activity_99-page .activity-header {
    height: 833px;
  }
  .activity_99-page .activity-header .countdown {
    top: 410px;
    transform: translateX(-50%) scale(0.7);
  }

  .battle-page .page-row {
    margin: 30px auto;
  }
  .battle-page .page-row .row-header .row-title {
    min-width: 360px;
  }
  .battle-page .page-row .meeting-row {
    display: flex;
    justify-content: space-between;
    height: 440px;
    position: relative;
    z-index: 1;
  }
  .battle-page .page-row .meeting-row .meeting-info {
    width: 340px;
    height: 100%;
    padding: 15px;
  }
  .battle-page .page-row .meeting-row .meeting-info .link {
    width: 240px;
    height: 50px;
  }
  .battle-page .page-row .discount-row {
    height: 390px;
  }
  .battle-page .page-row .discount-row .banner-box {
    width: 240px;
  }
  .battle-page .page-row .discount-row .goods-content {
    padding: 30px 20px 0;
  }
  .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: 80px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-image: url("/static/home/images/99/99_icon.png");
    position: absolute;
    left: 0;
    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 {
    height: 26px;
    min-width: 80px;
    width: auto;
    padding: 0 15px;
    border-radius: 0 0 15px 0;
    background-image: linear-gradient(to right, #3c59f8 0%, #eb91fe 100%);
    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';
    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 .goods-item-panel .info .goods-name {
    color: #000e52;
    font-weight: 600;
  }
  .battle-page .page-row .goods-item-panel .info .source-price {
    color: #000e52 !important;
    font-size: 14px;
  }
}
